aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--.idea/copyright/Juick.xml6
-rw-r--r--.idea/copyright/profiles_settings.xml7
3 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5d6a41f9..e0dcac1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
.idea/*
+!.idea/copyright/
*.iml
**/application-production.properties
**/logback.xml
diff --git a/.idea/copyright/Juick.xml b/.idea/copyright/Juick.xml
new file mode 100644
index 00000000..7c1f32ba
--- /dev/null
+++ b/.idea/copyright/Juick.xml
@@ -0,0 +1,6 @@
+<component name="CopyrightManager">
+ <copyright>
+ <option name="notice" value="Copyright (C) 2008-&amp;#36;today.year, Juick&#10;&#10;This program is free software: you can redistribute it and/or modify&#10;it under the terms of the GNU Affero General Public License as&#10;published by the Free Software Foundation, either version 3 of the&#10;License, or (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 Affero General Public License for more details.&#10;&#10;You should have received a copy of the GNU Affero General Public License&#10;along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;." />
+ <option name="myName" value="Juick" />
+ </copyright>
+</component> \ No newline at end of file
diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml
new file mode 100644
index 00000000..7d782a80
--- /dev/null
+++ b/.idea/copyright/profiles_settings.xml
@@ -0,0 +1,7 @@
+<component name="CopyrightManager">
+ <settings default="Juick">
+ <module2copyright>
+ <element module="Production" copyright="Juick" />
+ </module2copyright>
+ </settings>
+</component> \ No newline at end of file