mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
Add copyright settings.
Former-commit-id: 49ebc6e4b8d1f292fda4432179d877d1e61efdbf
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
target
|
||||
.idea/*
|
||||
!.idea/codeStyleSettings.xml
|
||||
!.idea/copyright
|
||||
*.iml
|
||||
|
||||
# Compiled source #
|
||||
|
||||
Generated
+6
@@ -0,0 +1,6 @@
|
||||
<component name="CopyrightManager">
|
||||
<copyright>
|
||||
<option name="myName" value="cyberduck" />
|
||||
<option name="notice" value="Copyright (c) 2002-&#36;today.year iterate GmbH. All rights reserved. https://cyberduck.io/ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details." />
|
||||
</copyright>
|
||||
</component>
|
||||
Generated
+11
@@ -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>
|
||||
Reference in New Issue
Block a user