diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..ae76edd18b90558b8151f473d382805ff3f36ca0
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,15 @@
+###############################################################################
+# (c) Copyright 2019-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
+check-copyright:
+  image: gitlab-registry.cern.ch/ci-tools/ci-worker:cc7
+  script:
+    - curl -o check_copyright.py "https://gitlab.cern.ch/lhcb-core/LbDevTools/raw/master/LbDevTools/SourceTools.py?inline=false"
+    - python check_copyright.py origin/hlt2011-patches
diff --git a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1BeamGasLines.py b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1BeamGasLines.py
index 708695116c98063e1632ae70dc3bd411f1e494ca..155c48c92188092e77cf5d9aa47e8acb54f41e24 100644
--- a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1BeamGasLines.py
+++ b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1BeamGasLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 ## @file
 #  Configuration of BeamGas Lines
diff --git a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1CommissioningLines.py b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1CommissioningLines.py
index d60cf199392b8fdb32376714429426c1913ee278..bc1abc377e8119b142cd2ee0ec25eddf03ef77c4 100644
--- a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1CommissioningLines.py
+++ b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1CommissioningLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 ## @file
 #  Configuration of Hlt Lines for commissioning
diff --git a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1CosmicLines.py b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1CosmicLines.py
index fdfb7ce4a4e496cc1f426409d317d0224440a9db..d6a93ad0ba75c1303de4f7f672cc3fdd440e6980 100644
--- a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1CosmicLines.py
+++ b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1CosmicLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 ## @file
 #  Cosmics 
diff --git a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1ElectronLines.py b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1ElectronLines.py
index 6d788967141c557393f926b25bb80e5a39c69d2b..960862ef32dddf254891e75621c3bda45426e81a 100644
--- a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1ElectronLines.py
+++ b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1ElectronLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 from Gaudi.Configuration import * 
 from HltLine.HltLinesConfigurableUser import *
 import re
