diff --git a/docs/en/development/plugins/plugin-development.md b/docs/en/development/plugins/plugin-development.md index f66236bb90..426365ae69 100644 --- a/docs/en/development/plugins/plugin-development.md +++ b/docs/en/development/plugins/plugin-development.md @@ -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 the AGPLv3 license. 7. **`package.json`**: Here you can find the dependency/build configuration and dependencies for the frontend.