From db189fc4f81a465659ef8b931e4772469d72667d Mon Sep 17 00:00:00 2001 From: Andy Teucher Date: Mon, 3 Jun 2024 15:07:35 -0700 Subject: [PATCH] Change license to MIT. Closes #106, closes #101. * Agreement from all contributors in https://github.com/Openscapes/kyber/issues/106 --- DESCRIPTION | 2 +- LICENSE | 3 ++- LICENSE.md | 21 +++++++++++++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 LICENSE.md diff --git a/DESCRIPTION b/DESCRIPTION index 8a23d39..c7eacf4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -12,7 +12,7 @@ Authors@R: role = c("aut"), comment = c(ORCID = "0000-0003-1682-3872"))) Description: What the package does (one paragraph). -License: file LICENSE +License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) diff --git a/LICENSE b/LICENSE index ba57d99..d70cedd 100644 --- a/LICENSE +++ b/LICENSE @@ -1 +1,2 @@ -Copyright 2021 Openscapes. All rights reserved. +YEAR: 2024 +COPYRIGHT HOLDER: kyber authors diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..f06fa18 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +# MIT License + +Copyright (c) 2024 kyber authors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.