diff --git a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1GECs.py b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1GECs.py
index 7b14617b04ea9f42b780325e6c5db8668117e64c..1d59e0b125212d9dcb49acdc341e44821d936673 100644
--- a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1GECs.py
+++ b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1GECs.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 def Hlt1GECStreamer( gec = 'Loose', accept = True ):
     from HltTracking.HltReco import MaxOTHits
     gecs = { 'Tight' : { 'MaxOTHits'   : MaxOTHits,
diff --git a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1L0Lines.py b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1L0Lines.py
index 3300eeb9c233a713d00fa8eb83bb72da89aa93d8..5507f0ae80ee72aef4622e617a6e951d8bfdc772 100644
--- a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1L0Lines.py
+++ b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1L0Lines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 
 ## @file
 #  Configuration of Hlt Lines which are plain L0 lines
diff --git a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1LumiLines.py b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1LumiLines.py
index ced976821fea84e2c16b8010434fd877f8887af7..97ecd86fc06413a2fa93e52ea77f66be61b39fd3 100644
--- a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1LumiLines.py
+++ b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1LumiLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ##############################
 #     HLT Lumi Line(s)
 ##############################
diff --git a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1MBLines.py b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1MBLines.py
index ef3d79369db8bcdba7c5bdce2620b449330c4533..9fc95305228be721bfcd61921c75702fef147299 100644
--- a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1MBLines.py
+++ b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1MBLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ##############################
 #     HLT MiniBias Line(s)
 ##############################
diff --git a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1MuonLines.py b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1MuonLines.py
index a3214d0e99c68c7745a6ef4657c43395976f0b93..ea8a2fbcadaf88719709655362e44d253641f973 100644
--- a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1MuonLines.py
+++ b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1MuonLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 from Gaudi.Configuration import * 
 from HltLine.HltLinesConfigurableUser import *
 import re
diff --git a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1ProtonLines.py b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1ProtonLines.py
index 749a9d66c44fa7ded2a89eafe4ab41eb14cac8b5..9f300fcfd0003e443ab76961d6edadb464ad8bfd 100644
--- a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1ProtonLines.py
+++ b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1ProtonLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 from Gaudi.Configuration import * 
 from HltLine.HltLinesConfigurableUser import *
 
diff --git a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1TrackLines.py b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1TrackLines.py
index 080a2007712a5b50b6543c44deb8e66bb8872a25..40873a7e9bee29cc6be4056ce2132c7ab626c47c 100644
--- a/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1TrackLines.py
+++ b/Hlt/Hlt1Lines/python/Hlt1Lines/Hlt1TrackLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 ## @@file
 #  Configuration of One Track Lines
diff --git a/Hlt/Hlt1Lines/python/Hlt1Lines/HltL0Candidates.py b/Hlt/Hlt1Lines/python/Hlt1Lines/HltL0Candidates.py
index bad80b0c7a0cdfeb962004a4e7820c5d8d3a78de..1f0c7bec8d3799f5810013aaca786ef09340843f 100644
--- a/Hlt/Hlt1Lines/python/Hlt1Lines/HltL0Candidates.py
+++ b/Hlt/Hlt1Lines/python/Hlt1Lines/HltL0Candidates.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 #
 #==============================================================================
 #==============================================================================
diff --git a/Hlt/Hlt1Muons/src/Candidate.h b/Hlt/Hlt1Muons/src/Candidate.h
index 241d08b20c86c793defb8d8571f2a2ca29154dff..6c93954268f0b09ad331bf08c43bec43b8c3ad3b 100644
--- a/Hlt/Hlt1Muons/src/Candidate.h
+++ b/Hlt/Hlt1Muons/src/Candidate.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef CANDIDATE_H 
 #define CANDIDATE_H 1
 
diff --git a/Hlt/Hlt1Muons/src/Hlt1MuonHit.h b/Hlt/Hlt1Muons/src/Hlt1MuonHit.h
index 37d5250202e4b003bc0a07429cdee39e6e7342b6..2a10a1cf1fdfef8b11212664b792d9878d7b09aa 100644
--- a/Hlt/Hlt1Muons/src/Hlt1MuonHit.h
+++ b/Hlt/Hlt1Muons/src/Hlt1MuonHit.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLT1MUONHIT_H 
 #define HLT1MUONHIT_H 1
 
diff --git a/Hlt/Hlt1Muons/src/Hlt1MuonHitManager.cpp b/Hlt/Hlt1Muons/src/Hlt1MuonHitManager.cpp
index 5f6cd8da247bf335ef245a43013ec10e480b960e..46e6da4437548b792904f39756ad7f1d1832662e 100644
--- a/Hlt/Hlt1Muons/src/Hlt1MuonHitManager.cpp
+++ b/Hlt/Hlt1Muons/src/Hlt1MuonHitManager.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // STL
 #include <vector>
 #include <algorithm>
diff --git a/Hlt/Hlt1Muons/src/Hlt1MuonHitManager.h b/Hlt/Hlt1Muons/src/Hlt1MuonHitManager.h
index 6d4a11cef6b4e6c96e3af75eb2707d81ad4cb5ab..8a5d44f2c95267eccbf5941f85ae3c6f3065d06e 100644
--- a/Hlt/Hlt1Muons/src/Hlt1MuonHitManager.h
+++ b/Hlt/Hlt1Muons/src/Hlt1MuonHitManager.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLT1MUONHITMANAGER_H 
 #define HLT1MUONHITMANAGER_H 1
 
diff --git a/Hlt/Hlt1Muons/src/Hlt1MuonRegion.h b/Hlt/Hlt1Muons/src/Hlt1MuonRegion.h
index 0ab67bc1a2d99ff1488404af60519dea6c7328bf..c9538df56327853626bcd203424535608416ab15 100644
--- a/Hlt/Hlt1Muons/src/Hlt1MuonRegion.h
+++ b/Hlt/Hlt1Muons/src/Hlt1MuonRegion.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLT1MUONREGION_H 
 #define HLT1MUONREGION_H 1
 
diff --git a/Hlt/Hlt1Muons/src/Hlt1MuonStation.cpp b/Hlt/Hlt1Muons/src/Hlt1MuonStation.cpp
index ab0463aca2b44c466f1fad4bae45c44707133068..9368adfa31063a939fbd7710fcafa95060b6aa42 100644
--- a/Hlt/Hlt1Muons/src/Hlt1MuonStation.cpp
+++ b/Hlt/Hlt1Muons/src/Hlt1MuonStation.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 #include <exception>
 
diff --git a/Hlt/Hlt1Muons/src/Hlt1MuonStation.h b/Hlt/Hlt1Muons/src/Hlt1MuonStation.h
index 18bb20390be644fd57bfbc2f56955477e225c54b..aaec37c4cfbdc3f560cc5f90a72576cdf831bf8f 100644
--- a/Hlt/Hlt1Muons/src/Hlt1MuonStation.h
+++ b/Hlt/Hlt1Muons/src/Hlt1MuonStation.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLT1MUONSTATION_H 
 #define HLT1MUONSTATION_H 1
 
diff --git a/Hlt/Hlt1Muons/src/HltVeloIsMuon.cpp b/Hlt/Hlt1Muons/src/HltVeloIsMuon.cpp
index 4fd6d482fbe196033dc46e914220957b839cd55f..2e330512d710fb389dd0760ddf59f395425949f1 100644
--- a/Hlt/Hlt1Muons/src/HltVeloIsMuon.cpp
+++ b/Hlt/Hlt1Muons/src/HltVeloIsMuon.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // STL
 #include <vector>
 #include <algorithm>
diff --git a/Hlt/Hlt1Muons/src/HltVeloIsMuon.h b/Hlt/Hlt1Muons/src/HltVeloIsMuon.h
index e487390d9e7bc2f8026ad0d1986ae79678268f25..4225b3fd6ba4d0d66bd6146eb6d8420ec5a0a66c 100644
--- a/Hlt/Hlt1Muons/src/HltVeloIsMuon.h
+++ b/Hlt/Hlt1Muons/src/HltVeloIsMuon.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef MATCHVELOMUON_H 
 #define MATCHVELOMUON_H 1
 
diff --git a/Hlt/Hlt1Muons/src/IsMuonTool.cpp b/Hlt/Hlt1Muons/src/IsMuonTool.cpp
index ee0d04f75676e0da24e86893c8565bfbe9053745..fd4bc08291b21d91f0e35e12fa2c084725de939b 100644
--- a/Hlt/Hlt1Muons/src/IsMuonTool.cpp
+++ b/Hlt/Hlt1Muons/src/IsMuonTool.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // STL
 #include <set>
 
diff --git a/Hlt/Hlt1Muons/src/IsMuonTool.h b/Hlt/Hlt1Muons/src/IsMuonTool.h
index 609514b4a23c220282a3c1561b125a2e6467b8b5..cfae135c42a193211c3e848e161b54a6ce6fb16d 100644
--- a/Hlt/Hlt1Muons/src/IsMuonTool.h
+++ b/Hlt/Hlt1Muons/src/IsMuonTool.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef ISMUONTOOL_H 
 #define ISMUONTOOL_H 1
 
diff --git a/Hlt/Hlt1Muons/src/MatchVeloMuon.cpp b/Hlt/Hlt1Muons/src/MatchVeloMuon.cpp
index 6f4bda0f915a4d451dc9857f8aa4b25c64b20416..d0a28bba8af0f3f6c5d7b01ca38fcd3e1b4c64f0 100644
--- a/Hlt/Hlt1Muons/src/MatchVeloMuon.cpp
+++ b/Hlt/Hlt1Muons/src/MatchVeloMuon.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // STL
 #include <vector>
 #include <algorithm>
diff --git a/Hlt/Hlt1Muons/src/MatchVeloMuon.h b/Hlt/Hlt1Muons/src/MatchVeloMuon.h
index 2c5d224ade59b362f8a2edcc708bb201961c3582..eb9aaaeb5c7a1320a5e60963f1016eb922700174 100644
--- a/Hlt/Hlt1Muons/src/MatchVeloMuon.h
+++ b/Hlt/Hlt1Muons/src/MatchVeloMuon.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef MATCHVELOMUON_H 
 #define MATCHVELOMUON_H 1
 
diff --git a/Hlt/Hlt1Muons/src/PatMatchL0MuonTool.cpp b/Hlt/Hlt1Muons/src/PatMatchL0MuonTool.cpp
index f023c017da2695c18a763a9347f725644a2ba84b..233275e583695cb31399837fb772e9dbfe95434b 100644
--- a/Hlt/Hlt1Muons/src/PatMatchL0MuonTool.cpp
+++ b/Hlt/Hlt1Muons/src/PatMatchL0MuonTool.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // from Gaudi
 #include <GaudiKernel/ToolFactory.h>
 
diff --git a/Hlt/Hlt1Muons/src/PatMatchL0MuonTool.h b/Hlt/Hlt1Muons/src/PatMatchL0MuonTool.h
index 200e1e4ca9dc560b6c9af30ab04e9c75c6b7c9e4..097c1aab78624c221e4858cc5c7ef1025b83307b 100644
--- a/Hlt/Hlt1Muons/src/PatMatchL0MuonTool.h
+++ b/Hlt/Hlt1Muons/src/PatMatchL0MuonTool.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef PATMATCHL0MUONTOOL_H 
 #define PATMATCHL0MUONTOOL_H 1
 
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2DXLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2DXLines.py
index 0f43afe281f6a685d28d3d470ed3e6e425fb5d5c..2f034d5cc6f8e31fa3bf2571d54c69693f5a73a5 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2DXLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2DXLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ###
 #
 # Hlt2 B2DX lines
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2HHLTUnbiasedLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2HHLTUnbiasedLines.py
index 248b78d0c5902eef0034d366eb93a07563d486d2..e5325d2deb888e0f66288cf105f7353d0f646566 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2HHLTUnbiasedLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2HHLTUnbiasedLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 from Gaudi.Configuration import * 
 from HltLine.HltLinesConfigurableUser import HltLinesConfigurableUser
 
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2HHLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2HHLines.py
index 10a618439a3010ea2b7de04e626352526e4fd0a7..2dd7dcb1a3b6728f52b131c03c36763b9b9b3f36 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2HHLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2HHLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 from Gaudi.Configuration import * 
 from HltLine.HltLinesConfigurableUser import HltLinesConfigurableUser
 
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2HHPi0Lines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2HHPi0Lines.py
index 8965012681ee9c9811e139201748b9539fe855f7..226f5a8b1e0bd3ea8dc30579e490f50fab91bdde 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2HHPi0Lines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2HHPi0Lines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 from Gaudi.Configuration import * 
 from HltLine.HltLinesConfigurableUser import HltLinesConfigurableUser
 
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2JpsiXLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2JpsiXLines.py
index cc210a0f8bbea005048ad0e8ffa12bda9cedd66c..72084a390c8a185dfbc1fe6204ac1dc582ea2ae8 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2JpsiXLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2JpsiXLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 
 from Gaudi.Configuration import * 
 from HltLine.HltLinesConfigurableUser import HltLinesConfigurableUser
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2KsHHLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2KsHHLines.py
index 426ff1bfd35353af5105867071597b8650c75e78..5b78471bd857c57710fef3b3a22a9bf34afd270b 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2KsHHLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2KsHHLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ###############
 #
 # @author Jussara Miranda jussara@cbpf.br
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2KstareeLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2KstareeLines.py
index 2dd167459ec130a4a7b2785dc3c7b3bd10d80afd..2d49d8a6e2643a65aa9caa4069d456aca2e77a35 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2KstareeLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2KstareeLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ###############
 #
 # @author M. Nicol, nicol@lal.in2p3.fr
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2LLXLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2LLXLines.py
index 6b065c7e9efa3f27cbc7e2138b6851b1708a16fe..e6133a669a1e3978f1b631da783051f4db0691c2 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2LLXLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2LLXLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ### @file
 #
 #  Hlt2 B->llK selection
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2PhiXLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2PhiXLines.py
index 5b02177257f546b76042b54809fd71e8e768fe3d..d376c8b0297746b5a79d0f6e0730e7de0761ea76 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2PhiXLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2PhiXLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 
 from Gaudi.Configuration import * 
 from HltLine.HltLinesConfigurableUser import HltLinesConfigurableUser
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2XGammaLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2XGammaLines.py
index 4e525c5618c44986ff16ccdc57ffcf262b3e1fd8..bc738eabc1751ba4c575854ed5a482cac488ee62 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2XGammaLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2B2XGammaLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # HLT2 Bs->PhiGamma and B->Kstar Gamma selections
 #
 # Fatima Soomro( Fatima.Soomro@cern.ch)
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadD02HHHHLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadD02HHHHLines.py
index 9ff0148b12ede7053778c07c450eef059b447dab..2571f154f24a6f41fe88339f2ce7f05a57711d42 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadD02HHHHLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadD02HHHHLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 __author__  = [ 'Tom Hampson' ]
 
 from Gaudi.Configuration import *
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadD02HHKsLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadD02HHKsLines.py
index 50dae92f4f0bea40b98ec51cb5432d8093197f47..7ff4efe6f654ec81091a38d282021be081a5e8c8 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadD02HHKsLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadD02HHKsLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 __author__  = 'Mat Charles, Patrick Spradlin'
 
 ## ######################################################################
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadD02HHLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadD02HHLines.py
index 1351fb43426ebde24ec82d1b57c9db8425cf7f64..cb42569b83af7f51e2663cd739ca842388e9d988 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadD02HHLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadD02HHLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 __author__  = 'Patrick Spradlin'
 
 ## ######################################################################
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadD2HHHLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadD2HHHLines.py
index eb424741ad3cd8d8e5b99fe88fbe92586661f867..425bbaa2623fc5e963b828301c7981305314e85e 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadD2HHHLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadD2HHHLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 from Gaudi.Configuration import *
 from HltLine.HltLinesConfigurableUser import HltLinesConfigurableUser
 
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadD2KS0HLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadD2KS0HLines.py
index 870b7da0fed18545faa9b2bf1729c7dc6078e4d8..39ce57aa0889dcbde1cb4072d1c40ddf46ad8360 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadD2KS0HLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadD2KS0HLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 __author__  = [ 'Sam Gregson' ]
 
 
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadLambdaCLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadLambdaCLines.py
index db454bc5b05c70624f1b0e25d6a4ab16865b5d12..6c1195756307eab897b1c0fcfe09d4eb73c2fce6 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadLambdaCLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadLambdaCLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 from Gaudi.Configuration import * 
 from HltLine.HltLinesConfigurableUser import HltLinesConfigurableUser
 
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadMinBiasLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadMinBiasLines.py
index 7e21fa6512d7e5dece522456da46444c79d9ceae..2c55319f4f7f05b338dc6ceebae171fc14025349 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadMinBiasLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadMinBiasLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 from Gaudi.Configuration import * 
 from HltLine.HltLinesConfigurableUser import HltLinesConfigurableUser
 
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadTwoBodyForMultiBody.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadTwoBodyForMultiBody.py
index 36f4deee7460de2135350de4911d38c5e14f934d..1da8ea382a1bc51a1eadc237e434d34b41d44d73 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadTwoBodyForMultiBody.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmHadTwoBodyForMultiBody.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 __author__  = [ 'Sandra Amato', 'Carlo Gobel', 'Patrick Spradlin' ]
 
 
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmRareDecayLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmRareDecayLines.py
index 7cd6d4a847d027162833f60bd82bf674c42048c7..14f151b0adc043bff756728e3d9ec2f2e1cb6d3a 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmRareDecayLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmRareDecayLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 from Gaudi.Configuration import *
 from HltLine.HltLinesConfigurableUser import HltLinesConfigurableUser
 
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilep2Had1MuForHHMuMu.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilep2Had1MuForHHMuMu.py
index c66f08c22d41ce2c7f9b86bc7335636e25ab41e9..0894886d2160670647f3d3920f5921f5f0ccc036 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilep2Had1MuForHHMuMu.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilep2Had1MuForHHMuMu.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 __author__  = [ 'Benoit F. Viaud' ]
 
 from Gaudi.Configuration import *
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD02HHMuMu2SoftMuonsLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD02HHMuMu2SoftMuonsLines.py
index 3faa2be7190b16c120f4bb2c970d289e8e74d5b0..12910615f2c94bdaf8cef97c41b1408c82b3fe43 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD02HHMuMu2SoftMuonsLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD02HHMuMu2SoftMuonsLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 __author__  = [ 'Benoit F. Viaud' ]
 
 from Gaudi.Configuration import *
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD02HHMuMuHardHadronsAndMuonsLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD02HHMuMuHardHadronsAndMuonsLines.py
index 98237a53a2bfb5d977eec30d1d81608b02ea61db..21939b1cfe8b001fff7a2817b5e596c20f3f0f92 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD02HHMuMuHardHadronsAndMuonsLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD02HHMuMuHardHadronsAndMuonsLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 __author__  = [ 'Benoit F. Viaud' ]
 
 from Gaudi.Configuration import *
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD02HHMuMuHardHadronsSoftMuonsLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD02HHMuMuHardHadronsSoftMuonsLines.py
index 3da931ef51a3f8306ab548f2af407f137983ccee..e624ec2f8c8b84c1e106ee0474a15e13717d4559 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD02HHMuMuHardHadronsSoftMuonsLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD02HHMuMuHardHadronsSoftMuonsLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 __author__  = [ 'Benoit F. Viaud' ]
 
 from Gaudi.Configuration import *
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD02HHMuMuLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD02HHMuMuLines.py
index 12dee097ee7067a92657997fb35f679761078d78..36dd7cc261b1a5e3088ab759e1989c976e24f9cf 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD02HHMuMuLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD02HHMuMuLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 __author__  = [ 'Benoit F. Viaud' ]
 
 from Gaudi.Configuration import *
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD02HMuNuLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD02HMuNuLines.py
index e4dc2311b84ec53f4e0faddbcd9f8f0e95d20706..6f39ee06dd74274f0d22069519ecbec40628e8e6 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD02HMuNuLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD02HMuNuLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 __author__  = 'Grant McGregor'
 
 ## ######################################################################
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD2HMuMuLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD2HMuMuLines.py
index 17303c64007cd5f12bb6218de06a618e76762e62..c2d7dba0e6420896e32f019f6d4f55cc0f49d716 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD2HMuMuLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepD2HMuMuLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 __author__  = [ 'Benoit F. Viaud' ]
 
 from Gaudi.Configuration import *
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepTwoHadForMuMuHH.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepTwoHadForMuMuHH.py
index e4a5189da6a6c3f644b882f9b2e4e318693a886c..c7d097b61b9f550fd456dc4d06e61597562f8ff3 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepTwoHadForMuMuHH.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepTwoHadForMuMuHH.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 __author__  = [ 'Benoit Viaud','Sandra Amato', 'Carlo Gobel', 'Patrick Spradlin' ]
 
 
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepTwoMuonForMuMuHad.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepTwoMuonForMuMuHad.py
index f864ce4aceec5fec50c95790a4e63157627491e7..ecd29bdb4ea353a21344045393f0005c4f2a2a4b 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepTwoMuonForMuMuHad.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CharmSemilepTwoMuonForMuMuHad.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 __author__  = [ 'B. Viaud', 'Sandra Amato', 'Carlo Gobel', 'Patrick Spradlin' ]
 
 
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CommissioningLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CommissioningLines.py
index 09fc830400cb28bdc055de8bb25d918ec75c9eee..43b93c66e4ba9989ce0bf30312ea93f3f4322437 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CommissioningLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2CommissioningLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 ## @file
 #  Configuration of Hlt Lines for commissioning 
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2DisplVerticesLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2DisplVerticesLines.py
index 6f5dfc8040a5aea0d36b7ac9f3983fedfcbd2353..3f12ae8149814412cd792848141d7a0dc460c522 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2DisplVerticesLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2DisplVerticesLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 """
 Module for the selection of events with displaced vertices.
 
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2Dst2D2XXLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2Dst2D2XXLines.py
index 0fdaae4451bd635f9cd9b91f87477ad09c3181d7..5472dfcb42be39c49a57a0dae9c67ce0f2a6d25c 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2Dst2D2XXLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2Dst2D2XXLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ###
 #
 #  Hlt2 for D*(2010)+ -> pi+ (D0->xx) selection:
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2ExpressLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2ExpressLines.py
index 027ec14ade87543dddc3462f3867af93f577055f..63e687cfcda50f0156e480876823a0bae05ac1a8 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2ExpressLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2ExpressLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 # =============================================================================
 ## @file
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusiveDiElectronLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusiveDiElectronLines.py
index e0b3972c98d483024f9de76a7fba96eed947e5b6..34b8a0dede9d38aa16c5fa6a3a5e85866fff20fa 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusiveDiElectronLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusiveDiElectronLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 from Gaudi.Configuration import *
 from HltLine.HltLinesConfigurableUser import HltLinesConfigurableUser
 
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusiveDiMuonLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusiveDiMuonLines.py
index 85b5f938a31e8257f4385887f6cc601d5892b8e8..bbe3110e6f5914cc41bf6793a5fd18d96004cbc7 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusiveDiMuonLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusiveDiMuonLines.py
@@ -1,4 +1,14 @@
 #!/usr/bi/env python
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 # =============================================================================
 ## @file
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusiveDiProtonLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusiveDiProtonLines.py
index d3992933344d6e0e4323c13dfd010884dcae4baa..71c7d33512992b4cd45e61877b663712076a6204 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusiveDiProtonLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusiveDiProtonLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ###
 #
 #  Hlt2 Charmonium -> p pbar
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusiveElectronLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusiveElectronLines.py
index 60a2cc018b404a109583acac8cd2c2c8c74a7ad8..2583075059bc7896ac0d5043b6e037305a7ac1b2 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusiveElectronLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusiveElectronLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 from Gaudi.Configuration import *
 from HltLine.HltLinesConfigurableUser import HltLinesConfigurableUser
 
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusiveMuonLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusiveMuonLines.py
index 0d65db76db843aa0eae5b8ce75e86d170ad998c6..b9480ff41e3a0e94b22604729721dacce982a7b7 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusiveMuonLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusiveMuonLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # Hlt2 Inclusive Muon and Muon+track selections 06/12/09 (updated 24th may 2010)
 #
 # Johanens Albrecht: single muon liens
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusivePhiLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusivePhiLines.py
index 050f9664ce8cb129cfb17ed99efc04f5a89352d5..a42a034197d3cd6256c602d613e5e6ecdc9e5605 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusivePhiLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2InclusivePhiLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 # @file Hlt2InclusivePhiLines.py
 # @author Albert Puig Navarro (albert.puig@cern.ch)
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2MuNTrackLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2MuNTrackLines.py
index 191fee5160e14c077b6451c014d8530a85bf3669..830f9a051a64680c6cd756f87893d05d85c2abdf 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2MuNTrackLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2MuNTrackLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 #\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\#
 
 from HltLine.HltLinesConfigurableUser import HltLinesConfigurableUser
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2RadiativeTopoLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2RadiativeTopoLines.py
index da4aca9733c35e7680758768a0b9f9dfbfbe3ab9..1406b4edc1bed72b0b09d6d4973ee9a629885d37 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2RadiativeTopoLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2RadiativeTopoLines.py
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 # @file Hlt2B2XGammaLines.py
 # @author Albert Puig Navarro (albert.puig@cern.ch)
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2SecondLoopExampleLine.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2SecondLoopExampleLine.py
index 7df25cde7ebe7f5b55b9f818e88de7e063f22b5a..88ab0d73c89d0d62a67f763b4ee951cdc1bb8012 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2SecondLoopExampleLine.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2SecondLoopExampleLine.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 from Gaudi.Configuration import * 
 from HltLine.HltLinesConfigurableUser import HltLinesConfigurableUser
 
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2TopologicalLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2TopologicalLines.py
index b875dc3c4ee34b5ebe72cf2ad39abf2d4d6b43c7..5d1287bd3b689f92a01d38e896eac262b64552d2 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2TopologicalLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2TopologicalLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 #\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\#
 
 from HltLine.HltLinesConfigurableUser import HltLinesConfigurableUser
diff --git a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2diphotonDiMuonLines.py b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2diphotonDiMuonLines.py
index a6ad5f5cd351a35f68fe479422ab91227fb6c254..ab112d5476ab8768f4f085b9007b5a438b599e52 100644
--- a/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2diphotonDiMuonLines.py
+++ b/Hlt/Hlt2Lines/python/Hlt2Lines/Hlt2diphotonDiMuonLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 
 ## @file
 #
diff --git a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/BasicParticles.py b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/BasicParticles.py
index 6c367d2ce5ff4312f087c70ba65678f9649bad1f..4220d7dae07d222dc44b5b4cb641051c0a359d22 100644
--- a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/BasicParticles.py
+++ b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/BasicParticles.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ### @file
 #
 #  Basic particles
diff --git a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/D0.py b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/D0.py
index 6c73f4e68efff5fbcd9f6df29248fcef9a699b98..b910ca67f4046b21824f66e4703b9917396ae3cf 100755
--- a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/D0.py
+++ b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/D0.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ### @file
 #
 #  Standard D0
diff --git a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/DiElectron.py b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/DiElectron.py
index b3a293dc2e9208406b741e50d431c75b2b644d95..b43e61f70636c51f0e5254bc984804ba16f7ace7 100644
--- a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/DiElectron.py
+++ b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/DiElectron.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ### @file
 #
 #  Standard Di-electron
diff --git a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/DiMuon.py b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/DiMuon.py
index 0fb2f754ed440f87f5e5282b10313023fe1fe7ca..9c16c434c36b3bb32a6fc6dbebd8ddf5356508be 100644
--- a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/DiMuon.py
+++ b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/DiMuon.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ### @file
 #
 #  Standard Di-muon
diff --git a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Dplus.py b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Dplus.py
index c859c71d6bf834f9bd5406174f61f5be60029704..4829062233e49cf8cce8ec8d599ceb8ccc4ad0f7 100644
--- a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Dplus.py
+++ b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Dplus.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ### @file
 #
 #  Standard D+
diff --git a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Ds.py b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Ds.py
index 19a83132478bf49c6bb5f0a425cbd152efd54c95..fde5cc8929ca83a43be0ba3095f485caf4d0aff5 100644
--- a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Ds.py
+++ b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Ds.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ### @file
 #
 #  Standard Ds
diff --git a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Dstar.py b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Dstar.py
index 0823a0c3d8323630098faa109eb78eb10cb33b66..a224117ada3145e8b4cb27aed2c694913302f002 100644
--- a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Dstar.py
+++ b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Dstar.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ### @file
 #
 #  Standard D*
diff --git a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/GoodParticles.py b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/GoodParticles.py
index 53ffa5aba7e31fa68d88e6f1790941dfdeb202d2..23f51cf59c8fd90a9323e6c5a43c157242d41785 100644
--- a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/GoodParticles.py
+++ b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/GoodParticles.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ### @file
 #
 #  Standard good Particles with IP and Pt.
diff --git a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Ks.py b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Ks.py
index 805800d54158bfe6f076e81efe46ea601492123c..124fa9b32c156362ea6e31cff0a67a2a93805c72 100755
--- a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Ks.py
+++ b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Ks.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ### @file
 #
 # Standard Ks
diff --git a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Kstar.py b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Kstar.py
index 9a2661117311146575d8cab071cd052de2bae5cf..8127061cbeaf7eddc0307b09a6a8b05182143296 100644
--- a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Kstar.py
+++ b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Kstar.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ### @file
 #
 #  Standard K*
diff --git a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Lambda.py b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Lambda.py
index 27d8b41bdb1cf9d2b572f62c6f5884ed0ec3875a..f6e1cb7f46937109754fad9d815fd1de01fc3ae2 100755
--- a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Lambda.py
+++ b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Lambda.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ### @file
 #
 # Standard Lambda
diff --git a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Phi.py b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Phi.py
index 772283451ae1f5a594c516e338cc82feb242b260..4d21346c1dabae136e212c9946133dc0e77b6dfa 100644
--- a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Phi.py
+++ b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Phi.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ### @file
 #
 #  Standard Phi
diff --git a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Pi0.py b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Pi0.py
index 25bca32803893e0eaf0d37600ba65150b2139ac9..67f6ba1f9a5a9ac6e260b43c44b9564623100141 100644
--- a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Pi0.py
+++ b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Pi0.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ##
 from Gaudi.Configuration import *
 from HltLine.HltLine import bindMembers
diff --git a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Rho0.py b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Rho0.py
index ec343ce47335e7478f98638b154546b74bc13fac..089e90deb1251eae53707cda82ddfdfdb7600664 100644
--- a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Rho0.py
+++ b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/Rho0.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ### @file
 #
 #  Standard rho(770)0
diff --git a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/RhoPlus.py b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/RhoPlus.py
index 6321abaa43c6c063e187e21c322e8c955072d37e..9c7a0707918e57a598abe977d9fa3620bfb7f11e 100644
--- a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/RhoPlus.py
+++ b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/RhoPlus.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ###@file
 #
 # Standard rho+
diff --git a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/TagAndProbeParticles.py b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/TagAndProbeParticles.py
index 355fa7b10a515b5573be0e806a061cf7acfb75e4..ad52e988addd13b8b097971ee5869734c10b585f 100644
--- a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/TagAndProbeParticles.py
+++ b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/TagAndProbeParticles.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ### @file
 #
 #  Charged particles for the tag-and-probe muon lines
diff --git a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/TrackFittedBasicParticles.py b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/TrackFittedBasicParticles.py
index fa90b13e7570fa0a4f753b53a1a77a3f68415359..9e12bb1bc09f2b26cca819e52e71b4f88b5ad635 100644
--- a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/TrackFittedBasicParticles.py
+++ b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/TrackFittedBasicParticles.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ### @file
 #
 #  Basic particles for fitted tracks
diff --git a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/TrackFittedDiElectron.py b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/TrackFittedDiElectron.py
index 3d97829bff6ba3c72407dd2bd1d1d7490c624998..f8ca9952e4bb569752aeac3c22f69c1418ee4f87 100644
--- a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/TrackFittedDiElectron.py
+++ b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/TrackFittedDiElectron.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ### @file
 #
 #  Standard Track Fitted Di-electron
diff --git a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/TrackFittedDiMuon.py b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/TrackFittedDiMuon.py
index 92f9b2baae478c521943e2fbd66b99f837e20697..1e2e2da75c71f0492970d69ed78086f30f0b5312 100644
--- a/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/TrackFittedDiMuon.py
+++ b/Hlt/Hlt2SharedParticles/python/Hlt2SharedParticles/TrackFittedDiMuon.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ### @file
 #
 #  Standard Track Fitted Di-muon
diff --git a/Hlt/HltBase/Event/HltCandidate.h b/Hlt/HltBase/Event/HltCandidate.h
index 7764d8b5b05f74f0705c672bacd8ad38eab63bfb..1c1a926b4425062c1b5d642cd0fb63b21224484f 100644
--- a/Hlt/HltBase/Event/HltCandidate.h
+++ b/Hlt/HltBase/Event/HltCandidate.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HltEvent_Candidate_H_
 #define HltEvent_Candidate_H_ 1
 // ============================================================================
diff --git a/Hlt/HltBase/Event/HltL0DiMuonCandidate.h b/Hlt/HltBase/Event/HltL0DiMuonCandidate.h
index f6edf418c9e7d1942aa71686243276e34c65aa6e..16d01369dfd626be962ba59fb2ef9c66db787756 100644
--- a/Hlt/HltBase/Event/HltL0DiMuonCandidate.h
+++ b/Hlt/HltBase/Event/HltL0DiMuonCandidate.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HltEvent_L0DiMuonCandidate_H
 #define HltEvent_L0DiMuonCandidate_H 1
 // ============================================================================
diff --git a/Hlt/HltBase/Event/HltMultiTrack.h b/Hlt/HltBase/Event/HltMultiTrack.h
index fdcd1274b8dfe5aeb36c885df6344798c53478a9..eb8397de15a8ea51945fe71a87b25a4b0e0bce9f 100644
--- a/Hlt/HltBase/Event/HltMultiTrack.h
+++ b/Hlt/HltBase/Event/HltMultiTrack.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HltEvent_MultiTrack_H
 #define HltEvent_MultiTrack_H 1
 // ============================================================================ 
diff --git a/Hlt/HltBase/Event/HltStage.h b/Hlt/HltBase/Event/HltStage.h
index 79d1f5c9a5fdb39a7dd0dd4ce1a8bf5df150998f..67e8dd48af77c3194e9b41249d3f9179164d40f5 100644
--- a/Hlt/HltBase/Event/HltStage.h
+++ b/Hlt/HltBase/Event/HltStage.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HltEvent_Stage_H_
 #define HltEvent_Stage_H_ 1
 // =============================================================================
diff --git a/Hlt/HltBase/HltBase/Cache.h b/Hlt/HltBase/HltBase/Cache.h
index f86b9b8f58c35207ea981b3c37def96e83477e3e..82dbd61abf61fecbe89fe8cb714a6203c0bd58e2 100644
--- a/Hlt/HltBase/HltBase/Cache.h
+++ b/Hlt/HltBase/HltBase/Cache.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef HltEvent_CACHE_H_
 #define HltEvent_CACHE_H_
diff --git a/Hlt/HltBase/HltBase/FwdHypothesis.h b/Hlt/HltBase/HltBase/FwdHypothesis.h
index 54c0bed1513207a8b7ea0b6a88d6d95df895431c..aa99d484440acf5fd7e86bbbc9e78f903392400f 100755
--- a/Hlt/HltBase/HltBase/FwdHypothesis.h
+++ b/Hlt/HltBase/HltBase/FwdHypothesis.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef FWDHYPOTHESIS_H 
 #define FWDHYPOTHESIS_H 1
 
diff --git a/Hlt/HltBase/HltBase/HltAlgorithm.h b/Hlt/HltBase/HltBase/HltAlgorithm.h
index 166838f41e721f870114ff263116a04a44ffda2b..0062fe2a14215af72a53e01db79dd4cab455f1f8 100755
--- a/Hlt/HltBase/HltBase/HltAlgorithm.h
+++ b/Hlt/HltBase/HltBase/HltAlgorithm.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTBASE_HLTALGORITHM_H 
 #define HLTBASE_HLTALGORITHM_H 1
 
diff --git a/Hlt/HltBase/HltBase/HltBase.h b/Hlt/HltBase/HltBase/HltBase.h
index 393face4a5e3ffd2395ee99b7f5fa2213333644b..e6810607315df66c2340ed04f0c7b6baa45a1b38 100755
--- a/Hlt/HltBase/HltBase/HltBase.h
+++ b/Hlt/HltBase/HltBase/HltBase.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTBASE_HLTBASE_H 
 #define HLTBASE_HLTBASE_H 1
 
diff --git a/Hlt/HltBase/HltBase/HltBase.icpp b/Hlt/HltBase/HltBase/HltBase.icpp
index 4fabb2f8ed824148a0cc44acddd87ccc38096808..52edc20a2970a6f0a044cf1264f9247d2f985a6b 100755
--- a/Hlt/HltBase/HltBase/HltBase.icpp
+++ b/Hlt/HltBase/HltBase/HltBase.icpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files
 
 
diff --git a/Hlt/HltBase/HltBase/HltBaseAlg.h b/Hlt/HltBase/HltBase/HltBaseAlg.h
index 34551f9d2ebfba9ba0f90c22304841e82ce6b083..4547f98c89271c4e8dd0f9035f7cd4b76cc2003f 100755
--- a/Hlt/HltBase/HltBase/HltBaseAlg.h
+++ b/Hlt/HltBase/HltBase/HltBaseAlg.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTBASE_HLTBASEALG_H 
 #define HLTBASE_HLTBASEALG_H 1
 
diff --git a/Hlt/HltBase/HltBase/HltBaseTool.h b/Hlt/HltBase/HltBase/HltBaseTool.h
index ca7cadba1012be09fe737e49b890d3b951cbdec0..7dbbd9bc343b6ea1d7f6399559b834d7b5d7f229 100755
--- a/Hlt/HltBase/HltBase/HltBaseTool.h
+++ b/Hlt/HltBase/HltBase/HltBaseTool.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTBASE_HLTBASETOOL_H 
 #define HLTBASE_HLTBASETOOL_H 1
 
diff --git a/Hlt/HltBase/HltBase/HltSelection.h b/Hlt/HltBase/HltBase/HltSelection.h
index 899e7f885ef40fa82610cb681b7279ec39ce025a..30a455ee8dc6252c01a096f3316483d94bf04613 100755
--- a/Hlt/HltBase/HltBase/HltSelection.h
+++ b/Hlt/HltBase/HltBase/HltSelection.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTBASE_HLTSELECTION_H 
 #define HLTBASE_HLTSELECTION_H 1
 
diff --git a/Hlt/HltBase/HltBase/HltSelectionContainer.h b/Hlt/HltBase/HltBase/HltSelectionContainer.h
index e9923be8c4b520f09aa0b427b13ece6bbe219ed7..a0f58f69e2ef79de1621e529058f02f704e52610 100755
--- a/Hlt/HltBase/HltBase/HltSelectionContainer.h
+++ b/Hlt/HltBase/HltBase/HltSelectionContainer.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTBASE_HLTSELECTIONCONTAINER_H 
 #define HLTBASE_HLTSELECTIONCONTAINER_H 1
 #include <vector>
diff --git a/Hlt/HltBase/HltBase/HltTrackMerge.h b/Hlt/HltBase/HltBase/HltTrackMerge.h
index c217b3aa2dfe1406654e96f30fff1b734fa3335d..560c533b27e0cc069ad1202777b4e3bdf367d8a6 100644
--- a/Hlt/HltBase/HltBase/HltTrackMerge.h
+++ b/Hlt/HltBase/HltBase/HltTrackMerge.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 
 #include "Event/Track.h"
 
diff --git a/Hlt/HltBase/HltBase/HltUtils.h b/Hlt/HltBase/HltBase/HltUtils.h
index 89e543053d5afca79ad84bb1a95d50e4087e1b62..46278ab838661f7099919d9df6b6e34e0041c3e0 100755
--- a/Hlt/HltBase/HltBase/HltUtils.h
+++ b/Hlt/HltBase/HltBase/HltUtils.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLT_HLTUTILS_H 
 #define HLT_HLTUTILS_H 1
 
diff --git a/Hlt/HltBase/HltBase/IBiFunctionFactory.h b/Hlt/HltBase/HltBase/IBiFunctionFactory.h
index 875bf72605ac4171d110662d9143e6354874e549..31868de6bc84e36676f0a86d589cf068cb613858 100755
--- a/Hlt/HltBase/HltBase/IBiFunctionFactory.h
+++ b/Hlt/HltBase/HltBase/IBiFunctionFactory.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTBASE_IBIFUNCTIONFACTORY_H 
 #define HLTBASE_IBIFUNCTIONFACTORY_H 1
 
diff --git a/Hlt/HltBase/HltBase/IBiFunctionTool.h b/Hlt/HltBase/HltBase/IBiFunctionTool.h
index 38c3e66bfa13f22ae3fb75225bfe3e3a74a5943f..eaec1e37ab19a4d6294d36531c88f173a11d5bd7 100755
--- a/Hlt/HltBase/HltBase/IBiFunctionTool.h
+++ b/Hlt/HltBase/HltBase/IBiFunctionTool.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef HLTBASE_IBIFUNCTIONTOOL_H 
 #define HLTBASE_IBIFUNCTIONTOOL_H 1
diff --git a/Hlt/HltBase/HltBase/ICaloSeedTool.h b/Hlt/HltBase/HltBase/ICaloSeedTool.h
index d0373a34433b13a0052c230e68ef383e44294f99..68d0f113cf448b2e670c9527957f0523252ec4e5 100755
--- a/Hlt/HltBase/HltBase/ICaloSeedTool.h
+++ b/Hlt/HltBase/HltBase/ICaloSeedTool.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTBASE_ICALOSEEDTOOL_H 
 #define HLTBASE_ICALOSEEDTOOL_H 1
 
diff --git a/Hlt/HltBase/HltBase/IConfigTreeEditor.h b/Hlt/HltBase/HltBase/IConfigTreeEditor.h
index 2eada5c32b37813e9b2426677cd6d2058b7aa062..e10cbd6448d31ab19bae65fac455ef637109a9f0 100755
--- a/Hlt/HltBase/HltBase/IConfigTreeEditor.h
+++ b/Hlt/HltBase/HltBase/IConfigTreeEditor.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef ICONFIGTREEEDITOR_H 
 #define ICONFIGTREEEDITOR_H 1
 
diff --git a/Hlt/HltBase/HltBase/IHltData.h b/Hlt/HltBase/HltBase/IHltData.h
index 7a7abf272fa10c1eb9d2d6dfb2b49b0378a776a3..f91a9dff45617ef0cc72b8f9799bf1fdd5bf64a8 100755
--- a/Hlt/HltBase/HltBase/IHltData.h
+++ b/Hlt/HltBase/HltBase/IHltData.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef IHLTDATA_H 
 #define IHLTDATA_H 1
diff --git a/Hlt/HltBase/HltBase/IHltInspector.h b/Hlt/HltBase/HltBase/IHltInspector.h
index 26d74108d5dea01ad4017155a2108c7e161e771f..fbb954a051c0178530bc99a6c790f86e93bb3a73 100755
--- a/Hlt/HltBase/HltBase/IHltInspector.h
+++ b/Hlt/HltBase/HltBase/IHltInspector.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef IHLTINSPECTOR_H 
 #define IHLTINSPECTOR_H 1
diff --git a/Hlt/HltBase/HltBase/IHltRegister.h b/Hlt/HltBase/HltBase/IHltRegister.h
index d63215046043e0d1e0eb5d622bac51879bf26bf8..2eee04ec7b1d3ccef341fd0cb8335433c3ce70ee 100755
--- a/Hlt/HltBase/HltBase/IHltRegister.h
+++ b/Hlt/HltBase/HltBase/IHltRegister.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef IHLTREGISTER_H 
 #define IHLTREGISTER_H 1
diff --git a/Hlt/HltBase/HltBase/IHltUnit.h b/Hlt/HltBase/HltBase/IHltUnit.h
index cabeca3388a44af6d230c1a0ce3bbc6bfc2287f1..bedd23389b22793fa5df6366f34a1706a91a4111 100755
--- a/Hlt/HltBase/HltBase/IHltUnit.h
+++ b/Hlt/HltBase/HltBase/IHltUnit.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef IHLTUNIT_H 
 #define IHLTUNIT_H 1
diff --git a/Hlt/HltBase/HltBase/IL0ConfExtrapolator.h b/Hlt/HltBase/HltBase/IL0ConfExtrapolator.h
index fd852c1de28c3c311910f2a667b6af29d5b12115..d6b34f632d5df3622f0953410e5a12b70441717e 100755
--- a/Hlt/HltBase/HltBase/IL0ConfExtrapolator.h
+++ b/Hlt/HltBase/HltBase/IL0ConfExtrapolator.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef IL0CONFEXTRAPOLATOR_H 
 #define IL0CONFEXTRAPOLATOR_H 1
 
diff --git a/Hlt/HltBase/HltBase/IMatchTVeloTracks.h b/Hlt/HltBase/HltBase/IMatchTVeloTracks.h
index a2d87380a2bb0f2b68f1ac7c84923e9e96369847..5bb843147a091f9ba09dc3c5e458251e6809168e 100755
--- a/Hlt/HltBase/HltBase/IMatchTVeloTracks.h
+++ b/Hlt/HltBase/HltBase/IMatchTVeloTracks.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTBASE_IMATCHTVELOTRACKS_H 
 #define HLTBASE_IMATCHTVELOTRACKS_H 1
 
diff --git a/Hlt/HltBase/HltBase/IMuonSeedTool.h b/Hlt/HltBase/HltBase/IMuonSeedTool.h
index 898e7af166d02eef3e91db9d6ba19442d69303b5..e9d31a38e0579791a00bb4f6ca0c1f6dbc75fe4a 100755
--- a/Hlt/HltBase/HltBase/IMuonSeedTool.h
+++ b/Hlt/HltBase/HltBase/IMuonSeedTool.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef IMUONSEEDTOOL_H 
 #define IMUONSEEDTOOL_H 1
 
diff --git a/Hlt/HltBase/HltBase/ITrack2CandidateMatch.h b/Hlt/HltBase/HltBase/ITrack2CandidateMatch.h
index eec888f9e93282342cb047c2b7621268b760eab7..a8cbd6629fd8fe03d41538c4aa4e360931eb753a 100644
--- a/Hlt/HltBase/HltBase/ITrack2CandidateMatch.h
+++ b/Hlt/HltBase/HltBase/ITrack2CandidateMatch.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef HLTBASE_ITRACK2CANDIDATEMATCH_H 
 #define HLTBASE_ITRACK2CANDIDATEMATCH_H 1
diff --git a/Hlt/HltBase/HltBase/ITrackBiFunctionTool.h b/Hlt/HltBase/HltBase/ITrackBiFunctionTool.h
index 02d234e3ce3046c642cfe3211719cacd5a27cd04..efa64fd382776e1783e55e58dc9a616e77d327af 100755
--- a/Hlt/HltBase/HltBase/ITrackBiFunctionTool.h
+++ b/Hlt/HltBase/HltBase/ITrackBiFunctionTool.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef HLTBASE_ITRACKBIFUNCTIONTOOL_H 
 #define HLTBASE_ITRACKBIFUNCTIONTOOL_H 1
diff --git a/Hlt/HltBase/HltBase/ITrackConfirmTool.h b/Hlt/HltBase/HltBase/ITrackConfirmTool.h
index a5c481be96129451e7004c9462f82732cb3ee870..1ae28888ec4b3b12e81c4d48760ca1093457b48b 100755
--- a/Hlt/HltBase/HltBase/ITrackConfirmTool.h
+++ b/Hlt/HltBase/HltBase/ITrackConfirmTool.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef ITRACKCONFIRMTOOL_H 
 #define ITRACKCONFIRMTOOL_H 1
 
diff --git a/Hlt/HltBase/HltBase/ITrackL0CaloMatchTool.h b/Hlt/HltBase/HltBase/ITrackL0CaloMatchTool.h
index 77838ca9e6fd216448cc6d117a15e3a283653455..6a6dbebf1ef95acc03487e9b2640e8c6ec679452 100755
--- a/Hlt/HltBase/HltBase/ITrackL0CaloMatchTool.h
+++ b/Hlt/HltBase/HltBase/ITrackL0CaloMatchTool.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTBASE_ITRACKL0CALOMATCHTOOL_H 
 #define HLTBASE_ITRACKL0CALOMATCHTOOL_H 1
 
diff --git a/Hlt/HltBase/HltBase/ITrackUpgrade.h b/Hlt/HltBase/HltBase/ITrackUpgrade.h
index afa65b182f7d518a80c3d602097624ec10d12189..052b14a5235b983a22dbfb1cbc2ce7a1d5b6e529 100755
--- a/Hlt/HltBase/HltBase/ITrackUpgrade.h
+++ b/Hlt/HltBase/HltBase/ITrackUpgrade.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTBASE_ITRACKUPGRADE_H 
 #define HLTBASE_ITRACKUPGRADE_H 1
 
diff --git a/Hlt/HltBase/HltBase/ITrackView.h b/Hlt/HltBase/HltBase/ITrackView.h
index 66ae3d831d04b2602d5704ecbd5a242d25742167..14907c4867df172867f2a01a8d2ae0d1f2121cf2 100755
--- a/Hlt/HltBase/HltBase/ITrackView.h
+++ b/Hlt/HltBase/HltBase/ITrackView.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTBASE_ITRACKVIEW_H 
 #define HLTBASE_ITRACKVIEW_H 1
 
diff --git a/Hlt/HltBase/HltBase/ParabolaHypothesis.h b/Hlt/HltBase/HltBase/ParabolaHypothesis.h
index 685acc4128f667cf9959ffe7962d4f48483c1cc5..29b7bebddfd3a73fec1fda289797877969a7016c 100755
--- a/Hlt/HltBase/HltBase/ParabolaHypothesis.h
+++ b/Hlt/HltBase/HltBase/ParabolaHypothesis.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef PARABOLAHYPOTHESIS_H 
 #define PARABOLAHYPOTHESIS_H 1
 
diff --git a/Hlt/HltBase/dict/HltBaseDict.h b/Hlt/HltBase/dict/HltBaseDict.h
index d96fbd317b4cf02aa371eb76ec2f68c59d9e3061..23c60933036cd317b1bc5768a731450a890b9ff6 100755
--- a/Hlt/HltBase/dict/HltBaseDict.h
+++ b/Hlt/HltBase/dict/HltBaseDict.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef DICT_HLTBASEDICT_H 
 #define DICT_HLTBASEDICT_H 1
 // ============================================================================
diff --git a/Hlt/HltBase/dict/HltBaseDict.xml b/Hlt/HltBase/dict/HltBaseDict.xml
index e9b430a204c8ba1d6d62e222bcee18f86814cf2c..c5ee23aea57dc78438b30899b106942e4c2c0d77 100755
--- a/Hlt/HltBase/dict/HltBaseDict.xml
+++ b/Hlt/HltBase/dict/HltBaseDict.xml
@@ -1,3 +1,13 @@
+<!--
+    (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration
+
+    This software is distributed under the terms of the GNU General Public
+    Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".
+
+    In applying this licence, CERN does not waive the privileges and immunities
+    granted to it by virtue of its status as an Intergovernmental Organization
+    or submit itself to any jurisdiction.
+-->
 <lcgdict>
   <class name = "IMatchTVeloTracks"     />
   <class name = "ITrackConfirmTool"     />
diff --git a/Hlt/HltBase/src/Cache.cpp b/Hlt/HltBase/src/Cache.cpp
index f7f13f49fbbc0f6cfc2737d530b8eb3cacc7d114..6a062d840eb50167b9d6bb96df68434c09ca8dfc 100644
--- a/Hlt/HltBase/src/Cache.cpp
+++ b/Hlt/HltBase/src/Cache.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // =============================================================================
 // GaudiKernel
 // =============================================================================
diff --git a/Hlt/HltBase/src/Candidate.cpp b/Hlt/HltBase/src/Candidate.cpp
index dbb6b57b69933efe40e891ca885794e03b3c053d..2fa178f9366428d2ab8ff665d93292e985ff9a3f 100644
--- a/Hlt/HltBase/src/Candidate.cpp
+++ b/Hlt/HltBase/src/Candidate.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Hlt/HltBase/src/HltAlgorithm.cpp b/Hlt/HltBase/src/HltAlgorithm.cpp
index e411a706a80f9de0eb0982ac11658702ccca83c2..00bfb328f589acf44f3b7dfbbecc0406bc0df859 100755
--- a/Hlt/HltBase/src/HltAlgorithm.cpp
+++ b/Hlt/HltBase/src/HltAlgorithm.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 #include "Event/Particle.h"
diff --git a/Hlt/HltBase/src/HltBaseAlg.cpp b/Hlt/HltBase/src/HltBaseAlg.cpp
index 6db60f7f2e1bdd3410d5c0d5e13918fb0ef06518..e700b1cc5bf8bb445b95402b6f7034cc1e77fa75 100755
--- a/Hlt/HltBase/src/HltBaseAlg.cpp
+++ b/Hlt/HltBase/src/HltBaseAlg.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 #include "HltBase/HltBaseAlg.h"
 #include "HltBase/HltBase.icpp"
diff --git a/Hlt/HltBase/src/HltBaseConstructor.cpp b/Hlt/HltBase/src/HltBaseConstructor.cpp
index 8beba88e79740d885111d48d629a82dfa62e8da7..ee3b08be0360c327353ef61cd9e5cb20f7dc664f 100755
--- a/Hlt/HltBase/src/HltBaseConstructor.cpp
+++ b/Hlt/HltBase/src/HltBaseConstructor.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #include "HltBase/HltBase.h" 
 #include "GaudiAlg/GaudiHistoAlg.h"
 #include "GaudiAlg/GaudiHistoTool.h"
diff --git a/Hlt/HltBase/src/HltBaseTool.cpp b/Hlt/HltBase/src/HltBaseTool.cpp
index c9d709e2a97f206cf5ff4c43363293d096a3a4ab..0aa93fab9ea915470ca8936289192668e79c435c 100755
--- a/Hlt/HltBase/src/HltBaseTool.cpp
+++ b/Hlt/HltBase/src/HltBaseTool.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 
diff --git a/Hlt/HltBase/src/HltSelection.cpp b/Hlt/HltBase/src/HltSelection.cpp
index 38b1efb46ecf196582cb788ab5dbbb393ee90974..d95baa0538deec8731fc5d04facdd4af39d6ddbe 100755
--- a/Hlt/HltBase/src/HltSelection.cpp
+++ b/Hlt/HltBase/src/HltSelection.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #include "HltBase/HltSelection.h"
 #include "Event/L0CaloCandidate.h"
 #include "Event/L0MuonCandidate.h"
diff --git a/Hlt/HltBase/src/HltUtils.cpp b/Hlt/HltBase/src/HltUtils.cpp
index cc98dc75de2b16f25c7110a696e699764aee6b67..b58d316345f12d5326eb045340629761cede7ac0 100755
--- a/Hlt/HltBase/src/HltUtils.cpp
+++ b/Hlt/HltBase/src/HltUtils.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #include "HltBase/HltUtils.h"
 
 #include <cassert>
diff --git a/Hlt/HltBase/src/IBiFunctionTool.cpp b/Hlt/HltBase/src/IBiFunctionTool.cpp
index c7d2bcb7ab2312307e82d52203a582d030cace2f..e2664720b0dcba440d2cb741b5c89ef63027dffc 100644
--- a/Hlt/HltBase/src/IBiFunctionTool.cpp
+++ b/Hlt/HltBase/src/IBiFunctionTool.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Hlt/HltBase/src/IConfigTreeEditor.cpp b/Hlt/HltBase/src/IConfigTreeEditor.cpp
index a108e93833e4d039294d86273343b614bba9721a..9921f187c789556620754c48008d7493f48b3cbc 100755
--- a/Hlt/HltBase/src/IConfigTreeEditor.cpp
+++ b/Hlt/HltBase/src/IConfigTreeEditor.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 
 #include "HltBase/IConfigTreeEditor.h"
 
diff --git a/Hlt/HltBase/src/IHltData.cpp b/Hlt/HltBase/src/IHltData.cpp
index 9b43855b32c1f76f74165670e179f194d3752254..b4d8dbc9854b63b3fefcf782a085df0a2b4438db 100644
--- a/Hlt/HltBase/src/IHltData.cpp
+++ b/Hlt/HltBase/src/IHltData.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Hlt/HltBase/src/IHltInspector.cpp b/Hlt/HltBase/src/IHltInspector.cpp
index 92ccfc2969c0825799a881b29f616026a3d5f989..16ab565b20e31040ca6bcb0fe63d0743fe4460fb 100644
--- a/Hlt/HltBase/src/IHltInspector.cpp
+++ b/Hlt/HltBase/src/IHltInspector.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Hlt/HltBase/src/IHltRegister.cpp b/Hlt/HltBase/src/IHltRegister.cpp
index d64432e17384f05dea401fa5cfdb354ab902c21a..813454e61fb770e94e633430cc9be4871fcfe937 100644
--- a/Hlt/HltBase/src/IHltRegister.cpp
+++ b/Hlt/HltBase/src/IHltRegister.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Hlt/HltBase/src/IHltUnit.cpp b/Hlt/HltBase/src/IHltUnit.cpp
index 9d9cfea63373a4c55c7e1cf6b224365795f455a5..cc19368a7e4b7370e0a8b6dc952fd1d345d987ec 100755
--- a/Hlt/HltBase/src/IHltUnit.cpp
+++ b/Hlt/HltBase/src/IHltUnit.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Hlt/HltBase/src/ITrack2CandidateMatch.cpp b/Hlt/HltBase/src/ITrack2CandidateMatch.cpp
index 15567a536b7cb07ca0dcbf26397e7bcceeb785d4..124f6e345cc421c4c4b931d4ebe2c36ebee525aa 100644
--- a/Hlt/HltBase/src/ITrack2CandidateMatch.cpp
+++ b/Hlt/HltBase/src/ITrack2CandidateMatch.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Hlt/HltBase/src/L0DiMuonCandidate.cpp b/Hlt/HltBase/src/L0DiMuonCandidate.cpp
index 6a6d14420ed3afec1c0e4d064054e1616bdf7126..7956a34048145bd05033860d5cf165d5c9523b34 100644
--- a/Hlt/HltBase/src/L0DiMuonCandidate.cpp
+++ b/Hlt/HltBase/src/L0DiMuonCandidate.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files
 // ============================================================================
diff --git a/Hlt/HltBase/src/MultiTrack.cpp b/Hlt/HltBase/src/MultiTrack.cpp
index 96a4c3bd10c8327c070d3f289eae144cc1af81b0..81f094ccfad220d422176cd1ad5802decd9b0a59 100644
--- a/Hlt/HltBase/src/MultiTrack.cpp
+++ b/Hlt/HltBase/src/MultiTrack.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Hlt/HltBase/src/Stage.cpp b/Hlt/HltBase/src/Stage.cpp
index c33445eab09ef0022f096697fc12553c15d6e3d8..66f13eff12790b03fda469408ca7222a295a91d0 100644
--- a/Hlt/HltBase/src/Stage.cpp
+++ b/Hlt/HltBase/src/Stage.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Hlt/HltBeamGasAlley/options/runBeamGasAlley_in_DaVinci.py b/Hlt/HltBeamGasAlley/options/runBeamGasAlley_in_DaVinci.py
index f83dfa7d361fa60b14f1d663757193f6dad7dd6a..118375a5b2a0d7d55ea5216f54e059d02f6f2161 100644
--- a/Hlt/HltBeamGasAlley/options/runBeamGasAlley_in_DaVinci.py
+++ b/Hlt/HltBeamGasAlley/options/runBeamGasAlley_in_DaVinci.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 
 from   Gaudi.Configuration         import  *
 #########################################################################################
diff --git a/Hlt/HltBeamGasAlley/src/BeamGasProtoVertex.cpp b/Hlt/HltBeamGasAlley/src/BeamGasProtoVertex.cpp
index 3e020e1410030bb94081f8dbf5a7aa4405a7de61..e27f77d41c16c8dcf67d0394e18f172a6da2a622 100755
--- a/Hlt/HltBeamGasAlley/src/BeamGasProtoVertex.cpp
+++ b/Hlt/HltBeamGasAlley/src/BeamGasProtoVertex.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // from Gaudi
 #include "GaudiKernel/AlgFactory.h"
 // event model
diff --git a/Hlt/HltBeamGasAlley/src/BeamGasProtoVertex.h b/Hlt/HltBeamGasAlley/src/BeamGasProtoVertex.h
index cae524fbaead278ab4fd3e93c266bc007cc3d25c..2f6ebfbd2a36d9d46fb97d0a0c4c45cdf76edbc0 100755
--- a/Hlt/HltBeamGasAlley/src/BeamGasProtoVertex.h
+++ b/Hlt/HltBeamGasAlley/src/BeamGasProtoVertex.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef INCLUDE_BEAMGASPROTOVERTEX_H
 #define INCLUDE_BEAMGASPROTOVERTEX_H 1
 
diff --git a/Hlt/HltCommon/src/ConfigTreeEditor.cpp b/Hlt/HltCommon/src/ConfigTreeEditor.cpp
index 45784c15b009d5340f7fdb69653094851633caad..bd79bb87ca74d20e79a368dcfd79192a82e6bd9d 100755
--- a/Hlt/HltCommon/src/ConfigTreeEditor.cpp
+++ b/Hlt/HltCommon/src/ConfigTreeEditor.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files
 // local
 #include "ConfigTreeEditor.h"
diff --git a/Hlt/HltCommon/src/ConfigTreeEditor.h b/Hlt/HltCommon/src/ConfigTreeEditor.h
index 19df62e5ac0ab212d3b186524decbcab95c9772e..4bc58035d284aaeb2d560b4a735f5d747f99879a 100755
--- a/Hlt/HltCommon/src/ConfigTreeEditor.h
+++ b/Hlt/HltCommon/src/ConfigTreeEditor.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef CONFIGTREEEDITOR_H 
 #define CONFIGTREEEDITOR_H 1
 #include "GaudiAlg/GaudiTool.h"
diff --git a/Hlt/HltCommon/src/HltCommon_dll.cpp b/Hlt/HltCommon/src/HltCommon_dll.cpp
index 5caea0daf7d259ebb994e4c99651c6463ecc7b3b..095864ecf699fbbd3891c4ff66c95c5b03decf87 100755
--- a/Hlt/HltCommon/src/HltCommon_dll.cpp
+++ b/Hlt/HltCommon/src/HltCommon_dll.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #include "GaudiKernel/LoadFactoryEntries.h"
 
 LOAD_FACTORY_ENTRIES( HltCommon ) 
diff --git a/Hlt/HltCommon/src/HltCopySelection.cpp b/Hlt/HltCommon/src/HltCopySelection.cpp
index f8bdda657adf16d2faf01ebaad47725a5c3efdfa..61b64e67a4c74ffb56b19b20c405ab711d9c818b 100644
--- a/Hlt/HltCommon/src/HltCopySelection.cpp
+++ b/Hlt/HltCommon/src/HltCopySelection.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 #include <algorithm>
 #include <iterator>
diff --git a/Hlt/HltCommon/src/HltCopySelection.h b/Hlt/HltCommon/src/HltCopySelection.h
index 6676bf3239e4a427bb71a2e6b54a7d852cb87145..d9aab902b7493349feb1681275f9d91bac80d86b 100644
--- a/Hlt/HltCommon/src/HltCopySelection.h
+++ b/Hlt/HltCommon/src/HltCopySelection.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTCOMMON_HLTCOPYSELECTION_H 
 #define HLTCOMMON_HLTCOPYSELECTION_H 1
 
diff --git a/Hlt/HltCommon/src/HltGEC.cpp b/Hlt/HltCommon/src/HltGEC.cpp
index 5210ccf602f24aba674d082eabff8426ff2dbd3a..bb4699adb55c9856e01c442739eb9000750fb898 100755
--- a/Hlt/HltCommon/src/HltGEC.cpp
+++ b/Hlt/HltCommon/src/HltGEC.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Hlt/HltCommon/src/HltGEC.h b/Hlt/HltCommon/src/HltGEC.h
index e5e888f69c824398123ba0192920fe374de43f5f..1abdd6720522ec88863d1df118a92bc43d4be30a 100755
--- a/Hlt/HltCommon/src/HltGEC.h
+++ b/Hlt/HltCommon/src/HltGEC.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef HLTCOMMON_HLTGEC_H 
 #define HLTCOMMON_HLTGEC_H 1
diff --git a/Hlt/HltCommon/src/HltGenConfig.cpp b/Hlt/HltCommon/src/HltGenConfig.cpp
index f6e4e5db4bced4a6d5a80d0e794f53460c54b7a9..95cbd0b59a466ab915f424cdf86fd9b492c5e4a0 100755
--- a/Hlt/HltCommon/src/HltGenConfig.cpp
+++ b/Hlt/HltCommon/src/HltGenConfig.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 #include <algorithm>
 #include "boost/assign/list_of.hpp"
diff --git a/Hlt/HltCommon/src/HltGenConfig.h b/Hlt/HltCommon/src/HltGenConfig.h
index c1b61e118743b7264ae0cda48ab52067da51d77c..418a7cd0d333bc7d28c8528a75ef91b3eaa752a7 100755
--- a/Hlt/HltCommon/src/HltGenConfig.h
+++ b/Hlt/HltCommon/src/HltGenConfig.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTGENCONFIG_H 
 #define HLTGENCONFIG_H 1
 
diff --git a/Hlt/HltCommon/src/HltIncidentFilter.cpp b/Hlt/HltCommon/src/HltIncidentFilter.cpp
index d16eccd8501414f981d97f442635c21dd75f8cc4..92f43616aeb52a54ea9d81051e001bf000df738c 100755
--- a/Hlt/HltCommon/src/HltIncidentFilter.cpp
+++ b/Hlt/HltCommon/src/HltIncidentFilter.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltCommon/src/HltIncidentFilter.h b/Hlt/HltCommon/src/HltIncidentFilter.h
index c1a23b37894bcf75678be25861ee3ba23ac9f8c1..da576c4aba31a8d33e473eac20ff0b04244a545d 100755
--- a/Hlt/HltCommon/src/HltIncidentFilter.h
+++ b/Hlt/HltCommon/src/HltIncidentFilter.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTINCIDENTFILTER_H 
 #define HLTINCIDENTFILTER_H 1
 
diff --git a/Hlt/HltCommon/src/HltIncidentGenerator.cpp b/Hlt/HltCommon/src/HltIncidentGenerator.cpp
index 910a8ab5be2de6450839224cee8d689fed666025..6cbd4c00cfb8f8a8d4ed5eaa12f73e0a6617c7ee 100644
--- a/Hlt/HltCommon/src/HltIncidentGenerator.cpp
+++ b/Hlt/HltCommon/src/HltIncidentGenerator.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 #include <string>
 
diff --git a/Hlt/HltCommon/src/HltL0CaloCandidates.cpp b/Hlt/HltCommon/src/HltL0CaloCandidates.cpp
index 2f336084ab8315167eed034fd3f5ad1abb90cbf5..248e1dbd4c12ee10e9c1181a6610a4d25fa6871c 100755
--- a/Hlt/HltCommon/src/HltL0CaloCandidates.cpp
+++ b/Hlt/HltCommon/src/HltL0CaloCandidates.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltCommon/src/HltL0CaloCandidates.h b/Hlt/HltCommon/src/HltL0CaloCandidates.h
index 001024f69276e15d1ea48919f32f75d3aae2069d..41b06a1ace403cbd7cdebfec3c30e890ae32b205 100755
--- a/Hlt/HltCommon/src/HltL0CaloCandidates.h
+++ b/Hlt/HltCommon/src/HltL0CaloCandidates.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTCOMMON_HLTL0ALOCANDIDATES_H 
 #define HLTCOMMON_HLTL0ALOCANDIDATES_H 1
 
diff --git a/Hlt/HltCommon/src/HltL0MuonCandidates.cpp b/Hlt/HltCommon/src/HltL0MuonCandidates.cpp
index ac550d70ce29bfd9221bdcb234e9ef26297b179a..344c52e4a9bb17171bbf6c395f7f3c3eae623e38 100644
--- a/Hlt/HltCommon/src/HltL0MuonCandidates.cpp
+++ b/Hlt/HltCommon/src/HltL0MuonCandidates.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltCommon/src/HltL0MuonCandidates.h b/Hlt/HltCommon/src/HltL0MuonCandidates.h
index 8421b446aebcc2783a287de84c6ae20f4f97eb0e..60327b20101f8a208e6de3924a4b9ad263ce4551 100644
--- a/Hlt/HltCommon/src/HltL0MuonCandidates.h
+++ b/Hlt/HltCommon/src/HltL0MuonCandidates.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTCOMMON_HLTL0MUONPREPARE_H 
 #define HLTCOMMON_HLTL0MUONPREPARE_H 1
 
diff --git a/Hlt/HltCommon/src/HltMoveVerticesForSwimming.cpp b/Hlt/HltCommon/src/HltMoveVerticesForSwimming.cpp
index 09a65a2378b2c7e66c61d13d225eabbb40292fc0..1d2e989aabb54f65b9d8b19f3eee764c58a7816f 100755
--- a/Hlt/HltCommon/src/HltMoveVerticesForSwimming.cpp
+++ b/Hlt/HltCommon/src/HltMoveVerticesForSwimming.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltCommon/src/HltMoveVerticesForSwimming.h b/Hlt/HltCommon/src/HltMoveVerticesForSwimming.h
index 155607fb812ea4491954f8bf7468c03044601738..f615f24c1b9efe957eeda3aec224590f2ed6e754 100755
--- a/Hlt/HltCommon/src/HltMoveVerticesForSwimming.h
+++ b/Hlt/HltCommon/src/HltMoveVerticesForSwimming.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTMOVEVERTICESFORSWIMMING_H 
 #define HLTMOVEVERTICESFORSWIMMING_H 1
 
diff --git a/Hlt/HltCommon/src/HltReferenceRateSvc.cpp b/Hlt/HltCommon/src/HltReferenceRateSvc.cpp
index 08d38c8da00c79af73d0f6ffe67bdd20e73d3d11..514843c35588e3ce46a92233e4dc8b9171d8549c 100644
--- a/Hlt/HltCommon/src/HltReferenceRateSvc.cpp
+++ b/Hlt/HltCommon/src/HltReferenceRateSvc.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #include <limits>
 #include <numeric>
 #include "GaudiKernel/Service.h"
diff --git a/Hlt/HltCommon/src/HltSelectTracksForSwimming.cpp b/Hlt/HltCommon/src/HltSelectTracksForSwimming.cpp
index e96a42b61aad10a35aa0e6b97a00f81050430aae..c58a48ac96eecc76baffae90931c0f595d88823b 100755
--- a/Hlt/HltCommon/src/HltSelectTracksForSwimming.cpp
+++ b/Hlt/HltCommon/src/HltSelectTracksForSwimming.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltCommon/src/HltSelectTracksForSwimming.h b/Hlt/HltCommon/src/HltSelectTracksForSwimming.h
index 868ed7ec2626bb740cc212d72785735dc40550f9..fb56a91ad75871280cbabe374fc69be00b71ff2c 100755
--- a/Hlt/HltCommon/src/HltSelectTracksForSwimming.h
+++ b/Hlt/HltCommon/src/HltSelectTracksForSwimming.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTSELECTTRACKSFORSWIMMING_H 
 #define HLTSELECTTRACKSFORSWIMMING_H 1
 
diff --git a/Hlt/HltCommon/src/HltTrackFilter.cpp b/Hlt/HltCommon/src/HltTrackFilter.cpp
index 722c00664ba68dd37dee1659cd4dddedc5033a34..e930c8a69589cd1f42d3f93dafc81cb0a0b606c2 100755
--- a/Hlt/HltCommon/src/HltTrackFilter.cpp
+++ b/Hlt/HltCommon/src/HltTrackFilter.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files  
 // ============================================================================
diff --git a/Hlt/HltCommon/src/HltTrackPipe.cpp b/Hlt/HltCommon/src/HltTrackPipe.cpp
index 10bbbdaa7b6f53dfb13ef17e31f8c040cc2a7087..c7fd54c3de97c3a75557ebfb0ae8e160b93940e9 100644
--- a/Hlt/HltCommon/src/HltTrackPipe.cpp
+++ b/Hlt/HltCommon/src/HltTrackPipe.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Hlt/HltCommon/src/IDirectoryAccess.h b/Hlt/HltCommon/src/IDirectoryAccess.h
index 032c6b377f7844c6b8a0232f4c39157c3e139193..58606260c2bfb549575e3ab47e40a209c221f216 100644
--- a/Hlt/HltCommon/src/IDirectoryAccess.h
+++ b/Hlt/HltCommon/src/IDirectoryAccess.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef GaudiKernel_IDirectoryAccess_H
 #define GaudiKernel_IDirectoryAccess_H
 
diff --git a/Hlt/HltCommon/src/MooreInitSvc.cpp b/Hlt/HltCommon/src/MooreInitSvc.cpp
index f0446e7b31d05ac4b395631f2c782ccd0e73b392..619b4e41bd4df1542147f70acbd97be27fb891a2 100755
--- a/Hlt/HltCommon/src/MooreInitSvc.cpp
+++ b/Hlt/HltCommon/src/MooreInitSvc.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltCommon/src/MooreInitSvc.h b/Hlt/HltCommon/src/MooreInitSvc.h
index e69129569aac00da74e84cc4dc31de0f9443e5cc..c22c6026021ad4b5e904fa32b1065d7bc557c94b 100755
--- a/Hlt/HltCommon/src/MooreInitSvc.h
+++ b/Hlt/HltCommon/src/MooreInitSvc.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef MOOREINIT_H 
 #define MOOREINIT_H 1
 
diff --git a/Hlt/HltCommon/src/TarFileAccess.cpp b/Hlt/HltCommon/src/TarFileAccess.cpp
index f8092a7c53dfa52518683d1727752b2862e00926..16714e997be692035203a2ac5d6b5274e779e5e6 100644
--- a/Hlt/HltCommon/src/TarFileAccess.cpp
+++ b/Hlt/HltCommon/src/TarFileAccess.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #include "TarFileAccess.h"
 
 
diff --git a/Hlt/HltCommon/src/TarFileAccess.h b/Hlt/HltCommon/src/TarFileAccess.h
index 04edd03f0ae0194fcd8f32b0aa66318b38ee8967..1d52795f1d251ff41492e5ce4730c63146be101a 100644
--- a/Hlt/HltCommon/src/TarFileAccess.h
+++ b/Hlt/HltCommon/src/TarFileAccess.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef TARFILEACCESS_H
 #define TARFILEACCESS_H
 #include "GaudiKernel/IFileAccess.h"
diff --git a/Hlt/HltConf/python/HltConf/Configuration.py b/Hlt/HltConf/python/HltConf/Configuration.py
index 85735293f64fef87a6b166e495af92ecf324f19e..2193b0569c0a9bd53bd49ad8f5cd983f667b834c 100755
--- a/Hlt/HltConf/python/HltConf/Configuration.py
+++ b/Hlt/HltConf/python/HltConf/Configuration.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 """
 High level configuration tools for HltConf, to be invoked by Moore and DaVinci
 """
diff --git a/Hlt/HltConf/python/HltConf/Hlt1.py b/Hlt/HltConf/python/HltConf/Hlt1.py
index dd42abe5741a9e9930c2168740154d80d8b9b417..0a588b1ea8e531f169ca40ef548a71bcd53e9889 100755
--- a/Hlt/HltConf/python/HltConf/Hlt1.py
+++ b/Hlt/HltConf/python/HltConf/Hlt1.py
@@ -1,4 +1,14 @@
 #!/usr/bin/env gaudirun.py
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 # =============================================================================
 ## @file
diff --git a/Hlt/HltConf/python/HltConf/Hlt2.py b/Hlt/HltConf/python/HltConf/Hlt2.py
index 612ad633e8f04f939dd1442b0c13c1810b1af911..6c6c67c0a5942e570c5299b6bb0c43abcb9d232f 100644
--- a/Hlt/HltConf/python/HltConf/Hlt2.py
+++ b/Hlt/HltConf/python/HltConf/Hlt2.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 """
  script to configure HLT2 trigger lines
 
diff --git a/Hlt/HltConf/python/HltConf/HltInit.py b/Hlt/HltConf/python/HltConf/HltInit.py
index 7d4bad366725d783c008d4be86af09a65c4b9336..1ce54ab580f20b4c94f6da3c501dde60055880d5 100644
--- a/Hlt/HltConf/python/HltConf/HltInit.py
+++ b/Hlt/HltConf/python/HltConf/HltInit.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 from Configurables import HltANNSvc 
 
 
diff --git a/Hlt/HltConf/python/HltConf/ThresholdUtils.py b/Hlt/HltConf/python/HltConf/ThresholdUtils.py
index 49e607b04674a3335c9fbcc4ddea974d94a92354..795b950040a0a0e5c227a217c42df5fef1556390 100644
--- a/Hlt/HltConf/python/HltConf/ThresholdUtils.py
+++ b/Hlt/HltConf/python/HltConf/ThresholdUtils.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 #########################################################################################
 # Utility function for setting thresholds both in Hlt1 and 2
 #
diff --git a/Hlt/HltCosmics/src/HltCosmicsOT.cpp b/Hlt/HltCosmics/src/HltCosmicsOT.cpp
index 139a76e1d8b37bc03130bdbbfed325a599182c97..577d865824c2d57c289a0801182f75fd42bf9662 100644
--- a/Hlt/HltCosmics/src/HltCosmicsOT.cpp
+++ b/Hlt/HltCosmics/src/HltCosmicsOT.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #include "GaudiKernel/DeclareFactoryEntries.h"
 //#include "GaudiKernel/AlgFactory.h"
 
diff --git a/Hlt/HltCosmics/src/HltCosmicsOT.h b/Hlt/HltCosmics/src/HltCosmicsOT.h
index 0be2f20d99e7e421bdc83aaa6dca7c7009762d12..93419eab56f3cbd2cb76a064f994ea568711fc25 100644
--- a/Hlt/HltCosmics/src/HltCosmicsOT.h
+++ b/Hlt/HltCosmics/src/HltCosmicsOT.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef INCLUDE_HLTCOSMICSOT_H
 #define INCLUDE_HLTCOSMICSOT_H 1
 
diff --git a/Hlt/HltDisplVertices/src/Hlt2PreSelDV.cpp b/Hlt/HltDisplVertices/src/Hlt2PreSelDV.cpp
index 504d53ee757b9fba21d2cfe8f39549237c18ad67..a586d825f0b056a67616088a108f333e0a00efcf 100644
--- a/Hlt/HltDisplVertices/src/Hlt2PreSelDV.cpp
+++ b/Hlt/HltDisplVertices/src/Hlt2PreSelDV.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltDisplVertices/src/Hlt2PreSelDV.h b/Hlt/HltDisplVertices/src/Hlt2PreSelDV.h
index c04a1fe682da4c8737e381d185cd96977edcf637..3baf54aeea4bf121b53a8df32e3d723db02f915b 100644
--- a/Hlt/HltDisplVertices/src/Hlt2PreSelDV.h
+++ b/Hlt/HltDisplVertices/src/Hlt2PreSelDV.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLT2PRESELDV_H 
 #define HLT2PRESELDV_H 1
 
diff --git a/Hlt/HltDisplVertices/src/Hlt2SelDV.cpp b/Hlt/HltDisplVertices/src/Hlt2SelDV.cpp
index 0ece148b8280e74835f951877fb6e6a059844e41..fe85b30bdc37e3a2a9147da562005633e92da75f 100644
--- a/Hlt/HltDisplVertices/src/Hlt2SelDV.cpp
+++ b/Hlt/HltDisplVertices/src/Hlt2SelDV.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltDisplVertices/src/Hlt2SelDV.h b/Hlt/HltDisplVertices/src/Hlt2SelDV.h
index 60e5f6d9db55ee2f5e3eafe60806aae80399b9eb..7461685f92293c9f0036e0f31f253dc7eb020f36 100644
--- a/Hlt/HltDisplVertices/src/Hlt2SelDV.h
+++ b/Hlt/HltDisplVertices/src/Hlt2SelDV.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLT2SELDV_H 
 #define HLT2SELDV_H 1
 
diff --git a/Hlt/HltGlobalMonitor/src/HltGlobalMonitor.cpp b/Hlt/HltGlobalMonitor/src/HltGlobalMonitor.cpp
index 87c0907f54ac079588306d9dcd518fe61f745126..945eb7e1c4c4d745d72ada0d3bc23976102b6880 100755
--- a/Hlt/HltGlobalMonitor/src/HltGlobalMonitor.cpp
+++ b/Hlt/HltGlobalMonitor/src/HltGlobalMonitor.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 
 // ============================================================================
 // Include files 
diff --git a/Hlt/HltGlobalMonitor/src/HltGlobalMonitor.h b/Hlt/HltGlobalMonitor/src/HltGlobalMonitor.h
index 42bd34bae59f1d9a46bb6f87d7fdb7d0a8fd404f..30f9694ec19afe7953e9206cb0e2658bd5fafb3b 100755
--- a/Hlt/HltGlobalMonitor/src/HltGlobalMonitor.h
+++ b/Hlt/HltGlobalMonitor/src/HltGlobalMonitor.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTGLOBALMONITOR_H 
 #define HLTGLOBALMONITOR_H 1
 
diff --git a/Hlt/HltGlobalMonitor/src/HltGlobalMonitor_dll.cpp b/Hlt/HltGlobalMonitor/src/HltGlobalMonitor_dll.cpp
index c37dcb3476893bb5f9772c2394e8d6bce8d9b3e1..1c9ae450a3bfdbdbd9f9a841d95ce7f83b887eeb 100755
--- a/Hlt/HltGlobalMonitor/src/HltGlobalMonitor_dll.cpp
+++ b/Hlt/HltGlobalMonitor/src/HltGlobalMonitor_dll.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #include "GaudiKernel/LoadFactoryEntries.h"
 
 LOAD_FACTORY_ENTRIES( HltGlobalMonitor ) 
diff --git a/Hlt/HltGlobalMonitor/src/HltL0GlobalMonitor.cpp b/Hlt/HltGlobalMonitor/src/HltL0GlobalMonitor.cpp
index b539af843ad12d86b56c0f130e680ef859068f6c..cdd14205b61562b6b1b12a307489dcd5ae37ac10 100755
--- a/Hlt/HltGlobalMonitor/src/HltL0GlobalMonitor.cpp
+++ b/Hlt/HltGlobalMonitor/src/HltL0GlobalMonitor.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Hlt/HltGlobalMonitor/src/HltL0GlobalMonitor.h b/Hlt/HltGlobalMonitor/src/HltL0GlobalMonitor.h
index 1e6741b93d3efe7fb427edfc8709c87ef58cca10..c13abeaba0791069260cfafcf1951d7aa29df282 100755
--- a/Hlt/HltGlobalMonitor/src/HltL0GlobalMonitor.h
+++ b/Hlt/HltGlobalMonitor/src/HltL0GlobalMonitor.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTL0GLOBALMONITOR_H 
 #define HLTL0GLOBALMONITOR_H 1
 
diff --git a/Hlt/HltL0Conf/src/ElectronSeedTool.cpp b/Hlt/HltL0Conf/src/ElectronSeedTool.cpp
index 90956702e4d5e599bdd85fb490a4bd69a2b4b6b8..edcc59ed1c3672854d451acf5d22c45f3b2990f8 100755
--- a/Hlt/HltL0Conf/src/ElectronSeedTool.cpp
+++ b/Hlt/HltL0Conf/src/ElectronSeedTool.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // $id:  $
 
 // // from Gaudi
diff --git a/Hlt/HltL0Conf/src/ElectronSeedTool.h b/Hlt/HltL0Conf/src/ElectronSeedTool.h
index 0a2b8b30f55fbbe9ffaa6d905feb1532dd4ee3ed..9b88cda1691658985527914edaa02caa5f1f0d7f 100755
--- a/Hlt/HltL0Conf/src/ElectronSeedTool.h
+++ b/Hlt/HltL0Conf/src/ElectronSeedTool.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef ELECTRONSEEDTOOL_H 
 #define ELECTRONSEEDTOOL_H 1
 
diff --git a/Hlt/HltL0Conf/src/HadronSeedTool.cpp b/Hlt/HltL0Conf/src/HadronSeedTool.cpp
index 6c70d73569c51de557c604824a1d110730bf97f0..715681b78bb8724a30b20472fb5208243d440f23 100755
--- a/Hlt/HltL0Conf/src/HadronSeedTool.cpp
+++ b/Hlt/HltL0Conf/src/HadronSeedTool.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 #include <cmath>
diff --git a/Hlt/HltL0Conf/src/HadronSeedTool.h b/Hlt/HltL0Conf/src/HadronSeedTool.h
index 320f8735ac17dcaa844020ec6a7e661461fae170..eb177ef45a4eff8122f6165c7b01a4552dd6b1e9 100755
--- a/Hlt/HltL0Conf/src/HadronSeedTool.h
+++ b/Hlt/HltL0Conf/src/HadronSeedTool.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HADRONSEEDTOOL_H 
 #define HADRONSEEDTOOL_H 1
 
diff --git a/Hlt/HltL0Conf/src/L0ConfDataStore.cpp b/Hlt/HltL0Conf/src/L0ConfDataStore.cpp
index 4df5df5f507d6d92e77fc48406fb4602b6ef7db6..6e0ae040075c8bf8d7fbca9fe990eac26590ee93 100755
--- a/Hlt/HltL0Conf/src/L0ConfDataStore.cpp
+++ b/Hlt/HltL0Conf/src/L0ConfDataStore.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltL0Conf/src/L0ConfDataStore.h b/Hlt/HltL0Conf/src/L0ConfDataStore.h
index 3432e05b20afe8ae534b8e983d4a04e38080b7e2..2bb1458c1d2a2577cd5fb6cd29b980aa4fc948b4 100755
--- a/Hlt/HltL0Conf/src/L0ConfDataStore.h
+++ b/Hlt/HltL0Conf/src/L0ConfDataStore.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef L0CONFDATASTORE_H 
 #define L0CONFDATASTORE_H 1
 
diff --git a/Hlt/HltL0Conf/src/L0ConfExtrapolator.cpp b/Hlt/HltL0Conf/src/L0ConfExtrapolator.cpp
index 3b4823bb664565ebd371a331de6e86eb3ee9e650..172c9671de199156967bdb1092ccf0bcb4adb99d 100755
--- a/Hlt/HltL0Conf/src/L0ConfExtrapolator.cpp
+++ b/Hlt/HltL0Conf/src/L0ConfExtrapolator.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 #include <cmath>
diff --git a/Hlt/HltL0Conf/src/L0ConfExtrapolator.h b/Hlt/HltL0Conf/src/L0ConfExtrapolator.h
index 84f7eb0d3bb7fd25671bb3b3d3997c359d8ea70f..17fc6209bbe93ec7ed9f169f480ba0f633998ccf 100755
--- a/Hlt/HltL0Conf/src/L0ConfExtrapolator.h
+++ b/Hlt/HltL0Conf/src/L0ConfExtrapolator.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef L0CONFEXTRAPOLATOR_H 
 #define L0CONFEXTRAPOLATOR_H 1
 
diff --git a/Hlt/HltL0Conf/src/L0ConfirmWithT.cpp b/Hlt/HltL0Conf/src/L0ConfirmWithT.cpp
index 71778d7de4094bd0b800a5318beba4d4aae6ee88..305f8de58e9c61597208764db8f5d4b2a8dba5f6 100755
--- a/Hlt/HltL0Conf/src/L0ConfirmWithT.cpp
+++ b/Hlt/HltL0Conf/src/L0ConfirmWithT.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltL0Conf/src/L0ConfirmWithT.h b/Hlt/HltL0Conf/src/L0ConfirmWithT.h
index 9eb335de1861064b1edd89556b1cecb5eedd26cc..4497eceee1a1fec2ba6027a56ad3b499cde2bdf6 100755
--- a/Hlt/HltL0Conf/src/L0ConfirmWithT.h
+++ b/Hlt/HltL0Conf/src/L0ConfirmWithT.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef L0CONFIRMWITHT_H 
 #define L0CONFIRMWITHT_H 1
 
diff --git a/Hlt/HltL0Conf/src/MuonSeedTool.cpp b/Hlt/HltL0Conf/src/MuonSeedTool.cpp
index e3f93ec296100e375c31e56640c6fb358dd6bef6..79e6a387b406632f53b5785a1a7a917323d70d55 100755
--- a/Hlt/HltL0Conf/src/MuonSeedTool.cpp
+++ b/Hlt/HltL0Conf/src/MuonSeedTool.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltL0Conf/src/MuonSeedTool.h b/Hlt/HltL0Conf/src/MuonSeedTool.h
index 3228a1559c60b2bd850e5fc2ee905c1139a8c4a2..959bc676c0dbe7a37c6f512b4430b361f6f3872f 100755
--- a/Hlt/HltL0Conf/src/MuonSeedTool.h
+++ b/Hlt/HltL0Conf/src/MuonSeedTool.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef MUONSEEDTOOL_H 
 #define MUONSEEDTOOL_H 1
 
diff --git a/Hlt/HltL0Conf/src/PatConfirmTool.cpp b/Hlt/HltL0Conf/src/PatConfirmTool.cpp
index 330ff07af8c63cec1d308e651d5e8e2f689fe74d..4448e0d5dca1b790b33b60a5220bc4f14267092e 100755
--- a/Hlt/HltL0Conf/src/PatConfirmTool.cpp
+++ b/Hlt/HltL0Conf/src/PatConfirmTool.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltL0Conf/src/PatConfirmTool.h b/Hlt/HltL0Conf/src/PatConfirmTool.h
index 2f8c1296e4714000e907855fd64c1e6e2f07fbe3..4ae4377533da3543935aaaa3dfbd74a05b317860 100755
--- a/Hlt/HltL0Conf/src/PatConfirmTool.h
+++ b/Hlt/HltL0Conf/src/PatConfirmTool.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef PATCONFIRMTOOL_H 
 #define PATCONFIRMTOOL_H 1
 
diff --git a/Hlt/HltL0Conf/src/TsaConfirmTool.cpp b/Hlt/HltL0Conf/src/TsaConfirmTool.cpp
index 526a645c0db3cd27efb65688536c6d3d6dbb2a59..4f0253fe29c79a24476b229c111f57c55b55cfa6 100755
--- a/Hlt/HltL0Conf/src/TsaConfirmTool.cpp
+++ b/Hlt/HltL0Conf/src/TsaConfirmTool.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltL0Conf/src/TsaConfirmTool.h b/Hlt/HltL0Conf/src/TsaConfirmTool.h
index f4b1ed757cce57c7ffa5c6d371c21bfad8e04e15..596686382c4c6a452ad474e1c63263b2900e685d 100755
--- a/Hlt/HltL0Conf/src/TsaConfirmTool.h
+++ b/Hlt/HltL0Conf/src/TsaConfirmTool.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef TSACONFIRMTOOL_H 
 #define TSACONFIRMTOOL_H 1
 
diff --git a/Hlt/HltLine/python/HltLine/Hlt2Monitoring.py b/Hlt/HltLine/python/HltLine/Hlt2Monitoring.py
index db2128e7e44fba9ff4d572a508cb6efd3e3d54fa..98ea1b758d268da50ba0389bb6391d86c54d9add 100644
--- a/Hlt/HltLine/python/HltLine/Hlt2Monitoring.py
+++ b/Hlt/HltLine/python/HltLine/Hlt2Monitoring.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 def Hlt2Monitor ( variable ,  label , center , window, id =None, nbins = 100 ) :
     return "process ( monitor( %s,  Gaudi.Histo1DDef( '%s', %s , %s, %s), '%s' ) ) >> ~EMPTY " % (variable, label, center-window,center+window, nbins, id if id else variable )
 
diff --git a/Hlt/HltLine/python/HltLine/HltDecodeRaw.py b/Hlt/HltLine/python/HltLine/HltDecodeRaw.py
index 027763e69c2c50901ff2b2b37a4b3ba4f1d393e1..d9d78cd0542c69fd9156ca00c7c50c8063fb702f 100644
--- a/Hlt/HltLine/python/HltLine/HltDecodeRaw.py
+++ b/Hlt/HltLine/python/HltLine/HltDecodeRaw.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 #
 # @todo Move me to LHCB !
 #
diff --git a/Hlt/HltLine/python/HltLine/HltLine.py b/Hlt/HltLine/python/HltLine/HltLine.py
index 6d596ab9f0627fa4b69e053bed1cdf451650e19b..3fd73eb35e0ad3304ae5bf38c078490d7637f4c5 100755
--- a/Hlt/HltLine/python/HltLine/HltLine.py
+++ b/Hlt/HltLine/python/HltLine/HltLine.py
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 # =============================================================================
 ## @file
diff --git a/Hlt/HltLine/python/HltLine/HltLinesConfigurableUser.py b/Hlt/HltLine/python/HltLine/HltLinesConfigurableUser.py
index 3d97facb6a3499f753f094ea1b8c010762c3e51a..b32fd29c8e1dd6f943adbfaaf5894f4c2cf75e1d 100644
--- a/Hlt/HltLine/python/HltLine/HltLinesConfigurableUser.py
+++ b/Hlt/HltLine/python/HltLine/HltLinesConfigurableUser.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ## @package HltConf
 #  Base configurables for the Hlt lines
 #  @author Gerhard Raven  (Gerhard.Raven@nikhef.nl)
diff --git a/Hlt/HltLine/src/HltLine.cpp b/Hlt/HltLine/src/HltLine.cpp
index 95d7260dd70100c89b93bf1a58c866880520addf..b5fac10a61c59f4094be8ef855ce02da6a356045 100755
--- a/Hlt/HltLine/src/HltLine.cpp
+++ b/Hlt/HltLine/src/HltLine.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #include "Kernel/SelectionLine.h"
 #include "GaudiKernel/AlgFactory.h" 
 #include "GaudiKernel/VectorMap.h" 
diff --git a/Hlt/HltLuminosity/src/CollectLumiData.cpp b/Hlt/HltLuminosity/src/CollectLumiData.cpp
index a540520498d25522ba6bd6b31e74e21f57a20c1b..6adb2504884e26df8be20ff7eb57f258fcabe508 100755
--- a/Hlt/HltLuminosity/src/CollectLumiData.cpp
+++ b/Hlt/HltLuminosity/src/CollectLumiData.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltLuminosity/src/CollectLumiData.h b/Hlt/HltLuminosity/src/CollectLumiData.h
index da3c0cf5a9838f327c7e14112e468e4f03d7698a..b0199683e6936b63572f39ae129a77ea790eb3ba 100755
--- a/Hlt/HltLuminosity/src/CollectLumiData.h
+++ b/Hlt/HltLuminosity/src/CollectLumiData.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef COLLECTLUMIDATA_H 
 #define COLLECTLUMIDATA_H 1
 
diff --git a/Hlt/HltLuminosity/src/HltLumiFillRawBuffer.cpp b/Hlt/HltLuminosity/src/HltLumiFillRawBuffer.cpp
index e8ecbe3e13c0a15af1b9b14a3e8388d51ef6237e..d9cd5e31d01c7008fca3a6fd5397ba9887a41c2c 100755
--- a/Hlt/HltLuminosity/src/HltLumiFillRawBuffer.cpp
+++ b/Hlt/HltLuminosity/src/HltLumiFillRawBuffer.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 // from Gaudi
 #include "GaudiKernel/AlgFactory.h" 
diff --git a/Hlt/HltLuminosity/src/HltLumiFillRawBuffer.h b/Hlt/HltLuminosity/src/HltLumiFillRawBuffer.h
index d5f0e4a4047b39b93fe061c80fb79523d3885959..a69c3dfcd5d2a8f66f50711f1a9a16da67c936b7 100755
--- a/Hlt/HltLuminosity/src/HltLumiFillRawBuffer.h
+++ b/Hlt/HltLuminosity/src/HltLumiFillRawBuffer.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTLUMIFILLRAWBUFFER_H 
 #define HLTLUMIFILLRAWBUFFER_H 1
 
diff --git a/Hlt/HltLuminosity/src/HltLumiOdinReader.cpp b/Hlt/HltLuminosity/src/HltLumiOdinReader.cpp
index 485c0410ba9a730d2b6413e78c982784635200e7..48f60400e89c09cd36b080ea9bec97703d0a427f 100755
--- a/Hlt/HltLuminosity/src/HltLumiOdinReader.cpp
+++ b/Hlt/HltLuminosity/src/HltLumiOdinReader.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltLuminosity/src/HltLumiOdinReader.h b/Hlt/HltLuminosity/src/HltLumiOdinReader.h
index f69bda9e95b9643efc95c87d85ccc2426b8778c3..ea52eb5ae2dd1e23746f4d23b366f2475b10e331 100755
--- a/Hlt/HltLuminosity/src/HltLumiOdinReader.h
+++ b/Hlt/HltLuminosity/src/HltLumiOdinReader.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTLUMIODINREADER_H 
 #define HLTLUMIODINREADER_H 1
 
diff --git a/Hlt/HltLuminosity/src/HltLuminosity_dll.cpp b/Hlt/HltLuminosity/src/HltLuminosity_dll.cpp
index 92d2bb80aed682fb1fb6ebf310079eb0bc026f35..6743f2ac26f9aa57a89760bc428202ddfc0fbfe1 100755
--- a/Hlt/HltLuminosity/src/HltLuminosity_dll.cpp
+++ b/Hlt/HltLuminosity/src/HltLuminosity_dll.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 #include "GaudiKernel/LoadFactoryEntries.h"
diff --git a/Hlt/HltLuminosity/src/LumiCountHltTracks.cpp b/Hlt/HltLuminosity/src/LumiCountHltTracks.cpp
index 242b8077299efdeb2e73a55d180d0e8ca9f5d805..49f660ed91c1cc007df1f8cb26bcd474cc164255 100755
--- a/Hlt/HltLuminosity/src/LumiCountHltTracks.cpp
+++ b/Hlt/HltLuminosity/src/LumiCountHltTracks.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files
 #include "GaudiKernel/AlgFactory.h" 
 #include "GaudiKernel/IAlgManager.h"
diff --git a/Hlt/HltLuminosity/src/LumiCountHltTracks.h b/Hlt/HltLuminosity/src/LumiCountHltTracks.h
index d126e1e191362fc1546c8d679a660a07cbeebd85..2e7461d2ad2114632dca4e6bf48f72f11b726405 100755
--- a/Hlt/HltLuminosity/src/LumiCountHltTracks.h
+++ b/Hlt/HltLuminosity/src/LumiCountHltTracks.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef LUMICOUNTHLTTRACKS_H 
 #define LUMICOUNTHLTTRACKS_H 1
 
diff --git a/Hlt/HltLuminosity/src/LumiCountMuons.cpp b/Hlt/HltLuminosity/src/LumiCountMuons.cpp
index 3fc44d22bd0a920dc61f744c7d950e56434f3e33..fb6d7838ea27e20eeb05ff4744b57f050b2e23ac 100644
--- a/Hlt/HltLuminosity/src/LumiCountMuons.cpp
+++ b/Hlt/HltLuminosity/src/LumiCountMuons.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #include "GaudiKernel/AlgFactory.h" 
 #include "GaudiKernel/IAlgManager.h"
 
diff --git a/Hlt/HltLuminosity/src/LumiCountMuons.h b/Hlt/HltLuminosity/src/LumiCountMuons.h
index 91f7b1c1decb8f6aa03d28177ce6f6c45ee642c4..50071cf31dc1a5ae915d93021cf1ced58acc3781 100644
--- a/Hlt/HltLuminosity/src/LumiCountMuons.h
+++ b/Hlt/HltLuminosity/src/LumiCountMuons.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef LUMICOUNTMUONS_H 
 #define LUMICOUNTMUONS_H 1
 
diff --git a/Hlt/HltLuminosity/src/LumiCountTracks.cpp b/Hlt/HltLuminosity/src/LumiCountTracks.cpp
index e257ad1c04c02e473969afe8da2dbd9aec7ff727..ee68a9a7e5a1e1a2aba928aa11df3b6bb464f775 100755
--- a/Hlt/HltLuminosity/src/LumiCountTracks.cpp
+++ b/Hlt/HltLuminosity/src/LumiCountTracks.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltLuminosity/src/LumiCountTracks.h b/Hlt/HltLuminosity/src/LumiCountTracks.h
index 11b63b220ba908bcb543e6258b69845fa04e12b3..d938a05b409eb29651919b9a2a612c271ed5c64e 100755
--- a/Hlt/HltLuminosity/src/LumiCountTracks.h
+++ b/Hlt/HltLuminosity/src/LumiCountTracks.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef LUMICOUNTTRACKS_H 
 #define LUMICOUNTTRACKS_H 1
 
diff --git a/Hlt/HltLuminosity/src/LumiCountVertices.cpp b/Hlt/HltLuminosity/src/LumiCountVertices.cpp
index 2e58ee78c213e7eebad7e4ee156da4e090be7363..fb6963c6140e2b88b0ba9a71419bed204ed25e2a 100755
--- a/Hlt/HltLuminosity/src/LumiCountVertices.cpp
+++ b/Hlt/HltLuminosity/src/LumiCountVertices.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltLuminosity/src/LumiCountVertices.h b/Hlt/HltLuminosity/src/LumiCountVertices.h
index f332cb66231e513c0583e8b41b07bf7c36a0fec5..9c78294280e5ed6eba119638fec8856983039825 100755
--- a/Hlt/HltLuminosity/src/LumiCountVertices.h
+++ b/Hlt/HltLuminosity/src/LumiCountVertices.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef LUMICOUNTVERTICES_H 
 #define LUMICOUNTVERTICES_H 1
 
diff --git a/Hlt/HltLuminosity/src/LumiFlagMethod.cpp b/Hlt/HltLuminosity/src/LumiFlagMethod.cpp
index 193e102685e1c4eb6bc3aa5781fbf086e2d2be3f..3ff937f900aac12b7654f6f00ad3aaaa4807f10e 100755
--- a/Hlt/HltLuminosity/src/LumiFlagMethod.cpp
+++ b/Hlt/HltLuminosity/src/LumiFlagMethod.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltLuminosity/src/LumiFlagMethod.h b/Hlt/HltLuminosity/src/LumiFlagMethod.h
index 0677c4b1d779f1b477ee3464a64a6a58fd0a30fb..6a31b78eb7421de80c8c827ab35fb00f1bd65464 100755
--- a/Hlt/HltLuminosity/src/LumiFlagMethod.h
+++ b/Hlt/HltLuminosity/src/LumiFlagMethod.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef LUMIFLAGMETHOD_H 
 #define LUMIFLAGMETHOD_H 1
 
diff --git a/Hlt/HltLuminosity/src/LumiFromL0DU.cpp b/Hlt/HltLuminosity/src/LumiFromL0DU.cpp
index 24d829c19d404bc61ce2c4f1c7383105a4c3c758..f7c4d361c819099823016b0f5a156268f57a44fb 100755
--- a/Hlt/HltLuminosity/src/LumiFromL0DU.cpp
+++ b/Hlt/HltLuminosity/src/LumiFromL0DU.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltLuminosity/src/LumiFromL0DU.h b/Hlt/HltLuminosity/src/LumiFromL0DU.h
index 66079b3ca7a7863eee906a3b7d33e707f3c7005b..cb231ec66b6ff1214eca40d012c96b07d3f45da6 100755
--- a/Hlt/HltLuminosity/src/LumiFromL0DU.h
+++ b/Hlt/HltLuminosity/src/LumiFromL0DU.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef LUMIFROML0DU_H 
 #define LUMIFROML0DU_H 1
 
diff --git a/Hlt/HltLuminosity/src/LumiHisto2dSPD.cpp b/Hlt/HltLuminosity/src/LumiHisto2dSPD.cpp
index be64faf05d0152bf5793675a022b98803f5a0741..a09d4d2bd7feab63fcfd37f5e94c2e5da1ef7148 100644
--- a/Hlt/HltLuminosity/src/LumiHisto2dSPD.cpp
+++ b/Hlt/HltLuminosity/src/LumiHisto2dSPD.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltLuminosity/src/LumiHisto2dSPD.h b/Hlt/HltLuminosity/src/LumiHisto2dSPD.h
index 65aeecc16c272e1b070abc801662deb6ac35c0fe..416c6ef12b90becf3c2ede9540574d86f7009f28 100644
--- a/Hlt/HltLuminosity/src/LumiHisto2dSPD.h
+++ b/Hlt/HltLuminosity/src/LumiHisto2dSPD.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef LUMIHISTO2DSPD_H 
 #define LUMIHISTO2DSPD_H 1
 
diff --git a/Hlt/HltLuminosity/src/LumiHistoCollector.cpp b/Hlt/HltLuminosity/src/LumiHistoCollector.cpp
index 9ef66fb57d7180687fd34a3d64550669868eb165..d67e3c187a6fdaf9d982878da016c44db31fe3f1 100755
--- a/Hlt/HltLuminosity/src/LumiHistoCollector.cpp
+++ b/Hlt/HltLuminosity/src/LumiHistoCollector.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 #include "GaudiKernel/AlgFactory.h" 
 #include "GaudiKernel/IAlgManager.h"
diff --git a/Hlt/HltLuminosity/src/LumiHistoCollector.h b/Hlt/HltLuminosity/src/LumiHistoCollector.h
index b4274682d0980f79878eea48ff76af5bf0c392d1..a46ad6e626b732359a98a0a9e0d428c4acd8be9e 100755
--- a/Hlt/HltLuminosity/src/LumiHistoCollector.h
+++ b/Hlt/HltLuminosity/src/LumiHistoCollector.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef LUMIHISTOCOLLECTOR_H 
 #define LUMIHISTOCOLLECTOR_H 1
 
diff --git a/Hlt/HltLuminosity/src/LumiHistoMaker.cpp b/Hlt/HltLuminosity/src/LumiHistoMaker.cpp
index c4ab68411c207d463ce791425001aed9300a1c8c..c463edfaa47c3506f946ff1ea181f5099e96ffd3 100755
--- a/Hlt/HltLuminosity/src/LumiHistoMaker.cpp
+++ b/Hlt/HltLuminosity/src/LumiHistoMaker.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 #include "GaudiKernel/AlgFactory.h" 
 #include "GaudiKernel/IAlgManager.h"
diff --git a/Hlt/HltLuminosity/src/LumiHistoMaker.h b/Hlt/HltLuminosity/src/LumiHistoMaker.h
index e1987d30daecfcf8a8fb9b48d5167b5b52d198ee..e79128cf4f3fea63a5a77f1caed2067c67ddb9a8 100755
--- a/Hlt/HltLuminosity/src/LumiHistoMaker.h
+++ b/Hlt/HltLuminosity/src/LumiHistoMaker.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef LUMIHISTOMAKER_H 
 #define LUMIHISTOMAKER_H 1
 
diff --git a/Hlt/HltLuminosity/src/LumiPrepareResult.cpp b/Hlt/HltLuminosity/src/LumiPrepareResult.cpp
index 409c6d77dfe2720750cab8a2b30de04373614325..3e4dee201dffc900740620f7a135174ee0295786 100755
--- a/Hlt/HltLuminosity/src/LumiPrepareResult.cpp
+++ b/Hlt/HltLuminosity/src/LumiPrepareResult.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltLuminosity/src/LumiPrepareResult.h b/Hlt/HltLuminosity/src/LumiPrepareResult.h
index ab6757ffe0995e2cf05e2be31537915f07dde926..563bbb6ea09bf0b5a1e106ded3bf6bd6cdba18bf 100755
--- a/Hlt/HltLuminosity/src/LumiPrepareResult.h
+++ b/Hlt/HltLuminosity/src/LumiPrepareResult.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef LUMIPREPARERESULT_H 
 #define LUMIPREPARERESULT_H 1
 
diff --git a/Hlt/HltLuminosity/src/LumiPutResult.cpp b/Hlt/HltLuminosity/src/LumiPutResult.cpp
index 07b65c91e27cd993db5b8f6092b2b03eab77fa25..f8f910d42700a61dbf73a7e703771602af211185 100755
--- a/Hlt/HltLuminosity/src/LumiPutResult.cpp
+++ b/Hlt/HltLuminosity/src/LumiPutResult.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltLuminosity/src/LumiPutResult.h b/Hlt/HltLuminosity/src/LumiPutResult.h
index cb10c25df907f6c2414568ff0abe25ab9faaed1a..b6cdd3fac5232fdf2fc961aab00dc114a0fbe7c8 100755
--- a/Hlt/HltLuminosity/src/LumiPutResult.h
+++ b/Hlt/HltLuminosity/src/LumiPutResult.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef LUMIPUTRESULT_H 
 #define LUMIPUTRESULT_H 1
 
diff --git a/Hlt/HltMonitor/python/HltMonitor/Algos.py b/Hlt/HltMonitor/python/HltMonitor/Algos.py
index 1d47e057d06e96e3fc2d2bac5a3d9b2e5ad02720..4c760bb30affe93df27c88be10a8dfcb8777f36a 100644
--- a/Hlt/HltMonitor/python/HltMonitor/Algos.py
+++ b/Hlt/HltMonitor/python/HltMonitor/Algos.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 from   LoKiAlgo.decorators    import *
 from   LoKiCore.math          import * 
 from   LoKiPhys.decorators    import *
diff --git a/Hlt/HltMonitor/python/HltMonitor/Base.py b/Hlt/HltMonitor/python/HltMonitor/Base.py
index 7825fc86b632b2f897417315b53715112ca16fd1..800690c5e9c476804b734dd89c807f5b2b70320b 100644
--- a/Hlt/HltMonitor/python/HltMonitor/Base.py
+++ b/Hlt/HltMonitor/python/HltMonitor/Base.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # MultiProcessing
 import os, sys
 from multiprocessing import Process, Queue, Event, Condition, Lock
diff --git a/Hlt/HltMonitor/python/HltMonitor/Monitors.py b/Hlt/HltMonitor/python/HltMonitor/Monitors.py
index 87954f24f39a9a0274b615175da67d5b818c3768..fd3578baaf8e087f204a16d7a71be7a8a9da872d 100644
--- a/Hlt/HltMonitor/python/HltMonitor/Monitors.py
+++ b/Hlt/HltMonitor/python/HltMonitor/Monitors.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 from ROOT import TH1F, TH2F
 from copy import copy
 __all__ = ( "Rate",
diff --git a/Hlt/HltMonitor/python/HltMonitor/Tasks.py b/Hlt/HltMonitor/python/HltMonitor/Tasks.py
index 20ada3d712ad9d7a12e5be482b4bc7afcdfca43d..358f3132a840aa5255a339b69d770fc462aa2688 100644
--- a/Hlt/HltMonitor/python/HltMonitor/Tasks.py
+++ b/Hlt/HltMonitor/python/HltMonitor/Tasks.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # ROOT
 from ROOT import ( TFile,
                    TH1F )
diff --git a/Hlt/HltMonitor/python/HltMonitor/Utils.py b/Hlt/HltMonitor/python/HltMonitor/Utils.py
index e4957c13ff789f279f572f46537ecf1bacd42c07..1655c28cb884f6df3c41eeee174dd40255aaed3a 100644
--- a/Hlt/HltMonitor/python/HltMonitor/Utils.py
+++ b/Hlt/HltMonitor/python/HltMonitor/Utils.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 import sys
 
 try:
diff --git a/Hlt/HltMonitor/scripts/monitor.py b/Hlt/HltMonitor/scripts/monitor.py
index 766c2890c846c0e0d0e1f5ca172a199d9ee2f111..0a8168e1fae999ef3d180e788143ba250c7581b3 100755
--- a/Hlt/HltMonitor/scripts/monitor.py
+++ b/Hlt/HltMonitor/scripts/monitor.py
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 #
 # Script to use several processes to write events with differing Hlt Decisions to a file
 # General imports
diff --git a/Hlt/HltRawData/src/HltSelReportsMaker.cpp b/Hlt/HltRawData/src/HltSelReportsMaker.cpp
index fa2e3e57de639fc3447ba32805b707b9111bbf46..116c2a6d6cea8ec7c6062dfc3fafa1b6ec44558e 100755
--- a/Hlt/HltRawData/src/HltSelReportsMaker.cpp
+++ b/Hlt/HltRawData/src/HltSelReportsMaker.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // #define DEBUGCODE
 // Include files 
 #include "boost/algorithm/string/replace.hpp"
diff --git a/Hlt/HltRawData/src/HltSelReportsMaker.h b/Hlt/HltRawData/src/HltSelReportsMaker.h
index d1f12abbded10275e0cfa40d9c9af9a620e48e2e..d00b31e4008ef529b207d0d0bb39053594b3def2 100755
--- a/Hlt/HltRawData/src/HltSelReportsMaker.h
+++ b/Hlt/HltRawData/src/HltSelReportsMaker.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTSELREPORTSMAKER_H 
 #define HLTSELREPORTSMAKER_H 1
 
diff --git a/Hlt/HltRawData/src/HltVertexReportsMaker.cpp b/Hlt/HltRawData/src/HltVertexReportsMaker.cpp
index ab6fb7aafa1420b6e3ec1184fe0f49bd3b461cce..68a9f97f20ad523083d4a5603d3dee7fe5ef039c 100755
--- a/Hlt/HltRawData/src/HltVertexReportsMaker.cpp
+++ b/Hlt/HltRawData/src/HltVertexReportsMaker.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 #include <vector>
 #include <algorithm>
diff --git a/Hlt/HltRawData/src/HltVertexReportsMaker.h b/Hlt/HltRawData/src/HltVertexReportsMaker.h
index 952a856884d09f0d515e1432739318c73b0e4e74..6fd958e9ee20db49bc780b68521027a550379d86 100755
--- a/Hlt/HltRawData/src/HltVertexReportsMaker.h
+++ b/Hlt/HltRawData/src/HltVertexReportsMaker.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTVERTEXREPORTSMAKER_H 
 #define HLTVERTEXREPORTSMAKER_H 1
 
diff --git a/Hlt/HltRecChecker/src/ERelations.h b/Hlt/HltRecChecker/src/ERelations.h
index 03d58874baba2a331ed27c8dd1d0333874ec6059..b979dc66d4906d228d82061644a6f62d36895d0c 100755
--- a/Hlt/HltRecChecker/src/ERelations.h
+++ b/Hlt/HltRecChecker/src/ERelations.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTBASE_RELATIONS_H 
 #define HLTBASE_RELATIONS_H 1
 
diff --git a/Hlt/HltRecChecker/src/HltLHCbIDMCParticleRelation.cpp b/Hlt/HltRecChecker/src/HltLHCbIDMCParticleRelation.cpp
index 0aa038d5c7c0462ae8e647818f656a8a34206976..c3bbd1afe2feeed071db7c6b5b882c5b32ad0ab5 100755
--- a/Hlt/HltRecChecker/src/HltLHCbIDMCParticleRelation.cpp
+++ b/Hlt/HltRecChecker/src/HltLHCbIDMCParticleRelation.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltRecChecker/src/HltLHCbIDMCParticleRelation.h b/Hlt/HltRecChecker/src/HltLHCbIDMCParticleRelation.h
index 54d737afc5855adcb7a791a4f144985e5c298dcb..ad6629449a8bfab394db0a4989b96b7d7af525e4 100755
--- a/Hlt/HltRecChecker/src/HltLHCbIDMCParticleRelation.h
+++ b/Hlt/HltRecChecker/src/HltLHCbIDMCParticleRelation.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTLHCBIDMCPARTICLERELATION_H 
 #define HLTLHCBIDMCPARTICLERELATION_H 1
 
diff --git a/Hlt/HltRecChecker/src/HltRecCheckGhosts.cpp b/Hlt/HltRecChecker/src/HltRecCheckGhosts.cpp
index c4259cddc8c8c64b6f2955ea3977efccb0af5b19..9e8aaeb45e64f2756fdf2367cf0d7e0892029427 100755
--- a/Hlt/HltRecChecker/src/HltRecCheckGhosts.cpp
+++ b/Hlt/HltRecChecker/src/HltRecCheckGhosts.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltRecChecker/src/HltRecCheckGhosts.h b/Hlt/HltRecChecker/src/HltRecCheckGhosts.h
index 4bf65baeb4d8c1bfd83cfd468ad9ff9f21361ee1..caca0fbb9b24edc4363df6249c099b41139f6e42 100755
--- a/Hlt/HltRecChecker/src/HltRecCheckGhosts.h
+++ b/Hlt/HltRecChecker/src/HltRecCheckGhosts.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTRECCHECKGHOSTS_H 
 #define HLTRECCHECKGHOSTS_H 1
 
diff --git a/Hlt/HltRecChecker/src/HltRecCheckTracks.cpp b/Hlt/HltRecChecker/src/HltRecCheckTracks.cpp
index d37a2cbbccb9ecd69e254df9c7fa790092cd4d8f..5b4bc0bce4337e902f8d943fcea84bb816706c54 100755
--- a/Hlt/HltRecChecker/src/HltRecCheckTracks.cpp
+++ b/Hlt/HltRecChecker/src/HltRecCheckTracks.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltRecChecker/src/HltRecCheckTracks.h b/Hlt/HltRecChecker/src/HltRecCheckTracks.h
index b7ae5ba4f9ce13ce96106339ce971d73daad1523..67ad587364dc1c61759303d45cb1d65230cfcb63 100755
--- a/Hlt/HltRecChecker/src/HltRecCheckTracks.h
+++ b/Hlt/HltRecChecker/src/HltRecCheckTracks.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTRECCHECKTRACKS_H 
 #define HLTRECCHECKTRACKS_H 1
 
diff --git a/Hlt/HltRecChecker/src/HltRecCheckUtils.cpp b/Hlt/HltRecChecker/src/HltRecCheckUtils.cpp
index 5006daf30fc3f7b3a2f0cb394c2eb7bcf5fa6a42..bb1ea70207146dded5aaae0cbc96204d312bdbef 100755
--- a/Hlt/HltRecChecker/src/HltRecCheckUtils.cpp
+++ b/Hlt/HltRecChecker/src/HltRecCheckUtils.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files
 
 // local
diff --git a/Hlt/HltRecChecker/src/HltRecCheckUtils.h b/Hlt/HltRecChecker/src/HltRecCheckUtils.h
index 4c1e29d371caaf213192ba438bf20cee9fab9f95..4bdb9c7e150579c38b04d63185cdc9c135b26cae 100755
--- a/Hlt/HltRecChecker/src/HltRecCheckUtils.h
+++ b/Hlt/HltRecChecker/src/HltRecCheckUtils.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTRECCHECKUTILS_H 
 #define HLTRECCHECKUTILS_H 1
 
diff --git a/Hlt/HltRecChecker/src/HltRecCheckVertices.cpp b/Hlt/HltRecChecker/src/HltRecCheckVertices.cpp
index e6d259447d9725c156ddd804c8827acff8ab641b..1a96a1fbf2151a3c3eb6793aaa141e969d1e3093 100755
--- a/Hlt/HltRecChecker/src/HltRecCheckVertices.cpp
+++ b/Hlt/HltRecChecker/src/HltRecCheckVertices.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltRecChecker/src/HltRecCheckVertices.h b/Hlt/HltRecChecker/src/HltRecCheckVertices.h
index d2794ee6026e9586ba09ebdaeb1fdf3a13909303..91aa79d7841879bea7813b4a13908503aa7fb9ef 100755
--- a/Hlt/HltRecChecker/src/HltRecCheckVertices.h
+++ b/Hlt/HltRecChecker/src/HltRecCheckVertices.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTRECCHECKVERTICES_H 
 #define HLTRECCHECKVERTICES_H 1
 
diff --git a/Hlt/HltRecChecker/src/HltRecChecker.cpp b/Hlt/HltRecChecker/src/HltRecChecker.cpp
index 4e44b7af5008146ec2fe84925589f37e8c96071a..9dd75979f3d4c4fe8f3b3726be4fef65f0529bc9 100755
--- a/Hlt/HltRecChecker/src/HltRecChecker.cpp
+++ b/Hlt/HltRecChecker/src/HltRecChecker.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltRecChecker/src/HltRecChecker.h b/Hlt/HltRecChecker/src/HltRecChecker.h
index 5ec14a71fe5cdbb1bc07cdbc9cc8d371802a7329..8cb6e5a8921445f55c754021336fa2921bd72fb0 100755
--- a/Hlt/HltRecChecker/src/HltRecChecker.h
+++ b/Hlt/HltRecChecker/src/HltRecChecker.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTRECCHECKER_H 
 #define HLTRECCHECKER_H 1
 
diff --git a/Hlt/HltSelChecker/options/HltCorrelations.py b/Hlt/HltSelChecker/options/HltCorrelations.py
index 03be39aba54d810ce3255a78667860ab378055c6..a627bad97a32204c65ce94f8bca410a3700bc45d 100644
--- a/Hlt/HltSelChecker/options/HltCorrelations.py
+++ b/Hlt/HltSelChecker/options/HltCorrelations.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 from Gaudi.Configuration import *
 from Configurables import DaVinci
 from Configurables import HltCorrelations, ReadHltReport
diff --git a/Hlt/HltSelChecker/src/FilterTrueTracks.cpp b/Hlt/HltSelChecker/src/FilterTrueTracks.cpp
index 35c152a26bfb6154ab167f2e68347d2b85a2c867..00a59c14fe898c393db4c4b56a8d98f022c69f6b 100755
--- a/Hlt/HltSelChecker/src/FilterTrueTracks.cpp
+++ b/Hlt/HltSelChecker/src/FilterTrueTracks.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltSelChecker/src/FilterTrueTracks.h b/Hlt/HltSelChecker/src/FilterTrueTracks.h
index 86c87885e6f76bbadc4ca1b0cf2e3f45dfd8892c..a8e590f66ac139e096b3f78f392850d4087df37f 100755
--- a/Hlt/HltSelChecker/src/FilterTrueTracks.h
+++ b/Hlt/HltSelChecker/src/FilterTrueTracks.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef FILTERTRUETRACKS_H 
 #define FILTERTRUETRACKS_H 1
 
diff --git a/Hlt/HltSelChecker/src/Hlt2Statistics.cpp b/Hlt/HltSelChecker/src/Hlt2Statistics.cpp
index 2db0bf58cb9dd1d5d58625ae0224c7b2df133255..7c426418a640083baaa08c45bef142635454a7ef 100755
--- a/Hlt/HltSelChecker/src/Hlt2Statistics.cpp
+++ b/Hlt/HltSelChecker/src/Hlt2Statistics.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltSelChecker/src/Hlt2Statistics.h b/Hlt/HltSelChecker/src/Hlt2Statistics.h
index f2e12ed11c4798f47b72fc24fdb36a449464f64e..8f391a1a82734d88d5007da5b28315f5dd5657b0 100755
--- a/Hlt/HltSelChecker/src/Hlt2Statistics.h
+++ b/Hlt/HltSelChecker/src/Hlt2Statistics.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLT2STATISTICS_H 
 #define HLT2STATISTICS_H 1
 
diff --git a/Hlt/HltSelChecker/src/Hlt2StatisticsBase.cpp b/Hlt/HltSelChecker/src/Hlt2StatisticsBase.cpp
index 4b6564aadb18aee5def310d1030d609bcea1f27e..5af31f9a3b9fbdf22985658181eb0f08b3c28d84 100755
--- a/Hlt/HltSelChecker/src/Hlt2StatisticsBase.cpp
+++ b/Hlt/HltSelChecker/src/Hlt2StatisticsBase.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltSelChecker/src/Hlt2StatisticsBase.h b/Hlt/HltSelChecker/src/Hlt2StatisticsBase.h
index 4d9398838e2a2cd5fe6470a9e7babd7c02b7774a..c928948118b2a85c0edb5443b7c8fc92c44afcbb 100755
--- a/Hlt/HltSelChecker/src/Hlt2StatisticsBase.h
+++ b/Hlt/HltSelChecker/src/Hlt2StatisticsBase.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLT2STATISTICSBASE_H 
 #define HLT2STATISTICSBASE_H 1
 
diff --git a/Hlt/HltSelChecker/src/HltBackgroundCategory.cpp b/Hlt/HltSelChecker/src/HltBackgroundCategory.cpp
index 9a7b06718341c6943f3fca71065d51d93c97a2a0..0945216aad5bc82cdc13d6b27390dd26428f6d2c 100755
--- a/Hlt/HltSelChecker/src/HltBackgroundCategory.cpp
+++ b/Hlt/HltSelChecker/src/HltBackgroundCategory.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltSelChecker/src/HltBackgroundCategory.h b/Hlt/HltSelChecker/src/HltBackgroundCategory.h
index acbb6bb91d94a9789cb85f6e45674d41ba0210df..c5eeeab0a6c8b0ada7fd6ecfc609c97b666a61e6 100755
--- a/Hlt/HltSelChecker/src/HltBackgroundCategory.h
+++ b/Hlt/HltSelChecker/src/HltBackgroundCategory.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTBACKGROUNDCATEGORY_H 
 #define HLTBACKGROUNDCATEGORY_H 1
 
diff --git a/Hlt/HltSelChecker/src/HltCorrelations.cpp b/Hlt/HltSelChecker/src/HltCorrelations.cpp
index 3c32b80aca0b9231e67cca06fe82c5ef7f14182d..4ef83721e34e68aac159fb52a0f0d85b92766016 100755
--- a/Hlt/HltSelChecker/src/HltCorrelations.cpp
+++ b/Hlt/HltSelChecker/src/HltCorrelations.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltSelChecker/src/HltCorrelations.h b/Hlt/HltSelChecker/src/HltCorrelations.h
index 4f7c30dfafc0fb1ac2e327e8cae1928b3ba01ed2..2b59e17aea5e4cc54d18cdeaac39cffeec5f4cb2 100755
--- a/Hlt/HltSelChecker/src/HltCorrelations.h
+++ b/Hlt/HltSelChecker/src/HltCorrelations.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTCORRELATIONS_H 
 #define HLTCORRELATIONS_H 1
 
diff --git a/Hlt/HltSelChecker/src/HltSelectionsBase.cpp b/Hlt/HltSelChecker/src/HltSelectionsBase.cpp
index a8caec8fd1b0904296d2101f45433d4bef8773c1..b70ef4a0dd4bedc5240184fdec8ba5275161919d 100755
--- a/Hlt/HltSelChecker/src/HltSelectionsBase.cpp
+++ b/Hlt/HltSelChecker/src/HltSelectionsBase.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltSelChecker/src/HltSelectionsBase.h b/Hlt/HltSelChecker/src/HltSelectionsBase.h
index fb2762fdb9d60160f35b10dbc7185a3fb07fc148..82b4083b574717993bb55990dbd06df0304ac8cb 100755
--- a/Hlt/HltSelChecker/src/HltSelectionsBase.h
+++ b/Hlt/HltSelChecker/src/HltSelectionsBase.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTSELECTIONSDECISION_H 
 #define HLTSELECTIONSDECISION_H 1
 
diff --git a/Hlt/HltSelChecker/src/ReadHltReport.cpp b/Hlt/HltSelChecker/src/ReadHltReport.cpp
index 9d4db1a71c986d3b1a370272cdf34ec750648ded..34540679f833dc95185211edaf5e6b5763e7e458 100755
--- a/Hlt/HltSelChecker/src/ReadHltReport.cpp
+++ b/Hlt/HltSelChecker/src/ReadHltReport.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files
 // ============================================================================
diff --git a/Hlt/HltSelChecker/src/ReadHltReport.h b/Hlt/HltSelChecker/src/ReadHltReport.h
index 9990efa936d9ef81829726d08b4fae374bc1dee6..8c2a3509a39ade5c3160437b4054c7c6fb65d447 100755
--- a/Hlt/HltSelChecker/src/ReadHltReport.h
+++ b/Hlt/HltSelChecker/src/ReadHltReport.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef READHLTSUMMARY_H 
 #define READHLTSUMMARY_H 1
 
diff --git a/Hlt/HltSettings/python/HltSettings/Calibration_TMicroBias.py b/Hlt/HltSettings/python/HltSettings/Calibration_TMicroBias.py
index 70ac73ef88f08726d97a99cb9881183bf86e90b6..374b9f3df93838ce6645251215fca83253ab3e6b 100644
--- a/Hlt/HltSettings/python/HltSettings/Calibration_TMicroBias.py
+++ b/Hlt/HltSettings/python/HltSettings/Calibration_TMicroBias.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Calibration_TMicroBias :
     """
     Threshold settings for T-Station micro bias 
diff --git a/Hlt/HltSettings/python/HltSettings/Calibration_VeloMicroBias.py b/Hlt/HltSettings/python/HltSettings/Calibration_VeloMicroBias.py
index a2105e86d80377250b441084b69fab1e41cad5d4..a716cb77a22e3f0b66d9b717a67e35ecd1aee347 100644
--- a/Hlt/HltSettings/python/HltSettings/Calibration_VeloMicroBias.py
+++ b/Hlt/HltSettings/python/HltSettings/Calibration_VeloMicroBias.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Calibration_VeloMicroBias :
     """
     Threshold settings for OT aging activity 
diff --git a/Hlt/HltSettings/python/HltSettings/CharmHadronLines_July2011.py b/Hlt/HltSettings/python/HltSettings/CharmHadronLines_July2011.py
index c03bc0e76ec1416d68e6688393edb06b00986295..b7830957316b8eb839c344dab5eedd99839d5942 100644
--- a/Hlt/HltSettings/python/HltSettings/CharmHadronLines_July2011.py
+++ b/Hlt/HltSettings/python/HltSettings/CharmHadronLines_July2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class CharmHadronLines :
     """
     Threshold settings for Hlt1 and 2 in nominal conditions (list of exclusive)
diff --git a/Hlt/HltSettings/python/HltSettings/CharmHadronLines_LowLumi_draft2011.py b/Hlt/HltSettings/python/HltSettings/CharmHadronLines_LowLumi_draft2011.py
index 8dc78a84919682adc69f69a58d0419c042303da9..eb3ce7b356a24a095267a1fbb37cc7e71301ecb3 100644
--- a/Hlt/HltSettings/python/HltSettings/CharmHadronLines_LowLumi_draft2011.py
+++ b/Hlt/HltSettings/python/HltSettings/CharmHadronLines_LowLumi_draft2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class CharmHadronLines :
     """
     Threshold settings for Hlt1 and 2 in nominal conditions (list of exclusive)
diff --git a/Hlt/HltSettings/python/HltSettings/CharmHadronLines_draft2011.py b/Hlt/HltSettings/python/HltSettings/CharmHadronLines_draft2011.py
index bebd8f184a4503d077a1d8d2f9b0c9eaab86722e..35b045eec6c9e17eb1b617d46577540f0811193f 100644
--- a/Hlt/HltSettings/python/HltSettings/CharmHadronLines_draft2011.py
+++ b/Hlt/HltSettings/python/HltSettings/CharmHadronLines_draft2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class CharmHadronLines :
     """
     Threshold settings for Hlt1 and 2 in nominal conditions (list of exclusive)
diff --git a/Hlt/HltSettings/python/HltSettings/CharmLeptonic_July2011.py b/Hlt/HltSettings/python/HltSettings/CharmLeptonic_July2011.py
index aad401400cf64a7ef5bb7fe4fdcf58d037a2a088..991c20c3f48c504a2ea6e1ebcd922d62b00f1049 100644
--- a/Hlt/HltSettings/python/HltSettings/CharmLeptonic_July2011.py
+++ b/Hlt/HltSettings/python/HltSettings/CharmLeptonic_July2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class CharmLeptonic_July2011 :
     """
     Threshold settings for Hlt2 muon lines: minimal July for 2011
diff --git a/Hlt/HltSettings/python/HltSettings/CharmLeptonic_draft2011.py b/Hlt/HltSettings/python/HltSettings/CharmLeptonic_draft2011.py
index 2f8098129b5e6abd0e112236ab0026dacfec5f3a..bbef1ee6306e4f27504c4db55d460b3d99a21c22 100644
--- a/Hlt/HltSettings/python/HltSettings/CharmLeptonic_draft2011.py
+++ b/Hlt/HltSettings/python/HltSettings/CharmLeptonic_draft2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class CharmLeptonic_draft2011 :
     """
     Threshold settings for Hlt2 muon lines: minimal draft for 2011
diff --git a/Hlt/HltSettings/python/HltSettings/CharmLines_September10.py b/Hlt/HltSettings/python/HltSettings/CharmLines_September10.py
index 4e1e9c387f9f1e0975f8a33fd545da001062ab7e..db52b52fe49f8ace04c2128cde51f1eeca50071d 100644
--- a/Hlt/HltSettings/python/HltSettings/CharmLines_September10.py
+++ b/Hlt/HltSettings/python/HltSettings/CharmLines_September10.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class CharmLines :
     """
     Threshold settings for Hlt1 and 2 in nominal conditions (list of exclusive)
diff --git a/Hlt/HltSettings/python/HltSettings/Commissioning_Beamgas.py b/Hlt/HltSettings/python/HltSettings/Commissioning_Beamgas.py
index 3ab42a0676d972a86d46a0ab495b1353a25a3f51..cbdeb5ab33ec16a94b6a940ac758dc0b71170843 100644
--- a/Hlt/HltSettings/python/HltSettings/Commissioning_Beamgas.py
+++ b/Hlt/HltSettings/python/HltSettings/Commissioning_Beamgas.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Commissioning_Beamgas :
     """
     Threshold settings for Hlt1 for 2010 conditions
diff --git a/Hlt/HltSettings/python/HltSettings/Commissioning_Nominal.py b/Hlt/HltSettings/python/HltSettings/Commissioning_Nominal.py
index 2eccc1bb5e70067b16df319f8fa911fb087d4842..1bc03101ab5c3af61bb6a833c6e0c52cd15c748a 100644
--- a/Hlt/HltSettings/python/HltSettings/Commissioning_Nominal.py
+++ b/Hlt/HltSettings/python/HltSettings/Commissioning_Nominal.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Commissioning_Nominal :
     """
     Threshold settings for Hlt1 and 2 in nominal conditions (list of commissioning)
diff --git a/Hlt/HltSettings/python/HltSettings/Commissioning_OTCosmics.py b/Hlt/HltSettings/python/HltSettings/Commissioning_OTCosmics.py
index af79ab707444c0d39d870ce998a8a2d01be50afa..6f4e9a2a1274a766cd74b590feaeef2171a77e86 100644
--- a/Hlt/HltSettings/python/HltSettings/Commissioning_OTCosmics.py
+++ b/Hlt/HltSettings/python/HltSettings/Commissioning_OTCosmics.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Commissioning_OTCosmics :
     """
     Threshold settings for Hlt1 and 2 for OuterTracker Cosmic Runs 
diff --git a/Hlt/HltSettings/python/HltSettings/Commissioning_PassThrough.py b/Hlt/HltSettings/python/HltSettings/Commissioning_PassThrough.py
index 3fcb538012360c7fe2ba5d415bc56e342d6bf237..f56dca829123f7cdbc6f41cc5afb62ac54768ca9 100644
--- a/Hlt/HltSettings/python/HltSettings/Commissioning_PassThrough.py
+++ b/Hlt/HltSettings/python/HltSettings/Commissioning_PassThrough.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Commissioning_PassThrough :
     """
     Threshold settings for Hlt1 and 2 in nominal conditions (list of commissioning)
diff --git a/Hlt/HltSettings/python/HltSettings/Commissioning_PassThrough_Monitor.py b/Hlt/HltSettings/python/HltSettings/Commissioning_PassThrough_Monitor.py
index 57d83ee3dc889ab2bd5c8bd95d112961c5666574..f274755993822bfc570396e305fbaeaf081680e1 100644
--- a/Hlt/HltSettings/python/HltSettings/Commissioning_PassThrough_Monitor.py
+++ b/Hlt/HltSettings/python/HltSettings/Commissioning_PassThrough_Monitor.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Commissioning_PassThrough_Monitor :
     """
     Threshold settings for Hlt1 and 2 in nominal conditions (list of commissioning)
diff --git a/Hlt/HltSettings/python/HltSettings/DV_draft2011.py b/Hlt/HltSettings/python/HltSettings/DV_draft2011.py
index 5dfd048ccd694e461e9a5ae3aa7280db0aad2bae..bec0e5edc168f59532d5b4d0042012ae23dbdc80 100644
--- a/Hlt/HltSettings/python/HltSettings/DV_draft2011.py
+++ b/Hlt/HltSettings/python/HltSettings/DV_draft2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class DV_draft2011 :
     """
     Threshold settings for Hlt2 displaced vertex lines lines: draft for 2011
diff --git a/Hlt/HltSettings/python/HltSettings/Debug_10000Vis_1000L0_NoLines_Hlt1_Oct09.py b/Hlt/HltSettings/python/HltSettings/Debug_10000Vis_1000L0_NoLines_Hlt1_Oct09.py
index 1e467f31a169375a0b350e39e444ec34d4411b72..b41601d9b02173c3ff3d98d018a83b05bbc81c3f 100644
--- a/Hlt/HltSettings/python/HltSettings/Debug_10000Vis_1000L0_NoLines_Hlt1_Oct09.py
+++ b/Hlt/HltSettings/python/HltSettings/Debug_10000Vis_1000L0_NoLines_Hlt1_Oct09.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # Note: if you define activeLines, you MUST provide a unique 'HltType' for this 
 #       set of activelines
 
diff --git a/Hlt/HltSettings/python/HltSettings/Debug_10000Vis_1000L0_Velo_Hlt1_Oct09.py b/Hlt/HltSettings/python/HltSettings/Debug_10000Vis_1000L0_Velo_Hlt1_Oct09.py
index a931fdec1cb8c79a8404c51719bfb2e69fae4512..43e5a52ddbbef30f68a79e439afdacf50d53f537 100644
--- a/Hlt/HltSettings/python/HltSettings/Debug_10000Vis_1000L0_Velo_Hlt1_Oct09.py
+++ b/Hlt/HltSettings/python/HltSettings/Debug_10000Vis_1000L0_Velo_Hlt1_Oct09.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # Note: if you define activeLines, you MUST provide a unique 'HltType' for this 
 #       set of activelines
 
diff --git a/Hlt/HltSettings/python/HltSettings/Debug_320Vis_300L0_NoLines_Hlt1_Aug09.py b/Hlt/HltSettings/python/HltSettings/Debug_320Vis_300L0_NoLines_Hlt1_Aug09.py
index 6cc7364ebdbc37856b17f2ceb9d47e616f7dc049..60e6262619ae51fd682915550b3468cac0152814 100644
--- a/Hlt/HltSettings/python/HltSettings/Debug_320Vis_300L0_NoLines_Hlt1_Aug09.py
+++ b/Hlt/HltSettings/python/HltSettings/Debug_320Vis_300L0_NoLines_Hlt1_Aug09.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Debug_320Vis_300L0_NoLines_Hlt1_Aug09 :
     """
     Threshold settings for Hlt1 for 2010 conditions, no Hlt1 lines included for debugging of individual lines
diff --git a/Hlt/HltSettings/python/HltSettings/DefaultHlt2Lines.py b/Hlt/HltSettings/python/HltSettings/DefaultHlt2Lines.py
index 6e0e4f0baed40c5bef75fd6db6246f5dc58a659f..92349a508e689d4a5b875bb482511535c2999c63 100644
--- a/Hlt/HltSettings/python/HltSettings/DefaultHlt2Lines.py
+++ b/Hlt/HltSettings/python/HltSettings/DefaultHlt2Lines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class DefaultHlt2Lines :
     """
     Default Hlt2 lines 
diff --git a/Hlt/HltSettings/python/HltSettings/DiMuonLines.py b/Hlt/HltSettings/python/HltSettings/DiMuonLines.py
index de9f26a41ce49e902c5bbd9f3989b801b003df30..637f4ea868285b0d1ef6188a0cc620a80cb5f79f 100644
--- a/Hlt/HltSettings/python/HltSettings/DiMuonLines.py
+++ b/Hlt/HltSettings/python/HltSettings/DiMuonLines.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class DiMuonLines :
     """
     Threshold settings for Hlt1 and 2 in nominal conditions (list of exclusive)
diff --git a/Hlt/HltSettings/python/HltSettings/Electrons_All.py b/Hlt/HltSettings/python/HltSettings/Electrons_All.py
index baf7924d945e4160b4ad7f2e48d9ae8018f023c3..e600c26b9cfe871fc0ba04e9d4bcbeaeb4bdfa74 100644
--- a/Hlt/HltSettings/python/HltSettings/Electrons_All.py
+++ b/Hlt/HltSettings/python/HltSettings/Electrons_All.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Electrons_All:
     """
     All Hlt2 electrons lines
diff --git a/Hlt/HltSettings/python/HltSettings/Electrons_July2011.py b/Hlt/HltSettings/python/HltSettings/Electrons_July2011.py
index 324f47fd1350137563bb3a2df15652d36bdc0774..bf40bcb0f1329c76facfbcc2df676e569d4c5ec8 100644
--- a/Hlt/HltSettings/python/HltSettings/Electrons_July2011.py
+++ b/Hlt/HltSettings/python/HltSettings/Electrons_July2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Electrons_July2011:
     """
     All Hlt2 electrons lines
diff --git a/Hlt/HltSettings/python/HltSettings/Electrons_Minimal_TrackFitted.py b/Hlt/HltSettings/python/HltSettings/Electrons_Minimal_TrackFitted.py
index 04f03108275a4ae05045d92775d3e7c29f7179eb..1c0317fdc3e41c57595be8b7fd83cd5bd2f62244 100644
--- a/Hlt/HltSettings/python/HltSettings/Electrons_Minimal_TrackFitted.py
+++ b/Hlt/HltSettings/python/HltSettings/Electrons_Minimal_TrackFitted.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Electrons_Minimal_TrackFitted:
     """
     All Hlt2 electrons lines
diff --git a/Hlt/HltSettings/python/HltSettings/Electrons_Minimal_TrackUnfitted.py b/Hlt/HltSettings/python/HltSettings/Electrons_Minimal_TrackUnfitted.py
index a318374d66df5229f362b721496a09ed1466ea2e..02032921e23d9d543ebb906b7f1e10b9c4194772 100644
--- a/Hlt/HltSettings/python/HltSettings/Electrons_Minimal_TrackUnfitted.py
+++ b/Hlt/HltSettings/python/HltSettings/Electrons_Minimal_TrackUnfitted.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Electrons_Minimal_TrackUnfitted:
     """
     All Hlt2 electrons lines
diff --git a/Hlt/HltSettings/python/HltSettings/Electrons_Nominal_TrackFitted.py b/Hlt/HltSettings/python/HltSettings/Electrons_Nominal_TrackFitted.py
index 6e1bce2f09f36d1b61e7ce3bd9e5e4b6c4de446f..b8b589ee65100c8546c09757d8718a42aaead086 100644
--- a/Hlt/HltSettings/python/HltSettings/Electrons_Nominal_TrackFitted.py
+++ b/Hlt/HltSettings/python/HltSettings/Electrons_Nominal_TrackFitted.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Electrons_Nominal_TrackFitted:
     """
     All Hlt2 electrons lines
diff --git a/Hlt/HltSettings/python/HltSettings/Electrons_Physics_draft2011.py b/Hlt/HltSettings/python/HltSettings/Electrons_Physics_draft2011.py
index 51d3fff098855da31474c24ef970b42fda47f110..42a1963cc9413ac92d0704934a538db3c2f0c783 100644
--- a/Hlt/HltSettings/python/HltSettings/Electrons_Physics_draft2011.py
+++ b/Hlt/HltSettings/python/HltSettings/Electrons_Physics_draft2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 def __update_conf__( current, extra ) :
         for (conf,d) in extra.iteritems() :
             if conf not in current : 
diff --git a/Hlt/HltSettings/python/HltSettings/Electrons_draft2011.py b/Hlt/HltSettings/python/HltSettings/Electrons_draft2011.py
index cc21ab1de5cbc8688d8ea9631607ea85a5918d9d..762385f4cc7468bb1ed0ed824b4919591d2c23bb 100644
--- a/Hlt/HltSettings/python/HltSettings/Electrons_draft2011.py
+++ b/Hlt/HltSettings/python/HltSettings/Electrons_draft2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Electrons_draft2011:
     """
     All Hlt2 electrons lines
diff --git a/Hlt/HltSettings/python/HltSettings/Exclusive_Leptonic.py b/Hlt/HltSettings/python/HltSettings/Exclusive_Leptonic.py
index 7175089bb2a9b185ae940a32c7792cb9c3a3e0aa..090440366639712b09593882b010244422533e69 100644
--- a/Hlt/HltSettings/python/HltSettings/Exclusive_Leptonic.py
+++ b/Hlt/HltSettings/python/HltSettings/Exclusive_Leptonic.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Exclusive_Leptonic :
     """
     Threshold settings for Hlt1 and 2 in nominal conditions (list of exclusive)
diff --git a/Hlt/HltSettings/python/HltSettings/Exclusive_Nominal.py b/Hlt/HltSettings/python/HltSettings/Exclusive_Nominal.py
index 89a63a27718a5f344e1f252ccfe2a8e1d9329fd8..e10f58a5de9ba435a5ca8604ddc8ee1ff87ee45f 100644
--- a/Hlt/HltSettings/python/HltSettings/Exclusive_Nominal.py
+++ b/Hlt/HltSettings/python/HltSettings/Exclusive_Nominal.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Exclusive_Nominal :
     """
     Threshold settings for Hlt1 and 2 in nominal conditions (list of exclusive)
diff --git a/Hlt/HltSettings/python/HltSettings/Express_Hlt2_Sep10.py b/Hlt/HltSettings/python/HltSettings/Express_Hlt2_Sep10.py
index e398c3cd944507284cd0a2c67252bc96cb100a91..f99f3d29f486a8f666470888a938178863c43038 100644
--- a/Hlt/HltSettings/python/HltSettings/Express_Hlt2_Sep10.py
+++ b/Hlt/HltSettings/python/HltSettings/Express_Hlt2_Sep10.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Express_Hlt2_Sep10 :
     """
     Threshold settings for Hlt2 Express stream lines
diff --git a/Hlt/HltSettings/python/HltSettings/Hadrons_July2011.py b/Hlt/HltSettings/python/HltSettings/Hadrons_July2011.py
index acbce2ec3f128058b37278db8aa68b00462c525d..f5aed59665467f7e33d96c00c51ec7a393b1def4 100644
--- a/Hlt/HltSettings/python/HltSettings/Hadrons_July2011.py
+++ b/Hlt/HltSettings/python/HltSettings/Hadrons_July2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Hadrons_July2011 :
     """
     Threshold settings for Hlt2 hadronic lines: minimal July for 2011
diff --git a/Hlt/HltSettings/python/HltSettings/Hadrons_LowLumi_draft2011.py b/Hlt/HltSettings/python/HltSettings/Hadrons_LowLumi_draft2011.py
index 7c42189f62b7eb2c9afe78ba642ed93919063e0b..fe50c3718493480772aba903bdb203c935fae65f 100644
--- a/Hlt/HltSettings/python/HltSettings/Hadrons_LowLumi_draft2011.py
+++ b/Hlt/HltSettings/python/HltSettings/Hadrons_LowLumi_draft2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Hadrons_LowLumi_draft2011 :
     """
     Threshold settings for Hlt2 hadronic lines: minimal draft for 2011
diff --git a/Hlt/HltSettings/python/HltSettings/Hadrons_September10.py b/Hlt/HltSettings/python/HltSettings/Hadrons_September10.py
index 25bc4ba42a674330cf65d1941646e2d541665202..13be10211e90568066121b210cd9b9f1e9531289 100644
--- a/Hlt/HltSettings/python/HltSettings/Hadrons_September10.py
+++ b/Hlt/HltSettings/python/HltSettings/Hadrons_September10.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Hadrons_Minimal :
     """
     Threshold settings for a minimal Hlt2 in summer 2010 conditions
diff --git a/Hlt/HltSettings/python/HltSettings/Hadrons_draft2011.py b/Hlt/HltSettings/python/HltSettings/Hadrons_draft2011.py
index dc4505f30819cd0334cfa8b55308328db36189ba..02903e59c26e1d3a097fc8a91de84d533f5ab7e3 100644
--- a/Hlt/HltSettings/python/HltSettings/Hadrons_draft2011.py
+++ b/Hlt/HltSettings/python/HltSettings/Hadrons_draft2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Hadrons_draft2011 :
     """
     Threshold settings for Hlt2 hadronic lines: minimal draft for 2011
diff --git a/Hlt/HltSettings/python/HltSettings/Muons_July2011.py b/Hlt/HltSettings/python/HltSettings/Muons_July2011.py
index 2955c77aeaba2d7af5ce539bf68d4ce328850136..3368e003051fd79b010a4996f9a3df54e57ae037 100644
--- a/Hlt/HltSettings/python/HltSettings/Muons_July2011.py
+++ b/Hlt/HltSettings/python/HltSettings/Muons_July2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Muons_July2011 :
     """
     Threshold settings for Hlt2 muon lines: setting for high lumi running in 2011
diff --git a/Hlt/HltSettings/python/HltSettings/Muons_LowLumi_draft2011.py b/Hlt/HltSettings/python/HltSettings/Muons_LowLumi_draft2011.py
index 8b5dda36d56dcfc5f5d2ddfc1428d1ba2d2ae1d0..ceeb7e2db1527bc460f8aa31b55184c781ab71fd 100644
--- a/Hlt/HltSettings/python/HltSettings/Muons_LowLumi_draft2011.py
+++ b/Hlt/HltSettings/python/HltSettings/Muons_LowLumi_draft2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Muons_LowLumi_draft2011 :
     """
     Threshold settings for Hlt2 muon lines: minimal draft for 2011
diff --git a/Hlt/HltSettings/python/HltSettings/Muons_Minimal.py b/Hlt/HltSettings/python/HltSettings/Muons_Minimal.py
index f78cfa108f1cf4b986a6a1bc329bf66a769d13b3..5042318b02453d71c59473592003ec567a36adb0 100644
--- a/Hlt/HltSettings/python/HltSettings/Muons_Minimal.py
+++ b/Hlt/HltSettings/python/HltSettings/Muons_Minimal.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Muons_Minimal :
     """
     Threshold settings for Hlt1 and 2 in nominal conditions (list of exclusive)
diff --git a/Hlt/HltSettings/python/HltSettings/Muons_Retention15.py b/Hlt/HltSettings/python/HltSettings/Muons_Retention15.py
index f00b2a83c0523393c63040786cef60477ea7614b..4966e737d14ce68b456665c6a39bd5bb48edad24 100644
--- a/Hlt/HltSettings/python/HltSettings/Muons_Retention15.py
+++ b/Hlt/HltSettings/python/HltSettings/Muons_Retention15.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Muons_Retention15 :
     """
     Threshold settings for Hlt1 and 2 in nominal conditions (list of exclusive)
diff --git a/Hlt/HltSettings/python/HltSettings/Muons_Retention50.py b/Hlt/HltSettings/python/HltSettings/Muons_Retention50.py
index 379c7d7d9576f677bab21e8d1dc7c558a9f990e0..7234bba36e57b3f2fee8f60b6e112afbf13aa866 100644
--- a/Hlt/HltSettings/python/HltSettings/Muons_Retention50.py
+++ b/Hlt/HltSettings/python/HltSettings/Muons_Retention50.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Muons_Retention50 :
     """
     Threshold settings for Hlt1 and 2 in nominal conditions (list of exclusive)
diff --git a/Hlt/HltSettings/python/HltSettings/Muons_Retention50_Oct10.py b/Hlt/HltSettings/python/HltSettings/Muons_Retention50_Oct10.py
index d86fe4db3b8557c2854b79720440796ac05230d3..56c0596f8ff7db9eb0304bf032ff1ede503f2659 100644
--- a/Hlt/HltSettings/python/HltSettings/Muons_Retention50_Oct10.py
+++ b/Hlt/HltSettings/python/HltSettings/Muons_Retention50_Oct10.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Muons_Retention50_Oct10 :
     """
     Threshold settings for Hlt1 and 2 in nominal conditions (list of exclusive)
diff --git a/Hlt/HltSettings/python/HltSettings/Muons_draft2011.py b/Hlt/HltSettings/python/HltSettings/Muons_draft2011.py
index 7d4351fb970e9f0a14770b113ba36667af9c6dea..ac7cd059580797a4bb33c595bd5f8bad313b874d 100644
--- a/Hlt/HltSettings/python/HltSettings/Muons_draft2011.py
+++ b/Hlt/HltSettings/python/HltSettings/Muons_draft2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class Muons_draft2011 :
     """
     Threshold settings for Hlt2 muon lines: minimal draft for 2011
diff --git a/Hlt/HltSettings/python/HltSettings/NoLines_Aug10.py b/Hlt/HltSettings/python/HltSettings/NoLines_Aug10.py
index c0e1caa5fb7149aa00a7b7459fdbce379605c533..2e49dc2c60db49f478ef27a0cf3470a022565ab3 100644
--- a/Hlt/HltSettings/python/HltSettings/NoLines_Aug10.py
+++ b/Hlt/HltSettings/python/HltSettings/NoLines_Aug10.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class NoLines_Aug10 :
     """
     Threshold settings with no Hlt1 lines included for debugging of individual lines
diff --git a/Hlt/HltSettings/python/HltSettings/Phi_July2011.py b/Hlt/HltSettings/python/HltSettings/Phi_July2011.py
index ca4e6b75825f5ee86db2846bf9d95ea332bc008b..c95341d34644c49dfcc454e0fec8e7c215aa8938 100644
--- a/Hlt/HltSettings/python/HltSettings/Phi_July2011.py
+++ b/Hlt/HltSettings/python/HltSettings/Phi_July2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 #
 # High cuts (for hadronic)
 #
diff --git a/Hlt/HltSettings/python/HltSettings/Phi_September10.py b/Hlt/HltSettings/python/HltSettings/Phi_September10.py
index bf2b20916ba9ba290c4e08a1356b042bba268cf7..64c89fb830d5f519457c2c5162c30c0cdf738c6d 100644
--- a/Hlt/HltSettings/python/HltSettings/Phi_September10.py
+++ b/Hlt/HltSettings/python/HltSettings/Phi_September10.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 #
 # High cuts (for hadronic)
 #
diff --git a/Hlt/HltSettings/python/HltSettings/Phi_draft2011.py b/Hlt/HltSettings/python/HltSettings/Phi_draft2011.py
index be5a8693eb34f279d5a4288c9c71b5f8c5d1c6f8..3196b7983018f92b15db0fd24396fa76c243b9b3 100644
--- a/Hlt/HltSettings/python/HltSettings/Phi_draft2011.py
+++ b/Hlt/HltSettings/python/HltSettings/Phi_draft2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 #
 # High cuts (for hadronic)
 #
diff --git a/Hlt/HltSettings/python/HltSettings/Physics_July2011.py b/Hlt/HltSettings/python/HltSettings/Physics_July2011.py
index 059fcb14b137f648a2491adfe81b2f29e7568f2c..9fdd2c9cf468e087bd2521acefe6510a6679e1e4 100644
--- a/Hlt/HltSettings/python/HltSettings/Physics_July2011.py
+++ b/Hlt/HltSettings/python/HltSettings/Physics_July2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 def __update_conf__( current, extra ) :
     for (conf,d) in extra.iteritems() :
         if conf not in current : 
diff --git a/Hlt/HltSettings/python/HltSettings/Physics_LowLumi_Mar2011.py b/Hlt/HltSettings/python/HltSettings/Physics_LowLumi_Mar2011.py
index b2fba4ff737b7417ada46477eecf15f50ee968af..4b87e2c48ec111a506d3fd1302475fe3ed057d56 100644
--- a/Hlt/HltSettings/python/HltSettings/Physics_LowLumi_Mar2011.py
+++ b/Hlt/HltSettings/python/HltSettings/Physics_LowLumi_Mar2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 def __update_conf__( current, extra ) :
         for (conf,d) in extra.iteritems() :
             if conf not in current : 
diff --git a/Hlt/HltSettings/python/HltSettings/Physics_Mar2011.py b/Hlt/HltSettings/python/HltSettings/Physics_Mar2011.py
index 23e42bf8421620a9e7bf2ba417c27b9c948462fe..357910dab38d088975777c3724db78bcc6087455 100644
--- a/Hlt/HltSettings/python/HltSettings/Physics_Mar2011.py
+++ b/Hlt/HltSettings/python/HltSettings/Physics_Mar2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 def __update_conf__( current, extra ) :
     for (conf,d) in extra.iteritems() :
         if conf not in current : 
diff --git a/Hlt/HltSettings/python/HltSettings/Physics_May2011.py b/Hlt/HltSettings/python/HltSettings/Physics_May2011.py
index c5a0fa23abfc5225cf5e2fa7c21f01fcb5720f85..c67ec3c764eeef2f9d90a7f5eb296e8547ef8b82 100644
--- a/Hlt/HltSettings/python/HltSettings/Physics_May2011.py
+++ b/Hlt/HltSettings/python/HltSettings/Physics_May2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 def __update_conf__( current, extra ) :
     for (conf,d) in extra.iteritems() :
         if conf not in current : 
diff --git a/Hlt/HltSettings/python/HltSettings/Physics_draft2011.py b/Hlt/HltSettings/python/HltSettings/Physics_draft2011.py
index 2af3c417aaefd725787af4101deb6f2a0d9d8149..433e93f517f69a1ecd6439c4693450af582fb5e1 100644
--- a/Hlt/HltSettings/python/HltSettings/Physics_draft2011.py
+++ b/Hlt/HltSettings/python/HltSettings/Physics_draft2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 def __update_conf__( current, extra ) :
         for (conf,d) in extra.iteritems() :
             if conf not in current : 
diff --git a/Hlt/HltSettings/python/HltSettings/TopoLines_July2011.py b/Hlt/HltSettings/python/HltSettings/TopoLines_July2011.py
index f45ce40d3af07b90aa761417c6974a7267ca128e..a4bd5959275ea76e8715f7cbf1c25542df434732 100644
--- a/Hlt/HltSettings/python/HltSettings/TopoLines_July2011.py
+++ b/Hlt/HltSettings/python/HltSettings/TopoLines_July2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class TopoLines :
     """
     Threshold settings for Hlt2 topological lines.
diff --git a/Hlt/HltSettings/python/HltSettings/TopoLines_September10.py b/Hlt/HltSettings/python/HltSettings/TopoLines_September10.py
index 0a76859b33c5ff561ee4f4feae5d91e7851abee9..16f4ba444ff997c9e37e3f014429a22c2c5b69d9 100644
--- a/Hlt/HltSettings/python/HltSettings/TopoLines_September10.py
+++ b/Hlt/HltSettings/python/HltSettings/TopoLines_September10.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class TopoLines :
     """
     Threshold settings for Hlt1 and 2 in nominal conditions (list of exclusive)
diff --git a/Hlt/HltSettings/python/HltSettings/TopoLines_draft2011.py b/Hlt/HltSettings/python/HltSettings/TopoLines_draft2011.py
index f45ce40d3af07b90aa761417c6974a7267ca128e..a4bd5959275ea76e8715f7cbf1c25542df434732 100644
--- a/Hlt/HltSettings/python/HltSettings/TopoLines_draft2011.py
+++ b/Hlt/HltSettings/python/HltSettings/TopoLines_draft2011.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class TopoLines :
     """
     Threshold settings for Hlt2 topological lines.
diff --git a/Hlt/HltSettings/python/HltSettings/VanDerMeerScan_BeamGasConf_Mar11.py b/Hlt/HltSettings/python/HltSettings/VanDerMeerScan_BeamGasConf_Mar11.py
index 87f58d998669c7b7e2e76166ae1e0ae293819cc6..8a7c8eade1ef7838ccad21f92204dace50685c78 100644
--- a/Hlt/HltSettings/python/HltSettings/VanDerMeerScan_BeamGasConf_Mar11.py
+++ b/Hlt/HltSettings/python/HltSettings/VanDerMeerScan_BeamGasConf_Mar11.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class VanDerMeerScan_BeamGasConf_Mar11 :
     '''
     Configuration for the beam-gas lines to be used in the VDM scan TCK
diff --git a/Hlt/HltSettings/python/HltSettings/VanDerMeerScan_Feb11.py b/Hlt/HltSettings/python/HltSettings/VanDerMeerScan_Feb11.py
index 45cc21fd9f9e9d1e602fe71662935c5b2d906916..5f1e663cdc2a17bcf75d2883af5f45a648d56129 100644
--- a/Hlt/HltSettings/python/HltSettings/VanDerMeerScan_Feb11.py
+++ b/Hlt/HltSettings/python/HltSettings/VanDerMeerScan_Feb11.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class VanDerMeerScan_Feb11 :
     """
     Threshold settings for Hlt1 for 2010 conditions with pileup
diff --git a/Hlt/HltSettings/python/HltSettings/VanDerMeerScan_Mar11.py b/Hlt/HltSettings/python/HltSettings/VanDerMeerScan_Mar11.py
index 4f139500871ceaa739bbe42d6e0ac8a0e015c457..b840feca1a211f41686f5c9e25b06a47226fc735 100644
--- a/Hlt/HltSettings/python/HltSettings/VanDerMeerScan_Mar11.py
+++ b/Hlt/HltSettings/python/HltSettings/VanDerMeerScan_Mar11.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 
 class VanDerMeerScan_Mar11 :
     """
diff --git a/Hlt/HltSettings/python/HltSettings/VanDerMeerScan_Sept10.py b/Hlt/HltSettings/python/HltSettings/VanDerMeerScan_Sept10.py
index 51eeacff522b0bbf1813dfb98a1180cc50769325..2deb5760af6990fe5c19e5c4ae3ab6566ef2e0c1 100644
--- a/Hlt/HltSettings/python/HltSettings/VanDerMeerScan_Sept10.py
+++ b/Hlt/HltSettings/python/HltSettings/VanDerMeerScan_Sept10.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 class VanDerMeerScan_Sept10 :
     """
     Threshold settings for Hlt1 for 2010 conditions with pileup
diff --git a/Hlt/HltTisTosTobbing/src/TriggerSelectionTisTosInHlt.cpp b/Hlt/HltTisTosTobbing/src/TriggerSelectionTisTosInHlt.cpp
index 79116cc57f5f68c4df990445036e6b74a263bc9c..8bd5b470a6f7222261a1a215a04449ea4085080c 100755
--- a/Hlt/HltTisTosTobbing/src/TriggerSelectionTisTosInHlt.cpp
+++ b/Hlt/HltTisTosTobbing/src/TriggerSelectionTisTosInHlt.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 #include <algorithm>
 #include <vector>
diff --git a/Hlt/HltTisTosTobbing/src/TriggerSelectionTisTosInHlt.h b/Hlt/HltTisTosTobbing/src/TriggerSelectionTisTosInHlt.h
index 2f3a52bf75955c9029027c8dc093dfd847621fd0..853aa17a1c7a0f0b4f27edd375e846333dfee52b 100755
--- a/Hlt/HltTisTosTobbing/src/TriggerSelectionTisTosInHlt.h
+++ b/Hlt/HltTisTosTobbing/src/TriggerSelectionTisTosInHlt.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef TRIGGERSELECTIONTISTOSINHLT_H 
 #define TRIGGERSELECTIONTISTOSINHLT_H 1
 
diff --git a/Hlt/HltTisTosTobbing/src/TriggerTisTosInHlt.cpp b/Hlt/HltTisTosTobbing/src/TriggerTisTosInHlt.cpp
index 899cbb3f92051b3ffa0d14997c216a6a31a64cc9..0ee512ff1781d89f647e1f147185abf32ca8b6bc 100755
--- a/Hlt/HltTisTosTobbing/src/TriggerTisTosInHlt.cpp
+++ b/Hlt/HltTisTosTobbing/src/TriggerTisTosInHlt.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 #include <algorithm>
 #include <vector>
diff --git a/Hlt/HltTisTosTobbing/src/TriggerTisTosInHlt.h b/Hlt/HltTisTosTobbing/src/TriggerTisTosInHlt.h
index 4cade353ad6e14fc006a70bda3c50b4e776db572..08c9b6243332b34f5fabb97c661e178a640d1497 100755
--- a/Hlt/HltTisTosTobbing/src/TriggerTisTosInHlt.h
+++ b/Hlt/HltTisTosTobbing/src/TriggerTisTosInHlt.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef TRIGGERTISTOSINHLT_H 
 #define TRIGGERTISTOSINHLT_H 1
 
diff --git a/Hlt/HltTracking/python/HltTracking/Hlt1StreamerConf.py b/Hlt/HltTracking/python/HltTracking/Hlt1StreamerConf.py
index d5618b099be1a196547a8d1606bce9c1ffa293ee..aa7ba89483e081eeebf7e737249f4619ef6cd447 100644
--- a/Hlt/HltTracking/python/HltTracking/Hlt1StreamerConf.py
+++ b/Hlt/HltTracking/python/HltTracking/Hlt1StreamerConf.py
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 # =============================================================================
 ## @file Hlt1Lines/Hlt1StreamerConf.py
diff --git a/Hlt/HltTracking/python/HltTracking/Hlt1TrackFilterConf.py b/Hlt/HltTracking/python/HltTracking/Hlt1TrackFilterConf.py
index bbc4db0f6c629fbf4b9bf2e27a2fcb1c1154d051..7d131a7c7beacd15aa949eb0d24b9277fc25614b 100644
--- a/Hlt/HltTracking/python/HltTracking/Hlt1TrackFilterConf.py
+++ b/Hlt/HltTracking/python/HltTracking/Hlt1TrackFilterConf.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 __all__ = ( 'ValidateWithTT' )
 # =============================================================================
 ## Symbols for streamer users
diff --git a/Hlt/HltTracking/python/HltTracking/Hlt1TrackMatchConf.py b/Hlt/HltTracking/python/HltTracking/Hlt1TrackMatchConf.py
index 99ecf58bec366da57f2ed2875cbcac51c99be6a4..1f42cd328f999bb9458d9dc58398e4e7a9bff83c 100644
--- a/Hlt/HltTracking/python/HltTracking/Hlt1TrackMatchConf.py
+++ b/Hlt/HltTracking/python/HltTracking/Hlt1TrackMatchConf.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 import PyCintex
 _global   = PyCintex.makeNamespace('')
 cpp      = _global
diff --git a/Hlt/HltTracking/python/HltTracking/Hlt1TrackUpgradeConf.py b/Hlt/HltTracking/python/HltTracking/Hlt1TrackUpgradeConf.py
index 96e979186c4069181310ba4e94b4fcdc1e35276f..2be20851eca29c1003fb6015c6f21f2d30947c02 100644
--- a/Hlt/HltTracking/python/HltTracking/Hlt1TrackUpgradeConf.py
+++ b/Hlt/HltTracking/python/HltTracking/Hlt1TrackUpgradeConf.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # skip any of the next three lines, and we crash trying to instantiate the AppMgr.... ?!?!!!???
 # probably this is needed before Hlt1StreamerConf is imported...
 import PyCintex
diff --git a/Hlt/HltTracking/python/HltTracking/Hlt2Tracking.py b/Hlt/HltTracking/python/HltTracking/Hlt2Tracking.py
index a8c0b4ed67f7b2ec58af321d3b35723ac39f6ec9..8e7ca7a01ae729e1dd741cef5fb66ef3ee8f5daf 100644
--- a/Hlt/HltTracking/python/HltTracking/Hlt2Tracking.py
+++ b/Hlt/HltTracking/python/HltTracking/Hlt2Tracking.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 ### @file
 #
 #  Hlt2 Tracking and PID
diff --git a/Hlt/HltTracking/python/HltTracking/Hlt2TrackingConfigurations.py b/Hlt/HltTracking/python/HltTracking/Hlt2TrackingConfigurations.py
index c91d6629e4b1acf70f61bbbe1400b668531f9aa8..eb2da191420923440c52e80d3f3204591ced9cb2 100644
--- a/Hlt/HltTracking/python/HltTracking/Hlt2TrackingConfigurations.py
+++ b/Hlt/HltTracking/python/HltTracking/Hlt2TrackingConfigurations.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # The file in which we define all known tracking
 # configurations for HLT2
 #
diff --git a/Hlt/HltTracking/python/HltTracking/HltPVs.py b/Hlt/HltTracking/python/HltTracking/HltPVs.py
index fa5fff1685177a95188a73ed735cca3f6fb32d36..2bc0fa4517318dd177142a2535b4baa043558a0d 100755
--- a/Hlt/HltTracking/python/HltTracking/HltPVs.py
+++ b/Hlt/HltTracking/python/HltTracking/HltPVs.py
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 # =============================================================================
 ## @file HltTracking/HltPVs.py
diff --git a/Hlt/HltTracking/python/HltTracking/HltReco.py b/Hlt/HltTracking/python/HltTracking/HltReco.py
index fcc8c61937269da59cc10b0857634aa24cf2cf6f..1aeeb10d3a8eb4a0fed29580a3a8d8695b9816fc 100755
--- a/Hlt/HltTracking/python/HltTracking/HltReco.py
+++ b/Hlt/HltTracking/python/HltTracking/HltReco.py
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 # =============================================================================
 ## @file HltTracking/HltReco.py
diff --git a/Hlt/HltTracking/python/HltTracking/HltTrackNames.py b/Hlt/HltTracking/python/HltTracking/HltTrackNames.py
index 301b4bf2193a56cbf311ce95475a35df240b4dea..b77a5e413d53e9d833ac5993c1fda78ee1e9c123 100644
--- a/Hlt/HltTracking/python/HltTracking/HltTrackNames.py
+++ b/Hlt/HltTracking/python/HltTracking/HltTrackNames.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # A module to hold the hardcoded names of tracks/protoparticles in the Hlt
 # and rules for deriving containers from them  
 __author__  = "V. Gligorov vladimir.gligorov@cern.ch"
diff --git a/Hlt/HltTracking/python/HltTracking/HltVertexNames.py b/Hlt/HltTracking/python/HltTracking/HltVertexNames.py
index 4e86f2ec3da35e3d70d8d68cb652cfb9c30d128b..b740ecdd75808c58dd55b58418370861f4dc0f59 100644
--- a/Hlt/HltTracking/python/HltTracking/HltVertexNames.py
+++ b/Hlt/HltTracking/python/HltTracking/HltVertexNames.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # A module to hold the hardcoded names of vertices in the Hlt
 # and rules for deriving containers from them  
 __author__  = "V. Gligorov vladimir.gligorov@cern.ch"
diff --git a/Hlt/HltTracking/src/HltGuidedForward.cpp b/Hlt/HltTracking/src/HltGuidedForward.cpp
index 4db0b80abd37fa93d2676e8ca174efc1efcd7757..60914154a718c47e72eef8e056fd6945794943e3 100755
--- a/Hlt/HltTracking/src/HltGuidedForward.cpp
+++ b/Hlt/HltTracking/src/HltGuidedForward.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltTracking/src/HltGuidedForward.h b/Hlt/HltTracking/src/HltGuidedForward.h
index d036ee0c0bfeeb2b6387c2960ce7917f822b1691..a582acd6a473d506df14b5ab3b73e8c58692da5f 100755
--- a/Hlt/HltTracking/src/HltGuidedForward.h
+++ b/Hlt/HltTracking/src/HltGuidedForward.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTGUIDEDFORWARD_H 
 #define HLTGUIDEDFORWARD_H 1
 
diff --git a/Hlt/HltTracking/src/HltMatchTVeloTracks.cpp b/Hlt/HltTracking/src/HltMatchTVeloTracks.cpp
index 7f3e86d916412710e33173c27a767c5e550db7c6..b8d6cf466930b6fdd68da2ef1aeb8f3bd08a68c4 100755
--- a/Hlt/HltTracking/src/HltMatchTVeloTracks.cpp
+++ b/Hlt/HltTracking/src/HltMatchTVeloTracks.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltTracking/src/HltMatchTVeloTracks.h b/Hlt/HltTracking/src/HltMatchTVeloTracks.h
index 75fd5458cbf885b1d6c63712718dde6e19e94e9a..2032f444c91147b687e0ba70400e8558a2bbf8c1 100755
--- a/Hlt/HltTracking/src/HltMatchTVeloTracks.h
+++ b/Hlt/HltTracking/src/HltMatchTVeloTracks.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTMUONALLEY_MATCHTVELOTRACKS_H 
 #define HLTMUONALLEY_MATCHTVELOTRACKS_H 1
 
diff --git a/Hlt/HltTracking/src/HltTrackFit.cpp b/Hlt/HltTracking/src/HltTrackFit.cpp
index 43a392fd31dbdb42d7f78800e1f71a6d11c569e9..a87341b54c8f1b0d6429177f276738eee7e93206 100755
--- a/Hlt/HltTracking/src/HltTrackFit.cpp
+++ b/Hlt/HltTracking/src/HltTrackFit.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltTracking/src/HltTrackFit.h b/Hlt/HltTracking/src/HltTrackFit.h
index 05d7630ca700d6fd02459ed26945f2c734ec1fb5..7e6ea521471df42ee7d8cbed81d586cf43a31555 100755
--- a/Hlt/HltTracking/src/HltTrackFit.h
+++ b/Hlt/HltTracking/src/HltTrackFit.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTTRACKFIT_H 
 #define HLTTRACKFIT_H 1
 
diff --git a/Hlt/HltTracking/src/HltVeloEcalMatch.cpp b/Hlt/HltTracking/src/HltVeloEcalMatch.cpp
index 44f201e1747d24bb42b92ff2af1310f8a83269a5..9f5941dc13f52e609a47c50f8e92682caf333d03 100755
--- a/Hlt/HltTracking/src/HltVeloEcalMatch.cpp
+++ b/Hlt/HltTracking/src/HltVeloEcalMatch.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltTracking/src/HltVeloEcalMatch.h b/Hlt/HltTracking/src/HltVeloEcalMatch.h
index 5d4f506b3bc10be07ffb5a538f93e486cbe83d96..e47dc1c6a6896dcbeba1f32c182d213e0413da8e 100755
--- a/Hlt/HltTracking/src/HltVeloEcalMatch.h
+++ b/Hlt/HltTracking/src/HltVeloEcalMatch.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTVELOECALMATCH_H 
 #define HLTVELOECALMATCH_H 1
 
diff --git a/Hlt/HltTracking/src/HltVeloTCaloMatch.cpp b/Hlt/HltTracking/src/HltVeloTCaloMatch.cpp
index a8ef3f780d70a489874f855d8ea119970f6e9cdf..3b2912a4261a3ef28e5799a4618ca2209d0c7eaf 100755
--- a/Hlt/HltTracking/src/HltVeloTCaloMatch.cpp
+++ b/Hlt/HltTracking/src/HltVeloTCaloMatch.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // Include files 
 
 // from Gaudi
diff --git a/Hlt/HltTracking/src/HltVeloTCaloMatch.h b/Hlt/HltTracking/src/HltVeloTCaloMatch.h
index 57593c4351618a77385be542bdd432136d9becb6..6863f18f3383f24990f6b4fcedd931edef2049fc 100755
--- a/Hlt/HltTracking/src/HltVeloTCaloMatch.h
+++ b/Hlt/HltTracking/src/HltVeloTCaloMatch.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef HLTVELOTCALOMATCH_H 
 #define HLTVELOTCALOMATCH_H 1
 
diff --git a/Hlt/HltTracking/src/MatchVeloL0Calo.cpp b/Hlt/HltTracking/src/MatchVeloL0Calo.cpp
index d6d29403d12b917bcf19b1475d6de05fa2990d7f..5b338d301f79b445ba6c350ea0906ce4b257749b 100644
--- a/Hlt/HltTracking/src/MatchVeloL0Calo.cpp
+++ b/Hlt/HltTracking/src/MatchVeloL0Calo.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Hlt/HltTracking/src/Track2L0CaloMatch.cpp b/Hlt/HltTracking/src/Track2L0CaloMatch.cpp
index b9e68de2d18c10c36ca3eda48fca1f11d5fd4fc6..42d6d97a1a4b09b495ef0507aa192d22a5d15e0e 100644
--- a/Hlt/HltTracking/src/Track2L0CaloMatch.cpp
+++ b/Hlt/HltTracking/src/Track2L0CaloMatch.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Hlt/TCKUtils/python/TCKUtils/Sandbox.py b/Hlt/TCKUtils/python/TCKUtils/Sandbox.py
index ba425d3ea72391ada80fa688e4783f2ddba59dcd..084333bf0ce3f810e84bec3e509049955025b8e4 100755
--- a/Hlt/TCKUtils/python/TCKUtils/Sandbox.py
+++ b/Hlt/TCKUtils/python/TCKUtils/Sandbox.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 
 def execInSandbox(fun,*args,**kwargs) :
     from processing import Pipe, Process, Condition
diff --git a/Hlt/TCKUtils/python/TCKUtils/utils.py b/Hlt/TCKUtils/python/TCKUtils/utils.py
index b05eb1b2a3da0a6997b9a89c372443aec2fd2836..045433644bcdd654fce78b195572d7cb9dac9838 100755
--- a/Hlt/TCKUtils/python/TCKUtils/utils.py
+++ b/Hlt/TCKUtils/python/TCKUtils/utils.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 import GaudiPython
 from Gaudi.Configuration import*
 from Configurables import ConfigStackAccessSvc, ConfigDBAccessSvc, ConfigTarFileAccessSvc, ConfigFileAccessSvc, ConfigTreeEditor, PropertyConfigSvc
diff --git a/Hlt/TCKUtils/scripts/TCKsh b/Hlt/TCKUtils/scripts/TCKsh
index 7cb425556a7a5f85257c937d0dceafecc5c86735..fc68630630bcccc73b505dce392b389eadf81bfa 100755
--- a/Hlt/TCKUtils/scripts/TCKsh
+++ b/Hlt/TCKUtils/scripts/TCKsh
@@ -1,4 +1,14 @@
 #!/bin/sh
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 echo "invoking" `which python` 
 echo "and loading TCKUtils.utils"
 exec `which python` -i -c 'from TCKUtils.utils import *'
diff --git a/Hlt/TCKUtils/scripts/createTCKmanifest b/Hlt/TCKUtils/scripts/createTCKmanifest
index 7596699039bdd785509406202f7846975eb0a064..5170c411a0f2ddb072c3faadf0f51c8265029ac2 100755
--- a/Hlt/TCKUtils/scripts/createTCKmanifest
+++ b/Hlt/TCKUtils/scripts/createTCKmanifest
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 
 import sys
 from TCKUtils.utils import *
diff --git a/HltSys/doc/MainPage.h b/HltSys/doc/MainPage.h
index bfd480085e861401423cb954103ab5cd2d5cb1ac..c3c691dcd2c81fe23fd24f394937a76924920dbc 100755
--- a/HltSys/doc/MainPage.h
+++ b/HltSys/doc/MainPage.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 /** \mainpage notitle
  *  \anchor hltsysdoxygenmain
  *
diff --git a/Phys/BBDecTreeTool/src/BBDTSimpleTool.cpp b/Phys/BBDecTreeTool/src/BBDTSimpleTool.cpp
index 43a5cc2941df1e2f3230614ecb5d2ec34c2dd7c4..105111644d6ca417ed22d9e47b5ed28d693a6220 100644
--- a/Phys/BBDecTreeTool/src/BBDTSimpleTool.cpp
+++ b/Phys/BBDecTreeTool/src/BBDTSimpleTool.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #include "BBDTSimpleTool.h"
 #include "LoKi/IHybridFactory.h"
diff --git a/Phys/BBDecTreeTool/src/BBDTSimpleTool.h b/Phys/BBDecTreeTool/src/BBDTSimpleTool.h
index a03de9ff4b7c3cfe9e94df2d48445e6f38bde7d8..b935426ed482fd040951bc3a41f4c606a7ea50df 100644
--- a/Phys/BBDecTreeTool/src/BBDTSimpleTool.h
+++ b/Phys/BBDecTreeTool/src/BBDTSimpleTool.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef BBDTSimpleTool_H
 #define BBDTSimpleTool_H
 // ============================================================================
diff --git a/Phys/BBDecTreeTool/src/BBDTVarHandler.cpp b/Phys/BBDecTreeTool/src/BBDTVarHandler.cpp
index 98447b37d628d4a8d0f4b4dcced72af81012359a..654b08ec8791e2e6643cb144d7a6f6281ae9f11f 100644
--- a/Phys/BBDecTreeTool/src/BBDTVarHandler.cpp
+++ b/Phys/BBDecTreeTool/src/BBDTVarHandler.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #include "BBDTVarHandler.h"
 // ============================================================================
diff --git a/Phys/BBDecTreeTool/src/BBDTVarHandler.h b/Phys/BBDecTreeTool/src/BBDTVarHandler.h
index ddea18eb62c3056945be7c695df90ed1f5c43bfa..40057ad1d9beb3c23adfec99e322ac28e8db2110 100644
--- a/Phys/BBDecTreeTool/src/BBDTVarHandler.h
+++ b/Phys/BBDecTreeTool/src/BBDTVarHandler.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef BBDTVarHandler_H
 #define BBDTVarHandler_H
 // ============================================================================
diff --git a/Phys/BBDecTreeTool/src/BBDecTreeTool.cpp b/Phys/BBDecTreeTool/src/BBDecTreeTool.cpp
index 9cac3a73c1e8f4af2723d8e404be273b216845bb..c9a16f97b5cd3c1eb00679bf71543556d3b55cf6 100644
--- a/Phys/BBDecTreeTool/src/BBDecTreeTool.cpp
+++ b/Phys/BBDecTreeTool/src/BBDecTreeTool.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #include "BBDecTreeTool.h"
 #include "GaudiKernel/System.h"
diff --git a/Phys/BBDecTreeTool/src/BBDecTreeTool.h b/Phys/BBDecTreeTool/src/BBDecTreeTool.h
index 53a6aa78c2c3fb4cfb57766e9327143a2ffac2d5..f928bae29409e1bb416207d1eb9909dee4e3e785 100644
--- a/Phys/BBDecTreeTool/src/BBDecTreeTool.h
+++ b/Phys/BBDecTreeTool/src/BBDecTreeTool.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef BBDecTreeTool_H
 #define BBDecTreeTool_H
 // ============================================================================
diff --git a/Phys/LoKiTracks/LoKi/ITrackFunctorAntiFactory.h b/Phys/LoKiTracks/LoKi/ITrackFunctorAntiFactory.h
index 8af6529c52716003c1c6a8140969b3f71d536740..685f6964052bfe51b019db4607a774bbadbc8619 100755
--- a/Phys/LoKiTracks/LoKi/ITrackFunctorAntiFactory.h
+++ b/Phys/LoKiTracks/LoKi/ITrackFunctorAntiFactory.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_ITRACKHYBRIDTOOL_H 
 #define LOKI_ITRACKHYBRIDTOOL_H 1
diff --git a/Phys/LoKiTracks/LoKi/ITrackFunctorFactory.h b/Phys/LoKiTracks/LoKi/ITrackFunctorFactory.h
index b278ffb3f7a5bb758778539a3db052bcf0b701be..2982e7616e7cedbcf61d94b2cbf4c696a54f7f26 100755
--- a/Phys/LoKiTracks/LoKi/ITrackFunctorFactory.h
+++ b/Phys/LoKiTracks/LoKi/ITrackFunctorFactory.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_ITRACKHYBRIDFACTORY_H 
 #define LOKI_ITRACKHYBRIDFACTORY_H 1
diff --git a/Phys/LoKiTracks/LoKi/LoKiTracks.h b/Phys/LoKiTracks/LoKi/LoKiTracks.h
index 79f10f4a916dd76c853a6410204eced7b4ea989c..fc2e10a8cabc06b3406a2677b52e90cc98141ff0 100644
--- a/Phys/LoKiTracks/LoKi/LoKiTracks.h
+++ b/Phys/LoKiTracks/LoKi/LoKiTracks.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_LOKITRACKS_H 
 #define LOKI_LOKITRACKS_H 1
diff --git a/Phys/LoKiTracks/LoKi/TrSources.h b/Phys/LoKiTracks/LoKi/TrSources.h
index 8a3b0a5d8d9d14408d0b4098a79c55b5b6cd527e..b313fa23d992af590f2ff7f713a0372a929f3f42 100755
--- a/Phys/LoKiTracks/LoKi/TrSources.h
+++ b/Phys/LoKiTracks/LoKi/TrSources.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_TRSOURCES_H 
 #define LOKI_TRSOURCES_H 1
diff --git a/Phys/LoKiTracks/LoKi/TrackCuts.h b/Phys/LoKiTracks/LoKi/TrackCuts.h
index 91c053c2ed2bf19330516e63c769f49385ac86ee..6b00724332414aa411a75cbc85676a09eb7b16dd 100755
--- a/Phys/LoKiTracks/LoKi/TrackCuts.h
+++ b/Phys/LoKiTracks/LoKi/TrackCuts.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef LOKI_TRACKCUTS_H
 #define LOKI_TRACKCUTS_H 1
 // ============================================================================
diff --git a/Phys/LoKiTracks/LoKi/TrackEngine.h b/Phys/LoKiTracks/LoKi/TrackEngine.h
index 744b71b217789b4ac11b7d07288b6da919b92d66..462289c6bce85ae23638237d3ae83457eeb60c5c 100755
--- a/Phys/LoKiTracks/LoKi/TrackEngine.h
+++ b/Phys/LoKiTracks/LoKi/TrackEngine.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ===========================================================================
 #ifndef LOKI_TRACKENGINE_H 
 #define LOKI_TRACKENGINE_H 1
diff --git a/Phys/LoKiTracks/LoKi/TrackEngineActor.h b/Phys/LoKiTracks/LoKi/TrackEngineActor.h
index 79163d71c15e8327fef9f6fbd7bd95b040e02d0c..28d42b57c3a5f9f98591f00b28a2816cbb492ba8 100755
--- a/Phys/LoKiTracks/LoKi/TrackEngineActor.h
+++ b/Phys/LoKiTracks/LoKi/TrackEngineActor.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ===========================================================================
 #ifndef LOKI_TRACKENGINEACTOR_H 
 #define LOKI_TRACKENGINEACTOR_H 1
diff --git a/Phys/LoKiTracks/LoKi/TrackFactoryLock.h b/Phys/LoKiTracks/LoKi/TrackFactoryLock.h
index 51001620ddf6f85a08aa73c3d1282bddcf22a87a..039ca04996cab5f07273ab45c9f221ec59bdc90b 100755
--- a/Phys/LoKiTracks/LoKi/TrackFactoryLock.h
+++ b/Phys/LoKiTracks/LoKi/TrackFactoryLock.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_TRACKHYBRIDLOCK_H 
 #define LOKI_TRACKHYBRIDLOCK_H 1
diff --git a/Phys/LoKiTracks/LoKi/TrackIDs.h b/Phys/LoKiTracks/LoKi/TrackIDs.h
index e582f077ceb24f033f6b5970940b5f104185984e..0b25ba934ab489656a0982de18ad29335d723039 100644
--- a/Phys/LoKiTracks/LoKi/TrackIDs.h
+++ b/Phys/LoKiTracks/LoKi/TrackIDs.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_TRACKIDS_H 
 #define LOKI_TRACKIDS_H 1
diff --git a/Phys/LoKiTracks/LoKi/TrackTypes.h b/Phys/LoKiTracks/LoKi/TrackTypes.h
index ed2bf9b302878fdf02bb5986d6003e37964d3e03..a892fa8d986b989aaaeea66b00c83eda3239a199 100755
--- a/Phys/LoKiTracks/LoKi/TrackTypes.h
+++ b/Phys/LoKiTracks/LoKi/TrackTypes.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_TRACKTYPES_H 
 #define LOKI_TRACKTYPES_H 1
diff --git a/Phys/LoKiTracks/LoKi/Tracks.h b/Phys/LoKiTracks/LoKi/Tracks.h
index 4e4d0dad91885f38ff8221230292068fca9f0a65..b35938aacc955f36482921f7f949bd1ba96a2a65 100755
--- a/Phys/LoKiTracks/LoKi/Tracks.h
+++ b/Phys/LoKiTracks/LoKi/Tracks.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_TRACKS_H 
 #define LOKI_TRACKS_H 1
diff --git a/Phys/LoKiTracks/dict/LoKiTracks.xml b/Phys/LoKiTracks/dict/LoKiTracks.xml
index ba408b7b7308fabea1b46c6eaf6362dbb7fbe1e5..581a9cd03631c081ddcc0b7594177eddefa611af 100755
--- a/Phys/LoKiTracks/dict/LoKiTracks.xml
+++ b/Phys/LoKiTracks/dict/LoKiTracks.xml
@@ -1,3 +1,13 @@
+<!--
+    (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration
+
+    This software is distributed under the terms of the GNU General Public
+    Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".
+
+    In applying this licence, CERN does not waive the privileges and immunities
+    granted to it by virtue of its status as an Intergovernmental Organization
+    or submit itself to any jurisdiction.
+-->
 <!-- 
      * ========================================================================
      * @file
diff --git a/Phys/LoKiTracks/dict/LoKiTracksDict.h b/Phys/LoKiTracks/dict/LoKiTracksDict.h
index 110e993bd72b4d7ae500a6f71ce501cb8c25d525..bc2c53a35cd499d8040448e492fc2a2a74a724c1 100755
--- a/Phys/LoKiTracks/dict/LoKiTracksDict.h
+++ b/Phys/LoKiTracks/dict/LoKiTracksDict.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef LOKI_LOKITRACKSDICT_H 
 #define LOKI_LOKITRACKSDICT_H 1
 // ============================================================================
diff --git a/Phys/LoKiTracks/python/LoKiTracks/__init__.py b/Phys/LoKiTracks/python/LoKiTracks/__init__.py
index e496e540400ab9dd4229f083bd5a108383d766f7..8f4f32c7d558abac109199ef9ca234e133e4c0bd 100755
--- a/Phys/LoKiTracks/python/LoKiTracks/__init__.py
+++ b/Phys/LoKiTracks/python/LoKiTracks/__init__.py
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 ## @file
 #  The set of basic objects from LoKiTracks library
diff --git a/Phys/LoKiTracks/python/LoKiTracks/decorators.py b/Phys/LoKiTracks/python/LoKiTracks/decorators.py
index de99182f2eeda23ac7298742100896c0cd8dc82a..abb24dcacb410b4853e86841fc073e1d12db8540 100644
--- a/Phys/LoKiTracks/python/LoKiTracks/decorators.py
+++ b/Phys/LoKiTracks/python/LoKiTracks/decorators.py
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 ## @file
 #  The set of basic objects from LoKiTracks library
diff --git a/Phys/LoKiTracks/python/LoKiTracks/functions.py b/Phys/LoKiTracks/python/LoKiTracks/functions.py
index 1826c83406291263cd3f94be8680abbae2c92a98..2601b2779c7f2aad79797b669ee3535f3beae45e 100644
--- a/Phys/LoKiTracks/python/LoKiTracks/functions.py
+++ b/Phys/LoKiTracks/python/LoKiTracks/functions.py
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 ## @file
 #  The set of basic objects from LoKiTracks library
diff --git a/Phys/LoKiTracks/python/LoKiTracks/tests.py b/Phys/LoKiTracks/python/LoKiTracks/tests.py
index dcc7291c7af8460a404f3ba9a49b36fba18a2fcf..8decb8a2cbe3d1287a9bc08571c650cb6af28b41 100755
--- a/Phys/LoKiTracks/python/LoKiTracks/tests.py
+++ b/Phys/LoKiTracks/python/LoKiTracks/tests.py
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 ## @file   LoKiTracks/tests.py
 #  The simple test script for Phys/LoKiTracks package
diff --git a/Phys/LoKiTracks/src/Components/TrackFunctorFactory.cpp b/Phys/LoKiTracks/src/Components/TrackFunctorFactory.cpp
index 388584d57dfe787a66d923203bb5939e332af8df..bc12bd08330feb32f2b0a8841b6e3898e021e196 100755
--- a/Phys/LoKiTracks/src/Components/TrackFunctorFactory.cpp
+++ b/Phys/LoKiTracks/src/Components/TrackFunctorFactory.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTracks/src/Components/TrackSelector.cpp b/Phys/LoKiTracks/src/Components/TrackSelector.cpp
index 2712887ed0100066a4ee75aabab13069be04bc5f..0464a85247cea4845c237eae2d2a0e585d59438b 100755
--- a/Phys/LoKiTracks/src/Components/TrackSelector.cpp
+++ b/Phys/LoKiTracks/src/Components/TrackSelector.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // ============================================================================
 // Include files 
diff --git a/Phys/LoKiTracks/src/ITrackFunctorAntiFactory.cpp b/Phys/LoKiTracks/src/ITrackFunctorAntiFactory.cpp
index 9c07fc9224a22b0d7e7ee2c7dbbb1c1fa0548596..d42b65d0361e3d18f3e651389c1400d7d752fc82 100755
--- a/Phys/LoKiTracks/src/ITrackFunctorAntiFactory.cpp
+++ b/Phys/LoKiTracks/src/ITrackFunctorAntiFactory.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTracks/src/ITrackFunctorFactory.cpp b/Phys/LoKiTracks/src/ITrackFunctorFactory.cpp
index 289e87faefe23a0061eeb7ab48fd5f9af724da65..1e6d3cbefb6c53e1a52f9a08c54a4266c6a2c6c5 100755
--- a/Phys/LoKiTracks/src/ITrackFunctorFactory.cpp
+++ b/Phys/LoKiTracks/src/ITrackFunctorFactory.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTracks/src/LoKiTracks.cpp b/Phys/LoKiTracks/src/LoKiTracks.cpp
index e4881b883d51000c060419e43c6711776bc10aab..6610c9d27dc24b4b84bc7b4044d5462484cb897e 100644
--- a/Phys/LoKiTracks/src/LoKiTracks.cpp
+++ b/Phys/LoKiTracks/src/LoKiTracks.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Incldiue files 
 // ============================================================================
diff --git a/Phys/LoKiTracks/src/TrSources.cpp b/Phys/LoKiTracks/src/TrSources.cpp
index 7a2422a90ba6a67ad2d84b1d584769b166e79e82..6a1a4a9b3eaa9dd6ccbcb11954c4986bf2407f23 100755
--- a/Phys/LoKiTracks/src/TrSources.cpp
+++ b/Phys/LoKiTracks/src/TrSources.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTracks/src/TrackEngine.cpp b/Phys/LoKiTracks/src/TrackEngine.cpp
index 1e3a59cff0780844adea4cc48f32dd35fa7baab8..5ca9f4050286254c6a554f95131ce61ce286dfee 100755
--- a/Phys/LoKiTracks/src/TrackEngine.cpp
+++ b/Phys/LoKiTracks/src/TrackEngine.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files
 // ============================================================================
diff --git a/Phys/LoKiTracks/src/TrackEngineActor.cpp b/Phys/LoKiTracks/src/TrackEngineActor.cpp
index e889cb1c87a04f8ecdba174e0b0c9480a6922359..a1e862f56c62c5d488c6800b0be92bdd6421b413 100755
--- a/Phys/LoKiTracks/src/TrackEngineActor.cpp
+++ b/Phys/LoKiTracks/src/TrackEngineActor.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTracks/src/TrackFactoryLock.cpp b/Phys/LoKiTracks/src/TrackFactoryLock.cpp
index 2741922dd42d5471cc76a2dd1623e15697785b6a..7180d3669e790d2c2a58d073c6ef2b8ca972ba1a 100755
--- a/Phys/LoKiTracks/src/TrackFactoryLock.cpp
+++ b/Phys/LoKiTracks/src/TrackFactoryLock.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTracks/src/TrackIDs.cpp b/Phys/LoKiTracks/src/TrackIDs.cpp
index 27535a811122a6c407b573ab493184e2c5b43246..0f84653121baf4ebe35f16f71bac07d9085c7e43 100644
--- a/Phys/LoKiTracks/src/TrackIDs.cpp
+++ b/Phys/LoKiTracks/src/TrackIDs.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTracks/src/Tracks.cpp b/Phys/LoKiTracks/src/Tracks.cpp
index 6b0b8b02e2b1607d14b0248e0954de6cd3d69a38..f71b70d232fb9d750ce0a0ccd9203a28b5f7f999 100755
--- a/Phys/LoKiTracks/src/Tracks.cpp
+++ b/Phys/LoKiTracks/src/Tracks.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/LoKi/BeamLineFunctions.h b/Phys/LoKiTrigger/LoKi/BeamLineFunctions.h
index 5141b527df07b70eac62285875b78ab879e4fe84..9e94de67ceac1fca8823ba9196585da72826e1c9 100644
--- a/Phys/LoKiTrigger/LoKi/BeamLineFunctions.h
+++ b/Phys/LoKiTrigger/LoKi/BeamLineFunctions.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_BEAMLINEFUNCTIONS_H 
 #define LOKI_BEAMLINEFUNCTIONS_H 1
diff --git a/Phys/LoKiTrigger/LoKi/CacheFuncs.h b/Phys/LoKiTrigger/LoKi/CacheFuncs.h
index b6de8f90c489962c576b4affed1e22980b19360a..2c369e9a5e8df1bf25e632159d9f37a44087680b 100644
--- a/Phys/LoKiTrigger/LoKi/CacheFuncs.h
+++ b/Phys/LoKiTrigger/LoKi/CacheFuncs.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_CACHEFUNCS_H 
 #define LOKI_CACHEFUNCS_H 1
diff --git a/Phys/LoKiTrigger/LoKi/HelperTool.h b/Phys/LoKiTrigger/LoKi/HelperTool.h
index cea6a436b49c6b0c3fcf644e3bc0b13b5f019d1b..c42a79f3d196e6bfe64a2c801f201c7406d7ade0 100644
--- a/Phys/LoKiTrigger/LoKi/HelperTool.h
+++ b/Phys/LoKiTrigger/LoKi/HelperTool.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_HELPERTOOL_H 
 #define LOKI_HELPERTOOL_H 1
diff --git a/Phys/LoKiTrigger/LoKi/Hlt1.h b/Phys/LoKiTrigger/LoKi/Hlt1.h
index 908544eb60e0983aa48905323fbc261f0aa202ad..a2616242705dcb5302169cc62007dd27eab31799 100755
--- a/Phys/LoKiTrigger/LoKi/Hlt1.h
+++ b/Phys/LoKiTrigger/LoKi/Hlt1.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_HLT1_H 
 #define LOKI_HLT1_H 1
diff --git a/Phys/LoKiTrigger/LoKi/Hlt1Binders.h b/Phys/LoKiTrigger/LoKi/Hlt1Binders.h
index f4c3defed66904f7c6e21509b64b356cdad1ab15..30a7e18d74cc78c50cd433c15ef3e59afd8b96d1 100644
--- a/Phys/LoKiTrigger/LoKi/Hlt1Binders.h
+++ b/Phys/LoKiTrigger/LoKi/Hlt1Binders.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKITRIGGER_HLT1BINDERS_H 
 #define LOKITRIGGER_HLT1BINDERS_H 1
diff --git a/Phys/LoKiTrigger/LoKi/Hlt1Functions.h b/Phys/LoKiTrigger/LoKi/Hlt1Functions.h
index 4eb63647e13bd39ddee974f5de12f419469410ee..39cf3598150c6eed22f05dbdcef4b81a4281e90a 100644
--- a/Phys/LoKiTrigger/LoKi/Hlt1Functions.h
+++ b/Phys/LoKiTrigger/LoKi/Hlt1Functions.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // ============================================================================
 #ifndef LOKI_HLT1FUNCTIONS_H 
diff --git a/Phys/LoKiTrigger/LoKi/Hlt1Wrappers.h b/Phys/LoKiTrigger/LoKi/Hlt1Wrappers.h
index 618352655340c121756bf3bacba027d2e5bfb025..7203e34a73aa342a0182870a03233dcc305bbe92 100644
--- a/Phys/LoKiTrigger/LoKi/Hlt1Wrappers.h
+++ b/Phys/LoKiTrigger/LoKi/Hlt1Wrappers.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_HLT1WRAPPERS_H 
 #define LOKI_HLT1WRAPPERS_H 1
diff --git a/Phys/LoKiTrigger/LoKi/HltBase.h b/Phys/LoKiTrigger/LoKi/HltBase.h
index 38aa8b8c328d61a916f0104aff4bf4245f6ddf16..26759788c994907657fdf9353e4eeeb8c327205e 100644
--- a/Phys/LoKiTrigger/LoKi/HltBase.h
+++ b/Phys/LoKiTrigger/LoKi/HltBase.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // ============================================================================
 #ifndef LOKI_HLTBASE_H 
diff --git a/Phys/LoKiTrigger/LoKi/HltBindFilters.h b/Phys/LoKiTrigger/LoKi/HltBindFilters.h
index 8191e1406b772ee73b38a7ce6a7c17dbfd8a3e00..956133b659adcb77a8b3e05f47d5097eadbe8a74 100644
--- a/Phys/LoKiTrigger/LoKi/HltBindFilters.h
+++ b/Phys/LoKiTrigger/LoKi/HltBindFilters.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_HLTBINDFILTERS_H 
 #define LOKI_HLTBINDFILTERS_H 1
diff --git a/Phys/LoKiTrigger/LoKi/HltBinders.h b/Phys/LoKiTrigger/LoKi/HltBinders.h
index 0d913dbc209cf2689bd4a49f187e589c5c3c9676..61695a225eb04028748022fd31741f21b3b7bfd7 100755
--- a/Phys/LoKiTrigger/LoKi/HltBinders.h
+++ b/Phys/LoKiTrigger/LoKi/HltBinders.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_HLTBINDERS_H 
 #define LOKI_HLTBINDERS_H 1
diff --git a/Phys/LoKiTrigger/LoKi/HltBindersDicts.h b/Phys/LoKiTrigger/LoKi/HltBindersDicts.h
index df969025303645e674f53e2ab5cc6268278680e7..2c2a96c9b2db5c2d64ec72798a0e8a8547e49d7f 100755
--- a/Phys/LoKiTrigger/LoKi/HltBindersDicts.h
+++ b/Phys/LoKiTrigger/LoKi/HltBindersDicts.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_HLTBINDERSDICTS_H 
 #define LOKI_HLTBINDERSDICTS_H 1
diff --git a/Phys/LoKiTrigger/LoKi/HltCandidates.h b/Phys/LoKiTrigger/LoKi/HltCandidates.h
index 17f899c535d350564ad095ef0f3860781fa0b632..2f62b246475c928e7bb0407018845be86786c3ef 100644
--- a/Phys/LoKiTrigger/LoKi/HltCandidates.h
+++ b/Phys/LoKiTrigger/LoKi/HltCandidates.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_HLTCANDIDATES_H
 #define LOKI_HLTCANDIDATES_H 1
diff --git a/Phys/LoKiTrigger/LoKi/HltCuts.h b/Phys/LoKiTrigger/LoKi/HltCuts.h
index 04420478646e79cfba0bd307f1cc6400fe1d2f77..0324c870d2b7af6e8deceae4d3cedd52ab205a59 100755
--- a/Phys/LoKiTrigger/LoKi/HltCuts.h
+++ b/Phys/LoKiTrigger/LoKi/HltCuts.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_HLTCUTS_H 
 #define LOKI_HLTCUTS_H 1
diff --git a/Phys/LoKiTrigger/LoKi/HltFunctions.h b/Phys/LoKiTrigger/LoKi/HltFunctions.h
index 24b4e2f2a118b8fc54c05d86f62ebbfe24ca62b2..cf0052883e34e86d636fd32640b6000d67c59b3d 100755
--- a/Phys/LoKiTrigger/LoKi/HltFunctions.h
+++ b/Phys/LoKiTrigger/LoKi/HltFunctions.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef LOKI_HLTFUNCTIONS_H 
 #define LOKI_HLTFUNCTIONS_H 1
 // ============================================================================
diff --git a/Phys/LoKiTrigger/LoKi/HltL0.h b/Phys/LoKiTrigger/LoKi/HltL0.h
index 69ce6152a561b3a2a4cd0ab6f6d2072563a951bf..d8192b34a3657e16ca4c6c946036a171c819016e 100644
--- a/Phys/LoKiTrigger/LoKi/HltL0.h
+++ b/Phys/LoKiTrigger/LoKi/HltL0.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKITRIGGER_HLTL0_H 
 #define LOKITRIGGER_HLTL0_H 1
diff --git a/Phys/LoKiTrigger/LoKi/HltStages.h b/Phys/LoKiTrigger/LoKi/HltStages.h
index dd87ee43e7ed4beba7a6225e02e25ab025d02b5d..a9447e8e5a50a26be7ee9b74aeb6f93324435d38 100644
--- a/Phys/LoKiTrigger/LoKi/HltStages.h
+++ b/Phys/LoKiTrigger/LoKi/HltStages.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef LOKI_HLTSTAGES_H 
 #define LOKI_HLTSTAGES_H 1
 // ============================================================================
diff --git a/Phys/LoKiTrigger/LoKi/HltTool.h b/Phys/LoKiTrigger/LoKi/HltTool.h
index 6bbe32df72b423393fa38e5520ad2be984635b70..f978e08a844327ab363e9a8729ff9da62083eb13 100644
--- a/Phys/LoKiTrigger/LoKi/HltTool.h
+++ b/Phys/LoKiTrigger/LoKi/HltTool.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_HLTTOOL_H 
 #define LOKI_HLTTOOL_H 1
diff --git a/Phys/LoKiTrigger/LoKi/ITrgFunctorAntiFactory.h b/Phys/LoKiTrigger/LoKi/ITrgFunctorAntiFactory.h
index c5fe30c45bb5d41955e0734881d12510bd655b59..5bba3515200b95334ec0522b7d808084c3b89b00 100755
--- a/Phys/LoKiTrigger/LoKi/ITrgFunctorAntiFactory.h
+++ b/Phys/LoKiTrigger/LoKi/ITrgFunctorAntiFactory.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_ITRGANTIFACTORY_H 
 #define LOKI_ITRGANTIFACTORY_H 1
diff --git a/Phys/LoKiTrigger/LoKi/ITrgFunctorFactory.h b/Phys/LoKiTrigger/LoKi/ITrgFunctorFactory.h
index b2ecc77ca05d01d889bc1ee54ca10c7b2130098f..3414f55f0a5dc389e699e41c6e73230bca80a0a6 100755
--- a/Phys/LoKiTrigger/LoKi/ITrgFunctorFactory.h
+++ b/Phys/LoKiTrigger/LoKi/ITrgFunctorFactory.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_ITRIGGERFACTORY_H 
 #define LOKI_ITRIGGERFACTORY_H 1
diff --git a/Phys/LoKiTrigger/LoKi/LoKiTrigger.h b/Phys/LoKiTrigger/LoKi/LoKiTrigger.h
index df57fce6a2de5efeb90353a64b98b2f3020f4b1c..eb62692bff972e4da220f51a0a225af90bd938d6 100755
--- a/Phys/LoKiTrigger/LoKi/LoKiTrigger.h
+++ b/Phys/LoKiTrigger/LoKi/LoKiTrigger.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_LOKITRACK_H 
 #define LOKI_LOKITRACK_H 1
diff --git a/Phys/LoKiTrigger/LoKi/MatchConf.h b/Phys/LoKiTrigger/LoKi/MatchConf.h
index 2bfa6469f19d49e7907ac9ea3efb084d66bc22f0..689e49064292d34a099e475347a2908d9cf01386 100644
--- a/Phys/LoKiTrigger/LoKi/MatchConf.h
+++ b/Phys/LoKiTrigger/LoKi/MatchConf.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_MATCHCONF_H 
 #define LOKI_MATCHCONF_H 1
diff --git a/Phys/LoKiTrigger/LoKi/MatchTool.h b/Phys/LoKiTrigger/LoKi/MatchTool.h
index 3b29d8d806206062eecd73fe15473532d39024af..da02c013819cbc64d7c6e90e3d0e8721ac78792f 100644
--- a/Phys/LoKiTrigger/LoKi/MatchTool.h
+++ b/Phys/LoKiTrigger/LoKi/MatchTool.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_MATCHTOOL_H 
 #define LOKI_MATCHTOOL_H 1
diff --git a/Phys/LoKiTrigger/LoKi/MultiTracks.h b/Phys/LoKiTrigger/LoKi/MultiTracks.h
index ace1a4e20d6ef5a99c7e7f0beaad8f717ed0ebf2..ec299989fc9a3a0958b66b7ec46afe46d5f13706 100644
--- a/Phys/LoKiTrigger/LoKi/MultiTracks.h
+++ b/Phys/LoKiTrigger/LoKi/MultiTracks.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_MULTITRACKS_H 
 #define LOKI_MULTITRACKS_H 1
diff --git a/Phys/LoKiTrigger/LoKi/OldTypes.h b/Phys/LoKiTrigger/LoKi/OldTypes.h
index 71a8ef21003c6150682be67ca23e7168bfaaa85d..3ab9cb63f832220ea16836235192165cb0ae4b5a 100755
--- a/Phys/LoKiTrigger/LoKi/OldTypes.h
+++ b/Phys/LoKiTrigger/LoKi/OldTypes.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef LOKI_OLDTYPES_H 
 #define LOKI_OLDTYPES_H 1
 // ============================================================================
diff --git a/Phys/LoKiTrigger/LoKi/RecVertexCuts.h b/Phys/LoKiTrigger/LoKi/RecVertexCuts.h
index d753b65e6d33c3b10fcc7318ce261b0f76868a8a..fc47b35b5a871b3ce29bb65f7f2e47f45de48fbf 100755
--- a/Phys/LoKiTrigger/LoKi/RecVertexCuts.h
+++ b/Phys/LoKiTrigger/LoKi/RecVertexCuts.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_RECVERTEXCUTS_H 
 #define LOKI_RECVERTEXCUTS_H 1
diff --git a/Phys/LoKiTrigger/LoKi/RecVertices.h b/Phys/LoKiTrigger/LoKi/RecVertices.h
index 878055055a3ec4ad7cbe37d346eb721156a5426c..c33df891e2fc1e3c6849f876da2beabb9346a4b4 100755
--- a/Phys/LoKiTrigger/LoKi/RecVertices.h
+++ b/Phys/LoKiTrigger/LoKi/RecVertices.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef LOKI_RECVERTICES_H 
 #define LOKI_RECVERTICES_H 1
 // ============================================================================
diff --git a/Phys/LoKiTrigger/LoKi/TrFilter.h b/Phys/LoKiTrigger/LoKi/TrFilter.h
index 5107813d0999a2df2dd55c414e4aee493fe38e3a..8c5efcf0dcc48f7a7d3e82e91009e148ebb34714 100644
--- a/Phys/LoKiTrigger/LoKi/TrFilter.h
+++ b/Phys/LoKiTrigger/LoKi/TrFilter.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef LOKI_TRFILTER_H 
 #define LOKI_TRFILTER_H 1
 // ============================================================================
diff --git a/Phys/LoKiTrigger/LoKi/TrMatch.h b/Phys/LoKiTrigger/LoKi/TrMatch.h
index 418539bce402327c0e9d1c45e4da05f9065da6bf..697bd4bc438a73dbe5e81554dc8a8a78f71d6177 100644
--- a/Phys/LoKiTrigger/LoKi/TrMatch.h
+++ b/Phys/LoKiTrigger/LoKi/TrMatch.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_TRMATCH_H 
 #define LOKI_TRMATCH_H 1
diff --git a/Phys/LoKiTrigger/LoKi/TrUpgrade.h b/Phys/LoKiTrigger/LoKi/TrUpgrade.h
index bcfc85179c0cf4e37b9d0e4a5c3847aeae3c634c..1669c85164c517b403df50409036dd14ddb6ffa6 100755
--- a/Phys/LoKiTrigger/LoKi/TrUpgrade.h
+++ b/Phys/LoKiTrigger/LoKi/TrUpgrade.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_TRUPGRADE_H 
 #define LOKI_TRUPGRADE_H 1
diff --git a/Phys/LoKiTrigger/LoKi/TrackTool.h b/Phys/LoKiTrigger/LoKi/TrackTool.h
index cfa9e0acbceaa5d554ad94db87feff917cb5e986..2c82819e4b978612ddd36e1210b374e44e64f6c6 100644
--- a/Phys/LoKiTrigger/LoKi/TrackTool.h
+++ b/Phys/LoKiTrigger/LoKi/TrackTool.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_TRACKTOOL_H 
 #define LOKI_TRACKTOOL_H 1
diff --git a/Phys/LoKiTrigger/LoKi/TrgEngine.h b/Phys/LoKiTrigger/LoKi/TrgEngine.h
index 59b4783c95c194abecf0670eebcaf7b7f5df26a1..1248dae64701aff4486318a20f43acb00df4b6bc 100755
--- a/Phys/LoKiTrigger/LoKi/TrgEngine.h
+++ b/Phys/LoKiTrigger/LoKi/TrgEngine.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ===========================================================================
 #ifndef LOKI_TRGENGINE_H 
 #define LOKI_TRGENGINE_H 1
diff --git a/Phys/LoKiTrigger/LoKi/TrgEngineActor.h b/Phys/LoKiTrigger/LoKi/TrgEngineActor.h
index 97b40b816a12ddaccc36ac2d485f52e965505afd..5e655389473007a32bce503f97af7453f2221013 100755
--- a/Phys/LoKiTrigger/LoKi/TrgEngineActor.h
+++ b/Phys/LoKiTrigger/LoKi/TrgEngineActor.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ===========================================================================
 #ifndef LOKI_TRGENGINEACTOR_H 
 #define LOKI_TRGENGINEACTOR_H 1
diff --git a/Phys/LoKiTrigger/LoKi/TrgFactoryLock.h b/Phys/LoKiTrigger/LoKi/TrgFactoryLock.h
index ce866aacbdc6f437b444aa582d0b28f31391f565..47cb196fe17065c560b712612e141a8b77681b40 100755
--- a/Phys/LoKiTrigger/LoKi/TrgFactoryLock.h
+++ b/Phys/LoKiTrigger/LoKi/TrgFactoryLock.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_TRGLOCK_H 
 #define LOKI_TRGLOCK_H 1
diff --git a/Phys/LoKiTrigger/LoKi/TrgSources.h b/Phys/LoKiTrigger/LoKi/TrgSources.h
index 57b80da3582d5780a57460c123ced3d6c99ea703..d76c5c4af8e47155e1aa510a6fa39b455d6ec33a 100755
--- a/Phys/LoKiTrigger/LoKi/TrgSources.h
+++ b/Phys/LoKiTrigger/LoKi/TrgSources.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_TRSOURCES_H 
 #define LOKI_TRSOURCES_H 1
diff --git a/Phys/LoKiTrigger/LoKi/TriggerTypes.h b/Phys/LoKiTrigger/LoKi/TriggerTypes.h
index 9e12389dabbc31e4bf8c58fd99cba485ad206101..f8f1c56fbc5aeff45e16ad1976862096045017ab 100644
--- a/Phys/LoKiTrigger/LoKi/TriggerTypes.h
+++ b/Phys/LoKiTrigger/LoKi/TriggerTypes.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_TRIGGERTYPES_H 
 #define LOKI_TRIGGERTYPES_H 1
diff --git a/Phys/LoKiTrigger/LoKi/UpgradeConf.h b/Phys/LoKiTrigger/LoKi/UpgradeConf.h
index fe782961683c19253a25cfc8daab73246109ed65..0fef64e10312ee1afa63ed22c0ac1d99d4d5ab60 100755
--- a/Phys/LoKiTrigger/LoKi/UpgradeConf.h
+++ b/Phys/LoKiTrigger/LoKi/UpgradeConf.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_UPGRADECONF_H 
 #define LOKI_UPGRADECONF_H 1
diff --git a/Phys/LoKiTrigger/LoKi/UpgradeTool.h b/Phys/LoKiTrigger/LoKi/UpgradeTool.h
index de253ec27ce845157aa006a11ff019d29d2ee71f..00625963b1acdabe7a7d04d01d81009447d8a23f 100755
--- a/Phys/LoKiTrigger/LoKi/UpgradeTool.h
+++ b/Phys/LoKiTrigger/LoKi/UpgradeTool.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_UPGRADETOOL_H 
 #define LOKI_UPGRADETOOL_H 1
diff --git a/Phys/LoKiTrigger/LoKi/VxCreator.h b/Phys/LoKiTrigger/LoKi/VxCreator.h
index b11fd951d7318a0cb82069c7ceffa7587edb6092..3703de83cc323a9b3e7c13f185bfeeda7828d024 100755
--- a/Phys/LoKiTrigger/LoKi/VxCreator.h
+++ b/Phys/LoKiTrigger/LoKi/VxCreator.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_VXMAKERTOOL_H 
 #define LOKI_VXMAKERTOOL_H 1
diff --git a/Phys/LoKiTrigger/LoKi/VxMaker.h b/Phys/LoKiTrigger/LoKi/VxMaker.h
index e844e96fcbce7909e49a207431fb8cab3a725eb0..b785f47309f7ecf0d61d3cd23495640b12463e28 100755
--- a/Phys/LoKiTrigger/LoKi/VxMaker.h
+++ b/Phys/LoKiTrigger/LoKi/VxMaker.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_VXMAKER_H 
 #define LOKI_VXMAKER_H 1
diff --git a/Phys/LoKiTrigger/LoKi/VxMakerConf.h b/Phys/LoKiTrigger/LoKi/VxMakerConf.h
index e3c249370e6051d3325586a10f92ee918f0bcd73..49feeac50af229410d05ea52e4f468354503bf40 100644
--- a/Phys/LoKiTrigger/LoKi/VxMakerConf.h
+++ b/Phys/LoKiTrigger/LoKi/VxMakerConf.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_VXMAKERCONF_H 
 #define LOKI_VXMAKERCONF_H 1
diff --git a/Phys/LoKiTrigger/LoKi/VxUpgrade.h b/Phys/LoKiTrigger/LoKi/VxUpgrade.h
index 8820d8bb738af8cedfc60de3ed9a150c7243510d..8f74fd5f932b42b325389b9d4fb758a0399ec8c2 100755
--- a/Phys/LoKiTrigger/LoKi/VxUpgrade.h
+++ b/Phys/LoKiTrigger/LoKi/VxUpgrade.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_VXUPGRADE_H 
 #define LOKI_VXUPGRADE_H 1
diff --git a/Phys/LoKiTrigger/dict/LoKiTrigger.xml b/Phys/LoKiTrigger/dict/LoKiTrigger.xml
index b55a02730ef53a8609100e6588e42f5af747baf4..58183dc40fbd5c050dc5344a2a68291d92632bbb 100755
--- a/Phys/LoKiTrigger/dict/LoKiTrigger.xml
+++ b/Phys/LoKiTrigger/dict/LoKiTrigger.xml
@@ -1,3 +1,13 @@
+<!--
+    (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration
+
+    This software is distributed under the terms of the GNU General Public
+    Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".
+
+    In applying this licence, CERN does not waive the privileges and immunities
+    granted to it by virtue of its status as an Intergovernmental Organization
+    or submit itself to any jurisdiction.
+-->
 <lcgdict>
 
   <class name    = "Hlt::IRegister"        />
diff --git a/Phys/LoKiTrigger/dict/LoKiTriggerDict.h b/Phys/LoKiTrigger/dict/LoKiTriggerDict.h
index 98155550d9d945ffe79ed32d5ab6792796de268a..c547e382da2e020aae984393bcabb7b1e334c21c 100755
--- a/Phys/LoKiTrigger/dict/LoKiTriggerDict.h
+++ b/Phys/LoKiTrigger/dict/LoKiTriggerDict.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #ifndef LOKI_LOKITRIGGERDICT_H
 #define LOKI_LOKITRIGGERDICT_H 1
 // ============================================================================
diff --git a/Phys/LoKiTrigger/python/LoKiTrigger/Hlt.py b/Phys/LoKiTrigger/python/LoKiTrigger/Hlt.py
index bbffc44aa87433bc10819488b516908de7a24b80..9945d8cfb266986d47a0377fe0be0f2118b09800 100644
--- a/Phys/LoKiTrigger/python/LoKiTrigger/Hlt.py
+++ b/Phys/LoKiTrigger/python/LoKiTrigger/Hlt.py
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 ## @file
 #  The set of basic decorators for Hlt-event model objects 
diff --git a/Phys/LoKiTrigger/python/LoKiTrigger/Service.py b/Phys/LoKiTrigger/python/LoKiTrigger/Service.py
index 1e73c51924f59fd85c8eaa6f0971ada52ea95177..eace0e047f3681356ebc3050857b3615ac319296 100644
--- a/Phys/LoKiTrigger/python/LoKiTrigger/Service.py
+++ b/Phys/LoKiTrigger/python/LoKiTrigger/Service.py
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 # =============================================================================
 ## @file LoKiTrigger/Service.py
diff --git a/Phys/LoKiTrigger/python/LoKiTrigger/decorators.py b/Phys/LoKiTrigger/python/LoKiTrigger/decorators.py
index deff25b7b769260bbf7b40663055e46cb3b6e15c..503b357c5b3b52e9a5876856abb1fcb96c7f0cf8 100755
--- a/Phys/LoKiTrigger/python/LoKiTrigger/decorators.py
+++ b/Phys/LoKiTrigger/python/LoKiTrigger/decorators.py
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 # =============================================================================
 ## @file 
diff --git a/Phys/LoKiTrigger/python/LoKiTrigger/functions.py b/Phys/LoKiTrigger/python/LoKiTrigger/functions.py
index 39265110f769894a4f4f1157eb6fdbc8743be3dc..89384c975307d7aaf523eaa74f5d64cd949a7f8a 100755
--- a/Phys/LoKiTrigger/python/LoKiTrigger/functions.py
+++ b/Phys/LoKiTrigger/python/LoKiTrigger/functions.py
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 ## @file
 #  The set of basic objects from LoKiTrigger library
diff --git a/Phys/LoKiTrigger/python/LoKiTrigger/tests.py b/Phys/LoKiTrigger/python/LoKiTrigger/tests.py
index 1496941fb614222e824dc1c94cadaa842360adf2..6dd11375aac0e26e6435ec6ad97a46197aaa3bf0 100755
--- a/Phys/LoKiTrigger/python/LoKiTrigger/tests.py
+++ b/Phys/LoKiTrigger/python/LoKiTrigger/tests.py
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 # =============================================================================
 ## @file   LoKiTrigger/tests.py
diff --git a/Phys/LoKiTrigger/python/LoKiTrigger/unittests.py b/Phys/LoKiTrigger/python/LoKiTrigger/unittests.py
index cd205abd4ac33c78e62a77cc74ba30ee8b05bc0a..bbe1d1144a3e5a8675065cfab59eaef59b3b1211 100755
--- a/Phys/LoKiTrigger/python/LoKiTrigger/unittests.py
+++ b/Phys/LoKiTrigger/python/LoKiTrigger/unittests.py
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+###############################################################################
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 # =============================================================================
 # =============================================================================
 ## @file   LoKiTrigger/tests.py
diff --git a/Phys/LoKiTrigger/src/BeamLineFunctions.cpp b/Phys/LoKiTrigger/src/BeamLineFunctions.cpp
index fef83d15bbc29d290c4a21d8fd9fe0c6bc12bb15..2c03d3f140008122300f6c5c73532aa56a887e64 100644
--- a/Phys/LoKiTrigger/src/BeamLineFunctions.cpp
+++ b/Phys/LoKiTrigger/src/BeamLineFunctions.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/Components/HltUnit.cpp b/Phys/LoKiTrigger/src/Components/HltUnit.cpp
index 3d85b128ee571d87f3f595c6f4c8f25496405c8b..7982bdcd3bbc525b93451eed50e5f97a7c01da72 100755
--- a/Phys/LoKiTrigger/src/Components/HltUnit.cpp
+++ b/Phys/LoKiTrigger/src/Components/HltUnit.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/Components/HltUnit.h b/Phys/LoKiTrigger/src/Components/HltUnit.h
index ebd7fc7fa25db320a3e20bb65b1f4bb2bc1109cc..858d8a3a9bc8a090eeca76d435d929a7b0f897e7 100755
--- a/Phys/LoKiTrigger/src/Components/HltUnit.h
+++ b/Phys/LoKiTrigger/src/Components/HltUnit.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKI_HLTUNIT_H 
 #define LOKI_HLTUNIT_H 1
diff --git a/Phys/LoKiTrigger/src/Components/IsMuonTile.h b/Phys/LoKiTrigger/src/Components/IsMuonTile.h
index f986e0fbc9d03d5aa979a05e869bbba99b74a42c..a1c4dea2d9b150c8e7ca8f8b213d2d864eb3ee09 100644
--- a/Phys/LoKiTrigger/src/Components/IsMuonTile.h
+++ b/Phys/LoKiTrigger/src/Components/IsMuonTile.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef COMPONENTS_ISMUONTILE_H 
 #define COMPONENTS_ISMUONTILE_H 1
diff --git a/Phys/LoKiTrigger/src/Components/L0Calo2Candidate.cpp b/Phys/LoKiTrigger/src/Components/L0Calo2Candidate.cpp
index ab574aaa326351eab9b88d01bfd851be38be7078..cdd170855cdd8587db4f1ab81015fde1df2cb4d6 100644
--- a/Phys/LoKiTrigger/src/Components/L0Calo2Candidate.cpp
+++ b/Phys/LoKiTrigger/src/Components/L0Calo2Candidate.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // ============================================================================
 // Include files 
diff --git a/Phys/LoKiTrigger/src/Components/L0Calo2Track.cpp b/Phys/LoKiTrigger/src/Components/L0Calo2Track.cpp
index f1d741e09f8d639a4662725be3638ae914b53796..bb4daa96da131edb8340b8abb3b301af651eabef 100644
--- a/Phys/LoKiTrigger/src/Components/L0Calo2Track.cpp
+++ b/Phys/LoKiTrigger/src/Components/L0Calo2Track.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/Components/L0DiMuon2MultiTrack.cpp b/Phys/LoKiTrigger/src/Components/L0DiMuon2MultiTrack.cpp
index 0e9819114f5940e3e0d46b988e2986dea1a49ea1..82e39df5f55d17bfd9383071de08dcb99448fce1 100644
--- a/Phys/LoKiTrigger/src/Components/L0DiMuon2MultiTrack.cpp
+++ b/Phys/LoKiTrigger/src/Components/L0DiMuon2MultiTrack.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/Components/L0Muon2Candidate.cpp b/Phys/LoKiTrigger/src/Components/L0Muon2Candidate.cpp
index 17a0b41a3fad070fd4d377ec1133836ea3b30636..be8d4ecbcc657229683e2fccbdf0ccf516022253 100644
--- a/Phys/LoKiTrigger/src/Components/L0Muon2Candidate.cpp
+++ b/Phys/LoKiTrigger/src/Components/L0Muon2Candidate.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/Components/L0Muon2Track.cpp b/Phys/LoKiTrigger/src/Components/L0Muon2Track.cpp
index dcae0ff4266e960e35ef553b3470a4c80871a901..c62e9f68f493899b1e6d0fab008639f7e102a217 100644
--- a/Phys/LoKiTrigger/src/Components/L0Muon2Track.cpp
+++ b/Phys/LoKiTrigger/src/Components/L0Muon2Track.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/Components/L0Muon2TrackBase.cpp b/Phys/LoKiTrigger/src/Components/L0Muon2TrackBase.cpp
index a8461255e4c47b6ded257d5afde927f8e57e5d9e..fdbf433065cbacd86c37452bc91cf4bc618ddb17 100644
--- a/Phys/LoKiTrigger/src/Components/L0Muon2TrackBase.cpp
+++ b/Phys/LoKiTrigger/src/Components/L0Muon2TrackBase.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // ============================================================================
 // Include files
diff --git a/Phys/LoKiTrigger/src/Components/L0Muon2TrackBase.h b/Phys/LoKiTrigger/src/Components/L0Muon2TrackBase.h
index 3327cba736796c3efb8cdb98b21922bb9ca73c98..342f75ca6fe3ffa9c2df4dd37c24ffbff0f24661 100644
--- a/Phys/LoKiTrigger/src/Components/L0Muon2TrackBase.h
+++ b/Phys/LoKiTrigger/src/Components/L0Muon2TrackBase.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKITRIGGER_L0MUON2TRACKBASE_H 
 #define LOKITRIGGER_L0MUON2TRACKBASE_H 1
diff --git a/Phys/LoKiTrigger/src/Components/LoKiTrigger_dll.cpp b/Phys/LoKiTrigger/src/Components/LoKiTrigger_dll.cpp
index 6a11123a5c25d344413022206a686c384cae3eef..4abdf74e6a30e09089cc75f64c8072e67a1447aa 100755
--- a/Phys/LoKiTrigger/src/Components/LoKiTrigger_dll.cpp
+++ b/Phys/LoKiTrigger/src/Components/LoKiTrigger_dll.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/Components/Service.cpp b/Phys/LoKiTrigger/src/Components/Service.cpp
index d3d1b9acb158980e3da6db5eeb28cd16286c950d..2047c4cc9301c14b16f12ad0c18f9ba7455da95c 100644
--- a/Phys/LoKiTrigger/src/Components/Service.cpp
+++ b/Phys/LoKiTrigger/src/Components/Service.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/Components/Service.h b/Phys/LoKiTrigger/src/Components/Service.h
index 5a209ebd5c8eef8658124ef04f4939fa15183de7..79f3cf67d05133a43bd6afada8a70e4a8c4836df 100644
--- a/Phys/LoKiTrigger/src/Components/Service.h
+++ b/Phys/LoKiTrigger/src/Components/Service.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LOKITRIGGER_SERVICE_H 
 #define LOKITRIGGER_SERVICE_H 1 
diff --git a/Phys/LoKiTrigger/src/Components/ServiceData.cpp b/Phys/LoKiTrigger/src/Components/ServiceData.cpp
index c3ac5f663b939ee94ca8f8c4066bb31d389ee959..662b53860b86e9a83e3ea4452a0ff8a4abf8475a 100644
--- a/Phys/LoKiTrigger/src/Components/ServiceData.cpp
+++ b/Phys/LoKiTrigger/src/Components/ServiceData.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/Components/ServiceInspector.cpp b/Phys/LoKiTrigger/src/Components/ServiceInspector.cpp
index 9c407948c21e56a3e9127a5c0752c3e951368db7..815be585ca0a8f31681e543ccaf6423d99df301f 100644
--- a/Phys/LoKiTrigger/src/Components/ServiceInspector.cpp
+++ b/Phys/LoKiTrigger/src/Components/ServiceInspector.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/Components/ServiceRegister.cpp b/Phys/LoKiTrigger/src/Components/ServiceRegister.cpp
index 22d7550cc464097d9693fb5d52e2f14e6271fb25..62417ff874ae6a0aefa1e7e7e353365449bb9521 100644
--- a/Phys/LoKiTrigger/src/Components/ServiceRegister.cpp
+++ b/Phys/LoKiTrigger/src/Components/ServiceRegister.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/Components/Track2Candidate.cpp b/Phys/LoKiTrigger/src/Components/Track2Candidate.cpp
index 04f37de416b59124fa889099eef12fe309d33e19..a81d31954860fd9ad1f07ef3deb6d2075c80e674 100644
--- a/Phys/LoKiTrigger/src/Components/Track2Candidate.cpp
+++ b/Phys/LoKiTrigger/src/Components/Track2Candidate.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/HelperTool.cpp b/Phys/LoKiTrigger/src/HelperTool.cpp
index a6791537aa319c72a5a87ec6ee4ccbd887a2fd22..da330f1808e1c311465b8898f9e4c170209614a8 100644
--- a/Phys/LoKiTrigger/src/HelperTool.cpp
+++ b/Phys/LoKiTrigger/src/HelperTool.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/Hlt1.cpp b/Phys/LoKiTrigger/src/Hlt1.cpp
index 6f3bd69a72a3b07057c8a6407b7a006edac72e64..2c898b2661f96865c0e3cb273cff90b7a66b6047 100755
--- a/Phys/LoKiTrigger/src/Hlt1.cpp
+++ b/Phys/LoKiTrigger/src/Hlt1.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/Hlt1Functions.cpp b/Phys/LoKiTrigger/src/Hlt1Functions.cpp
index 4383a04ba97edd1197f6548140725814b1259715..97ae4d9dad1bfe14035631d32c1bf5f60d152e21 100644
--- a/Phys/LoKiTrigger/src/Hlt1Functions.cpp
+++ b/Phys/LoKiTrigger/src/Hlt1Functions.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/Hlt1Wrappers.cpp b/Phys/LoKiTrigger/src/Hlt1Wrappers.cpp
index 0f47b4f5d9d5ed227f6cd37c913ca8f82c6aac1c..fef70a9ef100d05830ad3646bd3ac746b88489d3 100644
--- a/Phys/LoKiTrigger/src/Hlt1Wrappers.cpp
+++ b/Phys/LoKiTrigger/src/Hlt1Wrappers.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/HltBase.cpp b/Phys/LoKiTrigger/src/HltBase.cpp
index 1a9d7ea83f32244937159d2d1a89ac1d1ad88aa1..013cbe03a15ad1b9dd8fdede35cc36836a18ec1e 100644
--- a/Phys/LoKiTrigger/src/HltBase.cpp
+++ b/Phys/LoKiTrigger/src/HltBase.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/HltBindersDict.cpp b/Phys/LoKiTrigger/src/HltBindersDict.cpp
index 9391873742875dd47db95ee06d871c13b17119f4..737db6cd944eb7eebee0317ad570f576903c7fef 100755
--- a/Phys/LoKiTrigger/src/HltBindersDict.cpp
+++ b/Phys/LoKiTrigger/src/HltBindersDict.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/HltCandidates.cpp b/Phys/LoKiTrigger/src/HltCandidates.cpp
index b07a608731c507679f9a347bf30e71156604caaa..65ebd6d31690d21982d14d1543aacc108d53c974 100644
--- a/Phys/LoKiTrigger/src/HltCandidates.cpp
+++ b/Phys/LoKiTrigger/src/HltCandidates.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/HltFunctions.cpp b/Phys/LoKiTrigger/src/HltFunctions.cpp
index 957c6ce1f567fd60ca4f33f732ba51ec7c207dcb..27d44e26542cbf0d2f6afb3be224e8b14876b485 100755
--- a/Phys/LoKiTrigger/src/HltFunctions.cpp
+++ b/Phys/LoKiTrigger/src/HltFunctions.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/HltL0.cpp b/Phys/LoKiTrigger/src/HltL0.cpp
index a37423993f3f14b7905808648b2c11c344d91cd2..99e232db469711adc061cf24c095dec28583ddae 100644
--- a/Phys/LoKiTrigger/src/HltL0.cpp
+++ b/Phys/LoKiTrigger/src/HltL0.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // ============================================================================
 // Include files 
diff --git a/Phys/LoKiTrigger/src/HltStages.cpp b/Phys/LoKiTrigger/src/HltStages.cpp
index 0ee8c057a114f5f19411ecd52e2627c111a5aeed..48f66b0ea520e24db82f4d8615af78d851443818 100644
--- a/Phys/LoKiTrigger/src/HltStages.cpp
+++ b/Phys/LoKiTrigger/src/HltStages.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // ============================================================================
 // Include files 
diff --git a/Phys/LoKiTrigger/src/HltTool.cpp b/Phys/LoKiTrigger/src/HltTool.cpp
index 3e2b41172c75794eed2d905961d64a1fd0c3d4ab..44383a4e10b489e65b95fcb45c64d1e2a9935c46 100644
--- a/Phys/LoKiTrigger/src/HltTool.cpp
+++ b/Phys/LoKiTrigger/src/HltTool.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // =============================================================================
diff --git a/Phys/LoKiTrigger/src/ITrgFunctorAntiFactory.cpp b/Phys/LoKiTrigger/src/ITrgFunctorAntiFactory.cpp
index d7b33ef0fcaf1cde66b6302548cd055dfe01e138..4a5535cbca133c9792b91de07d0d925e0ac26b4c 100755
--- a/Phys/LoKiTrigger/src/ITrgFunctorAntiFactory.cpp
+++ b/Phys/LoKiTrigger/src/ITrgFunctorAntiFactory.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/ITrgFunctorFactory.cpp b/Phys/LoKiTrigger/src/ITrgFunctorFactory.cpp
index 8dd97e4dfcf7b311edfb5e7256f00981f67daf6d..e33c73899f980226fa86b61ac870339bceec2d54 100755
--- a/Phys/LoKiTrigger/src/ITrgFunctorFactory.cpp
+++ b/Phys/LoKiTrigger/src/ITrgFunctorFactory.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // ============================================================================
 // Include files 
diff --git a/Phys/LoKiTrigger/src/LTTools.cpp b/Phys/LoKiTrigger/src/LTTools.cpp
index 85e987bd17d620714b094c4cc982f275809d79e2..525301f49a0b4a4b2fa7a7e352d221e75d8ee50a 100755
--- a/Phys/LoKiTrigger/src/LTTools.cpp
+++ b/Phys/LoKiTrigger/src/LTTools.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/LTTools.h b/Phys/LoKiTrigger/src/LTTools.h
index 198510912172907ba75278a6852ab58dc5d8ee0e..168b3cf549eee177db67c92432026d1118326c7b 100755
--- a/Phys/LoKiTrigger/src/LTTools.h
+++ b/Phys/LoKiTrigger/src/LTTools.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 #ifndef LTTOOLS_H 
 #define LTTOOLS_H 1
diff --git a/Phys/LoKiTrigger/src/LoKiTrigger.cpp b/Phys/LoKiTrigger/src/LoKiTrigger.cpp
index 52a19834eb0fe6d0ffcb85bb72fba704a5b32fb8..5f66fbd585e0f272bd8f851b6bfd5699937c387b 100755
--- a/Phys/LoKiTrigger/src/LoKiTrigger.cpp
+++ b/Phys/LoKiTrigger/src/LoKiTrigger.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/MatchConf.cpp b/Phys/LoKiTrigger/src/MatchConf.cpp
index 346f00b592bc86ddbd484743fe72a2babda47292..49e6b002b0dc074fd31d5d260ae05f70cd09adc3 100644
--- a/Phys/LoKiTrigger/src/MatchConf.cpp
+++ b/Phys/LoKiTrigger/src/MatchConf.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/MatchTool.cpp b/Phys/LoKiTrigger/src/MatchTool.cpp
index a09d4955da3cb6e918f83f27c8183245b3734175..5ce2c46762d20a8f9b53fc56993da976eec13b8b 100644
--- a/Phys/LoKiTrigger/src/MatchTool.cpp
+++ b/Phys/LoKiTrigger/src/MatchTool.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/MultiTracks.cpp b/Phys/LoKiTrigger/src/MultiTracks.cpp
index 0d1337ceaef43e4313fe6b4f969adca27c6bcc89..3a491455797f4c105e8938bafa18697fd83937bf 100644
--- a/Phys/LoKiTrigger/src/MultiTracks.cpp
+++ b/Phys/LoKiTrigger/src/MultiTracks.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/RecVertices.cpp b/Phys/LoKiTrigger/src/RecVertices.cpp
index 36e8d83c3c7f69a3361ca56a250825308a4b3969..745ac121bef56b10ed944116b1822d4527197be5 100755
--- a/Phys/LoKiTrigger/src/RecVertices.cpp
+++ b/Phys/LoKiTrigger/src/RecVertices.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/TrFilter.cpp b/Phys/LoKiTrigger/src/TrFilter.cpp
index 36e8213386d75ab47b4c340121e8ca9fc1052c38..d707817be3b240459e25f732c04572f052ff2903 100644
--- a/Phys/LoKiTrigger/src/TrFilter.cpp
+++ b/Phys/LoKiTrigger/src/TrFilter.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include Files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/TrMatch.cpp b/Phys/LoKiTrigger/src/TrMatch.cpp
index 2784ca38750a3d6934d0f2377345f10b9696511f..e87958987e20d8b39f9d783982e02dfba9782354 100644
--- a/Phys/LoKiTrigger/src/TrMatch.cpp
+++ b/Phys/LoKiTrigger/src/TrMatch.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/TrUpgrade.cpp b/Phys/LoKiTrigger/src/TrUpgrade.cpp
index dafe3ce47ea5d74e5e75534421f7cf139bd2e381..9b572922d66d27bb2fc067c7009e226706764b71 100755
--- a/Phys/LoKiTrigger/src/TrUpgrade.cpp
+++ b/Phys/LoKiTrigger/src/TrUpgrade.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include Files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/TrackTool.cpp b/Phys/LoKiTrigger/src/TrackTool.cpp
index e26f099f53bc726a008f1a91609a886951139b87..944d661aa8f9bf9048c4b6e068c1420f9cab14c9 100644
--- a/Phys/LoKiTrigger/src/TrackTool.cpp
+++ b/Phys/LoKiTrigger/src/TrackTool.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/TrgEngine.cpp b/Phys/LoKiTrigger/src/TrgEngine.cpp
index 997f45690667fb5d524e5f1367b6ee4982efbb3f..f4b154232f4f5d2fb5f644d34aedc406ba9b4b59 100755
--- a/Phys/LoKiTrigger/src/TrgEngine.cpp
+++ b/Phys/LoKiTrigger/src/TrgEngine.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/TrgEngineActor.cpp b/Phys/LoKiTrigger/src/TrgEngineActor.cpp
index 740e6400e1ec57fcf19507beb9844dc9bc337598..7746af1a4e2170ee5413620b47f02cee554f19f1 100755
--- a/Phys/LoKiTrigger/src/TrgEngineActor.cpp
+++ b/Phys/LoKiTrigger/src/TrgEngineActor.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/TrgFactoryLock.cpp b/Phys/LoKiTrigger/src/TrgFactoryLock.cpp
index 88f356d7f6eae1a428b126c42b5d76f7b1088e31..51ea1dfef9678a2435e3e9f8c9ea3ca35e1d4150 100755
--- a/Phys/LoKiTrigger/src/TrgFactoryLock.cpp
+++ b/Phys/LoKiTrigger/src/TrgFactoryLock.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // ============================================================================
 // Include files 
diff --git a/Phys/LoKiTrigger/src/TrgSources.h b/Phys/LoKiTrigger/src/TrgSources.h
index 76d09663bd72be1e4e04ed8ec9662f8901fef8c1..002a08b457449ea7994d447de52f0a5d87dd3ee2 100755
--- a/Phys/LoKiTrigger/src/TrgSources.h
+++ b/Phys/LoKiTrigger/src/TrgSources.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/TriggerTypes.cpp b/Phys/LoKiTrigger/src/TriggerTypes.cpp
index 990161ca9404c9fd54cda893c561c5834027ea12..4615a8d10e19cc558facf46295063c5de9bd01ff 100644
--- a/Phys/LoKiTrigger/src/TriggerTypes.cpp
+++ b/Phys/LoKiTrigger/src/TriggerTypes.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/UpgradeConf.cpp b/Phys/LoKiTrigger/src/UpgradeConf.cpp
index 925f1a72495cfaee880c2dfa0b93995cc9c1d302..8e063848a94ba1835d87f7d82a7d336a1092f37a 100755
--- a/Phys/LoKiTrigger/src/UpgradeConf.cpp
+++ b/Phys/LoKiTrigger/src/UpgradeConf.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/UpgradeTool.cpp b/Phys/LoKiTrigger/src/UpgradeTool.cpp
index 6d0379957a249fbb2a84b52f5af0945e913b810f..40e41011e30c4e6cfa8849696a1ba379913fce40 100755
--- a/Phys/LoKiTrigger/src/UpgradeTool.cpp
+++ b/Phys/LoKiTrigger/src/UpgradeTool.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/VxCreator.cpp b/Phys/LoKiTrigger/src/VxCreator.cpp
index 2e6d9e9a3401703c6fd0402a4f4b013f330e41e6..b85c8b3e3f68eca34477e0e5d551524b2a75840c 100755
--- a/Phys/LoKiTrigger/src/VxCreator.cpp
+++ b/Phys/LoKiTrigger/src/VxCreator.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/VxMaker.cpp b/Phys/LoKiTrigger/src/VxMaker.cpp
index ddfc043e3460ce2c09ce03ca9dbc326d05056109..f34c2bb9aba2b29d219cb52042781055b9e49c60 100755
--- a/Phys/LoKiTrigger/src/VxMaker.cpp
+++ b/Phys/LoKiTrigger/src/VxMaker.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/VxMakerConf.cpp b/Phys/LoKiTrigger/src/VxMakerConf.cpp
index 8e1f6959fbcbc76dda0a35af3d54c28f2467570b..0360c7d06d20bf0299b8c4fba718231315e4a549 100644
--- a/Phys/LoKiTrigger/src/VxMakerConf.cpp
+++ b/Phys/LoKiTrigger/src/VxMakerConf.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/src/VxUpgrade.cpp b/Phys/LoKiTrigger/src/VxUpgrade.cpp
index 6185de4f27379d7a35cc33e19522d06dbcc79a99..364671bb1d9bb18b778df7173450996333a60f58 100755
--- a/Phys/LoKiTrigger/src/VxUpgrade.cpp
+++ b/Phys/LoKiTrigger/src/VxUpgrade.cpp
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 // ============================================================================
 // Include files 
 // ============================================================================
diff --git a/Phys/LoKiTrigger/tests/qmtest/lokitrigger0.qmt b/Phys/LoKiTrigger/tests/qmtest/lokitrigger0.qmt
index 0a5845eec3ad946752dc7cf3bdcbc07482ae9c00..ef168ceb7205e3e62ddcf53e44d9144af7233e2b 100644
--- a/Phys/LoKiTrigger/tests/qmtest/lokitrigger0.qmt
+++ b/Phys/LoKiTrigger/tests/qmtest/lokitrigger0.qmt
@@ -1,4 +1,14 @@
 <?xml version="1.0" ?>
+<!--
+    (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration
+
+    This software is distributed under the terms of the GNU General Public
+    Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".
+
+    In applying this licence, CERN does not waive the privileges and immunities
+    granted to it by virtue of its status as an Intergovernmental Organization
+    or submit itself to any jurisdiction.
+-->
 <!DOCTYPE extension  PUBLIC '-//QM/2.3/Extension//EN'  'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'>
 <extension class="GaudiTest.GaudiExeTest" kind="test">
   <argument name="program">   <text>../../python/LoKiTrigger/tests.py</text></argument>