From 5f49b73b8b9044f25167880ef2ffcaf887a4c13a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Mon, 9 Sep 2024 16:34:12 +0200 Subject: [PATCH] plugin-development.md --- docs/en/development/plugins/plugin-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.