From 60a69528272e89f24b97ed50991e0a3a69f1e393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Sun, 9 Jul 2023 23:13:17 +0200 Subject: [PATCH] build(idea): Configure the OpenSavvy-approved licenses --- .idea/.gitignore | 1 + .idea/copyright/AGPL_3_0.xml | 6 ++++++ .idea/copyright/Apache_2_0.xml | 6 ++++++ 3 files changed, 13 insertions(+) create mode 100644 .idea/copyright/AGPL_3_0.xml create mode 100644 .idea/copyright/Apache_2_0.xml diff --git a/.idea/.gitignore b/.idea/.gitignore index a66d35e..fbd0220 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -8,3 +8,4 @@ !runConfigurations/* !git_toolbox_prj.xml !codeStyles/* +!copyright/* diff --git a/.idea/copyright/AGPL_3_0.xml b/.idea/copyright/AGPL_3_0.xml new file mode 100644 index 0000000..9d92677 --- /dev/null +++ b/.idea/copyright/AGPL_3_0.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/copyright/Apache_2_0.xml b/.idea/copyright/Apache_2_0.xml new file mode 100644 index 0000000..daeedb2 --- /dev/null +++ b/.idea/copyright/Apache_2_0.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file -- 2.51.2