Skip to content

Commit 3e06323

Browse files
committed
Adding Apache 2 license to copyright configuration.
1 parent a7fca2d commit 3e06323

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<component name="CopyrightManager">
2+
<copyright>
3+
<option name="allowReplaceKeyword" value="" />
4+
<option name="notice" value="Copyright 2013-&amp;#36;{today.year} consulo.io&#10;&#10;Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#10;you may not use this file except in compliance with the License.&#10;You may obtain a copy of the License at&#10;&#10;http://www.apache.org/licenses/LICENSE-2.0&#10;&#10;Unless required by applicable law or agreed to in writing, software&#10;distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#10;WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#10;See the License for the specific language governing permissions and&#10;limitations under the License." />
5+
<option name="keyword" value="Copyright" />
6+
<option name="myName" value="apache 2 license" />
7+
</copyright>
8+
</component>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<component name="CopyrightManager">
2+
<settings default="apache 2 license">
3+
<module2copyright />
4+
</settings>
5+
</component>

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/.consulo
22
!/.consulo/codeStyleSettings.xml
3+
!/.consulo/copyright
34
!/.consulo/runConfigurations
45
/out
56
/target

0 commit comments

Comments
 (0)