mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 14:52:03 +01:00
Add copyright header settings to project
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -20,5 +20,7 @@ bin/
|
||||
*.iws
|
||||
/.idea/*
|
||||
!/.idea/runConfigurations/
|
||||
!/.idea/scopes
|
||||
!/.idea/copyright
|
||||
out/
|
||||
workspace.xml
|
||||
7
.idea/copyright/MPL2_0.xml
generated
Normal file
7
.idea/copyright/MPL2_0.xml
generated
Normal 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 License, v. 2.0. If a copy of the MPL was not distributed with this 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
7
.idea/copyright/profiles_settings.xml
generated
Normal 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
3
.idea/scopes/Tachidesk-JUI.xml
generated
Normal file
@@ -0,0 +1,3 @@
|
||||
<component name="DependencyValidationManager">
|
||||
<scope name="Tachidesk-JUI" pattern="src[Tachidesk-JUI*]:*..*" />
|
||||
</component>
|
||||
Reference in New Issue
Block a user