From ee2ae468ef17b725a0552fa9fb7d685c7097192b 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 c6843ecc265..4ab92252ae0 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 00000000000..2d430b46131 --- /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 0875fcecb11..69d52afca4a 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 00000000000..83599ae6808 --- /dev/null +++ b/.idea/scopes/Enterprise.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file