From 02cd7c1ba5541bf849c0fc75139ad73cdea63987 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 25 Nov 2019 18:45:54 -0700 Subject: [PATCH] License change to an equally permissive OSI license --- Cargo.toml | 3 ++- LICENSE-BLUEOAK1.md | 55 --------------------------------------------- LICENSE-ZLIB.md | 11 +++++++++ 3 files changed, 13 insertions(+), 56 deletions(-) delete mode 100644 LICENSE-BLUEOAK1.md create mode 100644 LICENSE-ZLIB.md diff --git a/Cargo.toml b/Cargo.toml index 59c3d0d..551deed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,12 +8,13 @@ readme = "README.md" keywords = ["transmute", "bytes", "casting"] categories = ["encoding", "no-std"] edition = "2018" -license = "BlueOak-1.0.0" +license = "Zlib" [package.metadata.docs.rs] all-features = true [features] +default = ["extern_crate_alloc"] extern_crate_alloc = [] [badges] diff --git a/LICENSE-BLUEOAK1.md b/LICENSE-BLUEOAK1.md deleted file mode 100644 index c5402b9..0000000 --- a/LICENSE-BLUEOAK1.md +++ /dev/null @@ -1,55 +0,0 @@ -# Blue Oak Model License - -Version 1.0.0 - -## Purpose - -This license gives everyone as much permission to work with -this software as possible, while protecting contributors -from liability. - -## Acceptance - -In order to receive this license, you must agree to its -rules. The rules of this license are both obligations -under that agreement and conditions to your license. -You must not do anything with this software that triggers -a rule that you cannot or will not follow. - -## Copyright - -Each contributor licenses you to do everything with this -software that would otherwise infringe that contributor's -copyright in it. - -## Notices - -You must ensure that everyone who gets a copy of -any part of this software from you, with or without -changes, also gets the text of this license or a link to -. - -## Excuse - -If anyone notifies you in writing that you have not -complied with [Notices](#notices), you can keep your -license by taking all practical steps to comply within 30 -days after the notice. If you do not do so, your license -ends immediately. - -## Patent - -Each contributor licenses you to do everything with this -software that would otherwise infringe any patent claims -they can license or become able to license. - -## Reliability - -No contributor can revoke this license. - -## No Liability - -***As far as the law allows, this software comes as is, -without any warranty or condition, and no contributor -will be liable to anyone for any damages related to this -software or this license, under any kind of legal claim.*** diff --git a/LICENSE-ZLIB.md b/LICENSE-ZLIB.md new file mode 100644 index 0000000..d70707c --- /dev/null +++ b/LICENSE-ZLIB.md @@ -0,0 +1,11 @@ +Copyright (c) 2019 Daniel "Lokathor" Gee. + +This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution.