mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Add IDEA copyright configuration
This commit is contained in:
parent
6ff63ce2c6
commit
d5e7b6cfdb
3 changed files with 14 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,6 +4,8 @@
|
||||||
/bin
|
/bin
|
||||||
/out
|
/out
|
||||||
.idea
|
.idea
|
||||||
|
!.idea/copyright/Bitsquare_Affero_GPLv3.xml
|
||||||
|
!.idea/copyright/profiles_settings.xml
|
||||||
bitsquare.iml
|
bitsquare.iml
|
||||||
*.spvchain
|
*.spvchain
|
||||||
*.wallet
|
*.wallet
|
||||||
|
|
9
.idea/copyright/Bitsquare_Affero_GPLv3.xml
generated
Normal file
9
.idea/copyright/Bitsquare_Affero_GPLv3.xml
generated
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<component name="CopyrightManager">
|
||||||
|
<copyright>
|
||||||
|
<option name="notice" value="This file is part of Bitsquare. Bitsquare is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Bitsquare 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with Bitsquare. If not, see <http://www.gnu.org/licenses/>." />
|
||||||
|
<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
3
.idea/copyright/profiles_settings.xml
generated
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<component name="CopyrightManager">
|
||||||
|
<settings default="Bitsquare Affero GPLv3" />
|
||||||
|
</component>
|
Loading…
Add table
Reference in a new issue