Add copyright header settings to project

This commit is contained in:
Syer10
2021-09-28 14:12:53 -04:00
parent 6d27bc36c5
commit 7c9fd898be
4 changed files with 19 additions and 0 deletions

2
.gitignore vendored
View File

@@ -20,5 +20,7 @@ bin/
*.iws *.iws
/.idea/* /.idea/*
!/.idea/runConfigurations/ !/.idea/runConfigurations/
!/.idea/scopes
!/.idea/copyright
out/ out/
workspace.xml workspace.xml

7
.idea/copyright/MPL2_0.xml generated Normal file
View File

@@ -0,0 +1,7 @@
<component name="CopyrightManager">
<copyright>
<option name="keyword" value="This Source Code Form" />
<option name="notice" value="This Source Code Form is subject to the terms of the Mozilla Public&#10;License, v. 2.0. If a copy of the MPL was not distributed with this&#10;file, You can obtain one at https://mozilla.org/MPL/2.0/." />
<option name="myName" value="MPL2.0" />
</copyright>
</component>

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

@@ -0,0 +1,7 @@
<component name="CopyrightManager">
<settings>
<module2copyright>
<element module="Tachidesk-JUI" copyright="MPL2.0" />
</module2copyright>
</settings>
</component>

3
.idea/scopes/Tachidesk-JUI.xml generated Normal file
View File

@@ -0,0 +1,3 @@
<component name="DependencyValidationManager">
<scope name="Tachidesk-JUI" pattern="src[Tachidesk-JUI*]:*..*" />
</component>