From 954444ad2e9a6e49adf2a4ad35b124a017106a6b Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Mon, 3 Feb 2025 23:38:21 +0100 Subject: [PATCH] Include MIT licence --- .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 23f41e938..e0910dd70 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -31,3 +31,4 @@ testthat-problems[.]rds$ ^CRAN-SUBMISSION$ ^CODE_OF_CONDUCT\.md$ ^paper$ +^LICENSE\.md$ diff --git a/LICENSE b/LICENSE index 0812fef1d..6521037c0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,2 +1,2 @@ -YEAR: 2014-2024 -COPYRIGHT HOLDER: James Hester +YEAR: 2014-2025 +COPYRIGHT HOLDER: lintr authors diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 000000000..15b8a279f --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +# MIT License + +Copyright (c) 2025 lintr 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.