Change to GNU Affero General Public License v3.0

This commit is contained in:
Rene Pfeuffer
2024-09-24 09:42:07 +02:00
parent f95579c102
commit e6433d01d1
4046 changed files with 42639 additions and 73310 deletions

View File

@@ -135,7 +135,7 @@ diff -r a988f4cfb7ab src/main/resources/META-INF/scm/plugin.xml
```json
{
"name": "@scm-manager/name-of-plugin",
"license": "MIT",
"license": "AGPL-3.0-only",
"main": "src/main/js/index.tsx",
"scripts": {
"build": "ui-scripts plugin",

View File

@@ -67,7 +67,7 @@ A quick look at the files and directories you'll see in a SCM-Manager project.
5. **`CHANGELOG.md`**: All notable changes to this project will be documented in this file.
6. **`LICENSE`**: This project is licensed under the MIT license.
6. **`LICENSE`**: This project is licensed under AGPL-3.0-only.
7. **`package.json`**: Here you can find the dependency/build configuration and dependencies for the frontend.