From 7c9fd898be75ffbc4c1c87207b04bb087ce964d4 Mon Sep 17 00:00:00 2001 From: Syer10 Date: Tue, 28 Sep 2021 14:12:53 -0400 Subject: [PATCH] Add copyright header settings to project --- .gitignore | 2 ++ .idea/copyright/MPL2_0.xml | 7 +++++++ .idea/copyright/profiles_settings.xml | 7 +++++++ .idea/scopes/Tachidesk-JUI.xml | 3 +++ 4 files changed, 19 insertions(+) create mode 100644 .idea/copyright/MPL2_0.xml create mode 100644 .idea/copyright/profiles_settings.xml create mode 100644 .idea/scopes/Tachidesk-JUI.xml diff --git a/.gitignore b/.gitignore index be09476a..54e48dc4 100644 --- a/.gitignore +++ b/.gitignore @@ -20,5 +20,7 @@ bin/ *.iws /.idea/* !/.idea/runConfigurations/ +!/.idea/scopes +!/.idea/copyright out/ workspace.xml \ No newline at end of file diff --git a/.idea/copyright/MPL2_0.xml b/.idea/copyright/MPL2_0.xml new file mode 100644 index 00000000..f7d59ac2 --- /dev/null +++ b/.idea/copyright/MPL2_0.xml @@ -0,0 +1,7 @@ + + + + \ 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..3fb7bc7c --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/scopes/Tachidesk-JUI.xml b/.idea/scopes/Tachidesk-JUI.xml new file mode 100644 index 00000000..75242aab --- /dev/null +++ b/.idea/scopes/Tachidesk-JUI.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file