diff --git a/docs/en/development/intellij-idea-configuration.md b/docs/en/development/intellij-idea-configuration.md index 8b0510f843..65141909a6 100644 --- a/docs/en/development/intellij-idea-configuration.md +++ b/docs/en/development/intellij-idea-configuration.md @@ -59,12 +59,12 @@ title: Intellij IDEA Configuration * Editor / Copyright / Copyright Profiles * Add Profile - * Name: SCM-MIT - * Copyright text: *see LICENSE.txt in the main directory* - * Regex: MIT License + * Name: SCM-AGPL + * Copyright text: see https://www.gnu.org/licenses/ + * Regex: GNU Affero General Public License * Editor / Copyright - * Default project copyright: SCM-MIT + * Default project copyright: SCM-AGPL * Editor / Copyright / Formatting / XML * Use custom formatting options diff --git a/docs/en/licenses/netbeans/license-SCM-AGPL.txt b/docs/en/licenses/netbeans/license-SCM-AGPL.txt new file mode 100644 index 0000000000..7a2fef01b7 --- /dev/null +++ b/docs/en/licenses/netbeans/license-SCM-AGPL.txt @@ -0,0 +1,19 @@ +<#if licenseFirst??> +${licenseFirst}* + +${licensePrefix}Copyright (c) 2020 - present Cloudogu GmbH +${licensePrefix} +${licensePrefix}This program is free software: you can redistribute it and/or modify it under +${licensePrefix}the terms of the GNU Affero General Public License as published by the Free +${licensePrefix}Software Foundation, version 3. +${licensePrefix} +${licensePrefix}This program is distributed in the hope that it will be useful, but WITHOUT +${licensePrefix}ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +${licensePrefix}FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more +${licensePrefix}details. +${licensePrefix} +${licensePrefix}You should have received a copy of the GNU Affero General Public License +${licensePrefix}along with this program. If not, see https://www.gnu.org/licenses/. +<#if licenseLast??> +${licenseLast} +