From f5c3fdb671e321026877ca04678996d6aa577cfe Mon Sep 17 00:00:00 2001 From: Julia Silge Date: Thu, 4 Mar 2021 11:24:54 -0700 Subject: [PATCH] Re-license to MIT --- .Rbuildignore | 1 + DESCRIPTION | 2 +- LICENSE | 2 ++ LICENSE.md | 21 +++++++++++++++++++++ NEWS.md | 2 ++ 5 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 LICENSE create mode 100644 LICENSE.md diff --git a/.Rbuildignore b/.Rbuildignore index c38b46bb..c178c0a9 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -19,3 +19,4 @@ rsample_hex_thumb.png ^CODE_OF_CONDUCT\.md$ ^\.github$ ^cran-comments\.md$ +^LICENSE\.md$ diff --git a/DESCRIPTION b/DESCRIPTION index 4cf85a74..64b73a50 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -38,7 +38,7 @@ Suggests: modeldata URL: https://rsample.tidymodels.org, https://github.com/tidymodels/rsample BugReports: https://github.com/tidymodels/rsample/issues -License: GPL-2 +License: MIT + file LICENSE Encoding: UTF-8 VignetteBuilder: knitr LazyData: true diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..15484b9a --- /dev/null +++ b/LICENSE @@ -0,0 +1,2 @@ +YEAR: 2021 +COPYRIGHT HOLDER: rsample authors diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 00000000..7ca9a694 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +# MIT License + +Copyright (c) 2021 rsample 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. diff --git a/NEWS.md b/NEWS.md index 7ad35335..bd957152 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,8 @@ * Fixed problem with creation of `apparent()` samples (#223). +* Re-licensed package from GPL-2 to MIT. See [consent from copyright holders here](https://github.com/tidymodels/rsample/issues/226). + # rsample 0.0.9