Add copyright settings.

Former-commit-id: 49ebc6e4b8d1f292fda4432179d877d1e61efdbf
This commit is contained in:
Yves Langisch
2016-11-08 17:30:11 +01:00
parent a764ad59a0
commit 78d745ea50
3 changed files with 18 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
target
.idea/*
!.idea/codeStyleSettings.xml
!.idea/copyright
*.iml
# Compiled source #
+6
View File
@@ -0,0 +1,6 @@
<component name="CopyrightManager">
<copyright>
<option name="myName" value="cyberduck" />
<option name="notice" value="Copyright (c) 2002-&amp;#36;today.year iterate GmbH. All rights reserved.&#10;https://cyberduck.io/&#10;&#10;This program is free software; you can redistribute it and/or modify&#10;it under the terms of the GNU General Public License as published by&#10;the Free Software Foundation; either version 2 of the License, or&#10;(at your option) any later version.&#10;&#10;This program is distributed in the hope that it will be useful,&#10;but WITHOUT ANY WARRANTY; without even the implied warranty of&#10;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#10;GNU General Public License for more details." />
</copyright>
</component>
+11
View File
@@ -0,0 +1,11 @@
<component name="CopyrightManager">
<settings default="cyberduck">
<module2copyright>
<element module="Project Files" copyright="cyberduck" />
</module2copyright>
<LanguageOptions name="JAVA">
<option name="fileTypeOverride" value="3" />
<option name="fileLocation" value="2" />
</LanguageOptions>
</settings>
</component>