From 4a97899b567f81b9621f233299fef2220ee6169e Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Fri, 6 Sep 2024 08:26:42 +0100 Subject: [PATCH] `use_mit_license()` (#291) --- .Rbuildignore | 1 + LICENSE | 4 ++-- LICENSE.md | 21 +++++++++++++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 LICENSE.md diff --git a/.Rbuildignore b/.Rbuildignore index a2dddeb..dd72a11 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -12,3 +12,4 @@ ^vignettes$ ^pkgdown$ ^codecov\.yml$ +^LICENSE\.md$ diff --git a/LICENSE b/LICENSE index 81892f1..359c24a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,2 +1,2 @@ -YEAR: 2023 -COPYRIGHT HOLDER: Posit Software, PBC +YEAR: 2024 +COPYRIGHT HOLDER: R6 authors diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..fc212b1 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +# MIT License + +Copyright (c) 2024 R6 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.