Skip to content

Commit 07af5f9

Browse files
authored
chore(license): Change license from GPL-3 to MIT (#4339)
* Change license from GPL-3 to MIT Updated the project license from GPL-3 to MIT in DESCRIPTION, LICENSE, LICENSE.md, README.md, and package.json. Added LICENSE.md with the MIT license text and updated .Rbuildignore to exclude LICENSE.md from builds. * `npm run build` (GitHub Actions) * Update LICENSE and add LICENSE.note Replaced the LICENSE file content with a summary including year and copyright holder. Moved detailed third-party license information to a new LICENSE.note file. * Remove R check log file Deleted the ..Rcheck/00check.log file, likely to clean up generated or temporary files from the repository.
1 parent fda6a9f commit 07af5f9

File tree

14 files changed

+1045
-1024
lines changed

14 files changed

+1045
-1024
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@
3434
^.claude$
3535
^README-npm\.md$
3636
^CRAN-SUBMISSION$
37+
^LICENSE\.md$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Description: Makes it incredibly easy to build interactive web
6969
applications with R. Automatic "reactive" binding between inputs and
7070
outputs and extensive prebuilt widgets make it possible to build
7171
beautiful, responsive, and powerful applications with minimal effort.
72-
License: GPL-3 | file LICENSE
72+
License: MIT + file LICENSE
7373
URL: https://shiny.posit.co/, https://github.com/rstudio/shiny
7474
BugReports: https://github.com/rstudio/shiny/issues
7575
Depends:

LICENSE

Lines changed: 2 additions & 1014 deletions
Large diffs are not rendered by default.

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) 2025 shiny 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.

LICENSE.note

Lines changed: 1011 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ We welcome contributions to the **shiny** package. Please see our [CONTRIBUTING.
6161

6262
## License
6363

64-
The shiny package as a whole is licensed under the GPLv3. See the [LICENSE](LICENSE) file for more details.
64+
The shiny package as a whole is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
6565

6666
## R version support
6767

inst/www/shared/busy-indicators/busy-indicators.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/shiny-autoreload.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/shiny-showcase.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/shiny-showcase.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)