From 716a53146aeb0c1e7b0b9e40928bbea44536fc5b Mon Sep 17 00:00:00 2001
From: Virgile Prevosto <virgile.prevosto@m4x.org>
Date: Wed, 28 Sep 2022 09:10:02 +0200
Subject: [PATCH] [.gitattributes] Moving files implies moving their attributes

---
 .gitattributes | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index 6d5050f..33750c5 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -43,21 +43,21 @@ Make* header_spec=CEA_LGPL_OR_PROPRIETARY.META
 *.txt  header_spec=CEA_LGPL_OR_PROPRIETARY.META
 *.why  header_spec=CEA_LGPL_OR_PROPRIETARY.META
 
-/share/run.pl header_spec=CEA_LGPL_OR_PROPRIETARY.META
-/share/model.slog header_spec=CEA_LGPL_OR_PROPRIETARY.META
+/deduce/run.pl header_spec=CEA_LGPL_OR_PROPRIETARY.META
+/deduce/model.slog header_spec=CEA_LGPL_OR_PROPRIETARY.META
 
 ############################
 # HEADER_SPEC: SETLOG_LGPL #
 ############################
 
-/share/setloglib.slog header_spec=SETLOG_LGPL
-/share/setlog_rules.pl header_spec=SETLOG_LGPL
+/deduce/setloglib.slog header_spec=SETLOG_LGPL
+/deduce/setlog_rules.pl header_spec=SETLOG_LGPL
 
 #####################################
 # HEADER_SPEC: SETLOG_LGPL_MODIFIED #
 #####################################
 
-/share/setlog.pl header_spec=SETLOG_LGPL_MODIFIED
+/deduce/setlog.pl header_spec=SETLOG_LGPL_MODIFIED
 
 ########################
 # HEADER_SPEC: .ignore #
-- 
GitLab