mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 03:26:32 +02:00
Change to GNU Affero General Public License v3.0
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user