From 62c313fa4f6270b9e0a47cd3d05b628c730e4b6e Mon Sep 17 00:00:00 2001
From: Florian Uhlig <f.uhlig@gsi.de>
Date: Fri, 24 Sep 2021 11:54:20 +0200
Subject: [PATCH] Improve license header test script

Exclude ParMQServer classes from test. Code was copied from FairRoot which
has its ownclicense header.
---
 scripts/check-licence-header.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/scripts/check-licence-header.sh b/scripts/check-licence-header.sh
index a9b2502c26..72a58410a7 100755
--- a/scripts/check-licence-header.sh
+++ b/scripts/check-licence-header.sh
@@ -17,6 +17,10 @@ external
 # inherited from the ALICE experiment. The code was copied by the
 # original author when he started working for CBM.
 papaframework
+# The parameter server was copied from FairRoot and modified
+# Since we are not sure yet how this needs to be handled the
+# files are not tested
+ParameterMQServer
 )
 
 RETURN_CODE="0"
-- 
GitLab