From 4ccbe3a7ec001914102559c2fcc4b0034ed989e8 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 1 Jul 2024 11:30:12 +0200 Subject: [PATCH] Create a scope for enterprise files This allow to let the correct Copyright be applied when creating new file. --- .idea/copyright/{NewVector.xml => Element_FOSS.xml} | 2 +- .idea/copyright/Enterprise.xml | 6 ++++++ .idea/copyright/profiles_settings.xml | 6 +++++- .idea/scopes/Enterprise.xml | 3 +++ 4 files changed, 15 insertions(+), 2 deletions(-) rename .idea/copyright/{NewVector.xml => Element_FOSS.xml} (93%) create mode 100644 .idea/copyright/Enterprise.xml create mode 100644 .idea/scopes/Enterprise.xml diff --git a/.idea/copyright/NewVector.xml b/.idea/copyright/Element_FOSS.xml similarity index 93% rename from .idea/copyright/NewVector.xml rename to .idea/copyright/Element_FOSS.xml index c6843ecc26..4ab92252ae 100644 --- a/.idea/copyright/NewVector.xml +++ b/.idea/copyright/Element_FOSS.xml @@ -1,6 +1,6 @@ diff --git a/.idea/copyright/Enterprise.xml b/.idea/copyright/Enterprise.xml new file mode 100644 index 0000000000..2d430b4613 --- /dev/null +++ b/.idea/copyright/Enterprise.xml @@ -0,0 +1,6 @@ + + + + diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml index 0875fcecb1..69d52afca4 100644 --- a/.idea/copyright/profiles_settings.xml +++ b/.idea/copyright/profiles_settings.xml @@ -1,3 +1,7 @@ - + + + + + \ No newline at end of file diff --git a/.idea/scopes/Enterprise.xml b/.idea/scopes/Enterprise.xml new file mode 100644 index 0000000000..83599ae680 --- /dev/null +++ b/.idea/scopes/Enterprise.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file