Add IDEA copyright configuration

This commit is contained in:
Chris Beams 2014-08-26 08:42:59 +02:00
parent 6ff63ce2c6
commit d5e7b6cfdb
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
3 changed files with 14 additions and 0 deletions

2
.gitignore vendored
View File

@ -4,6 +4,8 @@
/bin
/out
.idea
!.idea/copyright/Bitsquare_Affero_GPLv3.xml
!.idea/copyright/profiles_settings.xml
bitsquare.iml
*.spvchain
*.wallet

View File

@ -0,0 +1,9 @@
<component name="CopyrightManager">
<copyright>
<option name="notice" value="This file is part of Bitsquare.&#10;&#10;Bitsquare is free software: you can redistribute it and/or modify it&#10;under the terms of the GNU Affero General Public License as published by&#10;the Free Software Foundation, either version 3 of the License, or (at&#10;your option) any later version.&#10;&#10;Bitsquare is distributed in the hope that it will be useful, but WITHOUT&#10;ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or&#10;FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public&#10;License for more details.&#10;&#10;You should have received a copy of the GNU Affero General Public License&#10;along with Bitsquare. If not, see &lt;http://www.gnu.org/licenses/&gt;." />
<option name="keyword" value="GNU Affero General Public License" />
<option name="allowReplaceKeyword" value="" />
<option name="myName" value="Bitsquare Affero GPLv3" />
<option name="myLocal" value="true" />
</copyright>
</component>

3
.idea/copyright/profiles_settings.xml generated Normal file
View File

@ -0,0 +1,3 @@
<component name="CopyrightManager">
<settings default="Bitsquare Affero GPLv3" />
</component>