mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-23 07:52:13 +01:00
Fix intellij configuration
This commit is contained in:
@@ -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
|
||||
|
||||
19
docs/en/licenses/netbeans/license-SCM-AGPL.txt
Normal file
19
docs/en/licenses/netbeans/license-SCM-AGPL.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
<#if licenseFirst??>
|
||||
${licenseFirst}*
|
||||
</#if>
|
||||
${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}
|
||||
</#if>
|
||||
Reference in New Issue
Block a user