Skip to content

Commit c3fbfc6

Browse files
authored
Merge pull request #34 from tidymodels/gpl-to-mit
Re-license to MIT
2 parents c38c096 + fd53947 commit c3fbfc6

File tree

5 files changed

+29
-1
lines changed

5 files changed

+29
-1
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ cran-comments.md
1717
^\.httr-oauth$
1818
^\.github$
1919
^CODE_OF_CONDUCT\.md$
20+
^LICENSE\.md$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Suggests:
2424
methods,
2525
DBI,
2626
covr
27-
License: GPL-3
27+
License: MIT + file LICENSE
2828
URL: https://modeldb.tidymodels.org, https://github.com/tidymodels/modeldb
2929
BugReports: https://github.com/tidymodels/modeldb/issues
3030
RoxygenNote: 7.1.0.9000

LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
YEAR: 2021
2+
COPYRIGHT HOLDER: modeldb authors

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# MIT License
2+
3+
Copyright (c) 2021 modeldb authors
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# modeldb (development version)
2+
3+
* Re-licensed package from GPL-3 to MIT. All copyright holders are RStudio employees and give consent.
4+
15
# modeldb 0.2.2
26

37
- Switches maintainer to Max Kuhn

0 commit comments

Comments
 (0)