From 3e06323e6dd7690052c9105afff57945a68b3690 Mon Sep 17 00:00:00 2001 From: UNV Date: Mon, 20 Oct 2025 22:13:34 +0300 Subject: [PATCH] Adding Apache 2 license to copyright configuration. --- .consulo/copyright/apache_2_license.xml | 8 ++++++++ .consulo/copyright/profiles_settings.xml | 5 +++++ .gitignore | 1 + 3 files changed, 14 insertions(+) create mode 100644 .consulo/copyright/apache_2_license.xml create mode 100644 .consulo/copyright/profiles_settings.xml diff --git a/.consulo/copyright/apache_2_license.xml b/.consulo/copyright/apache_2_license.xml new file mode 100644 index 0000000000..ea57dc4f82 --- /dev/null +++ b/.consulo/copyright/apache_2_license.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file diff --git a/.consulo/copyright/profiles_settings.xml b/.consulo/copyright/profiles_settings.xml new file mode 100644 index 0000000000..fca50fe6e1 --- /dev/null +++ b/.consulo/copyright/profiles_settings.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/.gitignore b/.gitignore index 52f899c331..0a704a3f0f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /.consulo !/.consulo/codeStyleSettings.xml +!/.consulo/copyright !/.consulo/runConfigurations /out /target