diff --git a/Associators/AssociatorsBase/Associators/Associators.h b/Associators/AssociatorsBase/Associators/Associators.h index 8dbcded90f1356583c8e8e31d687093f15f16a8f..6e0f1da5b4c1d68ea7dcb8c10c4120a994bcf18d 100644 --- a/Associators/AssociatorsBase/Associators/Associators.h +++ b/Associators/AssociatorsBase/Associators/Associators.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "InputLinks.h" #include "OutputLinks.h" #include "Location.h" diff --git a/Associators/AssociatorsBase/Associators/Detail/Mixin.h b/Associators/AssociatorsBase/Associators/Detail/Mixin.h index d1ae057b84be490122329ed49c4b019eba8a8aaa..6e34ca62391a2396d9e060f3e56c628d5df4766d 100644 --- a/Associators/AssociatorsBase/Associators/Detail/Mixin.h +++ b/Associators/AssociatorsBase/Associators/Detail/Mixin.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LINKERMIXIN_H #define LINKERMIXIN_H diff --git a/Associators/AssociatorsBase/Associators/InputLinks.h b/Associators/AssociatorsBase/Associators/InputLinks.h index fbae6f3fad1b29bfe67e5b423d0ac2f4b1a9365d..d9594c7936e375633e7ef026659f47bd6e8e3c95 100644 --- a/Associators/AssociatorsBase/Associators/InputLinks.h +++ b/Associators/AssociatorsBase/Associators/InputLinks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ASSOCIATORS_INPUTLINKS_H #define ASSOCIATORS_INPUTLINKS_H diff --git a/Associators/AssociatorsBase/Associators/Linker.h b/Associators/AssociatorsBase/Associators/Linker.h index 28635822ab2d5996f9c8153a22efd318ecf3d54e..9fc33fea367b2327a16833247e07bf4756bc6117 100644 --- a/Associators/AssociatorsBase/Associators/Linker.h +++ b/Associators/AssociatorsBase/Associators/Linker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LINKER_H #define LINKER_H diff --git a/Associators/AssociatorsBase/Associators/Location.h b/Associators/AssociatorsBase/Associators/Location.h index 28c01dfa49b7842fe338f6cec0bfd28f4ea026bc..adef62044f8c2d37b42a4571bed21eec9159af57 100644 --- a/Associators/AssociatorsBase/Associators/Location.h +++ b/Associators/AssociatorsBase/Associators/Location.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ASSOCIATORS_LOCATION_H #define ASSOCIATORS_LOCATION_H diff --git a/Associators/AssociatorsBase/Associators/OutputLinks.h b/Associators/AssociatorsBase/Associators/OutputLinks.h index 94317bc9693e6a7b8fff929be3615bfef8aa35a8..36e0d9bc9527e3d7f36f89c296cee7d7cea3abc9 100644 --- a/Associators/AssociatorsBase/Associators/OutputLinks.h +++ b/Associators/AssociatorsBase/Associators/OutputLinks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ASSOCIATORS_OUTPUTLINKS_H #define ASSOCIATORS_OUTPUTLINKS_H diff --git a/Associators/AssociatorsBase/CMakeLists.txt b/Associators/AssociatorsBase/CMakeLists.txt index fa9f90c9bc357ae3d12073e425abb621f213ace3..2de50058f149fbe7a0bd705b4610f22e0459aefe 100644 --- a/Associators/AssociatorsBase/CMakeLists.txt +++ b/Associators/AssociatorsBase/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: AssociatorsBase ################################################################################ diff --git a/Associators/AssociatorsBase/python/AssociatorsBase/__init__.py b/Associators/AssociatorsBase/python/AssociatorsBase/__init__.py index c05d3f9218e89309dec12155aeed65874f289cd5..7ed87dfc263986a3cc017dbc7b2fd6b152ea30d3 100644 --- a/Associators/AssociatorsBase/python/AssociatorsBase/__init__.py +++ b/Associators/AssociatorsBase/python/AssociatorsBase/__init__.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 cppyy cppyy.gbl.gSystem.Load("libGaudiKernel.so") cppyy.gbl.gSystem.Load("libLinkerEvent.so") diff --git a/Associators/MCAssociators/CMakeLists.txt b/Associators/MCAssociators/CMakeLists.txt index 01235d282e86644ae06f13a87a0efea9beb16aa4..29eea8fd8cea8ae0c04c6e4d3948de9e0216f2ba 100644 --- a/Associators/MCAssociators/CMakeLists.txt +++ b/Associators/MCAssociators/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: MCAssociators ################################################################################ diff --git a/Associators/MCAssociators/Kernel/MCAssociation.h b/Associators/MCAssociators/Kernel/MCAssociation.h index ad09ff22e62abe3d1b905bc1b0888cb746466659..d581316e55527a9221b73424ef11cf74ead2ca34 100644 --- a/Associators/MCAssociators/Kernel/MCAssociation.h +++ b/Associators/MCAssociators/Kernel/MCAssociation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_MCASSOCIATION_H #define KERNEL_MCASSOCIATION_H 1 diff --git a/Associators/MCAssociators/Kernel/Particle2MCLinker.h b/Associators/MCAssociators/Kernel/Particle2MCLinker.h index 32431ad7fceb7af8f666c9bf81930b1242fc6fa0..e2c45eaf63a3b104016f592e081697f7d39c456a 100755 --- a/Associators/MCAssociators/Kernel/Particle2MCLinker.h +++ b/Associators/MCAssociators/Kernel/Particle2MCLinker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DAVINCIASSOCIATORS_PARTICLE2MCLINKER_H #define DAVINCIASSOCIATORS_PARTICLE2MCLINKER_H 1 diff --git a/Associators/MCAssociators/Kernel/Particle2MCLinker.icpp b/Associators/MCAssociators/Kernel/Particle2MCLinker.icpp index 5cad532a8895a51826059daa2dea2ddfbce22ca1..7ada991635574213c08f8ca8cf99bd83a0a1abbb 100755 --- a/Associators/MCAssociators/Kernel/Particle2MCLinker.icpp +++ b/Associators/MCAssociators/Kernel/Particle2MCLinker.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Associators/MCAssociators/Kernel/Particle2MCMethod.h b/Associators/MCAssociators/Kernel/Particle2MCMethod.h index 19c71dcf59cebb45fa20f7f422e633e8838046e8..bdef209320a47722b5458713809e9118d81d9d5d 100755 --- a/Associators/MCAssociators/Kernel/Particle2MCMethod.h +++ b/Associators/MCAssociators/Kernel/Particle2MCMethod.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_PARTICLE2MCMETHOD_H #define KERNEL_PARTICLE2MCMETHOD_H 1 diff --git a/Associators/MCAssociators/dict/MCAssociatorsDict.h b/Associators/MCAssociators/dict/MCAssociatorsDict.h index 9b0889fcfcaa977dc6301b18f9e063c88d530cfd..ffa73af3c3a7a26fe135974b8d077ec836efb43a 100755 --- a/Associators/MCAssociators/dict/MCAssociatorsDict.h +++ b/Associators/MCAssociators/dict/MCAssociatorsDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: MCAssociatorsDict.h,v 1.11 2009/09/24 07:13:55 jpalac Exp $ #ifndef DICT_MCASSOCIATORSDICT_H #define DICT_MCASSOCIATORSDICT_H 1 diff --git a/Associators/MCAssociators/dict/MCAssociatorsDict.xml b/Associators/MCAssociators/dict/MCAssociatorsDict.xml index c8b07fa76344142a9906726e9e3e8f45e3b6bd65..f3148b250caba8d655ffa592ff46d8f9d427b45b 100755 --- a/Associators/MCAssociators/dict/MCAssociatorsDict.xml +++ b/Associators/MCAssociators/dict/MCAssociatorsDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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> <!-- MCAssociators --> diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a115de163d67f770776e739c4e9179b8590a57a..b2ad09fb7813f67c4cd0e76466c41b108b90a095 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5) #--------------------------------------------------------------- diff --git a/Calo/CaloDAQ/CMakeLists.txt b/Calo/CaloDAQ/CMakeLists.txt index f5affaaae3403e4296a0a9d8d10c60089ae3ed86..779791771f4b94926a53912f191a872ab5a2cac2 100644 --- a/Calo/CaloDAQ/CMakeLists.txt +++ b/Calo/CaloDAQ/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: CaloDAQ ################################################################################ diff --git a/Calo/CaloDAQ/CaloDAQ/ICaloDataProvider.h b/Calo/CaloDAQ/CaloDAQ/ICaloDataProvider.h index 6b75cad5008c0f082a1e569284ca6d9aa24beb59..86f6c5841151546021a9633c2e068e090dab134b 100644 --- a/Calo/CaloDAQ/CaloDAQ/ICaloDataProvider.h +++ b/Calo/CaloDAQ/CaloDAQ/ICaloDataProvider.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODAQ_ICALODATAPROVIDER_H #define CALODAQ_ICALODATAPROVIDER_H 1 diff --git a/Calo/CaloDAQ/CaloDAQ/ICaloDigitFilterTool.h b/Calo/CaloDAQ/CaloDAQ/ICaloDigitFilterTool.h index e65631045a8ac4f034ff9b545f96a83fd0d5393b..82d0e2474efa1a747997ffa770af9674d5fbd6ab 100644 --- a/Calo/CaloDAQ/CaloDAQ/ICaloDigitFilterTool.h +++ b/Calo/CaloDAQ/CaloDAQ/ICaloDigitFilterTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALODIGITFILTERTOOL_H #define ICALODIGITFILTERTOOL_H 1 diff --git a/Calo/CaloDAQ/CaloDAQ/ICaloEnergyFromRaw.h b/Calo/CaloDAQ/CaloDAQ/ICaloEnergyFromRaw.h index 1c4402edb5c60fa1e60537ee7d5ffb5ad5c600fd..7df73f4a0afcc10678885b783d29d8abc9bd07d8 100644 --- a/Calo/CaloDAQ/CaloDAQ/ICaloEnergyFromRaw.h +++ b/Calo/CaloDAQ/CaloDAQ/ICaloEnergyFromRaw.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODAQ_ICALOENERGYFROMRAW_H #define CALODAQ_ICALOENERGYFROMRAW_H 1 diff --git a/Calo/CaloDAQ/CaloDAQ/ICaloL0DataProvider.h b/Calo/CaloDAQ/CaloDAQ/ICaloL0DataProvider.h index d485e15b9715e04f7d4db9bf06ef88b1674c3c66..a96ff8cf60b593594d8bc4df6774f60b43a23885 100644 --- a/Calo/CaloDAQ/CaloDAQ/ICaloL0DataProvider.h +++ b/Calo/CaloDAQ/CaloDAQ/ICaloL0DataProvider.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODAQ_ICALOL0DATAPROVIDER_H #define CALODAQ_ICALOL0DATAPROVIDER_H 1 diff --git a/Calo/CaloDAQ/CaloDAQ/ICaloReadoutTool.h b/Calo/CaloDAQ/CaloDAQ/ICaloReadoutTool.h index d6c59a906f95a7873d9763b9d08fa9b6e5ec9345..d48908685212d83853c77fb19e2c76a2aef1d211 100644 --- a/Calo/CaloDAQ/CaloDAQ/ICaloReadoutTool.h +++ b/Calo/CaloDAQ/CaloDAQ/ICaloReadoutTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODAQ_ICALOREADOUTTOOL_H #define CALODAQ_ICALOREADOUTTOOL_H 1 diff --git a/Calo/CaloDAQ/CaloDAQ/ICaloTriggerAdcsFromRaw.h b/Calo/CaloDAQ/CaloDAQ/ICaloTriggerAdcsFromRaw.h index 94b46565718780dda8323bd3c264eedf93b84219..c3c7493f43c212e4c1a1561cb5b97d6cbd27a152 100644 --- a/Calo/CaloDAQ/CaloDAQ/ICaloTriggerAdcsFromRaw.h +++ b/Calo/CaloDAQ/CaloDAQ/ICaloTriggerAdcsFromRaw.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODAQ_ICALOTRIGGERADCSFROMRAW_H #define CALODAQ_ICALOTRIGGERADCSFROMRAW_H 1 diff --git a/Calo/CaloDAQ/CaloDAQ/ICaloTriggerBitsFromRaw.h b/Calo/CaloDAQ/CaloDAQ/ICaloTriggerBitsFromRaw.h index 6af76fdc7e62c635dc5ed58ac6f1a017a1d0dc61..5d0ec57d424734ee38d6f5ccd752b97feae4fb8c 100644 --- a/Calo/CaloDAQ/CaloDAQ/ICaloTriggerBitsFromRaw.h +++ b/Calo/CaloDAQ/CaloDAQ/ICaloTriggerBitsFromRaw.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODAQ_ICALOTRIGGERBITSFROMRAW_H #define CALODAQ_ICALOTRIGGERBITSFROMRAW_H 1 diff --git a/Calo/CaloDAQ/dict/CaloDAQDict.h b/Calo/CaloDAQ/dict/CaloDAQDict.h index 53d629869f43c17d5a34df2eb16b9cae03583b48..dda9da34b583ed93bd5b902e5b8f940eb38bb643 100644 --- a/Calo/CaloDAQ/dict/CaloDAQDict.h +++ b/Calo/CaloDAQ/dict/CaloDAQDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_CALODAQDICT_H #define DICT_CALODAQDICT_H 1 diff --git a/Calo/CaloDAQ/dict/CaloDAQDict.xml b/Calo/CaloDAQ/dict/CaloDAQDict.xml index 62051547610d50489d6fdf98cf24dc424dc2adde..0d235b42926bd488558f86a6a361c1690f34f179 100644 --- a/Calo/CaloDAQ/dict/CaloDAQDict.xml +++ b/Calo/CaloDAQ/dict/CaloDAQDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "ICaloDataProvider" /> diff --git a/Calo/CaloDAQ/python/CaloDAQ/CaloDigits.py b/Calo/CaloDAQ/python/CaloDAQ/CaloDigits.py index 5803c83756ae80107de22c78cacf4e45fc649bb5..249fb68b4c30e9d185d06737f765fb9f51383205 100644 --- a/Calo/CaloDAQ/python/CaloDAQ/CaloDigits.py +++ b/Calo/CaloDAQ/python/CaloDAQ/CaloDigits.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 CaloDAQ/CaloDigits.py # The configuration for CaloDigits diff --git a/Calo/CaloDAQ/python/CaloDAQ/Configuration.py b/Calo/CaloDAQ/python/CaloDAQ/Configuration.py index c059685ad9e585ea75443b1ae8bfc1c367c0fcd6..e685367e1be2f5a7b392f3add4a3470c579c81bc 100644 --- a/Calo/CaloDAQ/python/CaloDAQ/Configuration.py +++ b/Calo/CaloDAQ/python/CaloDAQ/Configuration.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 CaloDAQ/Configuration.py # The configuration for CaloDigits diff --git a/Calo/CaloDAQ/python/CaloDAQ/__init__.py b/Calo/CaloDAQ/python/CaloDAQ/__init__.py index 98bde27aabb5a4e5728b8a534fb7d5fe446f426f..c30ab778caa8a22764d3a8011904dbb47937ff00 100644 --- a/Calo/CaloDAQ/python/CaloDAQ/__init__.py +++ b/Calo/CaloDAQ/python/CaloDAQ/__init__.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: __init__.py,v 1.1 2009-10-27 14:25:15 ibelyaev Exp $ # ============================================================================= ## @file CaloDAQ/__init__.py diff --git a/Calo/CaloDAQ/src/CaloAdcFromRaw.cpp b/Calo/CaloDAQ/src/CaloAdcFromRaw.cpp index 4de7a7d8ff5885b8d7fffae2a899b5dafd908ddd..d762569149f9ed5a227009e1f1bfd94b5355bf17 100644 --- a/Calo/CaloDAQ/src/CaloAdcFromRaw.cpp +++ b/Calo/CaloDAQ/src/CaloAdcFromRaw.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Calo/CaloDAQ/src/CaloAdcFromRaw.h b/Calo/CaloDAQ/src/CaloAdcFromRaw.h index cbf1da3f87886c1f0aeeaf0278b34553209b2bfe..15e6a12bf4810694bf8a4809b8c490136d8b8979 100644 --- a/Calo/CaloDAQ/src/CaloAdcFromRaw.h +++ b/Calo/CaloDAQ/src/CaloAdcFromRaw.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOADCFROMRAW_H #define CALOADCFROMRAW_H 1 diff --git a/Calo/CaloDAQ/src/CaloDataProvider.cpp b/Calo/CaloDAQ/src/CaloDataProvider.cpp index f1249ed6a432e4b5c5111d9edaa9c23f1ebafb85..bd251297abf6bf0ad79a3f955920f2e7ba3c3e39 100644 --- a/Calo/CaloDAQ/src/CaloDataProvider.cpp +++ b/Calo/CaloDAQ/src/CaloDataProvider.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Calo/CaloDAQ/src/CaloDataProvider.h b/Calo/CaloDAQ/src/CaloDataProvider.h index c0b20626bfc8e30bf2ca7523ba58077f5335e75e..6914b849d2333f57fe9b7667b53135e692f9ca63 100644 --- a/Calo/CaloDAQ/src/CaloDataProvider.h +++ b/Calo/CaloDAQ/src/CaloDataProvider.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODATAPROVIDER_H #define CALODATAPROVIDER_H 1 diff --git a/Calo/CaloDAQ/src/CaloDataProviderFromTES.cpp b/Calo/CaloDAQ/src/CaloDataProviderFromTES.cpp index 977d0f30d6cb80c32b8de780705343488b8b1cef..9a6af495b4e9bcfe4898879ccc9badb928ca133f 100644 --- a/Calo/CaloDAQ/src/CaloDataProviderFromTES.cpp +++ b/Calo/CaloDAQ/src/CaloDataProviderFromTES.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Calo/CaloDAQ/src/CaloDataProviderFromTES.h b/Calo/CaloDAQ/src/CaloDataProviderFromTES.h index cb88a6c10946895b3d046f678819a31f7e1d200d..a1167a2c13e06b76f1810a33bb782b71b84dfd08 100644 --- a/Calo/CaloDAQ/src/CaloDataProviderFromTES.h +++ b/Calo/CaloDAQ/src/CaloDataProviderFromTES.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODATAPROVIDERFROMTES_H #define CALODATAPROVIDERFROMTES_H 1 diff --git a/Calo/CaloDAQ/src/CaloDigitFilterAlg.cpp b/Calo/CaloDAQ/src/CaloDigitFilterAlg.cpp index 3b948634b6703abaac17967847ab33712ef49707..10bf843250744f02b32899d13464e1c6c057d812 100644 --- a/Calo/CaloDAQ/src/CaloDigitFilterAlg.cpp +++ b/Calo/CaloDAQ/src/CaloDigitFilterAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Calo/CaloDAQ/src/CaloDigitFilterAlg.h b/Calo/CaloDAQ/src/CaloDigitFilterAlg.h index 7b37afd4d409803a24609e2f19eb6c8dad203aac..54bc0e1275524d1fbad6048cdc45f72c3e244748 100644 --- a/Calo/CaloDAQ/src/CaloDigitFilterAlg.h +++ b/Calo/CaloDAQ/src/CaloDigitFilterAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODIGITFILTERALG_H #define CALODIGITFILTERALG_H 1 diff --git a/Calo/CaloDAQ/src/CaloDigitFilterTool.cpp b/Calo/CaloDAQ/src/CaloDigitFilterTool.cpp index b1a7c4795939e78bf143d1041f2f4334808fd61a..3087419fe2ff55e776bbbc38a0f79cc051958cb7 100644 --- a/Calo/CaloDAQ/src/CaloDigitFilterTool.cpp +++ b/Calo/CaloDAQ/src/CaloDigitFilterTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "CaloDigitFilterTool.h" diff --git a/Calo/CaloDAQ/src/CaloDigitFilterTool.h b/Calo/CaloDAQ/src/CaloDigitFilterTool.h index cf5de715da407952dc03a23284492bfcb92cac22..4424340f1e68d1e35ba66f9a14be56859b82a92e 100644 --- a/Calo/CaloDAQ/src/CaloDigitFilterTool.h +++ b/Calo/CaloDAQ/src/CaloDigitFilterTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODIGITFILTERTOOL_H #define CALODIGITFILTERTOOL_H 1 diff --git a/Calo/CaloDAQ/src/CaloDigitsFromRaw.cpp b/Calo/CaloDAQ/src/CaloDigitsFromRaw.cpp index e056d96c917418edf7d38774591316c74bc6ac68..36702ecfdff7fe5de49ed267792de1b1d0a1571c 100644 --- a/Calo/CaloDAQ/src/CaloDigitsFromRaw.cpp +++ b/Calo/CaloDAQ/src/CaloDigitsFromRaw.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Calo/CaloDAQ/src/CaloDigitsFromRaw.h b/Calo/CaloDAQ/src/CaloDigitsFromRaw.h index ba45bc6af38744cecf2fb43aba9c28282341bdab..091007639957d6f13a84f4daaf834c6b6f0fb6c2 100644 --- a/Calo/CaloDAQ/src/CaloDigitsFromRaw.h +++ b/Calo/CaloDAQ/src/CaloDigitsFromRaw.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOEVENT_CALODIGITSFROMRAW_H #define CALOEVENT_CALODIGITSFROMRAW_H 1 diff --git a/Calo/CaloDAQ/src/CaloEnergyFromRaw.cpp b/Calo/CaloDAQ/src/CaloEnergyFromRaw.cpp index 468dbd23af8cb60d37d95824897fd29cc5a46a3a..e96649ab4dc26c0975dcff1933d4be9bcccb7ff5 100644 --- a/Calo/CaloDAQ/src/CaloEnergyFromRaw.cpp +++ b/Calo/CaloDAQ/src/CaloEnergyFromRaw.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "CaloEnergyFromRaw.h" diff --git a/Calo/CaloDAQ/src/CaloEnergyFromRaw.h b/Calo/CaloDAQ/src/CaloEnergyFromRaw.h index aad54ee7f8c500d4f5c5742d5f2b2ee895f2b87a..efce51586e737e396b189226c4494e98d4958a74 100644 --- a/Calo/CaloDAQ/src/CaloEnergyFromRaw.h +++ b/Calo/CaloDAQ/src/CaloEnergyFromRaw.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOENERGYFROMRAW_H #define CALOENERGYFROMRAW_H 1 diff --git a/Calo/CaloDAQ/src/CaloFillPrsSpdRawBuffer.cpp b/Calo/CaloDAQ/src/CaloFillPrsSpdRawBuffer.cpp index b23502b39d646ba14e625a1b7913393319a7cecc..978b9f16c464ccf9ba60e772ef49422995a40112 100644 --- a/Calo/CaloDAQ/src/CaloFillPrsSpdRawBuffer.cpp +++ b/Calo/CaloDAQ/src/CaloFillPrsSpdRawBuffer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/RawEvent.h" diff --git a/Calo/CaloDAQ/src/CaloFillPrsSpdRawBuffer.h b/Calo/CaloDAQ/src/CaloFillPrsSpdRawBuffer.h index d2a49a835fbcccaa95bbd8d3e58d7e482dc35912..ac8f71301099467653b5f0ed90c0223bbd3928de 100644 --- a/Calo/CaloDAQ/src/CaloFillPrsSpdRawBuffer.h +++ b/Calo/CaloDAQ/src/CaloFillPrsSpdRawBuffer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFILLPRSSPDRAWBUFFER_H #define CALOFILLPRSSPDRAWBUFFER_H 1 diff --git a/Calo/CaloDAQ/src/CaloFillRawBuffer.cpp b/Calo/CaloDAQ/src/CaloFillRawBuffer.cpp index 5426b9f4ef8379d3c8be85d9f87cff1797ddd0e7..07826e7f8cefa77db82b0c80a073ee0acf1b94bf 100644 --- a/Calo/CaloDAQ/src/CaloFillRawBuffer.cpp +++ b/Calo/CaloDAQ/src/CaloFillRawBuffer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/CaloAdc.h" diff --git a/Calo/CaloDAQ/src/CaloFillRawBuffer.h b/Calo/CaloDAQ/src/CaloFillRawBuffer.h index 4c5d2b6581f4fc47bb7dddc61103b9ffbd7d4a29..76f37aa626f22a0924548aa72f5419e8ebdf8a49 100644 --- a/Calo/CaloDAQ/src/CaloFillRawBuffer.h +++ b/Calo/CaloDAQ/src/CaloFillRawBuffer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CaloFillRawBuffer.h,v 1.7 2007-12-06 09:31:24 odescham Exp $ #ifndef CALOFILLRAWBUFFER_H #define CALOFILLRAWBUFFER_H 1 diff --git a/Calo/CaloDAQ/src/CaloL0DataProvider.cpp b/Calo/CaloDAQ/src/CaloL0DataProvider.cpp index f8fb670acb136dc6d3ffd042d911e52164bd2e3f..83eb55a83498b96c015f88beef82864dbbea9bd4 100644 --- a/Calo/CaloDAQ/src/CaloL0DataProvider.cpp +++ b/Calo/CaloDAQ/src/CaloL0DataProvider.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "CaloL0DataProvider.h" diff --git a/Calo/CaloDAQ/src/CaloL0DataProvider.h b/Calo/CaloDAQ/src/CaloL0DataProvider.h index 148b0965e6a9e073fa3962a19b2aafe5cbc71151..38500781be9fd37b19665a46c06712981086cc49 100644 --- a/Calo/CaloDAQ/src/CaloL0DataProvider.h +++ b/Calo/CaloDAQ/src/CaloL0DataProvider.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOL0DATAPROVIDER_H #define CALOL0DATAPROVIDER_H 1 diff --git a/Calo/CaloDAQ/src/CaloMergeTAE.cpp b/Calo/CaloDAQ/src/CaloMergeTAE.cpp index 8134a89b73fab6658a9c81a42d48e424f1e436a1..bbf967dc4877fe58f54a60e84445d32fb60987de 100644 --- a/Calo/CaloDAQ/src/CaloMergeTAE.cpp +++ b/Calo/CaloDAQ/src/CaloMergeTAE.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Calo/CaloDAQ/src/CaloMergeTAE.h b/Calo/CaloDAQ/src/CaloMergeTAE.h index f9188e4622095b3422a1e67218a9265c55b1dd31..70ef6b20be6fac211082afe62f658281b862e0e5 100644 --- a/Calo/CaloDAQ/src/CaloMergeTAE.h +++ b/Calo/CaloDAQ/src/CaloMergeTAE.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOMERGETAE_H #define CALOMERGETAE_H 1 diff --git a/Calo/CaloDAQ/src/CaloReadoutTool.cpp b/Calo/CaloDAQ/src/CaloReadoutTool.cpp index 012ba75690e0bae38cc6f600a64ae5f0cd8bd6a5..5c4fb2230712efaeb71193fb7c07a2b97fa29c41 100644 --- a/Calo/CaloDAQ/src/CaloReadoutTool.cpp +++ b/Calo/CaloDAQ/src/CaloReadoutTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "CaloReadoutTool.h" diff --git a/Calo/CaloDAQ/src/CaloReadoutTool.h b/Calo/CaloDAQ/src/CaloReadoutTool.h index a7a5e32d53822f06d4ee95644345289f91273ac9..c7021747010a9c2d4b509a6f1defecac41b273c9 100644 --- a/Calo/CaloDAQ/src/CaloReadoutTool.h +++ b/Calo/CaloDAQ/src/CaloReadoutTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODAQ_CALOREADOUTTOOL_H #define CALODAQ_CALOREADOUTTOOL_H 1 diff --git a/Calo/CaloDAQ/src/CaloTriggerAdcsFromRaw.cpp b/Calo/CaloDAQ/src/CaloTriggerAdcsFromRaw.cpp index 36f2e38746f6b13e6ee804c25c77d9e05782e95c..1bc1c23f23fe4fba29c52b11f42a9d103bb1ddc8 100644 --- a/Calo/CaloDAQ/src/CaloTriggerAdcsFromRaw.cpp +++ b/Calo/CaloDAQ/src/CaloTriggerAdcsFromRaw.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "CaloTriggerAdcsFromRaw.h" diff --git a/Calo/CaloDAQ/src/CaloTriggerAdcsFromRaw.h b/Calo/CaloDAQ/src/CaloTriggerAdcsFromRaw.h index 50a02b698b76c668fa53d3744fca65f80c5abdea..766ab712108d73ec58d69dc956a3625a3f845ed2 100644 --- a/Calo/CaloDAQ/src/CaloTriggerAdcsFromRaw.h +++ b/Calo/CaloDAQ/src/CaloTriggerAdcsFromRaw.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOTRIGGERADCSFROMRAW_H #define CALOTRIGGERADCSFROMRAW_H 1 diff --git a/Calo/CaloDAQ/src/CaloTriggerAdcsFromRawAlg.cpp b/Calo/CaloDAQ/src/CaloTriggerAdcsFromRawAlg.cpp index e3fbc5774c57af6d91f79b020f80c805a81ea8f0..3763cacf9e50ff33a83867ae95400a5cc6f486ae 100644 --- a/Calo/CaloDAQ/src/CaloTriggerAdcsFromRawAlg.cpp +++ b/Calo/CaloDAQ/src/CaloTriggerAdcsFromRawAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/L0CaloAdc.h" diff --git a/Calo/CaloDAQ/src/CaloTriggerAdcsFromRawAlg.h b/Calo/CaloDAQ/src/CaloTriggerAdcsFromRawAlg.h index f45930ae9023c5f5654c348c59d7a29fefb01f30..6d08ecce8fd22db2f32392e46d525c9f68bea22c 100644 --- a/Calo/CaloDAQ/src/CaloTriggerAdcsFromRawAlg.h +++ b/Calo/CaloDAQ/src/CaloTriggerAdcsFromRawAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOTRIGGERADCSFROMRAWALG_H #define CALOTRIGGERADCSFROMRAWALG_H 1 diff --git a/Calo/CaloDAQ/src/CaloTriggerBitsFromRaw.cpp b/Calo/CaloDAQ/src/CaloTriggerBitsFromRaw.cpp index 88ebb32c98ef7f832f491b742fbc614766aab7c8..360e44fda82d8892416f0ddf140487d8bce55b45 100644 --- a/Calo/CaloDAQ/src/CaloTriggerBitsFromRaw.cpp +++ b/Calo/CaloDAQ/src/CaloTriggerBitsFromRaw.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Calo/CaloDAQ/src/CaloTriggerBitsFromRaw.h b/Calo/CaloDAQ/src/CaloTriggerBitsFromRaw.h index de4a8daa223d9bede6cb07f483ccd355b2933f71..5c6e813501f24ccc2e02bd0a9297babc270acc08 100644 --- a/Calo/CaloDAQ/src/CaloTriggerBitsFromRaw.h +++ b/Calo/CaloDAQ/src/CaloTriggerBitsFromRaw.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOTRIGGERBITSFROMRAW_H #define CALOTRIGGERBITSFROMRAW_H 1 diff --git a/Calo/CaloDAQ/src/CaloTriggerBitsFromRawAlg.cpp b/Calo/CaloDAQ/src/CaloTriggerBitsFromRawAlg.cpp index 0df3f634f2187b6a3a5c325de4cb3bb0fbf8142a..42c9efc4efe34aa717bc76ff72058e77b0c2b7ec 100644 --- a/Calo/CaloDAQ/src/CaloTriggerBitsFromRawAlg.cpp +++ b/Calo/CaloDAQ/src/CaloTriggerBitsFromRawAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/L0PrsSpdHit.h" diff --git a/Calo/CaloDAQ/src/CaloTriggerBitsFromRawAlg.h b/Calo/CaloDAQ/src/CaloTriggerBitsFromRawAlg.h index c2ee471a4636bc2bccc5a40eb5114a15c03c0b4c..46f5d7daf5a9f9418b66e773062aa0bd9e597bc9 100644 --- a/Calo/CaloDAQ/src/CaloTriggerBitsFromRawAlg.h +++ b/Calo/CaloDAQ/src/CaloTriggerBitsFromRawAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOTRIGGERBITSFROMRAWALG_H #define CALOTRIGGERBITSFROMRAWALG_H 1 diff --git a/Calo/CaloDAQ/src/CaloZSupAlg.cpp b/Calo/CaloDAQ/src/CaloZSupAlg.cpp index aa515c4d4be415f811c15e044e6e268606b6ec08..e11efe1004a2444c8cd1253f71fb14c3ea89dc74 100644 --- a/Calo/CaloDAQ/src/CaloZSupAlg.cpp +++ b/Calo/CaloDAQ/src/CaloZSupAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "CaloZSupAlg.h" diff --git a/Calo/CaloDAQ/src/CaloZSupAlg.h b/Calo/CaloDAQ/src/CaloZSupAlg.h index a8ed0de49b94e7cfe9597f9c425d2ab442b15fb5..8f6eac37ad45f41488eb14c77e96b8a7f2ca7322 100644 --- a/Calo/CaloDAQ/src/CaloZSupAlg.h +++ b/Calo/CaloDAQ/src/CaloZSupAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODIGIT_CALOZSUPALG_H #define CALODIGIT_CALOZSUPALG_H 1 diff --git a/Calo/CaloDAQ/src/CheckCaloBank.cpp b/Calo/CaloDAQ/src/CheckCaloBank.cpp index 1840b7c6d5c00c71e7a1daedc112ccbac49f189f..b93cbef53090ee4fc4f76b2233b6842bdb093ea4 100644 --- a/Calo/CaloDAQ/src/CheckCaloBank.cpp +++ b/Calo/CaloDAQ/src/CheckCaloBank.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "CheckCaloBank.h" diff --git a/Calo/CaloDAQ/src/CheckCaloBank.h b/Calo/CaloDAQ/src/CheckCaloBank.h index 26e61b1ab1f7f64f0e6acbc8cc1fa2ca5c8d14dd..c3bc46fdcb242f29768dd3e176ca34b193264d1e 100644 --- a/Calo/CaloDAQ/src/CheckCaloBank.h +++ b/Calo/CaloDAQ/src/CheckCaloBank.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CHECKCALOBANK_H #define CHECKCALOBANK_H 1 diff --git a/Calo/CaloDAQ/src/CompareCaloDigits.cpp b/Calo/CaloDAQ/src/CompareCaloDigits.cpp index 113f26570d87f03dd00d337ca136704ce09b82d0..50cd77daeb708c166d063149782fc80e34ee08d9 100644 --- a/Calo/CaloDAQ/src/CompareCaloDigits.cpp +++ b/Calo/CaloDAQ/src/CompareCaloDigits.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // STL diff --git a/Calo/CaloDAQ/src/CompareCaloDigits.h b/Calo/CaloDAQ/src/CompareCaloDigits.h index 50126ca3a57431b6d2aa3aff215711635d8327c8..65fec3ba804377f536ea32a4a487c25f5cac4388 100644 --- a/Calo/CaloDAQ/src/CompareCaloDigits.h +++ b/Calo/CaloDAQ/src/CompareCaloDigits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPONENT_COMPARECALODIGITS_H #define COMPONENT_COMPARECALODIGITS_H 1 diff --git a/Calo/CaloDAQ/src/details.cpp b/Calo/CaloDAQ/src/details.cpp index 2829b1eb413b381d5ec04c057af02e05200c5d1a..077fc33136ae9d4fdc43d694dd1bb5c524ac7c5a 100644 --- a/Calo/CaloDAQ/src/details.cpp +++ b/Calo/CaloDAQ/src/details.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "details.h" #include <algorithm> #include <regex> diff --git a/Calo/CaloDAQ/src/details.h b/Calo/CaloDAQ/src/details.h index cda0dc5c5591fc99461bab0db589bfb42ff12280..44f34258abec2bd1d1fb67908e705146437b859c 100644 --- a/Calo/CaloDAQ/src/details.h +++ b/Calo/CaloDAQ/src/details.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <iomanip> #include <iostream> #include "GaudiKernel/StatusCode.h" diff --git a/Calo/CaloInterfaces/CMakeLists.txt b/Calo/CaloInterfaces/CMakeLists.txt index f8be2e58c1dc33be928976940bc12b5c17c22cb7..17c40e7eba26a7ce4815d2e0a970b6319a122301 100644 --- a/Calo/CaloInterfaces/CMakeLists.txt +++ b/Calo/CaloInterfaces/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: CaloInterfaces ################################################################################ diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICalo2Calo.h b/Calo/CaloInterfaces/CaloInterfaces/ICalo2Calo.h index ff9a1fe017f56aedc80a94e2d6210addf2df290b..4c4b40e2f45a8d2c1875aabf83fc8f23471f7237 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICalo2Calo.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICalo2Calo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALO2CALO_H #define ICALO2CALO_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICalo2MCTool.h b/Calo/CaloInterfaces/CaloInterfaces/ICalo2MCTool.h index a60e539e444e527ae7fb74f3243815962f9fe663..06a2de8417df9d87744a8a31b5bb9c10dd188b30 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICalo2MCTool.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICalo2MCTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALO2MCTOOL_H #define ICALO2MCTOOL_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICaloClusterSelector.h b/Calo/CaloInterfaces/CaloInterfaces/ICaloClusterSelector.h index 3e272352a693bd91ad1b94403093d4a2dbbc3f0b..cff9a7b6ee944c1ed188ef39ae349210e318bdec 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICaloClusterSelector.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICaloClusterSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOINTERFACES_ICALOCLUSTERSELECTOR_H #define CALOINTERFACES_ICALOCLUSTERSELECTOR_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICaloClusterTool.h b/Calo/CaloInterfaces/CaloInterfaces/ICaloClusterTool.h index b296fefd0a9b120fcbd7764f7e46fc0ccfa16823..1a607f6bc646f8956737242e23be22811df7b7f9 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICaloClusterTool.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICaloClusterTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOINTERFACES_ICALOCLUSTERTOOL_H #define CALOINTERFACES_ICALOCLUSTERTOOL_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICaloClusterization.h b/Calo/CaloInterfaces/CaloInterfaces/ICaloClusterization.h index c044833d7252d62eae85d9d93a95ee6c8d6814c1..70ed003ce6a64fcaad374a20045999dfbf635fab 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICaloClusterization.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICaloClusterization.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOINTERFACES_ICALOCLUSTERIZATION_H #define CALOINTERFACES_ICALOCLUSTERIZATION_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICaloCorrection.h b/Calo/CaloInterfaces/CaloInterfaces/ICaloCorrection.h index 9660966d6aa85253d7d6141c84bf287c993c6f25..8e5efcae4c5fd916a772ddccf77d148ab42d9aa0 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICaloCorrection.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICaloCorrection.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOINTERFACES_ICALOCORRECTION_H #define CALOINTERFACES_ICALOCORRECTION_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICaloCosmicsTool.h b/Calo/CaloInterfaces/CaloInterfaces/ICaloCosmicsTool.h index 0b826e048b93e6b0909ab397dd219a8d1d48b6cc..e0180cadfe52adf61e4657c83345b20dd0651578 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICaloCosmicsTool.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICaloCosmicsTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALOCOSMICSTOOL_H #define ICALOCOSMICSTOOL_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICaloCosmicsTrackTool.h b/Calo/CaloInterfaces/CaloInterfaces/ICaloCosmicsTrackTool.h index 058f8114ee77e8224f131c8ed2a316f2cfae38b2..c93d53ed1d8a53e268fd075d7d4398f4b6917716 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICaloCosmicsTrackTool.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICaloCosmicsTrackTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALOCOSMICSTRACKTOOL_H #define ICALOCOSMICSTRACKTOOL_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICaloDigitTool.h b/Calo/CaloInterfaces/CaloInterfaces/ICaloDigitTool.h index 99234f5b1d81399dec800061d7a2aec3be7000ec..688f0df3138850067200c1af29938eec064a8b7c 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICaloDigitTool.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICaloDigitTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOINTERFACES_ICALODIGITTOOL_H #define CALOINTERFACES_ICALODIGITTOOL_H 1 // Include files diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICaloDigits4Track.h b/Calo/CaloInterfaces/CaloInterfaces/ICaloDigits4Track.h index 8b75be371330e04daba7b03c9b6357fb2e83c097..292fb2f499fcf10935fafa614d9ff4835a88e018 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICaloDigits4Track.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICaloDigits4Track.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOINTERFACES_ICALODIGITS4TRACK_H #define CALOINTERFACES_ICALODIGITS4TRACK_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICaloGetterTool.h b/Calo/CaloInterfaces/CaloInterfaces/ICaloGetterTool.h index 246cb6a150758e085e91d1e6f1457a7bdc0185b2..6d5a4c465f146a70fd2b27ae22d1a52c4322220d 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICaloGetterTool.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICaloGetterTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALOGETTERTOOL_H #define ICALOGETTERTOOL_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICaloHypo2Calo.h b/Calo/CaloInterfaces/CaloInterfaces/ICaloHypo2Calo.h index 3c799b1867d54b4113e7f42264ea1e4bc448f5e6..138f7658de733a5a789386e2f7ea3d3aee6a83a9 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICaloHypo2Calo.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICaloHypo2Calo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALOHYPO2CALO_H #define ICALOHYPO2CALO_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICaloHypoEstimator.h b/Calo/CaloInterfaces/CaloInterfaces/ICaloHypoEstimator.h index 34d3d8efa5e8a04b7f0abefb51c41bd4bdae7275..89d26d154141ec5dc75de266d5e0db68533f1f09 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICaloHypoEstimator.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICaloHypoEstimator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALOHYPOESTIMATOR_H #define ICALOHYPOESTIMATOR_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICaloHypoLikelihood.h b/Calo/CaloInterfaces/CaloInterfaces/ICaloHypoLikelihood.h index a4700d028d161d54bc8ee9a56d3c90bafeba882f..77ad5d19e4b6e55e84f5e76bc7f5fe5c8214101b 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICaloHypoLikelihood.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICaloHypoLikelihood.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOINTERFACES_ICALOHYPOLIKELIHOOD_H #define CALOINTERFACES_ICALOHYPOLIKELIHOOD_H 1 // Include files diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICaloHypoTool.h b/Calo/CaloInterfaces/CaloInterfaces/ICaloHypoTool.h index 5b738303b31c838178dd73ea6b2d3f8f90c4397d..d24e6999c0c989566ca158626eb5d742c922dee5 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICaloHypoTool.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICaloHypoTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOINTERFACES_ICALOHYPOTOOL_H #define CALOINTERFACES_ICALOHYPOTOOL_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICaloLikelihood.h b/Calo/CaloInterfaces/CaloInterfaces/ICaloLikelihood.h index 8ff0e724f42bf50738b6125bb007222e1d40092d..3ebff0b122622becc80d5a71aa17d6fe62dc1d0b 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICaloLikelihood.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICaloLikelihood.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOINTERFACES_ICALOLIKELIHOOD_H #define CALOINTERFACES_ICALOLIKELIHOOD_H 1 // Include files diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICaloRelationsGetter.h b/Calo/CaloInterfaces/CaloInterfaces/ICaloRelationsGetter.h index 3f554a8f231bbe282719ac8c84272dd3851dad05..5ef9e388b04c54fca17df776f8de6d53eca79e0e 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICaloRelationsGetter.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICaloRelationsGetter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALORELATIONSGETTER_H #define ICALORELATIONSGETTER_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICaloShowerOverlapTool.h b/Calo/CaloInterfaces/CaloInterfaces/ICaloShowerOverlapTool.h index a00f5572d7706c78f9c536b282fd7d037b289336..38c0876750c357de58a23b07015249ff0df0ce5c 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICaloShowerOverlapTool.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICaloShowerOverlapTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALOSHOWEROVERLAPTOOL_H #define ICALOSHOWEROVERLAPTOOL_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICaloSplitTool.h b/Calo/CaloInterfaces/CaloInterfaces/ICaloSplitTool.h index 5b483fcd0937f92399c56470d7f010584688dbbb..d9c1813916f210a84cc50322e4b3c3a4c284b541 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICaloSplitTool.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICaloSplitTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOINTERFACES_ICALOSPLITTOOL_H #define CALOINTERFACES_ICALOSPLITTOOL_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICaloSubClusterTag.h b/Calo/CaloInterfaces/CaloInterfaces/ICaloSubClusterTag.h index b6b0a922c8d48791a4c2abda74b28ed119b9a626..e20e288c79594aac945aefaca9920c60619677aa 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICaloSubClusterTag.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICaloSubClusterTag.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOINTERFACES_ICALOSUBCLUSTERTAG_H #define CALOINTERFACES_ICALOSUBCLUSTERTAG_H 1 // Include files diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICaloTrackIdEval.h b/Calo/CaloInterfaces/CaloInterfaces/ICaloTrackIdEval.h index 6592ff7e099a9a006a6bc0e7b9794845a476040d..81abb883763f546279b0237f374d597143e45396 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICaloTrackIdEval.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICaloTrackIdEval.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOINTERFACES_ICALOTRACKIDEVAL_H #define CALOINTERFACES_ICALOTRACKIDEVAL_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICaloTrackMatch.h b/Calo/CaloInterfaces/CaloInterfaces/ICaloTrackMatch.h index 0e1b5b0f7899d55acc0a1aade287b25e7edc3c04..b4a39734bf59899d798f52fcfe95c36c2d4ab5fd 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICaloTrackMatch.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICaloTrackMatch.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOINTERFACES_ICALOTRACKMATCH_H #define CALOINTERFACES_ICALOTRACKMATCH_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/ICounterLevel.h b/Calo/CaloInterfaces/CaloInterfaces/ICounterLevel.h index f2fd35e57c6a2595551828c01ac6e8954777788d..33ed5db74bc1e3a4f590e907f6bd6afaadcdd115 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ICounterLevel.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ICounterLevel.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICOUNTERLEVEL_H #define ICOUNTERLEVEL_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/IGammaPi0SeparationTool.h b/Calo/CaloInterfaces/CaloInterfaces/IGammaPi0SeparationTool.h index 15cc82eb6b4a7cd99e723c483f233800d666eced..20be7e7574f496f3b759d1ee9bb55234afbe2335 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/IGammaPi0SeparationTool.h +++ b/Calo/CaloInterfaces/CaloInterfaces/IGammaPi0SeparationTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IGAMMAPI0SEPARATIONTOOL_H #define IGAMMAPI0SEPARATIONTOOL_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/IL0Calo2Calo.h b/Calo/CaloInterfaces/CaloInterfaces/IL0Calo2Calo.h index 6ae75821353b7cac112b62233688574dbff0c649..b087188562bab81486b2e8aeca135414534dd724 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/IL0Calo2Calo.h +++ b/Calo/CaloInterfaces/CaloInterfaces/IL0Calo2Calo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOINTERFACES_IL0CALO2CALO_H #define CALOINTERFACES_IL0CALO2CALO_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/INeutralIDTool.h b/Calo/CaloInterfaces/CaloInterfaces/INeutralIDTool.h index 20365f61d2045d4e84b70a6e920ff1a20d749965..beb5fc8c6ced3678c4b16c4312655bd24a5bd1b9 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/INeutralIDTool.h +++ b/Calo/CaloInterfaces/CaloInterfaces/INeutralIDTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 INEUTRALIDTOOL_H #define INEUTRALIDTOOL_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/IPart2Calo.h b/Calo/CaloInterfaces/CaloInterfaces/IPart2Calo.h index 66c4820ec529362f80aa51cd30fcc2b0d56a0cf2..d50b2341b8dc22a3da00f464080a6434f5407aa0 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/IPart2Calo.h +++ b/Calo/CaloInterfaces/CaloInterfaces/IPart2Calo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IPART2CALO_H #define IPART2CALO_H 1 diff --git a/Calo/CaloInterfaces/CaloInterfaces/ITrack2Calo.h b/Calo/CaloInterfaces/CaloInterfaces/ITrack2Calo.h index ee734b59e0e08ea597d31adbc58b96e3d62349d8..d4cc754aa7e07310b9577b5381807c1a187b7461 100644 --- a/Calo/CaloInterfaces/CaloInterfaces/ITrack2Calo.h +++ b/Calo/CaloInterfaces/CaloInterfaces/ITrack2Calo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ITRACK2CALO_H #define ITRACK2CALO_H 1 diff --git a/Calo/CaloInterfaces/dict/CaloInterfacesDict.h b/Calo/CaloInterfaces/dict/CaloInterfacesDict.h index 412db97b711ceb8602625b1ba2fefc325840d2e0..9d61905130c429070ce302dabb0a0ee66fd40ab9 100644 --- a/Calo/CaloInterfaces/dict/CaloInterfacesDict.h +++ b/Calo/CaloInterfaces/dict/CaloInterfacesDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CaloInterfacesDict.h,v 1.11 2009-11-13 14:08:28 cattanem Exp $ #ifndef DICT_CALOINTERFACESDICT_H #define DICT_CALOINTERFACESDICT_H 1 diff --git a/Calo/CaloInterfaces/dict/CaloInterfacesDict.xml b/Calo/CaloInterfaces/dict/CaloInterfacesDict.xml index 9660fe1ee1c81fcb719969fd618676b1507e4035..664e50deba527b129b3c6b97c6967edd8df17224 100755 --- a/Calo/CaloInterfaces/dict/CaloInterfacesDict.xml +++ b/Calo/CaloInterfaces/dict/CaloInterfacesDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "ICounterLevel" /> diff --git a/Calo/CaloKernel/CMakeLists.txt b/Calo/CaloKernel/CMakeLists.txt index 80e0784b02d5543b7c95daecc3aa3b00b0490cd9..bd1e54944368b0396eed267955f97a6eeb3fe7ca 100644 --- a/Calo/CaloKernel/CMakeLists.txt +++ b/Calo/CaloKernel/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: CaloKernel ################################################################################ diff --git a/Calo/CaloKernel/CaloKernel/CaloException.h b/Calo/CaloKernel/CaloKernel/CaloException.h index e01cb3c0a82ba10a603818ba1e3fab6e292633ee..c9a8fc9fd73b485ff1d61a4e5e75277fef8e3fc3 100644 --- a/Calo/CaloKernel/CaloKernel/CaloException.h +++ b/Calo/CaloKernel/CaloKernel/CaloException.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOKERNEL_CALOEXCEPTION_H #define CALOKERNEL_CALOEXCEPTION_H 1 diff --git a/Calo/CaloKernel/CaloKernel/CaloVector.h b/Calo/CaloKernel/CaloKernel/CaloVector.h index e13646a40f002511edf36e555177eed995cb9835..639362db1f6257974fd52b350a5cdc57743a3234 100644 --- a/Calo/CaloKernel/CaloKernel/CaloVector.h +++ b/Calo/CaloKernel/CaloKernel/CaloVector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOKERNEL_CALOVECTOR_H #define CALOKERNEL_CALOVECTOR_H 1 diff --git a/Calo/CaloKernel/CaloKernel/InputStreamIterator.h b/Calo/CaloKernel/CaloKernel/InputStreamIterator.h index 239f0207b29eaa84c71405db0115a4866be7126a..5d726a3bc155e2a974bd9d1639e19b276c11345e 100644 --- a/Calo/CaloKernel/CaloKernel/InputStreamIterator.h +++ b/Calo/CaloKernel/CaloKernel/InputStreamIterator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOKERNEL_INPUTSTREAMITERATOR_H #define CALOKERNEL_INPUTSTREAMITERATOR_H 1 diff --git a/Calo/CaloKernel/python/CaloKernel/ConfUtils.py b/Calo/CaloKernel/python/CaloKernel/ConfUtils.py index 06f77b71a100d4950d64d7799895401f323873b0..1ba1a7f7aa084760686a2969aa92b183a396f67a 100755 --- a/Calo/CaloKernel/python/CaloKernel/ConfUtils.py +++ b/Calo/CaloKernel/python/CaloKernel/ConfUtils.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: ConfUtils.py,v 1.4 2010-03-08 01:56:45 odescham Exp $ # ============================================================================= diff --git a/Calo/CaloKernel/src/Test/CaloKernelTest.cpp b/Calo/CaloKernel/src/Test/CaloKernelTest.cpp index 9c326d4968cb9e205398aea27e7b0f6136e85d6c..c9ec2d2907677174983c016abb3224070caef5f9 100644 --- a/Calo/CaloKernel/src/Test/CaloKernelTest.cpp +++ b/Calo/CaloKernel/src/Test/CaloKernelTest.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // STD & STL #include <iostream> diff --git a/Calo/CaloUtils/CMakeLists.txt b/Calo/CaloUtils/CMakeLists.txt index ba251637042460434d07dff26087c5e2f436a451..65e9babd8adb94958fa35797c0c31bc8299eb462 100644 --- a/Calo/CaloUtils/CMakeLists.txt +++ b/Calo/CaloUtils/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: CaloUtils ################################################################################ diff --git a/Calo/CaloUtils/CaloUtils/Calo2Dview.h b/Calo/CaloUtils/CaloUtils/Calo2Dview.h index df9b7d54d349fed2b59aebf890322475b36e35f2..475ca9af61010215c14be4acf71648e0f7fa0c8f 100644 --- a/Calo/CaloUtils/CaloUtils/Calo2Dview.h +++ b/Calo/CaloUtils/CaloUtils/Calo2Dview.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODAQ_CALO2DVIEW_H #define CALODAQ_CALO2DVIEW_H 1 diff --git a/Calo/CaloUtils/CaloUtils/Calo2MC.h b/Calo/CaloUtils/CaloUtils/Calo2MC.h index e1f690fa84a46ea425703380d3cbb290718563b0..91db6e3d4e604de2983b2b241cffe9dc9dbaa8c8 100644 --- a/Calo/CaloUtils/CaloUtils/Calo2MC.h +++ b/Calo/CaloUtils/CaloUtils/Calo2MC.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALO2MC_H #define CALO2MC_H 1 #include "Event/CaloHypo.h" diff --git a/Calo/CaloUtils/CaloUtils/Calo2Track.h b/Calo/CaloUtils/CaloUtils/Calo2Track.h index 1331a61f6e0151d76e2553a09952b58c9ea940d8..38f1710dd7bbb75c4b719e33bf081d76a31d4b72 100644 --- a/Calo/CaloUtils/CaloUtils/Calo2Track.h +++ b/Calo/CaloUtils/CaloUtils/Calo2Track.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALO2TRACK_H #define CALO2TRACK_H 1 diff --git a/Calo/CaloUtils/CaloUtils/CaloAlgUtils.h b/Calo/CaloUtils/CaloUtils/CaloAlgUtils.h index 7d1c60e4504ccccf555dc92e620a50f76398ad3a..844b8bde5538ccb617c556c455bb0b9bb0da7140 100644 --- a/Calo/CaloUtils/CaloUtils/CaloAlgUtils.h +++ b/Calo/CaloUtils/CaloUtils/CaloAlgUtils.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOUTILS_CALOALGUTILS_H #define CALOUTILS_CALOALGUTILS_H 1 diff --git a/Calo/CaloUtils/CaloUtils/CaloCellIDAsProperty.h b/Calo/CaloUtils/CaloUtils/CaloCellIDAsProperty.h index 4500faefa776fab3297d829a3debfb722a857406..7a5f1fdc0dd510809db1beaf9d6e18db902d38a9 100644 --- a/Calo/CaloUtils/CaloUtils/CaloCellIDAsProperty.h +++ b/Calo/CaloUtils/CaloUtils/CaloCellIDAsProperty.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOUTILS_CALOCELLIDASPROPERTY_H #define CALOUTILS_CALOCELLIDASPROPERTY_H 1 diff --git a/Calo/CaloUtils/CaloUtils/CaloDataFunctor.h b/Calo/CaloUtils/CaloUtils/CaloDataFunctor.h index db4127305a3e09b82cbacfbbf89965137d411d00..ecb094c52457f85ce37a57abee9ee511ec974022 100644 --- a/Calo/CaloUtils/CaloUtils/CaloDataFunctor.h +++ b/Calo/CaloUtils/CaloUtils/CaloDataFunctor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOUTILS_CALODATAFUNCTOR_H #define CALOUTILS_CALODATAFUNCTOR_H 1 // ============================================================================ diff --git a/Calo/CaloUtils/CaloUtils/CaloMCTools.h b/Calo/CaloUtils/CaloUtils/CaloMCTools.h index 4d080be83e352e97a2b97fcc8e7fde8a275304be..b19ec8cd82e44d1960f682531a72bc802f17188c 100644 --- a/Calo/CaloUtils/CaloUtils/CaloMCTools.h +++ b/Calo/CaloUtils/CaloUtils/CaloMCTools.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_CALOMCTOOLS_H #define EVENT_CALOMCTOOLS_H 1 diff --git a/Calo/CaloUtils/CaloUtils/CaloMCTools1.h b/Calo/CaloUtils/CaloUtils/CaloMCTools1.h index 691efaec34dc8c4f0bda0fcd267ba35132be2f67..61f010b3640d7a2930fefbbfa86d548dfcbdae57 100644 --- a/Calo/CaloUtils/CaloUtils/CaloMCTools1.h +++ b/Calo/CaloUtils/CaloUtils/CaloMCTools1.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_CALOMCTOOLS1_H #define EVENT_CALOMCTOOLS1_H 1 diff --git a/Calo/CaloUtils/CaloUtils/CaloMomentum.h b/Calo/CaloUtils/CaloUtils/CaloMomentum.h index 1d791793e8dea2978d3a3eed346bd2c3cc09eeb4..e973eb9cd34a9beaa5cad4b20b8cf7379a41f977 100644 --- a/Calo/CaloUtils/CaloUtils/CaloMomentum.h +++ b/Calo/CaloUtils/CaloUtils/CaloMomentum.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CaloUtils_CaloMomentum_H #define CaloUtils_CaloMomentum_H 1 // ============================================================================ diff --git a/Calo/CaloUtils/CaloUtils/CaloNeighbours.h b/Calo/CaloUtils/CaloUtils/CaloNeighbours.h index 0114d0d1231e01ccef635094bf1daaa2ed151dc3..e3991388e5aa0f744c0695c01b3ce1cdf8bd799b 100644 --- a/Calo/CaloUtils/CaloUtils/CaloNeighbours.h +++ b/Calo/CaloUtils/CaloUtils/CaloNeighbours.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOUTILS_CALONEIGHBOURS_H #define CALOUTILS_CALONEIGHBOURS_H 1 diff --git a/Calo/CaloUtils/CaloUtils/CaloParticle.h b/Calo/CaloUtils/CaloUtils/CaloParticle.h index 2bf7baa5b1d69ee7dc26915d6f1b94fc2452b0f8..17470ce85040ef5613f004fa57af2fdac8a71122 100644 --- a/Calo/CaloUtils/CaloUtils/CaloParticle.h +++ b/Calo/CaloUtils/CaloUtils/CaloParticle.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RecEvent_CaloParticle_H #define RecEvent_CaloParticle_H 1 diff --git a/Calo/CaloUtils/CaloUtils/CaloUtils.h b/Calo/CaloUtils/CaloUtils/CaloUtils.h index 5dbceabde964dd4f39e7ac8e44d1b7621d024e87..c9c7bbcd524059d1d0df25d069316da4ad5620b9 100644 --- a/Calo/CaloUtils/CaloUtils/CaloUtils.h +++ b/Calo/CaloUtils/CaloUtils/CaloUtils.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOUTILS_CALOUTILS_H #define CALOUTILS_CALOUTILS_H 1 diff --git a/Calo/CaloUtils/CaloUtils/CellMatrix.h b/Calo/CaloUtils/CaloUtils/CellMatrix.h index 4ae13d8577753346a40005ff8e57325c4e8a66df..b35e33a65cf713580d36f309bfc0b50cb36cce3a 100644 --- a/Calo/CaloUtils/CaloUtils/CellMatrix.h +++ b/Calo/CaloUtils/CaloUtils/CellMatrix.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOUTILS_CELLMATRIX_H #define CALOUTILS_CELLMATRIX_H 1 diff --git a/Calo/CaloUtils/CaloUtils/CellMatrix2x2.h b/Calo/CaloUtils/CaloUtils/CellMatrix2x2.h index a7565ca9e0ec3060ee8af2d0b46414231e7e2f75..58b03c634112d39f17f481c3baf9e3e471cfea57 100644 --- a/Calo/CaloUtils/CaloUtils/CellMatrix2x2.h +++ b/Calo/CaloUtils/CaloUtils/CellMatrix2x2.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOUTILS_CELLMATRIX2X2_H #define CALOUTILS_CELLMATRIX2X2_H 1 diff --git a/Calo/CaloUtils/CaloUtils/CellMatrix3x3.h b/Calo/CaloUtils/CaloUtils/CellMatrix3x3.h index 7658ab6035bac84eec28cd8e037a28be26fd8643..d3ab049a0ee7f51b21a8c4e7d9b7622a742afba9 100644 --- a/Calo/CaloUtils/CaloUtils/CellMatrix3x3.h +++ b/Calo/CaloUtils/CaloUtils/CellMatrix3x3.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOUTILS_CELLMATRIX3X3_H #define CALOUTILS_CELLMATRIX3X3_H 1 // Include files diff --git a/Calo/CaloUtils/CaloUtils/CellNeighbour.h b/Calo/CaloUtils/CaloUtils/CellNeighbour.h index 407d52c82498ac645e46ae66dbba114d8953e8af..7d127a0012b9fc2b047a04e1eac33c9023a5dcb0 100644 --- a/Calo/CaloUtils/CaloUtils/CellNeighbour.h +++ b/Calo/CaloUtils/CaloUtils/CellNeighbour.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOUTILS_CELLNEIGHBOUR_H #define CALOUTILS_CELLNEIGHBOUR_H 1 // Include files diff --git a/Calo/CaloUtils/CaloUtils/CellSelector.h b/Calo/CaloUtils/CaloUtils/CellSelector.h index 6a374c5b9e645b949c6f169a2216d372f672d0d5..2000f713d67ba836c733148643001cad5f824cb1 100644 --- a/Calo/CaloUtils/CaloUtils/CellSelector.h +++ b/Calo/CaloUtils/CaloUtils/CellSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOUTILS_CELLSELECTOR_H #define CALOUTILS_CELLSELECTOR_H 1 #include "CaloUtils/CellMatrix.h" diff --git a/Calo/CaloUtils/CaloUtils/CellSwissCross.h b/Calo/CaloUtils/CaloUtils/CellSwissCross.h index 222c14f0a9fe25ee9b0eb5ec5984df740c0d681f..b7d67744d1036763230bfee27a06e6bbae421230 100644 --- a/Calo/CaloUtils/CaloUtils/CellSwissCross.h +++ b/Calo/CaloUtils/CaloUtils/CellSwissCross.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOUTILS_CELLSWISSCROSS_H #define CALOUTILS_CELLSWISSCROSS_H 1 // Include files diff --git a/Calo/CaloUtils/CaloUtils/ClusterFunctors.h b/Calo/CaloUtils/CaloUtils/ClusterFunctors.h index 1544cccbd3a9c5cd3bf05166b84a5b1cbd158d0f..5ba050c52114b221912df7f40882af98920bfbd5 100644 --- a/Calo/CaloUtils/CaloUtils/ClusterFunctors.h +++ b/Calo/CaloUtils/CaloUtils/ClusterFunctors.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOUTILS_CLUSTERFUNCTORS_H #define CALOUTILS_CLUSTERFUNCTORS_H 1 diff --git a/Calo/CaloUtils/CaloUtils/CovarianceEstimator.h b/Calo/CaloUtils/CaloUtils/CovarianceEstimator.h index 388ce2588dcff6071f3cb2be3ca68918fd17239c..14b9e12de46eb752cd2d15eab5f53038a4a2e529 100644 --- a/Calo/CaloUtils/CaloUtils/CovarianceEstimator.h +++ b/Calo/CaloUtils/CaloUtils/CovarianceEstimator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOALGS_COVARIANCEESTIMATOR_H #define CALOALGS_COVARIANCEESTIMATOR_H 1 diff --git a/Calo/CaloUtils/CaloUtils/Digit2ClustersConnector.h b/Calo/CaloUtils/CaloUtils/Digit2ClustersConnector.h index f305b03df0d8bc73c7124e7c552ffa3893982857..341cc4bbc7167a170360040711310fd92b8817ab 100644 --- a/Calo/CaloUtils/CaloUtils/Digit2ClustersConnector.h +++ b/Calo/CaloUtils/CaloUtils/Digit2ClustersConnector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOEVENT_DIGIT2CLUSTERSCONNECTOR_H #define CALOEVENT_DIGIT2CLUSTERSCONNECTOR_H 1 diff --git a/Calo/CaloUtils/CaloUtils/ICaloElectron.h b/Calo/CaloUtils/CaloUtils/ICaloElectron.h index ded5cc80fe677baf5f26ddf556aabb765a2f2156..6a67abb978e980e59c8e61c0e3d5ed312b1c2eec 100644 --- a/Calo/CaloUtils/CaloUtils/ICaloElectron.h +++ b/Calo/CaloUtils/CaloUtils/ICaloElectron.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALOELECTRON_H #define ICALOELECTRON_H 1 diff --git a/Calo/CaloUtils/CaloUtils/Kinematics.h b/Calo/CaloUtils/CaloUtils/Kinematics.h index eff3cd19e57139b72c620e7080de71ce8a7096ce..1c99ae8b8ec9cff7aef0d26e07693da00ef005d4 100644 --- a/Calo/CaloUtils/CaloUtils/Kinematics.h +++ b/Calo/CaloUtils/CaloUtils/Kinematics.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOUTILS_KINEMATICS_H #define CALOUTILS_KINEMATICS_H 1 diff --git a/Calo/CaloUtils/CaloUtils/SharedCells.h b/Calo/CaloUtils/CaloUtils/SharedCells.h index 7870915ff14c87712860c97bbca7ef7dfe7465bd..4a99d413e9931d6745484e2ba4ab153a54218725 100644 --- a/Calo/CaloUtils/CaloUtils/SharedCells.h +++ b/Calo/CaloUtils/CaloUtils/SharedCells.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOUTILS_SHAREDCELLS_H #define CALOUTILS_SHAREDCELLS_H 1 diff --git a/Calo/CaloUtils/CaloUtils/SpreadEstimator.h b/Calo/CaloUtils/CaloUtils/SpreadEstimator.h index 5cb069f4436aee70e88ce0d5c2e110f4f23f1eed..92301f24b99c1fbba29e44b0db301baf4a44aa07 100644 --- a/Calo/CaloUtils/CaloUtils/SpreadEstimator.h +++ b/Calo/CaloUtils/CaloUtils/SpreadEstimator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOUTILS_SPREADESTIMATOR_H #define CALOUTILS_SPREADESTIMATOR_H 1 // ============================================================================ diff --git a/Calo/CaloUtils/dict/CaloUtils.xml b/Calo/CaloUtils/dict/CaloUtils.xml index 7b07b552f84d35cd0eeebfd465b3c3c3b0a8b190..deb386d74104eddc004b9416344030dc82716b3e 100644 --- a/Calo/CaloUtils/dict/CaloUtils.xml +++ b/Calo/CaloUtils/dict/CaloUtils.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: CaloUtils.xml,v 1.5 2010-03-18 13:58:42 ibelyaev Exp $ * ======================================================================== diff --git a/Calo/CaloUtils/dict/CaloUtilsDict.h b/Calo/CaloUtils/dict/CaloUtilsDict.h index 1d85a700baff4a2a87d8ff47fc1d80ffca0b3b8d..daa0399f71107e95c6958beb600562b93176be81 100644 --- a/Calo/CaloUtils/dict/CaloUtilsDict.h +++ b/Calo/CaloUtils/dict/CaloUtilsDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CaloUtilsDict.h,v 1.5 2010-03-18 13:58:42 ibelyaev Exp $ // ============================================================================ // CVS Tag $Name: not supported by cvs2svn $ , version $Revision: 1.5 $ diff --git a/Calo/CaloUtils/python/CaloUtils/CellID.py b/Calo/CaloUtils/python/CaloUtils/CellID.py index 3d69f74e76b52cffd63b04751d22934de58d8823..d9863b2949b43a64cc7b9b1a47fa6b4ccb0daa47 100755 --- a/Calo/CaloUtils/python/CaloUtils/CellID.py +++ b/Calo/CaloUtils/python/CaloUtils/CellID.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 CaloUtils/CellID.py # Helper module to perform some decorations for CaloCellID objects diff --git a/Calo/CaloUtils/python/CaloUtils/Utils.py b/Calo/CaloUtils/python/CaloUtils/Utils.py index dde5b74d056671cb26ba0d6bb4caf2d932b5f1aa..7a0907dd4fe19dc294ffbe878f5182b2874cfed7 100755 --- a/Calo/CaloUtils/python/CaloUtils/Utils.py +++ b/Calo/CaloUtils/python/CaloUtils/Utils.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 CaloUtils/Utils.py # Helper module to perform some decorations for Calorimeter objects diff --git a/Calo/CaloUtils/src/Calo2Dview.cpp b/Calo/CaloUtils/src/Calo2Dview.cpp index dd9cf82ced0874729029f88294c9bff22e5a450b..9e5bfd1cc90fe8f614ca68e6e54788bf12fc20d4 100644 --- a/Calo/CaloUtils/src/Calo2Dview.cpp +++ b/Calo/CaloUtils/src/Calo2Dview.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Calo/CaloUtils/src/CaloAlgUtils.cpp b/Calo/CaloUtils/src/CaloAlgUtils.cpp index 78c005557d4679668e1dadf0c332dc85cb85e2ed..a333e63d626fdaf10af45eb399d954cb4ecb0685 100644 --- a/Calo/CaloUtils/src/CaloAlgUtils.cpp +++ b/Calo/CaloUtils/src/CaloAlgUtils.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <algorithm> #include "Event/ProtoParticle.h" #include "CaloDet/DeCalorimeter.h" diff --git a/Calo/CaloUtils/src/CaloCellIDAsProperty.cpp b/Calo/CaloUtils/src/CaloCellIDAsProperty.cpp index a10d42e094351c442a9f6fb47ffc4448ea05ec8c..8e27b782a6b4c8a947b3a071ada20690ce4f7493 100644 --- a/Calo/CaloUtils/src/CaloCellIDAsProperty.cpp +++ b/Calo/CaloUtils/src/CaloCellIDAsProperty.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Calo/CaloUtils/src/CaloMomentum.cpp b/Calo/CaloUtils/src/CaloMomentum.cpp index 3feeaa50c3bda5677b1f3711daeaf0e43a637c14..c7afd7f1aec3926bc74a7e0bca1cf5046883176d 100644 --- a/Calo/CaloUtils/src/CaloMomentum.cpp +++ b/Calo/CaloUtils/src/CaloMomentum.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Calo/CaloUtils/src/CaloNeighbours.cpp b/Calo/CaloUtils/src/CaloNeighbours.cpp index 28db46f56e5d4ba7d13f4eb98bdf43d4bed8f051..f8db0eeeb62fc09ff032bdd52fa2ef902b009731 100644 --- a/Calo/CaloUtils/src/CaloNeighbours.cpp +++ b/Calo/CaloUtils/src/CaloNeighbours.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Calo/CaloUtils/src/CaloParticle.cpp b/Calo/CaloUtils/src/CaloParticle.cpp index b88b6c75a0ac624d0b4301aae51296c97e367b8d..d50653799ed58db000803bd991d293977dec75c3 100644 --- a/Calo/CaloUtils/src/CaloParticle.cpp +++ b/Calo/CaloUtils/src/CaloParticle.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Calo/CaloUtils/src/CaloUtils.cpp b/Calo/CaloUtils/src/CaloUtils.cpp index 401bdd07b4e6b57bcb161595c4de630e3ed1fc8a..7bfc860f5eecda2f2db43c56ea5163d013e51a27 100644 --- a/Calo/CaloUtils/src/CaloUtils.cpp +++ b/Calo/CaloUtils/src/CaloUtils.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Calo/CaloUtils/src/CellMatrix.cpp b/Calo/CaloUtils/src/CellMatrix.cpp index d49592ed9ecbc9d60c5f345ee810f9ff64e4e6ba..ae1d3204c8579a5651b38242b729df5b494047f8 100644 --- a/Calo/CaloUtils/src/CellMatrix.cpp +++ b/Calo/CaloUtils/src/CellMatrix.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // CaloKernel diff --git a/Calo/CaloUtils/src/CellMatrix2x2.cpp b/Calo/CaloUtils/src/CellMatrix2x2.cpp index f5f300f353e9076b1c53d471965bfce3e440db7c..27627e63efca58b74879b94690d0199fb0d43ee0 100644 --- a/Calo/CaloUtils/src/CellMatrix2x2.cpp +++ b/Calo/CaloUtils/src/CellMatrix2x2.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "CaloDet/DeCalorimeter.h" diff --git a/Calo/CaloUtils/src/CellMatrix3x3.cpp b/Calo/CaloUtils/src/CellMatrix3x3.cpp index bd656253528417d17a899e379795c95d3f119660..2a85d5c73a1e31181c6a38d3b075caa0c0c616f6 100644 --- a/Calo/CaloUtils/src/CellMatrix3x3.cpp +++ b/Calo/CaloUtils/src/CellMatrix3x3.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "CaloDet/DeCalorimeter.h" diff --git a/Calo/CaloUtils/src/CellNeighbour.cpp b/Calo/CaloUtils/src/CellNeighbour.cpp index 918e91cfbf77718d880e22fdafef3f999589a235..8e1288a189abf9b8a29055d6b3ae88b69d486cbb 100644 --- a/Calo/CaloUtils/src/CellNeighbour.cpp +++ b/Calo/CaloUtils/src/CellNeighbour.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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> diff --git a/Calo/CaloUtils/src/CellSelector.cpp b/Calo/CaloUtils/src/CellSelector.cpp index 870ed9b823629643e4f7bee7a296cbdbcd76859b..94286454ce0fd6ec45e4c14650ff110a3931b61c 100644 --- a/Calo/CaloUtils/src/CellSelector.cpp +++ b/Calo/CaloUtils/src/CellSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "CaloDet/DeCalorimeter.h" #include "CaloUtils/CellSelector.h" // constructor diff --git a/Calo/CaloUtils/src/CellSwissCross.cpp b/Calo/CaloUtils/src/CellSwissCross.cpp index e871e26e751a97a153f18ad08ec3a1563897c686..8be12bb7bb5c608609dd801e9950318c9323fc95 100644 --- a/Calo/CaloUtils/src/CellSwissCross.cpp +++ b/Calo/CaloUtils/src/CellSwissCross.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // CaloDet diff --git a/Calo/CaloUtils/src/ClusterFunctors.cpp b/Calo/CaloUtils/src/ClusterFunctors.cpp index 5564a72708457221adc7ba6c665d9486a809424f..78cbe77a3162d6369e497e81a320971c804654eb 100644 --- a/Calo/CaloUtils/src/ClusterFunctors.cpp +++ b/Calo/CaloUtils/src/ClusterFunctors.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOUTILS_CLUSTERFUNCTORS_CPP 1 // =========================================================================== diff --git a/Calo/CaloUtils/src/CovarianceEstimator.cpp b/Calo/CaloUtils/src/CovarianceEstimator.cpp index d93080f8b9cce497bc449da0fdf93b935643ac8e..9215b752a38de5b65239176abc6fc20f9789289f 100644 --- a/Calo/CaloUtils/src/CovarianceEstimator.cpp +++ b/Calo/CaloUtils/src/CovarianceEstimator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/ToStream.h" diff --git a/Calo/CaloUtils/src/Digit2ClustersConnector.cpp b/Calo/CaloUtils/src/Digit2ClustersConnector.cpp index 41c19a5cbc2f09a06a4fe4b314c6ca36ed1707f8..21e30106440f6652e5071d3272a5de369b1b06c3 100644 --- a/Calo/CaloUtils/src/Digit2ClustersConnector.cpp +++ b/Calo/CaloUtils/src/Digit2ClustersConnector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOUTILS_DIGIT2CLUSTERSCONNECTOR_CPP 1 // =========================================================================== diff --git a/Calo/CaloUtils/src/Kinematics.cpp b/Calo/CaloUtils/src/Kinematics.cpp index b7260c21b9e9fe82518e0d45fb08e51b2152540a..96dcd6d98058cee13ff36e717bd273484a2f9557 100644 --- a/Calo/CaloUtils/src/Kinematics.cpp +++ b/Calo/CaloUtils/src/Kinematics.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Calo/CaloUtils/src/SpreadEstimator.cpp b/Calo/CaloUtils/src/SpreadEstimator.cpp index 3666b2f4a0252df66fe43d96e997ab7867d08bb8..16475dcdf998245f0307c6cb1027f7303b6b78a1 100644 --- a/Calo/CaloUtils/src/SpreadEstimator.cpp +++ b/Calo/CaloUtils/src/SpreadEstimator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/CaloFuture/CaloFutureDAQ/CMakeLists.txt b/CaloFuture/CaloFutureDAQ/CMakeLists.txt index 40c77c232211c2fcf5f7a77d3256d7a81bf4b59e..66a78083a8692cf06f9b97ac43abed5d1ecd7a2f 100644 --- a/CaloFuture/CaloFutureDAQ/CMakeLists.txt +++ b/CaloFuture/CaloFutureDAQ/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: CaloFutureDAQ ################################################################################ diff --git a/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureDataProvider.h b/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureDataProvider.h index 301d6401e6202ef9d3d05fe6c8baaa4c0746af66..a8970b2db73ed249ad820ce6d57fcb76fbe65ae4 100644 --- a/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureDataProvider.h +++ b/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureDataProvider.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREDAQ_ICALOFUTUREDATAPROVIDER_H #define CALOFUTUREDAQ_ICALOFUTUREDATAPROVIDER_H 1 diff --git a/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureDigitFilterTool.h b/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureDigitFilterTool.h index e3ef5c68ddb5f1854d47fe1c6c8a4b65a34fc288..20e2d02fe21fcc9cd40cf2a804160dc58bfbb788 100644 --- a/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureDigitFilterTool.h +++ b/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureDigitFilterTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALOFUTUREDIGITFILTERTOOL_H #define ICALOFUTUREDIGITFILTERTOOL_H 1 diff --git a/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureEnergyFromRaw.h b/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureEnergyFromRaw.h index 5b10e1cfeb1921c1ce0273288110df98671038eb..4e71b0e1971e3f93e97ad675057d73f08346034b 100644 --- a/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureEnergyFromRaw.h +++ b/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureEnergyFromRaw.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREDAQ_ICALOFUTUREENERGYFROMRAW_H #define CALOFUTUREDAQ_ICALOFUTUREENERGYFROMRAW_H 1 diff --git a/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureL0DataProvider.h b/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureL0DataProvider.h index 0fbce545f1824f0c8b7332619b94ff1f809f08fc..428620d664f95906fc91aacd22c139a09589335d 100644 --- a/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureL0DataProvider.h +++ b/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureL0DataProvider.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREDAQ_ICALOFUTUREL0DATAPROVIDER_H #define CALOFUTUREDAQ_ICALOFUTUREL0DATAPROVIDER_H 1 diff --git a/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureReadoutTool.h b/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureReadoutTool.h index 5ec7990f0ea2e5f2aaa47ae33a1445d07894a425..3445e197eb6630fdf77796e0d6899e88e7761b12 100644 --- a/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureReadoutTool.h +++ b/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureReadoutTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREDAQ_ICALOFUTUREREADOUTTOOL_H #define CALOFUTUREDAQ_ICALOFUTUREREADOUTTOOL_H 1 diff --git a/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureTriggerAdcsFromRaw.h b/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureTriggerAdcsFromRaw.h index 3fe73d0797af2647697be28ee9a39d85569009d8..467e92f996fdc7ebd51fd53ca0d8e3bebb8172c7 100644 --- a/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureTriggerAdcsFromRaw.h +++ b/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureTriggerAdcsFromRaw.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREDAQ_ICALOFUTURETRIGGERADCSFROMRAW_H #define CALOFUTUREDAQ_ICALOFUTURETRIGGERADCSFROMRAW_H 1 diff --git a/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureTriggerBitsFromRaw.h b/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureTriggerBitsFromRaw.h index d50c82bb2473ca4b4c278970d29d886d87a7665d..a9f07f97082e281a3c38a8a0f0a430344a5742c1 100644 --- a/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureTriggerBitsFromRaw.h +++ b/CaloFuture/CaloFutureDAQ/CaloFutureDAQ/ICaloFutureTriggerBitsFromRaw.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREDAQ_ICALOFUTURETRIGGERBITSFROMRAW_H #define CALOFUTUREDAQ_ICALOFUTURETRIGGERBITSFROMRAW_H 1 diff --git a/CaloFuture/CaloFutureDAQ/dict/CaloFutureDAQDict.h b/CaloFuture/CaloFutureDAQ/dict/CaloFutureDAQDict.h index e695a9ff9523a7afc0279ab27f578e633d99b121..7003c587e767ca0135a8a4f3ba900c1e71cdf42a 100644 --- a/CaloFuture/CaloFutureDAQ/dict/CaloFutureDAQDict.h +++ b/CaloFuture/CaloFutureDAQ/dict/CaloFutureDAQDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_CALOFUTUREDAQDICT_H #define DICT_CALOFUTUREDAQDICT_H 1 diff --git a/CaloFuture/CaloFutureDAQ/dict/CaloFutureDAQDict.xml b/CaloFuture/CaloFutureDAQ/dict/CaloFutureDAQDict.xml index cd36bc07dee479900c7151e04e0d53db4da91a90..c315a81a9b7bea41f7726fc7677caa97d4a4089a 100644 --- a/CaloFuture/CaloFutureDAQ/dict/CaloFutureDAQDict.xml +++ b/CaloFuture/CaloFutureDAQ/dict/CaloFutureDAQDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "ICaloFutureDataProvider" /> diff --git a/CaloFuture/CaloFutureDAQ/python/CaloFutureDAQ/CaloFutureDigits.py b/CaloFuture/CaloFutureDAQ/python/CaloFutureDAQ/CaloFutureDigits.py index b85a6269245c56654043e78b5e25604fd7f91681..ec874de5505fa5a1ecc3a6996fc51cd04004d29f 100644 --- a/CaloFuture/CaloFutureDAQ/python/CaloFutureDAQ/CaloFutureDigits.py +++ b/CaloFuture/CaloFutureDAQ/python/CaloFutureDAQ/CaloFutureDigits.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 CaloFutureDAQ/CaloFutureDigits.py # The configuration for CaloFutureDigits diff --git a/CaloFuture/CaloFutureDAQ/python/CaloFutureDAQ/Configuration.py b/CaloFuture/CaloFutureDAQ/python/CaloFutureDAQ/Configuration.py index c1e480255e6108aa9c0b065b89b5e917cb46a982..b79646d6404a3ab5b4ee2f0234606b4f0d87aa96 100644 --- a/CaloFuture/CaloFutureDAQ/python/CaloFutureDAQ/Configuration.py +++ b/CaloFuture/CaloFutureDAQ/python/CaloFutureDAQ/Configuration.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 CaloFutureDAQ/Configuration.py # The configuration for CaloFutureDigits diff --git a/CaloFuture/CaloFutureDAQ/python/CaloFutureDAQ/__init__.py b/CaloFuture/CaloFutureDAQ/python/CaloFutureDAQ/__init__.py index 023584031be50ac550f5a193f92d39a583f2ae86..f2c8bcdbe8d628da6d0e551b85ec839111178281 100644 --- a/CaloFuture/CaloFutureDAQ/python/CaloFutureDAQ/__init__.py +++ b/CaloFuture/CaloFutureDAQ/python/CaloFutureDAQ/__init__.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: __init__.py,v 1.1 2009-10-27 14:25:15 ibelyaev Exp $ # ============================================================================= ## @file CaloFutureDAQ/__init__.py diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureAdcFromRaw.cpp b/CaloFuture/CaloFutureDAQ/src/CaloFutureAdcFromRaw.cpp index ae12b36a8e2ea37fae79fd68cdcee5af87a49039..389aa749cab014b81a5127f933cde87262e42dc6 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureAdcFromRaw.cpp +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureAdcFromRaw.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/CaloFuture/CaloFutureDAQ/src/CaloFutureAdcFromRaw.h b/CaloFuture/CaloFutureDAQ/src/CaloFutureAdcFromRaw.h index 9935d208099b1cab87f25aabe999aa58de11e850..d2e4d83ab0f549fe9fb41a2e514c4af9ef715b59 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureAdcFromRaw.h +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureAdcFromRaw.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREADCFROMRAW_H #define CALOFUTUREADCFROMRAW_H 1 diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureDataProvider.cpp b/CaloFuture/CaloFutureDAQ/src/CaloFutureDataProvider.cpp index 6ce66099cea9f94a7ea495fa8e3b7aade36610cc..f20aa6c904e24032d712d163194f14adceb73b73 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureDataProvider.cpp +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureDataProvider.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/CaloFuture/CaloFutureDAQ/src/CaloFutureDataProvider.h b/CaloFuture/CaloFutureDAQ/src/CaloFutureDataProvider.h index fd6fdf3201706f7f96d78c95cd73ed66b6684d54..bb564672edf4c579d4e46624a333013eef22ef55 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureDataProvider.h +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureDataProvider.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREDATAPROVIDER_H #define CALOFUTUREDATAPROVIDER_H 1 diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureDataProviderFromTES.cpp b/CaloFuture/CaloFutureDAQ/src/CaloFutureDataProviderFromTES.cpp index 751fb6eaef2636dd35854f0ffde821b6efdfc4a5..2b3119bc63c665352877b4f57b717d371a346c00 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureDataProviderFromTES.cpp +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureDataProviderFromTES.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/CaloFuture/CaloFutureDAQ/src/CaloFutureDataProviderFromTES.h b/CaloFuture/CaloFutureDAQ/src/CaloFutureDataProviderFromTES.h index d3d5dc00a79bbb42c9e21734d22b0546ec018d35..3f9348435d09661f03c2ed8653f033169fdd68d2 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureDataProviderFromTES.h +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureDataProviderFromTES.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREDATAPROVIDERFROMTES_H #define CALOFUTUREDATAPROVIDERFROMTES_H 1 diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitFilterAlg.cpp b/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitFilterAlg.cpp index 3d1d2f46615299ad24c68e6cc20e5716eab3ad79..bf40d6021b1fd3edbe690e5dd5cc39165c668bd8 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitFilterAlg.cpp +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitFilterAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitFilterAlg.h b/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitFilterAlg.h index c62ec4819c2b5f0daa1c7a5bc7aa371e53df6612..810d060300964568729f21b0ad9e48964b5d3f54 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitFilterAlg.h +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitFilterAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREDIGITFILTERALG_H #define CALOFUTUREDIGITFILTERALG_H 1 diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitFilterTool.cpp b/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitFilterTool.cpp index 893606eb3da0b5ea8fcb3813b9edfbbf58ecf820..81490a5e4f6993ef0eb77142212bdfd53120509f 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitFilterTool.cpp +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitFilterTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "CaloFutureDigitFilterTool.h" diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitFilterTool.h b/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitFilterTool.h index 25e728bfafd5cd6d9b55ae8e17c426f7644f60d1..ba7fe3a180d1dd5816c48691ae80583e792dfcd4 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitFilterTool.h +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitFilterTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREDIGITFILTERTOOL_H #define CALOFUTUREDIGITFILTERTOOL_H 1 diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitsFromRaw.cpp b/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitsFromRaw.cpp index 5a62a9575f24d5630096779e48aba32ea56c5444..7b5285da6825c488dd87301eb2cb6264a51b3f12 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitsFromRaw.cpp +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitsFromRaw.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitsFromRaw.h b/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitsFromRaw.h index 2cb901bf012d45a60bee16f4062b54a0bd5638c9..46fe29d85cdc55883cc404f797dfd179e1e5180a 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitsFromRaw.h +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureDigitsFromRaw.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREEVENT_CALOFUTUREDIGITSFROMRAW_H #define CALOFUTUREEVENT_CALOFUTUREDIGITSFROMRAW_H 1 diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureEnergyFromRaw.cpp b/CaloFuture/CaloFutureDAQ/src/CaloFutureEnergyFromRaw.cpp index 97c91203c9e262088c3e39e25cbd3a668b7087ad..f89a7f5f36618a00c1f9f8e16002f7308202c229 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureEnergyFromRaw.cpp +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureEnergyFromRaw.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "CaloFutureEnergyFromRaw.h" diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureEnergyFromRaw.h b/CaloFuture/CaloFutureDAQ/src/CaloFutureEnergyFromRaw.h index 601154c41e1a4516721d7972f3f511831099fd6d..ac6aabcb036a9fe8fb271b097510bdfca9377d86 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureEnergyFromRaw.h +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureEnergyFromRaw.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREENERGYFROMRAW_H #define CALOFUTUREENERGYFROMRAW_H 1 diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureFillPrsSpdRawBuffer.cpp b/CaloFuture/CaloFutureDAQ/src/CaloFutureFillPrsSpdRawBuffer.cpp index 3f377742acbb4bf3e5a8d8f235854c497a93a881..4de6db8c2c648bdab8da900d4713b1977e671fb0 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureFillPrsSpdRawBuffer.cpp +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureFillPrsSpdRawBuffer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/RawEvent.h" diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureFillPrsSpdRawBuffer.h b/CaloFuture/CaloFutureDAQ/src/CaloFutureFillPrsSpdRawBuffer.h index 86b923b3274e451b406fdff16863a4b50506c309..64c97de52c6d089bdc6ac419ed7625f4b0a597ce 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureFillPrsSpdRawBuffer.h +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureFillPrsSpdRawBuffer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREFILLPRSSPDRAWBUFFER_H #define CALOFUTUREFILLPRSSPDRAWBUFFER_H 1 diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureFillRawBuffer.cpp b/CaloFuture/CaloFutureDAQ/src/CaloFutureFillRawBuffer.cpp index 7ed40b059047e63ccfe6f7a714af3fd77c2e80b0..c3a6f689b351ea1d6f3067a969be455e38d0c22c 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureFillRawBuffer.cpp +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureFillRawBuffer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/CaloAdc.h" diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureFillRawBuffer.h b/CaloFuture/CaloFutureDAQ/src/CaloFutureFillRawBuffer.h index 6af92da0cc61567f4fe28bd94877e6412a7644eb..96e63b64167d3baeecdb14e8ae79ad334b61ab1b 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureFillRawBuffer.h +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureFillRawBuffer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CaloFutureFillRawBuffer.h,v 1.7 2007-12-06 09:31:24 odescham Exp $ #ifndef CALOFUTUREFILLRAWBUFFER_H #define CALOFUTUREFILLRAWBUFFER_H 1 diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureL0DataProvider.cpp b/CaloFuture/CaloFutureDAQ/src/CaloFutureL0DataProvider.cpp index cf9f964cc15c73e38eeb7eaf0df11d102d8b115e..3d5cfbb9e53a0c919031f5e1d6165d0cfad3e8a7 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureL0DataProvider.cpp +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureL0DataProvider.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "CaloFutureL0DataProvider.h" diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureL0DataProvider.h b/CaloFuture/CaloFutureDAQ/src/CaloFutureL0DataProvider.h index e34b23a5b2a2b44520cb81a0f1fb8446dd335ae4..10ee122e02d5a3db968b412d49291e30d0398617 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureL0DataProvider.h +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureL0DataProvider.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREL0DATAPROVIDER_H #define CALOFUTUREL0DATAPROVIDER_H 1 diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureMergeTAE.cpp b/CaloFuture/CaloFutureDAQ/src/CaloFutureMergeTAE.cpp index 23cc8428504ecd92f4192c154e2dc47fa5cdf563..cfd70348ae9e28ddb78eab0e4aa9120d5ed8198e 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureMergeTAE.cpp +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureMergeTAE.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/CaloFuture/CaloFutureDAQ/src/CaloFutureMergeTAE.h b/CaloFuture/CaloFutureDAQ/src/CaloFutureMergeTAE.h index 4647ddd9880e2f97fb08be173e67d250a536dccb..77e88d8f1c648e7eb426e35172dd86b075b980f2 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureMergeTAE.h +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureMergeTAE.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREMERGETAE_H #define CALOFUTUREMERGETAE_H 1 diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureReadoutTool.cpp b/CaloFuture/CaloFutureDAQ/src/CaloFutureReadoutTool.cpp index f7ee7391188cdf951d69b53f92bf7979f22ba2cb..7c65ae4fe8533cb534977df380108bf7478d9b46 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureReadoutTool.cpp +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureReadoutTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "CaloFutureReadoutTool.h" diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureReadoutTool.h b/CaloFuture/CaloFutureDAQ/src/CaloFutureReadoutTool.h index b25a00ffb991020dbdf36e9295efebe0db35d7d2..89bdf545e373dc1c5c41337dabc6e6a8e9660b62 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureReadoutTool.h +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureReadoutTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREDAQ_CALOFUTUREREADOUTTOOL_H #define CALOFUTUREDAQ_CALOFUTUREREADOUTTOOL_H 1 diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerAdcsFromRaw.cpp b/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerAdcsFromRaw.cpp index 1ec0a9a5a7b9c19ae6bebfb37dd8ac23772e12cb..bbdf3d3937102ff333ecd7de3348e7643adb207d 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerAdcsFromRaw.cpp +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerAdcsFromRaw.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "CaloFutureTriggerAdcsFromRaw.h" diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerAdcsFromRaw.h b/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerAdcsFromRaw.h index c3e2b4b6fed8610b89b9224296d26ce46cc2062a..4f9cd0a3ecb9ddce9e24a8dcccc3ecc3c189738b 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerAdcsFromRaw.h +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerAdcsFromRaw.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTURETRIGGERADCSFROMRAW_H #define CALOFUTURETRIGGERADCSFROMRAW_H 1 diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerAdcsFromRawAlg.cpp b/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerAdcsFromRawAlg.cpp index 70996e2271e8a5ecb439557f5db2c8aa2ab2b3bb..50fd6f631f01859ce2ce15c18e682d8576596728 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerAdcsFromRawAlg.cpp +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerAdcsFromRawAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/L0CaloAdc.h" diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerAdcsFromRawAlg.h b/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerAdcsFromRawAlg.h index b178ec658b3fae0836273e25d609e8eb956a2cc6..0fef2599c0c025c5ab85676089f800fe16f90b0a 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerAdcsFromRawAlg.h +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerAdcsFromRawAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTURETRIGGERADCSFROMRAWALG_H #define CALOFUTURETRIGGERADCSFROMRAWALG_H 1 diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerBitsFromRaw.cpp b/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerBitsFromRaw.cpp index 4a4bead65cea0b90bb69409532ae10f4ca88fd91..81edb64c5bf3eb9d57a8af0195435223853a4241 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerBitsFromRaw.cpp +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerBitsFromRaw.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerBitsFromRaw.h b/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerBitsFromRaw.h index b8ebfb66227bf5df95da889f1600a8bbdb2abc7e..806f0150b474ed2f6cf25e925d997825cbbfaea6 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerBitsFromRaw.h +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerBitsFromRaw.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTURETRIGGERBITSFROMRAW_H #define CALOFUTURETRIGGERBITSFROMRAW_H 1 diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerBitsFromRawAlg.cpp b/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerBitsFromRawAlg.cpp index 949a9d116fd33b9eb2048fad92aa701d8b82eb0c..f129b907b2108f2683ee97d87278e41a59831a52 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerBitsFromRawAlg.cpp +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerBitsFromRawAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/L0PrsSpdHit.h" diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerBitsFromRawAlg.h b/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerBitsFromRawAlg.h index db1860950a50c01ca05bdad738bb2525ee843ecb..decce8274fece660419ecee01c60b197bd4eb436 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerBitsFromRawAlg.h +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureTriggerBitsFromRawAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTURETRIGGERBITSFROMRAWALG_H #define CALOFUTURETRIGGERBITSFROMRAWALG_H 1 diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureZSupAlg.cpp b/CaloFuture/CaloFutureDAQ/src/CaloFutureZSupAlg.cpp index 27e45011b892b808ff70685bfd92b0dcf4da5b4c..8145a0a0268bf5cb463ddafd4b37005a600aa0cb 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureZSupAlg.cpp +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureZSupAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "CaloFutureZSupAlg.h" diff --git a/CaloFuture/CaloFutureDAQ/src/CaloFutureZSupAlg.h b/CaloFuture/CaloFutureDAQ/src/CaloFutureZSupAlg.h index 6bce3c518a1991babefc842c4abad25d206ad9d3..6a7597b7e9b6a3ad64daea9b3198258a74e40f6a 100644 --- a/CaloFuture/CaloFutureDAQ/src/CaloFutureZSupAlg.h +++ b/CaloFuture/CaloFutureDAQ/src/CaloFutureZSupAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREDIGIT_CALOFUTUREZSUPALG_H #define CALOFUTUREDIGIT_CALOFUTUREZSUPALG_H 1 diff --git a/CaloFuture/CaloFutureDAQ/src/CheckCaloFutureBank.cpp b/CaloFuture/CaloFutureDAQ/src/CheckCaloFutureBank.cpp index d39e8060ed32e548efc4f7ad94893f8383d03363..e04017f38e99e33e89bb749c3a75fb8128b445be 100644 --- a/CaloFuture/CaloFutureDAQ/src/CheckCaloFutureBank.cpp +++ b/CaloFuture/CaloFutureDAQ/src/CheckCaloFutureBank.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "CheckCaloFutureBank.h" diff --git a/CaloFuture/CaloFutureDAQ/src/CheckCaloFutureBank.h b/CaloFuture/CaloFutureDAQ/src/CheckCaloFutureBank.h index a88289ec247461050f35adddfeed8f0237ed3492..e27a8e8b30a803c569bc21629067298ed84d5163 100644 --- a/CaloFuture/CaloFutureDAQ/src/CheckCaloFutureBank.h +++ b/CaloFuture/CaloFutureDAQ/src/CheckCaloFutureBank.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CHECKCALOFUTUREBANK_H #define CHECKCALOFUTUREBANK_H 1 diff --git a/CaloFuture/CaloFutureDAQ/src/CompareCaloFutureDigits.cpp b/CaloFuture/CaloFutureDAQ/src/CompareCaloFutureDigits.cpp index 8378991851c3d0d5977efe6b56361fd2fd24b74b..6ae2c91ea82cb3698c67d5a1e8c60b69e2f9927c 100644 --- a/CaloFuture/CaloFutureDAQ/src/CompareCaloFutureDigits.cpp +++ b/CaloFuture/CaloFutureDAQ/src/CompareCaloFutureDigits.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // STL diff --git a/CaloFuture/CaloFutureDAQ/src/CompareCaloFutureDigits.h b/CaloFuture/CaloFutureDAQ/src/CompareCaloFutureDigits.h index 512217782dc6bddc6bd839df28238915451ff98b..07cafa55f8109b4b4b771616dc36966e997e7486 100644 --- a/CaloFuture/CaloFutureDAQ/src/CompareCaloFutureDigits.h +++ b/CaloFuture/CaloFutureDAQ/src/CompareCaloFutureDigits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPONENT_COMPARECALOFUTUREDIGITS_H #define COMPONENT_COMPARECALOFUTUREDIGITS_H 1 diff --git a/CaloFuture/CaloFutureDAQ/src/futuredetails.cpp b/CaloFuture/CaloFutureDAQ/src/futuredetails.cpp index 8bf7cc9c7d810d938b87902e61e5ef02530cc412..78ecce4fbc9068245d709ca48bb8d10d0fed8bc0 100644 --- a/CaloFuture/CaloFutureDAQ/src/futuredetails.cpp +++ b/CaloFuture/CaloFutureDAQ/src/futuredetails.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "futuredetails.h" #include <algorithm> #include <regex> diff --git a/CaloFuture/CaloFutureDAQ/src/futuredetails.h b/CaloFuture/CaloFutureDAQ/src/futuredetails.h index 65eb0c4a466a8c5a7421e926a7c6a2f1b8338592..54d5908204330a10a764f84d23b3f875d14a14d4 100644 --- a/CaloFuture/CaloFutureDAQ/src/futuredetails.h +++ b/CaloFuture/CaloFutureDAQ/src/futuredetails.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <iomanip> #include <iostream> #include "GaudiKernel/StatusCode.h" diff --git a/CaloFuture/CaloFutureInterfaces/CMakeLists.txt b/CaloFuture/CaloFutureInterfaces/CMakeLists.txt index 76e60e405f6ac9365e76f54f6210fea2faba7e63..e1ccdaaff48822804254ff801650bddb0389ef20 100644 --- a/CaloFuture/CaloFutureInterfaces/CMakeLists.txt +++ b/CaloFuture/CaloFutureInterfaces/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: CaloFutureInterfaces ################################################################################ diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFuture2CaloFuture.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFuture2CaloFuture.h index 1d274fb7efc2af7af9d36748d4cc7b2ae8637cff..740fcbd18ac52151318449548cffdc57daa5e111 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFuture2CaloFuture.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFuture2CaloFuture.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALOFUTURE2CALOFUTURE_H #define ICALOFUTURE2CALOFUTURE_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFuture2MCTool.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFuture2MCTool.h index 5d8edd04070654a96118a1a4a3301de0fc50d456..95ff73d12705e7bcab29082725c6a9498d62d74b 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFuture2MCTool.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFuture2MCTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALOFUTURE2MCTOOL_H #define ICALOFUTURE2MCTOOL_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureClusterSelector.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureClusterSelector.h index 6c09318b1473fb21a7a5ee6157b5da86fffc97d3..fcdb3b5db1a7b3d72aba08ccafec078e04c7f1fd 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureClusterSelector.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureClusterSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREINTERFACES_ICALOFUTURECLUSTERSELECTOR_H #define CALOFUTUREINTERFACES_ICALOFUTURECLUSTERSELECTOR_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureClusterTool.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureClusterTool.h index cf481760352db9c435a9cb569678a7f22094b8f2..489b52f6c802a6182049f49b52784f36b7343810 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureClusterTool.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureClusterTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREINTERFACES_ICALOFUTURECLUSTERTOOL_H #define CALOFUTUREINTERFACES_ICALOFUTURECLUSTERTOOL_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureClusterization.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureClusterization.h index 1460c77e309d900fe76efddc59ea6a0744417e9a..0411648516094781db44a9216219961e29a97dc2 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureClusterization.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureClusterization.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREINTERFACES_ICALOFUTURECLUSTERIZATION_H #define CALOFUTUREINTERFACES_ICALOFUTURECLUSTERIZATION_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureCorrection.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureCorrection.h index d6a1c832b8df0e9d3a10779c11a121644bcb98a3..b78d590f802bea3e97e41e064a690a5e5f943fdb 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureCorrection.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureCorrection.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREINTERFACES_ICALOFUTURECORRECTION_H #define CALOFUTUREINTERFACES_ICALOFUTURECORRECTION_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureCosmicsTool.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureCosmicsTool.h index e0e96db77644823288293fd93477c04e5161b9d4..5eee24da9b0b113c1aac2b382bd50fb97dd461fa 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureCosmicsTool.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureCosmicsTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALOFUTURECOSMICSTOOL_H #define ICALOFUTURECOSMICSTOOL_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureCosmicsTrackTool.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureCosmicsTrackTool.h index cca43e7a108c27bc5a6d10cac2993cd8c1bd4f18..eb5115665f66a9683d0b82a70067998c901ac0c2 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureCosmicsTrackTool.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureCosmicsTrackTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALOFUTURECOSMICSTRACKTOOL_H #define ICALOFUTURECOSMICSTRACKTOOL_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureDigitTool.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureDigitTool.h index d7083d2199133875e778a3cca0628b078a986490..ebb421d0489181635f047150e2b778f95069606f 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureDigitTool.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureDigitTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREINTERFACES_ICALOFUTUREDIGITTOOL_H #define CALOFUTUREINTERFACES_ICALOFUTUREDIGITTOOL_H 1 // Include files diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureDigits4Track.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureDigits4Track.h index 042004b60d8f6dc9db3bb6419d27ca116423c9ed..1d9e1baf523245514688d1bf297293694c4fdbe1 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureDigits4Track.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureDigits4Track.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREINTERFACES_ICALOFUTUREDIGITS4TRACK_H #define CALOFUTUREINTERFACES_ICALOFUTUREDIGITS4TRACK_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureGetterTool.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureGetterTool.h index 8e6b162cd315bf9a8622ebf47549d327a4d52303..303a2e56ee6b6ca0dbda6352c2b5b76c265badeb 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureGetterTool.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureGetterTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALOFUTUREGETTERTOOL_H #define ICALOFUTUREGETTERTOOL_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureHypo2CaloFuture.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureHypo2CaloFuture.h index 0bf2491b0b0823ec7734f9ff1ec23143925d3e0d..7d308a67c0066ece532ce312b7693ff06274ef2c 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureHypo2CaloFuture.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureHypo2CaloFuture.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALOFUTUREHYPO2CALOFUTURE_H #define ICALOFUTUREHYPO2CALOFUTURE_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureHypoEstimator.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureHypoEstimator.h index fcc17654ba21b7ea354a5764b40d914c5f340952..663be3e4ef2e86bced3b240ba85768e28e55827d 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureHypoEstimator.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureHypoEstimator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALOFUTUREHYPOESTIMATOR_H #define ICALOFUTUREHYPOESTIMATOR_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureHypoLikelihood.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureHypoLikelihood.h index 49ee6acfacb8435bb578b59b54d48218150da9db..7fbfe826d6c34e6995123d2a8aa8f29bf527b41c 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureHypoLikelihood.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureHypoLikelihood.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREINTERFACES_ICALOFUTUREHYPOLIKELIHOOD_H #define CALOFUTUREINTERFACES_ICALOFUTUREHYPOLIKELIHOOD_H 1 // Include files diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureHypoTool.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureHypoTool.h index 80d3aeccc30c4ddecf5d17a8d752d1a81ba52233..376383560c0d960bffc5cf7be81e21fb844374e2 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureHypoTool.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureHypoTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREINTERFACES_ICALOFUTUREHYPOTOOL_H #define CALOFUTUREINTERFACES_ICALOFUTUREHYPOTOOL_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureLikelihood.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureLikelihood.h index 8ec4eacb7efe147def4f7de0dddc38caf7e28033..15933c03c80552d8582050bd1e4b1b980fca28e1 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureLikelihood.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureLikelihood.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREINTERFACES_ICALOFUTURELIKELIHOOD_H #define CALOFUTUREINTERFACES_ICALOFUTURELIKELIHOOD_H 1 // Include files diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureRelationsGetter.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureRelationsGetter.h index e15bc75d1f9d52cb0d7dbb90bbf7a24fb71ab8a6..dc1a3b01e8d5dbf336ac39c6f4742e6d301ccc8a 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureRelationsGetter.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureRelationsGetter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALOFUTURERELATIONSGETTER_H #define ICALOFUTURERELATIONSGETTER_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureShowerOverlapTool.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureShowerOverlapTool.h index f3e39cc32b8c3654fe9b5ded5e41fa83dd32e967..4df59de10843f6e9f894dc4c2200a2039db3d9e0 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureShowerOverlapTool.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureShowerOverlapTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALOFUTURESHOWEROVERLAPTOOL_H #define ICALOFUTURESHOWEROVERLAPTOOL_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureSplitTool.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureSplitTool.h index b59d110b6c55f5deac2adfc83e5866cb1800e4df..8f2ee88694ca0294d8dc65dc6677e94340a01b6b 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureSplitTool.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureSplitTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREINTERFACES_ICALOFUTURESPLITTOOL_H #define CALOFUTUREINTERFACES_ICALOFUTURESPLITTOOL_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureSubClusterTag.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureSubClusterTag.h index c4337cf7112ca588510ba36631c0081378f2ebc2..b7acd43be71bd6f0c3ed96c88da7c5cc7e6081bc 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureSubClusterTag.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureSubClusterTag.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREINTERFACES_ICALOFUTURESUBCLUSTERTAG_H #define CALOFUTUREINTERFACES_ICALOFUTURESUBCLUSTERTAG_H 1 // Include files diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureTrackIdEval.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureTrackIdEval.h index bab29a64d520d5fb9a9126d66b67af781dc92c01..b577a6761edbf6aaa24ca0ab84add3d415fba8da 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureTrackIdEval.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureTrackIdEval.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREINTERFACES_ICALOFUTURETRACKIDEVAL_H #define CALOFUTUREINTERFACES_ICALOFUTURETRACKIDEVAL_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureTrackMatch.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureTrackMatch.h index fccb165f2bea37da2168effe9225fee106f5813b..006ab2d93dbcfb0ae2ec7284e6b41b1b0436c088 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureTrackMatch.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ICaloFutureTrackMatch.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREINTERFACES_ICALOFUTURETRACKMATCH_H #define CALOFUTUREINTERFACES_ICALOFUTURETRACKMATCH_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/IFutureCounterLevel.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/IFutureCounterLevel.h index d12575518cde4dbb70664519388517542261da2b..ed1bf3f7585e8041c742cdf001a7b6421e163826 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/IFutureCounterLevel.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/IFutureCounterLevel.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IFUTURECOUNTERLEVEL_H #define IFUTURECOUNTERLEVEL_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/IFutureGammaPi0SeparationTool.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/IFutureGammaPi0SeparationTool.h index 99a6b719646539183e59279d5456402101be8c50..eb439ea9f4336be10cb1f27ba074a2c0d77d1c88 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/IFutureGammaPi0SeparationTool.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/IFutureGammaPi0SeparationTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IFUTUREGAMMAPI0SEPARATIONTOOL_H #define IFUTUREGAMMAPI0SEPARATIONTOOL_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/IFutureNeutralIDTool.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/IFutureNeutralIDTool.h index 46b57e253153660e3cc1c428af602c264d50987b..ade51e1d1039415754a066277b596733e10122ca 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/IFutureNeutralIDTool.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/IFutureNeutralIDTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IFUTURENEUTRALIDTOOL_H #define IFUTURENEUTRALIDTOOL_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/IL0CaloFuture2CaloFuture.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/IL0CaloFuture2CaloFuture.h index 8b511a7310b8489384bbbe112d6912c58d48f59c..bda797e3c2ebe575f3cd16b3459ab7eb832def58 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/IL0CaloFuture2CaloFuture.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/IL0CaloFuture2CaloFuture.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREINTERFACES_IL0CALOFUTURE2CALOFUTURE_H #define CALOFUTUREINTERFACES_IL0CALOFUTURE2CALOFUTURE_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/IPart2CaloFuture.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/IPart2CaloFuture.h index 8c5b9bf18b9447affc62528f420c4cd42f79aa02..f46b4b3270c60b5ad5e66afe0343765acb80444d 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/IPart2CaloFuture.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/IPart2CaloFuture.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IPART2CALOFUTURE_H #define IPART2CALOFUTURE_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ITrack2CaloFuture.h b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ITrack2CaloFuture.h index 5e197b6bf2392c84549116389063437515a4a6c9..4bcf048148282e9b598a8a22c241b248ada03762 100644 --- a/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ITrack2CaloFuture.h +++ b/CaloFuture/CaloFutureInterfaces/CaloFutureInterfaces/ITrack2CaloFuture.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ITRACK2CALOFUTURE_H #define ITRACK2CALOFUTURE_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/dict/CaloFutureInterfacesDict.h b/CaloFuture/CaloFutureInterfaces/dict/CaloFutureInterfacesDict.h index ce942217f5612098ab727d27210e218fd4896970..f89c4d56570ca978e810e2bb20eb4e2b969b04c8 100644 --- a/CaloFuture/CaloFutureInterfaces/dict/CaloFutureInterfacesDict.h +++ b/CaloFuture/CaloFutureInterfaces/dict/CaloFutureInterfacesDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CaloFutureInterfacesDict.h,v 1.11 2009-11-13 14:08:28 cattanem Exp $ #ifndef DICT_CALOFUTUREINTERFACESDICT_H #define DICT_CALOFUTUREINTERFACESDICT_H 1 diff --git a/CaloFuture/CaloFutureInterfaces/dict/CaloFutureInterfacesDict.xml b/CaloFuture/CaloFutureInterfaces/dict/CaloFutureInterfacesDict.xml index c5e29208e7d7dffc2ab8de51b6876f23b503864b..f115e006cb0063f93227030591648fba6e3e42ef 100755 --- a/CaloFuture/CaloFutureInterfaces/dict/CaloFutureInterfacesDict.xml +++ b/CaloFuture/CaloFutureInterfaces/dict/CaloFutureInterfacesDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "IFutureCounterLevel" /> diff --git a/CaloFuture/CaloFutureUtils/CMakeLists.txt b/CaloFuture/CaloFutureUtils/CMakeLists.txt index 7f796d56e91164f013e063fc9c9c3e06d2d18495..ef7405ce0fc37d19a5f039308c8829ea237d0cf1 100644 --- a/CaloFuture/CaloFutureUtils/CMakeLists.txt +++ b/CaloFuture/CaloFutureUtils/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: CaloFutureUtils ################################################################################ diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFuture2Dview.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFuture2Dview.h index 3959845907ff2a17eb941d8854e085f97b55e6ad..950da61ecf5d8f9b0cf2056131d9aa86eeec434c 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFuture2Dview.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFuture2Dview.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREDAQ_CALOFUTURE2DVIEW_H #define CALOFUTUREDAQ_CALOFUTURE2DVIEW_H 1 diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFuture2MC.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFuture2MC.h index 5dd116901a86a75699b6eb45e0be7c72f5d53136..98f5f2953844d5d9cad10a8a84a03078b4b3fac8 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFuture2MC.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFuture2MC.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTURE2MC_H #define CALOFUTURE2MC_H 1 #include "Event/CaloHypo.h" diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFuture2Track.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFuture2Track.h index 6a00d41b78b2e6fa02c420daf957cd6a34c033bd..0b65801d685e25a0cba77db15dcbd7e4e88b468c 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFuture2Track.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFuture2Track.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTURE2TRACK_H #define CALOFUTURE2TRACK_H 1 diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureAlgUtils.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureAlgUtils.h index 749158b8fc359373ef5e6a6db54eb423b9f89c23..a3775e5d6427c7ce272010da5b783ea07d70f89b 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureAlgUtils.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureAlgUtils.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREUTILS_CALOFUTUREALGUTILS_H #define CALOFUTUREUTILS_CALOFUTUREALGUTILS_H 1 diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureCellIDAsProperty.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureCellIDAsProperty.h index 7b2f37d8e33dd1071321a689a7f8c0d3e6f05829..f6870f334695ed9b300b60e2b8df6aa862ad2daa 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureCellIDAsProperty.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureCellIDAsProperty.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREUTILS_CALOFUTURECELLIDASPROPERTY_H #define CALOFUTUREUTILS_CALOFUTURECELLIDASPROPERTY_H 1 diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureDataFunctor.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureDataFunctor.h index 3b4656ca20c7cfbcf961b5e3b29942c18682a2c7..1bcebffe20eba070398a5ebe742c75bd2490962f 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureDataFunctor.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureDataFunctor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREUTILS_CALOFUTUREDATAFUNCTOR_H #define CALOFUTUREUTILS_CALOFUTUREDATAFUNCTOR_H 1 // ============================================================================ diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureMCTools.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureMCTools.h index a1c7faf8244c37d6b50a969571a487097b8cd05c..27ede39633fa9958f8a8d37fd40cc6beac11dd3a 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureMCTools.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureMCTools.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_CALOFUTUREMCTOOLS_H #define EVENT_CALOFUTUREMCTOOLS_H 1 diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureMCTools1.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureMCTools1.h index 0e1297d2338407b62d1b60d24003dca76c1cf2c4..3a44291432d04008cdb5c9e6327645c57770a413 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureMCTools1.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureMCTools1.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_CALOFUTUREMCTOOLS1_H #define EVENT_CALOFUTUREMCTOOLS1_H 1 diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureNeighbours.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureNeighbours.h index a3d803a8e099f6127d0c29198d4c0327b344d7f0..38a0022f86bce20d6c6e2731ba3372150e2f6d0c 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureNeighbours.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureNeighbours.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREUTILS_CALOFUTURENEIGHBOURS_H #define CALOFUTUREUTILS_CALOFUTURENEIGHBOURS_H 1 diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureParticle.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureParticle.h index 86f3809131343b2fd7768e02d4cb7ab132e5c2eb..23a4857bd34a72b09464027f7150e0eabdede637 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureParticle.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureParticle.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RecEvent_CaloFutureParticle_H #define RecEvent_CaloFutureParticle_H 1 diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureUtils.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureUtils.h index ad834a76033c49694566d51a332f451f1abca76e..ddb2b2f1b01950057d3ef9ff322ccaaaf422b7e8 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureUtils.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloFutureUtils.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREUTILS_CALOFUTUREUTILS_H #define CALOFUTUREUTILS_CALOFUTUREUTILS_H 1 diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloMomentum.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloMomentum.h index c849d51dde0ba5a284a9e8ad6fdc706f990d7e5e..df1f624afa014ba5a94df10314fb7a2cb76d70c3 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloMomentum.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CaloMomentum.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CaloFutureUtils_CaloMomentum_H #define CaloFutureUtils_CaloMomentum_H 1 // ============================================================================ diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellMatrix.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellMatrix.h index 210cc4caa61d113b9cb0e5eb55764e70227a3381..830529f9de290558927a6eaee973e00b44f42f5c 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellMatrix.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellMatrix.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREUTILS_CELLMATRIX_H #define CALOFUTUREUTILS_CELLMATRIX_H 1 diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellMatrix2x2.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellMatrix2x2.h index e2ca2fca94d26581e2857f34bf423e1faeb2829a..efa47220c7429d6660dfbf8cdee35cf1b3eb85d1 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellMatrix2x2.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellMatrix2x2.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREUTILS_CELLMATRIX2X2_H #define CALOFUTUREUTILS_CELLMATRIX2X2_H 1 diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellMatrix3x3.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellMatrix3x3.h index 2a85433cb859e0d6fd0a812c49ffd06797cf3346..3b25f3b52ce45922b34ad9611bff22fb340b4b42 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellMatrix3x3.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellMatrix3x3.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREUTILS_CELLMATRIX3X3_H #define CALOFUTUREUTILS_CELLMATRIX3X3_H 1 // Include files diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellNeighbour.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellNeighbour.h index d731ad7f462a8a4fa455dd046b159c3e80f69660..34e55e0df076d433a5c806edab860800eddceadf 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellNeighbour.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellNeighbour.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREUTILS_CELLNEIGHBOUR_H #define CALOFUTUREUTILS_CELLNEIGHBOUR_H 1 // Include files diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellSelector.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellSelector.h index e22f2cf5c6872a4d014bc35ae54fcd739ed5547f..4cdc2c58de0de6c2681c08e0d186506026bb33be 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellSelector.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREUTILS_CELLSELECTOR_H #define CALOFUTUREUTILS_CELLSELECTOR_H 1 #include "CaloFutureUtils/CellMatrix.h" diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellSwissCross.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellSwissCross.h index 47818e6a083dc7d6200ac58ce1f28b9d1fb941f0..f9c4b771dc27749cceb39d8c9066beeff130ce6b 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellSwissCross.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CellSwissCross.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREUTILS_CELLSWISSCROSS_H #define CALOFUTUREUTILS_CELLSWISSCROSS_H 1 // Include files diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/ClusterFunctors.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/ClusterFunctors.h index 9b777fa76987781e8ae62a9654f55ea96132c86c..dc7bb5b6d346dadc8545f44b1a56c87b629ed9d4 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/ClusterFunctors.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/ClusterFunctors.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREUTILS_CLUSTERFUNCTORS_H #define CALOFUTUREUTILS_CLUSTERFUNCTORS_H 1 diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CovarianceEstimator.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CovarianceEstimator.h index 54a3607a1a3eb966397ce5be850dca3ddf72b849..150f49db94445ec70b207dd5b3c4dd37920389a9 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/CovarianceEstimator.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/CovarianceEstimator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREALGS_COVARIANCEESTIMATOR_H #define CALOFUTUREALGS_COVARIANCEESTIMATOR_H 1 diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/Digit2ClustersConnector.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/Digit2ClustersConnector.h index f419716149efcece4c646442c75a35d70116b1c2..28058acf3317f91f9aa597634db4acaa1840327c 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/Digit2ClustersConnector.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/Digit2ClustersConnector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREEVENT_DIGIT2CLUSTERSCONNECTOR_H #define CALOFUTUREEVENT_DIGIT2CLUSTERSCONNECTOR_H 1 diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/ICaloFutureElectron.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/ICaloFutureElectron.h index 2f85c803e920d6787147e0d829449dcfcd648694..19262e1bde126cc5258b5a58efb2c513e50f8880 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/ICaloFutureElectron.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/ICaloFutureElectron.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICALOFUTUREELECTRON_H #define ICALOFUTUREELECTRON_H 1 diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/Kinematics.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/Kinematics.h index 8265286e9f1e87c63d234d18b15ed7087df85edf..38cadeb739b76a7e2f349443196f071512810584 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/Kinematics.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/Kinematics.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREUTILS_KINEMATICS_H #define CALOFUTUREUTILS_KINEMATICS_H 1 diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/SharedCells.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/SharedCells.h index 48d4725167f8116855a3db27585d144233fb1242..cc64c209e022faca30f7c42a9beaae162754ab7a 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/SharedCells.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/SharedCells.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREUTILS_SHAREDCELLS_H #define CALOFUTUREUTILS_SHAREDCELLS_H 1 diff --git a/CaloFuture/CaloFutureUtils/CaloFutureUtils/SpreadEstimator.h b/CaloFuture/CaloFutureUtils/CaloFutureUtils/SpreadEstimator.h index 85036e356db11ab553ad41cebc2e97f87fe06994..35376e82c06ddcf5665b44404d1c1425e7734c15 100644 --- a/CaloFuture/CaloFutureUtils/CaloFutureUtils/SpreadEstimator.h +++ b/CaloFuture/CaloFutureUtils/CaloFutureUtils/SpreadEstimator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREUTILS_SPREADESTIMATOR_H #define CALOFUTUREUTILS_SPREADESTIMATOR_H 1 // ============================================================================ diff --git a/CaloFuture/CaloFutureUtils/dict/CaloFutureUtils.xml b/CaloFuture/CaloFutureUtils/dict/CaloFutureUtils.xml index 4516a241125a5f71b08687b6e070b3e5ef703ca7..3fbd875d1a3994da37b83389b09cb2d762cf3e43 100644 --- a/CaloFuture/CaloFutureUtils/dict/CaloFutureUtils.xml +++ b/CaloFuture/CaloFutureUtils/dict/CaloFutureUtils.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: CaloFutureUtils.xml,v 1.5 2010-03-18 13:58:42 ibelyaev Exp $ * ======================================================================== diff --git a/CaloFuture/CaloFutureUtils/dict/CaloFutureUtilsDict.h b/CaloFuture/CaloFutureUtils/dict/CaloFutureUtilsDict.h index 4ed8768e803113625ed621f818f1eb9d9bccc10d..d10bd3ce6916fa24ba093d3c6aeef6e6c85ca48d 100644 --- a/CaloFuture/CaloFutureUtils/dict/CaloFutureUtilsDict.h +++ b/CaloFuture/CaloFutureUtils/dict/CaloFutureUtilsDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CaloFutureUtilsDict.h,v 1.5 2010-03-18 13:58:42 ibelyaev Exp $ // ============================================================================ // CVS Tag $Name: not supported by cvs2svn $ , version $Revision: 1.5 $ diff --git a/CaloFuture/CaloFutureUtils/python/CaloFutureUtils/CellID.py b/CaloFuture/CaloFutureUtils/python/CaloFutureUtils/CellID.py index d7d476781b3ebfe79b4669c35a091977a58bc206..46c1c43daaecbd45222832e78ca15ea5e4c15f75 100755 --- a/CaloFuture/CaloFutureUtils/python/CaloFutureUtils/CellID.py +++ b/CaloFuture/CaloFutureUtils/python/CaloFutureUtils/CellID.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 CaloFutureUtils/CellID.py # Helper module to perform some decorations for CaloCellID objects diff --git a/CaloFuture/CaloFutureUtils/python/CaloFutureUtils/Utils.py b/CaloFuture/CaloFutureUtils/python/CaloFutureUtils/Utils.py index 5618552aa483e35b1753ea7cf3a4a77bd3dc5bdc..9bfb51128071893dd9cb525d4a5afeba56281156 100755 --- a/CaloFuture/CaloFutureUtils/python/CaloFutureUtils/Utils.py +++ b/CaloFuture/CaloFutureUtils/python/CaloFutureUtils/Utils.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 CaloFutureUtils/Utils.py # Helper module to perform some decorations for CaloFuturerimeter objects diff --git a/CaloFuture/CaloFutureUtils/src/CaloFuture2Dview.cpp b/CaloFuture/CaloFutureUtils/src/CaloFuture2Dview.cpp index 347ab7423540dabfdd250fd43f040d5f1063f767..76693dea169694f025fe5f78a6f13c3b4856f2a2 100644 --- a/CaloFuture/CaloFutureUtils/src/CaloFuture2Dview.cpp +++ b/CaloFuture/CaloFutureUtils/src/CaloFuture2Dview.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/CaloFuture/CaloFutureUtils/src/CaloFutureAlgUtils.cpp b/CaloFuture/CaloFutureUtils/src/CaloFutureAlgUtils.cpp index c60a875d52dc70a04877ed882b4ea3201ba58a5b..fba735b68bc8662196bf36c997bffc81ac529d37 100644 --- a/CaloFuture/CaloFutureUtils/src/CaloFutureAlgUtils.cpp +++ b/CaloFuture/CaloFutureUtils/src/CaloFutureAlgUtils.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <algorithm> #include "Event/ProtoParticle.h" #include "CaloDet/DeCalorimeter.h" diff --git a/CaloFuture/CaloFutureUtils/src/CaloFutureCellIDAsProperty.cpp b/CaloFuture/CaloFutureUtils/src/CaloFutureCellIDAsProperty.cpp index 3a13debcebaee170b0fd7263e149bf064f706b13..2fb782000da75ce985adfcbe0a2754ffdbd7c05b 100644 --- a/CaloFuture/CaloFutureUtils/src/CaloFutureCellIDAsProperty.cpp +++ b/CaloFuture/CaloFutureUtils/src/CaloFutureCellIDAsProperty.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/CaloFuture/CaloFutureUtils/src/CaloFutureNeighbours.cpp b/CaloFuture/CaloFutureUtils/src/CaloFutureNeighbours.cpp index 4421b882f895a670265f06d19913a27b463714c9..01c27590738ab9b12171f3f817456d618d29a138 100644 --- a/CaloFuture/CaloFutureUtils/src/CaloFutureNeighbours.cpp +++ b/CaloFuture/CaloFutureUtils/src/CaloFutureNeighbours.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/CaloFuture/CaloFutureUtils/src/CaloFutureParticle.cpp b/CaloFuture/CaloFutureUtils/src/CaloFutureParticle.cpp index 6b3210471c292327e3284582a50e107e5e7fcb82..5e40db705537420980cfbd8289799a53e9a96d20 100644 --- a/CaloFuture/CaloFutureUtils/src/CaloFutureParticle.cpp +++ b/CaloFuture/CaloFutureUtils/src/CaloFutureParticle.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/CaloFuture/CaloFutureUtils/src/CaloFutureUtils.cpp b/CaloFuture/CaloFutureUtils/src/CaloFutureUtils.cpp index 4cfc4f766882b815bfb50d0af16235c2776dc471..8def7546445e5f89b52bcef591fb6d724de24af1 100644 --- a/CaloFuture/CaloFutureUtils/src/CaloFutureUtils.cpp +++ b/CaloFuture/CaloFutureUtils/src/CaloFutureUtils.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/CaloFuture/CaloFutureUtils/src/CaloMomentum.cpp b/CaloFuture/CaloFutureUtils/src/CaloMomentum.cpp index 13dcdb79cab358324ee97b16b8c744225fdf85d5..fbdc688716fda20169247c0f1f27140022f691cf 100644 --- a/CaloFuture/CaloFutureUtils/src/CaloMomentum.cpp +++ b/CaloFuture/CaloFutureUtils/src/CaloMomentum.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/CaloFuture/CaloFutureUtils/src/CellMatrix.cpp b/CaloFuture/CaloFutureUtils/src/CellMatrix.cpp index fb97e702ed973acac1199b14f8874ab3b7508e9d..9658e01871256fdb1adfc0ff3b0b4617e03601c4 100644 --- a/CaloFuture/CaloFutureUtils/src/CellMatrix.cpp +++ b/CaloFuture/CaloFutureUtils/src/CellMatrix.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // CaloKernel diff --git a/CaloFuture/CaloFutureUtils/src/CellMatrix2x2.cpp b/CaloFuture/CaloFutureUtils/src/CellMatrix2x2.cpp index 1995b607a02a184407466d391a0569ff7fd98c75..bd6e526416c017a2c2a89a0be17c31b02a8274d0 100644 --- a/CaloFuture/CaloFutureUtils/src/CellMatrix2x2.cpp +++ b/CaloFuture/CaloFutureUtils/src/CellMatrix2x2.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "CaloDet/DeCalorimeter.h" diff --git a/CaloFuture/CaloFutureUtils/src/CellMatrix3x3.cpp b/CaloFuture/CaloFutureUtils/src/CellMatrix3x3.cpp index b379eafd5f82701303dea84a1d39d7d9e0ee12c1..474631c2e292181d0cc9c83e719e2d1490fb3c43 100644 --- a/CaloFuture/CaloFutureUtils/src/CellMatrix3x3.cpp +++ b/CaloFuture/CaloFutureUtils/src/CellMatrix3x3.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "CaloDet/DeCalorimeter.h" diff --git a/CaloFuture/CaloFutureUtils/src/CellNeighbour.cpp b/CaloFuture/CaloFutureUtils/src/CellNeighbour.cpp index 2d9c8728f1eefa60c36c6f16c2e1c6d4c8705ae5..deee92cbc97e73ca2402b4e9f4c8580cdfc67964 100644 --- a/CaloFuture/CaloFutureUtils/src/CellNeighbour.cpp +++ b/CaloFuture/CaloFutureUtils/src/CellNeighbour.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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> diff --git a/CaloFuture/CaloFutureUtils/src/CellSelector.cpp b/CaloFuture/CaloFutureUtils/src/CellSelector.cpp index 63addec783e5f60196ebb07611034aaa766425f7..4f985818f6c2c928748b46c0b523de4f05879d07 100644 --- a/CaloFuture/CaloFutureUtils/src/CellSelector.cpp +++ b/CaloFuture/CaloFutureUtils/src/CellSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "CaloDet/DeCalorimeter.h" #include "CaloFutureUtils/CellSelector.h" // constructor diff --git a/CaloFuture/CaloFutureUtils/src/CellSwissCross.cpp b/CaloFuture/CaloFutureUtils/src/CellSwissCross.cpp index d20a79f13dec3919d8933bf07701df70b3dc3aa8..cadf15ef4409454e7e7bb17e1e72b28e80b02c43 100644 --- a/CaloFuture/CaloFutureUtils/src/CellSwissCross.cpp +++ b/CaloFuture/CaloFutureUtils/src/CellSwissCross.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // CaloDet diff --git a/CaloFuture/CaloFutureUtils/src/ClusterFunctors.cpp b/CaloFuture/CaloFutureUtils/src/ClusterFunctors.cpp index f52408d05f3607fa724600d42958d72f8b75b456..35344a86b2fe4f73a785b35be5088fa443be4a23 100644 --- a/CaloFuture/CaloFutureUtils/src/ClusterFunctors.cpp +++ b/CaloFuture/CaloFutureUtils/src/ClusterFunctors.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREUTILS_CLUSTERFUNCTORS_CPP 1 // =========================================================================== diff --git a/CaloFuture/CaloFutureUtils/src/CovarianceEstimator.cpp b/CaloFuture/CaloFutureUtils/src/CovarianceEstimator.cpp index 69e35ce5b370a9e482bc5bdcdd1228b246a1fac0..33704a20f18345e589244643555c77c4a491d647 100644 --- a/CaloFuture/CaloFutureUtils/src/CovarianceEstimator.cpp +++ b/CaloFuture/CaloFutureUtils/src/CovarianceEstimator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/ToStream.h" diff --git a/CaloFuture/CaloFutureUtils/src/Digit2ClustersConnector.cpp b/CaloFuture/CaloFutureUtils/src/Digit2ClustersConnector.cpp index 7f3f6e5d500afbf2748cb6afb526f8fa9b5762df..2ba3506902a5b8bf24ac86d8ae6a190272328b7c 100644 --- a/CaloFuture/CaloFutureUtils/src/Digit2ClustersConnector.cpp +++ b/CaloFuture/CaloFutureUtils/src/Digit2ClustersConnector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOFUTUREUTILS_DIGIT2CLUSTERSCONNECTOR_CPP 1 // =========================================================================== diff --git a/CaloFuture/CaloFutureUtils/src/Kinematics.cpp b/CaloFuture/CaloFutureUtils/src/Kinematics.cpp index 7dd42bae95677357962eb5d05fc44e29049e6602..acee0dc82d5467c7e3136f6ad5a2d5928095a788 100644 --- a/CaloFuture/CaloFutureUtils/src/Kinematics.cpp +++ b/CaloFuture/CaloFutureUtils/src/Kinematics.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/CaloFuture/CaloFutureUtils/src/SpreadEstimator.cpp b/CaloFuture/CaloFutureUtils/src/SpreadEstimator.cpp index 5ae201e743ff453ca5da25ff66dc1d46ebaa0926..2d73b9950ec41d9b9c705dd18034e7ab302ec060 100644 --- a/CaloFuture/CaloFutureUtils/src/SpreadEstimator.cpp +++ b/CaloFuture/CaloFutureUtils/src/SpreadEstimator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/DAQ/DAQKernel/CMakeLists.txt b/DAQ/DAQKernel/CMakeLists.txt index 4d22f575280171347e707232cceb6779daf77a3f..b15cacbd9e134c6d82304529eefb1de0e21a74d4 100644 --- a/DAQ/DAQKernel/CMakeLists.txt +++ b/DAQ/DAQKernel/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: DAQKernel ################################################################################ diff --git a/DAQ/DAQKernel/DAQKernel/DecoderAlgBase.h b/DAQ/DAQKernel/DAQKernel/DecoderAlgBase.h index ec4a7c714917aebe27f0757b5cdddbb99503d663..f012cab3dac9d5deacb4fff3e0a53c81fa053d72 100644 --- a/DAQ/DAQKernel/DAQKernel/DecoderAlgBase.h +++ b/DAQ/DAQKernel/DAQKernel/DecoderAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DecoderAlgBase.h * diff --git a/DAQ/DAQKernel/DAQKernel/DecoderCommonBase.h b/DAQ/DAQKernel/DAQKernel/DecoderCommonBase.h index aa0c102b2ce8938f3d6fa6b4bd510cad60c5d537..0e85aa51c47d471dd97b6da6b1068eb2f845a78b 100644 --- a/DAQ/DAQKernel/DAQKernel/DecoderCommonBase.h +++ b/DAQ/DAQKernel/DAQKernel/DecoderCommonBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DecoderCommonBase.h * diff --git a/DAQ/DAQKernel/DAQKernel/DecoderHistoAlgBase.h b/DAQ/DAQKernel/DAQKernel/DecoderHistoAlgBase.h index 7eda027efe192922ef25ad7b3414c3c04841dbab..662eed6f58134e09569f2e8219db4bcde586a6a2 100644 --- a/DAQ/DAQKernel/DAQKernel/DecoderHistoAlgBase.h +++ b/DAQ/DAQKernel/DAQKernel/DecoderHistoAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DecoderHistoAlgBase.h * diff --git a/DAQ/DAQKernel/DAQKernel/DecoderHistoToolBase.h b/DAQ/DAQKernel/DAQKernel/DecoderHistoToolBase.h index c8aa066e17d45ffe2f39e710755099ccaccd2135..476b183a30d7370db612f9f468307d1077582e05 100644 --- a/DAQ/DAQKernel/DAQKernel/DecoderHistoToolBase.h +++ b/DAQ/DAQKernel/DAQKernel/DecoderHistoToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DecoderHistoToolBase.h * diff --git a/DAQ/DAQKernel/DAQKernel/DecoderToolBase.h b/DAQ/DAQKernel/DAQKernel/DecoderToolBase.h index 0e173ad7b9ce6008bb2746597a8cf638605fe371..6ae4e7c8daccc018fb593405ecb79cfb5bbd8f26 100644 --- a/DAQ/DAQKernel/DAQKernel/DecoderToolBase.h +++ b/DAQ/DAQKernel/DAQKernel/DecoderToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DecoderToolBase.h * diff --git a/DAQ/DAQKernel/DAQKernel/DecoderTupleAlgBase.h b/DAQ/DAQKernel/DAQKernel/DecoderTupleAlgBase.h index aa837abb0ccb11ba650d01331a6a2cc8eae97fe5..c715d0600f856337d255010efb4c52974338fbfb 100644 --- a/DAQ/DAQKernel/DAQKernel/DecoderTupleAlgBase.h +++ b/DAQ/DAQKernel/DAQKernel/DecoderTupleAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DecoderTupleAlgBase.h * diff --git a/DAQ/DAQKernel/DAQKernel/DecoderTupleToolBase.h b/DAQ/DAQKernel/DAQKernel/DecoderTupleToolBase.h index d928ac9ece16deb2e8f1322f43c79cd4d4fffae0..60686df02a25e0b7f1fb27f5e9d41c5597cc628d 100644 --- a/DAQ/DAQKernel/DAQKernel/DecoderTupleToolBase.h +++ b/DAQ/DAQKernel/DAQKernel/DecoderTupleToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DecoderTupleToolBase.h * diff --git a/DAQ/DAQKernel/src/lib/DecoderCommonBase.icpp b/DAQ/DAQKernel/src/lib/DecoderCommonBase.icpp index 95ec1bf23d55f70755cc453b8d5b0a1c7a6a3a9a..fbe54a8ca5c1f85a5675dfeba40733feb71b14c9 100644 --- a/DAQ/DAQKernel/src/lib/DecoderCommonBase.icpp +++ b/DAQ/DAQKernel/src/lib/DecoderCommonBase.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DAQCommonBase.icpp * diff --git a/DAQ/DAQKernel/src/lib/DecoderInstantiations.cpp b/DAQ/DAQKernel/src/lib/DecoderInstantiations.cpp index f559755b3928c4f91715659be3010ff81dfc47ef..a33b5187a8bfb3b992c70be69b1b2d9ebf31b01a 100644 --- a/DAQ/DAQKernel/src/lib/DecoderInstantiations.cpp +++ b/DAQ/DAQKernel/src/lib/DecoderInstantiations.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DAQAlgBase.cpp * diff --git a/DAQ/DAQSys/CMakeLists.txt b/DAQ/DAQSys/CMakeLists.txt index 573218abaadc55cc9eeb2941fa697075aebf0eeb..7ab44964270a1c11200f8a9c04b770d2ea342353 100644 --- a/DAQ/DAQSys/CMakeLists.txt +++ b/DAQ/DAQSys/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: DAQSys ################################################################################ diff --git a/DAQ/DAQSys/python/DAQSys/Configuration.py b/DAQ/DAQSys/python/DAQSys/Configuration.py index 3a25b692ae162416967ff9e38e6aee5c06bf202e..47ceaaca23414efe534af74a643f3cec0d8d1f3d 100644 --- a/DAQ/DAQSys/python/DAQSys/Configuration.py +++ b/DAQ/DAQSys/python/DAQSys/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 RawEventFormatConf from Gaudi.Configuration import ConfigurableUser from Configurables import DataOnDemandSvc diff --git a/DAQ/DAQSys/python/DAQSys/DecoderClass.py b/DAQ/DAQSys/python/DAQSys/DecoderClass.py index b9b988bc96c322ce1d9e55830e1ab44acb55b3f3..e7c680e9acf03aee7611f54e18533b3903314706 100644 --- a/DAQ/DAQSys/python/DAQSys/DecoderClass.py +++ b/DAQ/DAQSys/python/DAQSys/DecoderClass.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 to hold the configurabloid python class for decoder-like objects. class: Decoder diff --git a/DAQ/DAQSys/python/DAQSys/Decoders.py b/DAQ/DAQSys/python/DAQSys/Decoders.py index 56cfcdfe48667fa686d90b0cf838fa5bdc224594..fa8509146cacc220b72ef7682d60f54cae54d138 100644 --- a/DAQ/DAQSys/python/DAQSys/Decoders.py +++ b/DAQ/DAQSys/python/DAQSys/Decoders.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Database of standard decoders, can be added to or manipulated in user code. diff --git a/DAQ/DAQSys/scripts/dumpRawEvent.py b/DAQ/DAQSys/scripts/dumpRawEvent.py index e920633cab4fccd5eef66ec96545487543d7e545..fca13399da473011dd51aa154de988f45b2b2859 100644 --- a/DAQ/DAQSys/scripts/dumpRawEvent.py +++ b/DAQ/DAQSys/scripts/dumpRawEvent.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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/DAQ/DAQSys/scripts/mdfdump.py b/DAQ/DAQSys/scripts/mdfdump.py index e63d6f86fc44d2cff9d34148d566e1a9f951c076..a143ffecfb47abf624bc4de8d0636ded9496442f 100644 --- a/DAQ/DAQSys/scripts/mdfdump.py +++ b/DAQ/DAQSys/scripts/mdfdump.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 __future__ import print_function import argparse import GaudiPython diff --git a/DAQ/DAQSys/tests/options/OldDecodeRawEvent.py b/DAQ/DAQSys/tests/options/OldDecodeRawEvent.py index a03255dfef7c57705fab9d97b1e6bbab2b974419..01806e9992810c73ef3143288505af3097be58f4 100755 --- a/DAQ/DAQSys/tests/options/OldDecodeRawEvent.py +++ b/DAQ/DAQSys/tests/options/OldDecodeRawEvent.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """# INFO: =================================================================== # INFO: this is the old DecodeRawEvent.py script, this is completely obsolete # INFO: a copy is maintained here for some tests just to check that some of diff --git a/DAQ/DAQSys/tests/options/compare-options-with-configurable.py b/DAQ/DAQSys/tests/options/compare-options-with-configurable.py index 3f3e6cc8c1a629869f9bd5c7431d5e66b3e2e65f..c71c6384857f7e2b80bcbe38503fa05815032508 100644 --- a/DAQ/DAQSys/tests/options/compare-options-with-configurable.py +++ b/DAQ/DAQSys/tests/options/compare-options-with-configurable.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 commands try: diff --git a/DAQ/DAQSys/tests/options/crazy-split.py b/DAQ/DAQSys/tests/options/crazy-split.py index 9f1b920f5fc014a3b0581cb415b7e0de140e63a5..7a6d7db0cf37251cdd712938c8c4f636335cb34a 100644 --- a/DAQ/DAQSys/tests/options/crazy-split.py +++ b/DAQ/DAQSys/tests/options/crazy-split.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 RawEventCompat import RawEventCompat.Configuration as conf diff --git a/DAQ/DAQSys/tests/options/dump-confrawevent.py b/DAQ/DAQSys/tests/options/dump-confrawevent.py index e7418df81bf44a0558fc11dd1a8716b4b50a84fc..374f971e792eb49296d2ab7eb1f41a1d11dab985 100644 --- a/DAQ/DAQSys/tests/options/dump-confrawevent.py +++ b/DAQ/DAQSys/tests/options/dump-confrawevent.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 DAQSys.Configuration import * DecodeRawEvent().DataOnDemand=True diff --git a/DAQ/DAQSys/tests/options/dump-decoderawevent.py b/DAQ/DAQSys/tests/options/dump-decoderawevent.py index fc3521d8aba245063c973fca9775e2eb751f734c..63cfbe439fb633e2b17cbbf0ae8d6ce3af32c953 100644 --- a/DAQ/DAQSys/tests/options/dump-decoderawevent.py +++ b/DAQ/DAQSys/tests/options/dump-decoderawevent.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 * importOptions("../options/OldDecodeRawEvent.py") diff --git a/DAQ/DAQSys/tests/options/read-split.py b/DAQ/DAQSys/tests/options/read-split.py index b05e0575ba652ea802af9361232c5884030580dd..29f677c0131551de7656dfdebdb68003c98c8c4c 100644 --- a/DAQ/DAQSys/tests/options/read-split.py +++ b/DAQ/DAQSys/tests/options/read-split.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 DecodeRawEvent diff --git a/DAQ/DAQSys/tests/options/setup-crazy-split.py b/DAQ/DAQSys/tests/options/setup-crazy-split.py index f5c6f1508fdc589b02e014f6456f9eae31d6e7d5..2c8e679c8a1bcd78bee50a664f4b94656903a090 100644 --- a/DAQ/DAQSys/tests/options/setup-crazy-split.py +++ b/DAQ/DAQSys/tests/options/setup-crazy-split.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 RawEventCompat import RawEventCompat.Configuration as conf diff --git a/DAQ/DAQSys/tests/options/test-calosegfault.py b/DAQ/DAQSys/tests/options/test-calosegfault.py index 522cb0e4d2cf07fc0cadc88a38c9798eda40c262..56d1bf25e9abeb052080d1dfeaa6fd7a650d3445 100644 --- a/DAQ/DAQSys/tests/options/test-calosegfault.py +++ b/DAQ/DAQSys/tests/options/test-calosegfault.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 DecodeRawEvent, LHCbApp from Configurables import GaudiSequencer diff --git a/DAQ/DAQSys/tests/options/test-db-cloning.py b/DAQ/DAQSys/tests/options/test-db-cloning.py index 2329cef0458f50f460230f334c46c9f2d6195dcb..3c9d40350c2050e8620983a888a4b8691b854232 100644 --- a/DAQ/DAQSys/tests/options/test-db-cloning.py +++ b/DAQ/DAQSys/tests/options/test-db-cloning.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 DAQSys.DecoderClass import Decoder, decodersForBank from DAQSys.Decoders import DecoderDB diff --git a/DAQ/DAQSys/tests/options/test-decoder-db.py b/DAQ/DAQSys/tests/options/test-decoder-db.py index ae77e31d9c2c71cb5c0aab3816271fb5baf599f7..b25e923ef096e1a19e547ab80e22fe76a8102a6c 100644 --- a/DAQ/DAQSys/tests/options/test-decoder-db.py +++ b/DAQ/DAQSys/tests/options/test-decoder-db.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 DAQSys from DAQSys.DecoderClass import Decoder from DAQSys.DecoderClass import validate diff --git a/DAQ/DAQSys/tests/options/test-decoder-setup.py b/DAQ/DAQSys/tests/options/test-decoder-setup.py index 15afdd915566c9aaef0002dcb9a7e3a0e00a3c7e..558335c84fc521d299e2710e7c7dfccddbcf7861 100644 --- a/DAQ/DAQSys/tests/options/test-decoder-setup.py +++ b/DAQ/DAQSys/tests/options/test-decoder-setup.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 DAQSys from DAQSys.Decoders import DecoderDB from DAQSys.DecoderClass import validate diff --git a/DAQ/DAQSys/tests/options/test-decoder-uses.py b/DAQ/DAQSys/tests/options/test-decoder-uses.py index a0655f210b2ea117559d721f82e7c2de8dd3103e..a9d7dcd1c807acf66b98dfacaeb2f26b6b0904c9 100644 --- a/DAQ/DAQSys/tests/options/test-decoder-uses.py +++ b/DAQ/DAQSys/tests/options/test-decoder-uses.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 DAQSys.Decoders import DecoderDB as ddb from DAQSys.DecoderClass import decodersForBank from Configurables import GaudiSequencer, DecodeRawEvent, DataOnDemandSvc diff --git a/DAQ/DAQSys/tests/options/test-decoderaweventpy.py b/DAQ/DAQSys/tests/options/test-decoderaweventpy.py index 2635d5142a0c17cb82f2973cec3080f42fd07ba1..6f17c04560e6bef6424d2cfd900a01f7fdaac3a2 100644 --- a/DAQ/DAQSys/tests/options/test-decoderaweventpy.py +++ b/DAQ/DAQSys/tests/options/test-decoderaweventpy.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 LHCbApp, DataOnDemandSvc from Configurables import GaudiSequencer diff --git a/DAQ/DAQSys/tests/options/test-gaudirun.py b/DAQ/DAQSys/tests/options/test-gaudirun.py index d204a6edf54a4f0a93e22a4198c3f064e8455a21..18f89416e382bbfde2059af21073b2f84f23922b 100644 --- a/DAQ/DAQSys/tests/options/test-gaudirun.py +++ b/DAQ/DAQSys/tests/options/test-gaudirun.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 DecodeRawEvent, LHCbApp from Configurables import GaudiSequencer diff --git a/DAQ/DAQSys/tests/options/testproperties.py b/DAQ/DAQSys/tests/options/testproperties.py index 3d9d9dddde23b00dc5de877b3d29734d83b29bc6..28229975a6034492e6155ce7dd019cab3c6c0ab5 100644 --- a/DAQ/DAQSys/tests/options/testproperties.py +++ b/DAQ/DAQSys/tests/options/testproperties.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 DAQSys.Decoders import DecoderDB l0du=DecoderDB["L0DUDecoder/L0DUFromRaw"] l0du.Properties["SpammySpamSpam"] = False diff --git a/DAQ/DAQSys/tests/qmtest/daqsys.qms/calosegfault.qmt b/DAQ/DAQSys/tests/qmtest/daqsys.qms/calosegfault.qmt index d59be164622dfe751d9822d060339f81c4a894ab..e6bb52c7c475af057044b292aa589333be79bda1 100644 --- a/DAQ/DAQSys/tests/qmtest/daqsys.qms/calosegfault.qmt +++ b/DAQ/DAQSys/tests/qmtest/daqsys.qms/calosegfault.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/DAQSys/tests/qmtest/daqsys.qms/checkolddecoderaweventpy.qmt b/DAQ/DAQSys/tests/qmtest/daqsys.qms/checkolddecoderaweventpy.qmt index 4a84103636389f65aa4dd5431b61c9582327ee03..33caf77246586e8ea27217d28a92bc39677a92e1 100644 --- a/DAQ/DAQSys/tests/qmtest/daqsys.qms/checkolddecoderaweventpy.qmt +++ b/DAQ/DAQSys/tests/qmtest/daqsys.qms/checkolddecoderaweventpy.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-cloning.qmt b/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-cloning.qmt index 96767a63b956789633c47075f56893afea8dac66..53c298f4378947d2b0e387ca2817f6e064b96ef0 100644 --- a/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-cloning.qmt +++ b/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-cloning.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-compare.qmt b/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-compare.qmt index 25bcab880e4a2cc25de5d7e861aa49b53edffef9..1c76d6710b9c1f83b1039512ec9f5cf97c9eb18a 100644 --- a/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-compare.qmt +++ b/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-compare.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-db.qmt b/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-db.qmt index daea773cb7a99d1383726f1d6b4d33457935d990..619a92b9fb342455bf5fcc6e9bc7a42d7e67ba43 100644 --- a/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-db.qmt +++ b/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-db.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-properties.qmt b/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-properties.qmt index 02a371e822e2bb7bc8d0cf67f9b95324123a763e..1c798d411cc12b73f71d5eb0457dec531c68caca 100644 --- a/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-properties.qmt +++ b/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-properties.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-setup.qmt b/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-setup.qmt index 6ef79dc9620d815d2f9e30450f5fe15572ffbbda..c9dbf2a03457e80b4e103fd95adf5d51af7797d7 100644 --- a/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-setup.qmt +++ b/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-setup.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-uses.qmt b/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-uses.qmt index e15699db369986bd55cd7c6e473914fafca8fe4c..45f21ade3b45e6d47060ad0fc88822dc3b9e19bc 100644 --- a/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-uses.qmt +++ b/DAQ/DAQSys/tests/qmtest/daqsys.qms/decoder-uses.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/DAQSys/tests/qmtest/daqsys.qms/gaudirun-decoderaweventpy.qmt b/DAQ/DAQSys/tests/qmtest/daqsys.qms/gaudirun-decoderaweventpy.qmt index ed45394183c0e80c01a56a5df3032e24cc888727..755accf8d912786ee136079622e36b6afc205945 100644 --- a/DAQ/DAQSys/tests/qmtest/daqsys.qms/gaudirun-decoderaweventpy.qmt +++ b/DAQ/DAQSys/tests/qmtest/daqsys.qms/gaudirun-decoderaweventpy.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/DAQSys/tests/qmtest/daqsys.qms/gaudirun-defsplit.qmt b/DAQ/DAQSys/tests/qmtest/daqsys.qms/gaudirun-defsplit.qmt index 6057b8b33c6f858da11ba4713b0f0b25919725c1..8befe1590ed6f2e7e9192363fce7638c0dde7503 100644 --- a/DAQ/DAQSys/tests/qmtest/daqsys.qms/gaudirun-defsplit.qmt +++ b/DAQ/DAQSys/tests/qmtest/daqsys.qms/gaudirun-defsplit.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/DAQSys/tests/qmtest/daqsys.qms/gaudirun.qmt b/DAQ/DAQSys/tests/qmtest/daqsys.qms/gaudirun.qmt index 2bb166f4628b761212a9b8e39e8d301de7690b88..48367ce6203477d94e3ff5c87f46b6881c4b2f10 100644 --- a/DAQ/DAQSys/tests/qmtest/daqsys.qms/gaudirun.qmt +++ b/DAQ/DAQSys/tests/qmtest/daqsys.qms/gaudirun.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/DAQSys/tests/qmtest/daqsys.qms/read-split-raw.qmt b/DAQ/DAQSys/tests/qmtest/daqsys.qms/read-split-raw.qmt index 2dfa59fb1dd38f90726891382d53c9f5ab82f39e..2ff024b8d376d3515d86378ba27c610dc3d33daf 100644 --- a/DAQ/DAQSys/tests/qmtest/daqsys.qms/read-split-raw.qmt +++ b/DAQ/DAQSys/tests/qmtest/daqsys.qms/read-split-raw.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/DAQSys/tests/qmtest/daqsys.qms/split-raw-event.qmt b/DAQ/DAQSys/tests/qmtest/daqsys.qms/split-raw-event.qmt index a6d52e10202752794714ab42d570f0480899c0db..adbfc3cbcf77d90d48e0694590f0aa54afae71b5 100644 --- a/DAQ/DAQSys/tests/qmtest/daqsys.qms/split-raw-event.qmt +++ b/DAQ/DAQSys/tests/qmtest/daqsys.qms/split-raw-event.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/DAQUtils/CMakeLists.txt b/DAQ/DAQUtils/CMakeLists.txt index e8989d3f21eba053e6ff192622cb726f7f7a43cd..68f7c2abb0ee2568520519e29ea0c44fef51ae8a 100644 --- a/DAQ/DAQUtils/CMakeLists.txt +++ b/DAQ/DAQUtils/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: DAQUtils ################################################################################ diff --git a/DAQ/DAQUtils/Event/BankWriter.h b/DAQ/DAQUtils/Event/BankWriter.h index e5c09064dc57467b810236b6bf44c67807a35cc5..c47f28d719c337839d32ce9e690daf0d8240163a 100644 --- a/DAQ/DAQUtils/Event/BankWriter.h +++ b/DAQ/DAQUtils/Event/BankWriter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_BANKWRITER_H #define EVENT_BANKWRITER_H 1 diff --git a/DAQ/DAQUtils/Event/ByteStream.h b/DAQ/DAQUtils/Event/ByteStream.h index 1e6c0742e78ae602b97a9196e7a278ae9f72910a..11ef9267351735a701737b219c1df6aaa341e884 100644 --- a/DAQ/DAQUtils/Event/ByteStream.h +++ b/DAQ/DAQUtils/Event/ByteStream.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: ByteStream.h,v 1.6 2006/06/27 06:13:03 cattanem Exp $ #ifndef EVENT_BYTESTREAM_H #define EVENT_BYTESTREAM_H 1 diff --git a/DAQ/DAQUtils/Event/FileId.h b/DAQ/DAQUtils/Event/FileId.h index 0d817afa5e8aa12961b694022ca25860771b15b0..d70a43aa1886412bbd4776e2c9d8586236f2547c 100644 --- a/DAQ/DAQUtils/Event/FileId.h +++ b/DAQ/DAQUtils/Event/FileId.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 FILEID_H #define FILEID_H 1 diff --git a/DAQ/DAQUtils/Event/SmartBank.h b/DAQ/DAQUtils/Event/SmartBank.h index dd9d7e9dfb498327e2bdf8b87571d5fc99455cd1..56bd7925b85ff32769bee5fd8d889692b027f338 100644 --- a/DAQ/DAQUtils/Event/SmartBank.h +++ b/DAQ/DAQUtils/Event/SmartBank.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_SMARTBANK_H #define EVENT_SMARTBANK_H 1 diff --git a/DAQ/DAQUtils/src/ByteStreamTests.cpp b/DAQ/DAQUtils/src/ByteStreamTests.cpp index 570c67593c2f9fc002dad0f30388bba1cf935dc4..e18196d2d75b501962cd7b652a2600f18d669f5a 100644 --- a/DAQ/DAQUtils/src/ByteStreamTests.cpp +++ b/DAQ/DAQUtils/src/ByteStreamTests.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <iostream> diff --git a/DAQ/DAQUtils/src/ByteStreamTests.h b/DAQ/DAQUtils/src/ByteStreamTests.h index 3982fd642e232c5ff4eea3f8136854bfa092e942..4a94a89dca4c198b8829183949443f4e9489ab05 100644 --- a/DAQ/DAQUtils/src/ByteStreamTests.h +++ b/DAQ/DAQUtils/src/ByteStreamTests.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: ByteStreamTests.h,v 1.1 2008/07/21 14:50:55 cattanem Exp $ #ifndef TESTS_BYTESTREAMTESTS_H #define TESTS_BYTESTREAMTESTS_H 1 diff --git a/DAQ/DAQUtils/src/DecisionBankKiller.cpp b/DAQ/DAQUtils/src/DecisionBankKiller.cpp index 41adfd88ceb8a42a5194c7c2ab96e31bb5ba3f98..e0db3e9169dd440fdeeba704c502f9aac772419f 100644 --- a/DAQ/DAQUtils/src/DecisionBankKiller.cpp +++ b/DAQ/DAQUtils/src/DecisionBankKiller.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DecisionBankKiller.h" DECLARE_COMPONENT( DecisionBankKiller ) diff --git a/DAQ/DAQUtils/src/DecisionBankKiller.h b/DAQ/DAQUtils/src/DecisionBankKiller.h index cc67454b3cd8cc4d007263352486c167f18f4fd8..195dc0a30a11fda54e8d7a0579edbc63c6c19d87 100644 --- a/DAQ/DAQUtils/src/DecisionBankKiller.h +++ b/DAQ/DAQUtils/src/DecisionBankKiller.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DECISIONBANKKILLER_H #define DECISIONBANKKILLER_H 1 diff --git a/DAQ/DAQUtils/src/DummyRawEventCreator.cpp b/DAQ/DAQUtils/src/DummyRawEventCreator.cpp index 4b4df8e19db64ba6c265dd13472b59c49e6b5fec..406d379593cff225be846fe19e026213dec933df 100644 --- a/DAQ/DAQUtils/src/DummyRawEventCreator.cpp +++ b/DAQ/DAQUtils/src/DummyRawEventCreator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <numeric> // from Gaudi diff --git a/DAQ/DAQUtils/src/DummyRawEventCreator.h b/DAQ/DAQUtils/src/DummyRawEventCreator.h index 614e47d2d9557480c6ecec0620448f9aa81dc23e..026bc7d06d82784adee82b1643de173d3e9c1f00 100644 --- a/DAQ/DAQUtils/src/DummyRawEventCreator.h +++ b/DAQ/DAQUtils/src/DummyRawEventCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TESTS_DUMMYRAWEVENTCREATOR_H #define TESTS_DUMMYRAWEVENTCREATOR_H 1 diff --git a/DAQ/DAQUtils/src/FileIdBankWriter.cpp b/DAQ/DAQUtils/src/FileIdBankWriter.cpp index 8daea95a607a37060a6786f788512030bc113b81..a48b5553ab9d1bd88355a0e9361e55a9439ca947 100644 --- a/DAQ/DAQUtils/src/FileIdBankWriter.cpp +++ b/DAQ/DAQUtils/src/FileIdBankWriter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/DAQ/DAQUtils/src/FileIdBankWriter.h b/DAQ/DAQUtils/src/FileIdBankWriter.h index 029aa51de083192d9b8c99b8268c0183682e8b90..e496215b1f21a022bfc643886d52b272dc4aac18 100644 --- a/DAQ/DAQUtils/src/FileIdBankWriter.h +++ b/DAQ/DAQUtils/src/FileIdBankWriter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 FILEIDBANKWRITER_H #define FILEIDBANKWRITER_H 1 diff --git a/DAQ/DAQUtils/src/ODINTimeFilter.cpp b/DAQ/DAQUtils/src/ODINTimeFilter.cpp index b8d98f545ac0bd13de9c97016bd9f13efd252aa3..31b1783470396d37ee13e004706244b53de2eee9 100644 --- a/DAQ/DAQUtils/src/ODINTimeFilter.cpp +++ b/DAQ/DAQUtils/src/ODINTimeFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/DAQ/DAQUtils/src/ODINTimeFilter.h b/DAQ/DAQUtils/src/ODINTimeFilter.h index 094d0afae4d275cc90d824958b209cf2a04a94e1..52cb494e0ff3ef09921591836130448b9a4800c4 100644 --- a/DAQ/DAQUtils/src/ODINTimeFilter.h +++ b/DAQ/DAQUtils/src/ODINTimeFilter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: ODINTimeFilter.h,v 1.1 2009/10/16 14:16:26 odescham Exp $ #ifndef ODINTIMEFILTER_H #define ODINTIMEFILTER_H 1 diff --git a/DAQ/DAQUtils/src/OdinBCIDFilter.cpp b/DAQ/DAQUtils/src/OdinBCIDFilter.cpp index f4ad399d5d8aded11bad2461466ad6e5a1d96671..a1ab50d8541e05f24b5e22ac702aea4e9b3011df 100644 --- a/DAQ/DAQUtils/src/OdinBCIDFilter.cpp +++ b/DAQ/DAQUtils/src/OdinBCIDFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCb #include "Event/ODIN.h" // local diff --git a/DAQ/DAQUtils/src/OdinBCIDFilter.h b/DAQ/DAQUtils/src/OdinBCIDFilter.h index 188864861d1b4b9bf99853be48eab1a0b10326be..3ed5299a89bcb4963074babf32865fb2a99c48cf 100644 --- a/DAQ/DAQUtils/src/OdinBCIDFilter.h +++ b/DAQ/DAQUtils/src/OdinBCIDFilter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: OdinBCIDFilter.h,v 1.1 2008/10/28 11:20:32 odescham Exp $ #ifndef COMPONENT_ODINBCIDFILTER_H #define COMPONENT_ODINBCIDFILTER_H 1 diff --git a/DAQ/DAQUtils/src/OdinTypesFilter.cpp b/DAQ/DAQUtils/src/OdinTypesFilter.cpp index 8f147eb1927054ca64bf1c6cadf5de7ad139b1e6..60f489f4210f3a6a48e2617dfab7c5b3d671463e 100644 --- a/DAQ/DAQUtils/src/OdinTypesFilter.cpp +++ b/DAQ/DAQUtils/src/OdinTypesFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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> // from LHCb diff --git a/DAQ/DAQUtils/src/OdinTypesFilter.h b/DAQ/DAQUtils/src/OdinTypesFilter.h index 32be2918c2bebc5057c82f6775d35b8615c97dd3..9958d9ed35d4323656cbb863218246811d2e8265 100644 --- a/DAQ/DAQUtils/src/OdinTypesFilter.h +++ b/DAQ/DAQUtils/src/OdinTypesFilter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPONENT_ODINTYPESFILTER_H #define COMPONENT_ODINTYPESFILTER_H 1 diff --git a/DAQ/DAQUtils/src/RawBankReadoutStatusConverter.cpp b/DAQ/DAQUtils/src/RawBankReadoutStatusConverter.cpp index d51fc024040e9e70c48799310ea157c5fc1a06d9..5d37a8a3b7caa858ce767d89a39cc66d37986060 100644 --- a/DAQ/DAQUtils/src/RawBankReadoutStatusConverter.cpp +++ b/DAQ/DAQUtils/src/RawBankReadoutStatusConverter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/RawBankReadoutStatus.h" diff --git a/DAQ/DAQUtils/src/RawBankReadoutStatusConverter.h b/DAQ/DAQUtils/src/RawBankReadoutStatusConverter.h index 931e61e27113acecf1baa472f7676307d0c71914..3621e56361ff1e2aba5382dfb9dfdca576ecb85b 100644 --- a/DAQ/DAQUtils/src/RawBankReadoutStatusConverter.h +++ b/DAQ/DAQUtils/src/RawBankReadoutStatusConverter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ #ifndef RAWBANKREADOUTSTATUSCONVERTER_H #define RAWBANKREADOUTSTATUSCONVERTER_H 1 diff --git a/DAQ/DAQUtils/src/RawBankReadoutStatusFilter.cpp b/DAQ/DAQUtils/src/RawBankReadoutStatusFilter.cpp index 9d9bc14fe455e35598cef17eb47ee8c4d54a9092..268c46f2c81a6d253d4cf274f0da3d9c296345e9 100644 --- a/DAQ/DAQUtils/src/RawBankReadoutStatusFilter.cpp +++ b/DAQ/DAQUtils/src/RawBankReadoutStatusFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/DAQ/DAQUtils/src/RawBankReadoutStatusFilter.h b/DAQ/DAQUtils/src/RawBankReadoutStatusFilter.h index f75ab00421477d85961497b4021b71269dd341f9..55358ad6ae34a2c7e34a19348d112651b1cca009 100644 --- a/DAQ/DAQUtils/src/RawBankReadoutStatusFilter.h +++ b/DAQ/DAQUtils/src/RawBankReadoutStatusFilter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RawBankReadoutStatusFilter.h,v 1.1 2007/12/05 13:59:18 odescham Exp $ #ifndef COMPONENT_RAWBANKREADOUTSTATUSFILTER_H #define COMPONENT_RAWBANKREADOUTSTATUSFILTER_H 1 diff --git a/DAQ/DAQUtils/src/RawEventDump.cpp b/DAQ/DAQUtils/src/RawEventDump.cpp index c20454aabbb0c73b981e4ff81194285002e42de3..d19c837322e355de7049ad2238263c531d59c17f 100644 --- a/DAQ/DAQUtils/src/RawEventDump.cpp +++ b/DAQ/DAQUtils/src/RawEventDump.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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> // local diff --git a/DAQ/DAQUtils/src/RawEventDump.h b/DAQ/DAQUtils/src/RawEventDump.h index b483bc8c5cb9ae7b44fe007882c56f3508ec34fa..4a47dfe3570f96b37e6468739e47db5bab1fb388 100644 --- a/DAQ/DAQUtils/src/RawEventDump.h +++ b/DAQ/DAQUtils/src/RawEventDump.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TESTS_RAWEVENTDUMP_H #define TESTS_RAWEVENTDUMP_H 1 diff --git a/DAQ/DAQUtils/src/RawEventMapCombiner.cpp b/DAQ/DAQUtils/src/RawEventMapCombiner.cpp index 6c13147350c23db7199f27276f1e7dc81679c688..c8477b2e3d56a557f16807f19359bb4ab48e77bc 100644 --- a/DAQ/DAQUtils/src/RawEventMapCombiner.cpp +++ b/DAQ/DAQUtils/src/RawEventMapCombiner.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RawEventMapCombiner.cpp,v 1.1 2009/06/22 15:12:04 tskwarni Exp $ // Include files diff --git a/DAQ/DAQUtils/src/RawEventMapCombiner.h b/DAQ/DAQUtils/src/RawEventMapCombiner.h index f2575cb41be3e23b1187eeeaf38c7a23a954b0c1..3f3afb9b94e8f953014a492b1c6289932e8cb028 100644 --- a/DAQ/DAQUtils/src/RawEventMapCombiner.h +++ b/DAQ/DAQUtils/src/RawEventMapCombiner.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCB_RAWEVENTMAPCOMBINER_H #define LHCB_RAWEVENTMAPCOMBINER_H 1 diff --git a/DAQ/DAQUtils/src/RawEventSelectiveCopy.cpp b/DAQ/DAQUtils/src/RawEventSelectiveCopy.cpp index 92764491ca487c452804208bf9b829becd68546e..47ef399311fd4391682cdf4b325aa6873a8cfe82 100644 --- a/DAQ/DAQUtils/src/RawEventSelectiveCopy.cpp +++ b/DAQ/DAQUtils/src/RawEventSelectiveCopy.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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> // local diff --git a/DAQ/DAQUtils/src/RawEventSelectiveCopy.h b/DAQ/DAQUtils/src/RawEventSelectiveCopy.h index efa67e650229167877e91ecb69761c15a77bd47d..cb56b779d7486ed0127138db5e85aa2a22a4bcbf 100644 --- a/DAQ/DAQUtils/src/RawEventSelectiveCopy.h +++ b/DAQ/DAQUtils/src/RawEventSelectiveCopy.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TESTS_RAWEVENTSELECTIVECOPY_H #define TESTS_RAWEVENTSELECTIVECOPY_H 1 diff --git a/DAQ/DAQUtils/src/RawEventSimpleCombiner.cpp b/DAQ/DAQUtils/src/RawEventSimpleCombiner.cpp index af2ffee1ed17780651cc5f7886d3c418f6c58fc9..3751a851644f9a17098c5b2e25a5fa2c044e9a77 100644 --- a/DAQ/DAQUtils/src/RawEventSimpleCombiner.cpp +++ b/DAQ/DAQUtils/src/RawEventSimpleCombiner.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RawEventSimpleCombiner.cpp,v 1.1 2009/06/22 15:12:04 tskwarni Exp $ // Include files diff --git a/DAQ/DAQUtils/src/RawEventSimpleCombiner.h b/DAQ/DAQUtils/src/RawEventSimpleCombiner.h index a9718ab1c4721d7c88bcff23f48d26af2980cb62..f559b7104d328578a6dd2118fc36269917a09ba6 100644 --- a/DAQ/DAQUtils/src/RawEventSimpleCombiner.h +++ b/DAQ/DAQUtils/src/RawEventSimpleCombiner.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RawEventCombiner.h,v 1.1 2009/06/22 15:12:04 tskwarni Exp $ #ifndef LHCB_RAWEVENTSIMPLECOMBINER_H #define LHCB_RAWEVENTSIMPLECOMBINER_H 1 diff --git a/DAQ/DAQUtils/src/UnpackRawEvent.cpp b/DAQ/DAQUtils/src/UnpackRawEvent.cpp index 0f91d29161e28140dff559f1332829bdfb6f7471..96d8e689f09d39965f1de08ef06eaa4b4f11fbb4 100644 --- a/DAQ/DAQUtils/src/UnpackRawEvent.cpp +++ b/DAQ/DAQUtils/src/UnpackRawEvent.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/ParsersFactory.h" #include "Event/RawEvent.h" #include "Event/RawBank.h" diff --git a/DAQ/DAQUtils/src/bankKiller.cpp b/DAQ/DAQUtils/src/bankKiller.cpp index 5b4ccb55317892460b9a2c61439448c5a88d84c8..e30955a31624e06010ba932bc5714c51365d6c2b 100644 --- a/DAQ/DAQUtils/src/bankKiller.cpp +++ b/DAQ/DAQUtils/src/bankKiller.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "bankKiller.h" diff --git a/DAQ/DAQUtils/src/bankKiller.h b/DAQ/DAQUtils/src/bankKiller.h index 56a8bf08e9a545fa81c5c049306321a69d461b46..c33f0d08f2b5d6b3ba7b077af8cbcf07f4f247b9 100644 --- a/DAQ/DAQUtils/src/bankKiller.h +++ b/DAQ/DAQUtils/src/bankKiller.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 BANKKILLER_H #define BANKKILLER_H 1 diff --git a/DAQ/DAQUtils/tests/options/decision_bank_killer.py b/DAQ/DAQUtils/tests/options/decision_bank_killer.py index f065b9b6d0e5c1c662c5ad91c7e3debd8e47b656..5d9e88c281ec52c3104c1252ba628f9f97b5d3e6 100644 --- a/DAQ/DAQUtils/tests/options/decision_bank_killer.py +++ b/DAQ/DAQUtils/tests/options/decision_bank_killer.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """Test the DecisionBankKiller. Here we test that DecisionBankKiller selects what we expect. diff --git a/DAQ/DAQUtils/tests/qmtest/daqutils.qms/basictest.qmt b/DAQ/DAQUtils/tests/qmtest/daqutils.qms/basictest.qmt index a8a56cc0393338f010fba7c066a59384393166ac..f2f45810b12f0adf7703265d3a3bf8b0d0f7a1d1 100755 --- a/DAQ/DAQUtils/tests/qmtest/daqutils.qms/basictest.qmt +++ b/DAQ/DAQUtils/tests/qmtest/daqutils.qms/basictest.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/test.opts</text></set></argument> diff --git a/DAQ/DAQUtils/tests/qmtest/daqutils.qms/decision_bank_killer.qmt b/DAQ/DAQUtils/tests/qmtest/daqutils.qms/decision_bank_killer.qmt index bdce304b54ec4c180e2328293dc1b6b3e5be86d3..a1be98324b9ba72f6c9975244710bb83262fca00 100644 --- a/DAQ/DAQUtils/tests/qmtest/daqutils.qms/decision_bank_killer.qmt +++ b/DAQ/DAQUtils/tests/qmtest/daqutils.qms/decision_bank_killer.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>python</text></argument> <argument name="args"><set> diff --git a/DAQ/DAQUtils/tests/qmtest/daqutils.qms/dumpmultievents.qmt b/DAQ/DAQUtils/tests/qmtest/daqutils.qms/dumpmultievents.qmt index b628bfea8954aed05f632d101e5b0cd418d6d8cb..24bf32b54dbe9e59228d67f4c0f6c936f68d6374 100755 --- a/DAQ/DAQUtils/tests/qmtest/daqutils.qms/dumpmultievents.qmt +++ b/DAQ/DAQUtils/tests/qmtest/daqutils.qms/dumpmultievents.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/MDF/CMakeLists.txt b/DAQ/MDF/CMakeLists.txt index a9ca92d2a0b3f811a0abb78e12c1d2439f1f2b38..dd374ea0f71e2b16ee78518d949482083898178d 100644 --- a/DAQ/MDF/CMakeLists.txt +++ b/DAQ/MDF/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: MDF ################################################################################ diff --git a/DAQ/MDF/MDF/MDFHeader.h b/DAQ/MDF/MDF/MDFHeader.h index 5c1c26d489be91b58f3a4459daf2668340c357b8..929e4bd0fa7d1a0359fefae1cf182fc95b177c95 100755 --- a/DAQ/MDF/MDF/MDFHeader.h +++ b/DAQ/MDF/MDF/MDFHeader.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // $Header: /afs/cern.ch/project/cvs/reps/lhcb/DAQ/MDF/MDF/MDFHeader.h,v 1.10 2009-10-09 12:57:08 frankb Exp $ #ifndef EVENT_MDFHEADER #define EVENT_MDFHEADER diff --git a/DAQ/MDF/MDF/MDFIO.h b/DAQ/MDF/MDF/MDFIO.h index 790f61e1c764f6579038d1600ebe277855130497..58e7ecc5478a660d871ada4d962b5fdf7a456d25 100755 --- a/DAQ/MDF/MDF/MDFIO.h +++ b/DAQ/MDF/MDF/MDFIO.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: MDFIO.h,v 1.19 2008-05-26 06:16:46 cattanem Exp $ // ==================================================================== // MDFIO.h diff --git a/DAQ/MDF/MDF/MDFWriter.h b/DAQ/MDF/MDF/MDFWriter.h index 0192ac62d232bc407928993a16c0a3753b21c5e3..3906fc6ffa9d0a077d14f409b738b42ac323fa84 100755 --- a/DAQ/MDF/MDF/MDFWriter.h +++ b/DAQ/MDF/MDF/MDFWriter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ==================================================================== // MDFWriter.h // -------------------------------------------------------------------- diff --git a/DAQ/MDF/MDF/OnlineRunInfo.h b/DAQ/MDF/MDF/OnlineRunInfo.h index 7cb6eea974ed9bdea0fa24fe09e206e5be7889a3..2a5a59dd98f5282ad38fee524d60ac03d0dd0a86 100755 --- a/DAQ/MDF/MDF/OnlineRunInfo.h +++ b/DAQ/MDF/MDF/OnlineRunInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: OnlineRunInfo.h,v 1.7 2009-01-29 10:37:14 niko Exp $ //==================================================================== #ifndef MDF_ONLINERUNINFO_H diff --git a/DAQ/MDF/MDF/PosixIO.h b/DAQ/MDF/MDF/PosixIO.h index 428b366b092ecc7748a1748c6425e22e863a69de..451c08fb7dfec36ace97a0dd8bdf48c6faf960a0 100755 --- a/DAQ/MDF/MDF/PosixIO.h +++ b/DAQ/MDF/MDF/PosixIO.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // $Header: /afs/cern.ch/project/cvs/reps/lhcb/DAQ/MDF/MDF/PosixIO.h,v 1.5 2008-02-05 16:44:18 frankb Exp $ // ==================================================================== // PosixIO.h diff --git a/DAQ/MDF/MDF/RawDataAddress.h b/DAQ/MDF/MDF/RawDataAddress.h index 8347546a49ab78804ca803b39517ec71ac0eea91..bc1043a2b52d9a02773bac1e06e93258ea1d6742 100755 --- a/DAQ/MDF/MDF/RawDataAddress.h +++ b/DAQ/MDF/MDF/RawDataAddress.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RawDataAddress.h,v 1.9 2007-12-14 11:42:23 frankb Exp $ #ifndef MDF_RAWDATAADDRESS_H #define MDF_RAWDATAADDRESS_H diff --git a/DAQ/MDF/MDF/RawDataCnvSvc.h b/DAQ/MDF/MDF/RawDataCnvSvc.h index d72bdfe02ac45e0cfd8cce8f1dbe02f6e6b06aa7..52710f362523f12fea1532c8039c791a52647a68 100755 --- a/DAQ/MDF/MDF/RawDataCnvSvc.h +++ b/DAQ/MDF/MDF/RawDataCnvSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ==================================================================== // RawDataCnvSvc.h // -------------------------------------------------------------------- diff --git a/DAQ/MDF/MDF/RawDataConnection.h b/DAQ/MDF/MDF/RawDataConnection.h index 3c34270d66c6a0c3c10780370f08b053efbfcd86..140208139a7cb393b010b9b81435388dac240328 100755 --- a/DAQ/MDF/MDF/RawDataConnection.h +++ b/DAQ/MDF/MDF/RawDataConnection.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RawDataConnection.h,v 1.2 2008-04-10 09:58:42 cattanem Exp $ #ifndef MDF_RAWDATACONNECTION_H #define MDF_RAWDATACONNECTION_H diff --git a/DAQ/MDF/MDF/RawDataSelector.h b/DAQ/MDF/MDF/RawDataSelector.h index 07a3ca1721e596170180f0da9c90e2e0ab399874..3c44151fb34e1c457da6a90fb3cc380a67428446 100755 --- a/DAQ/MDF/MDF/RawDataSelector.h +++ b/DAQ/MDF/MDF/RawDataSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RawDataSelector.h,v 1.19 2008-12-04 13:38:25 frankb Exp $ //==================================================================== #ifndef MDF_RAWDATASELECTOR_H diff --git a/DAQ/MDF/MDF/RawEventDescriptor.h b/DAQ/MDF/MDF/RawEventDescriptor.h index 39028401825ee9b9af90705b6176c8dd61be9561..c09771b4c4831458daa34239d65bc92e6f68e4f4 100755 --- a/DAQ/MDF/MDF/RawEventDescriptor.h +++ b/DAQ/MDF/MDF/RawEventDescriptor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // $Header: /afs/cern.ch/project/cvs/reps/lhcb/DAQ/MDF/MDF/RawEventDescriptor.h,v 1.6 2008-02-05 16:44:18 frankb Exp $ // ==================================================================== // MDFWriter.h diff --git a/DAQ/MDF/MDF/RawEventHelpers.h b/DAQ/MDF/MDF/RawEventHelpers.h index c74f26d5d8a72ad495a779b34a238294417bc528..d55ed6194bf8d9472ffddd8916358e2e5fb164b9 100755 --- a/DAQ/MDF/MDF/RawEventHelpers.h +++ b/DAQ/MDF/MDF/RawEventHelpers.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ==================================================================== // MDFIO.h // -------------------------------------------------------------------- diff --git a/DAQ/MDF/MDF/RawEventPrintout.h b/DAQ/MDF/MDF/RawEventPrintout.h index 572da43c2f8775733cd8a3ae2ef6c2ec175c417b..19d4ae71b2059dc28a0384c5f96854047d24fd49 100755 --- a/DAQ/MDF/MDF/RawEventPrintout.h +++ b/DAQ/MDF/MDF/RawEventPrintout.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RawEventPrintout.h,v 1.5 2008-02-05 16:44:18 frankb Exp $ //==================================================================== // RawEventPrintout.h diff --git a/DAQ/MDF/MDF/StorageTypes.h b/DAQ/MDF/MDF/StorageTypes.h index c4448d5695b8c75ff1c4b0d79cbcfc0003caa048..5ef66e25ce7bff47f09adaf2087e3a0cd9dee450 100755 --- a/DAQ/MDF/MDF/StorageTypes.h +++ b/DAQ/MDF/MDF/StorageTypes.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // $Header: /afs/cern.ch/project/cvs/reps/lhcb/DAQ/MDF/MDF/StorageTypes.h,v 1.5 2007-11-19 19:27:32 frankb Exp $ #ifndef MDF_STORAGETYPES_H #define MDF_STORAGETYPES_H diff --git a/DAQ/MDF/MDF/StreamDescriptor.h b/DAQ/MDF/MDF/StreamDescriptor.h index 0beba8df94a6dc1a29c8ba53d4b2bc9a1015f4b4..1246c97284f65ef5e2b3a8ba197f0cd8cfcaa2f2 100755 --- a/DAQ/MDF/MDF/StreamDescriptor.h +++ b/DAQ/MDF/MDF/StreamDescriptor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: StreamDescriptor.h,v 1.7 2008-03-03 20:05:04 frankb Exp $ //==================================================================== // StreamDescriptor.h diff --git a/DAQ/MDF/cmt/C1.xml b/DAQ/MDF/cmt/C1.xml index ff8b139372a64530bd56070d9658cdbf5a6185ba..a8f39952c077d6740119c832b9449cd37aa85a2b 100755 --- a/DAQ/MDF/cmt/C1.xml +++ b/DAQ/MDF/cmt/C1.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8" standalone="no" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- Edited By POOL --> <!DOCTYPE POOLFILECATALOG SYSTEM "InMemory"> <POOLFILECATALOG> diff --git a/DAQ/MDF/cmt/Cnew.xml b/DAQ/MDF/cmt/Cnew.xml index 6a3a2571342e26b15397a9499d3b36c6f549cf66..3cd01b0d9690774c89c11f8cd17cfda475c48540 100644 --- a/DAQ/MDF/cmt/Cnew.xml +++ b/DAQ/MDF/cmt/Cnew.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8" standalone="no" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- Edited By POOL --> <!DOCTYPE POOLFILECATALOG SYSTEM "InMemory"> <POOLFILECATALOG> diff --git a/DAQ/MDF/cmt/runTests.py b/DAQ/MDF/cmt/runTests.py index 50c2540785e6c02a3b28eb40c37b1a7695ab58d8..f084bffaffe93043e02200d908757a8eca73ab9f 100755 --- a/DAQ/MDF/cmt/runTests.py +++ b/DAQ/MDF/cmt/runTests.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 os, sys, string batch = False commands_only = False diff --git a/DAQ/MDF/cmt/runTests.sh b/DAQ/MDF/cmt/runTests.sh index c8ec9a2e9b1b7f9cd65f68942f127d7e50f679c6..5ef61f0398b940bfb1e9ec77d81c028c4a7bbb8e 100755 --- a/DAQ/MDF/cmt/runTests.sh +++ b/DAQ/MDF/cmt/runTests.sh @@ -1,3 +1,13 @@ #!/bin/bash +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### . setup.sh python $MDFROOT/cmt/runTests.py diff --git a/DAQ/MDF/components/Components.cpp b/DAQ/MDF/components/Components.cpp index b46027f4d16fdf86b60abcb421f1e812824cb563..0e0ec71959f58e497ed6b55de6b921fb43772976 100644 --- a/DAQ/MDF/components/Components.cpp +++ b/DAQ/MDF/components/Components.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "MDF/MDFWriter.h" DECLARE_COMPONENT( LHCb::MDFWriter ) diff --git a/DAQ/MDF/components/MDFSelector.cpp b/DAQ/MDF/components/MDFSelector.cpp index a3be2342b2db749c721a67647519aa3c52773b3a..4a6adf0f8bc9fc497aa4262836f560e8d9799202 100755 --- a/DAQ/MDF/components/MDFSelector.cpp +++ b/DAQ/MDF/components/MDFSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: MDFSelector.cpp,v 1.1 2009-02-06 09:37:57 frankb Exp $ //==================================================================== // MDFSelector.cpp diff --git a/DAQ/MDF/components/RawEventCopy.cpp b/DAQ/MDF/components/RawEventCopy.cpp index f84baa55542f723eafddc4a89e9a0f99b19914f1..9381dd88daaa90e0552cffea7c0bfcf569d64fef 100755 --- a/DAQ/MDF/components/RawEventCopy.cpp +++ b/DAQ/MDF/components/RawEventCopy.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RawEventCopy.cpp,v 1.2 2009-05-25 08:56:21 cattanem Exp $ // Include files from Gaudi #include "GaudiKernel/Algorithm.h" diff --git a/DAQ/MDF/components/RawEventTestDump.cpp b/DAQ/MDF/components/RawEventTestDump.cpp index dd9b065fc4700a4a9ba146b53bf93b238aa0f48b..5ac47645544a49d00b3788e0963946f36faffe90 100755 --- a/DAQ/MDF/components/RawEventTestDump.cpp +++ b/DAQ/MDF/components/RawEventTestDump.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RawEventTestDump.cpp,v 1.1 2009-02-06 09:37:57 frankb Exp $ // Include files from Gaudi #include "GaudiKernel/Algorithm.h" diff --git a/DAQ/MDF/src/MDFIO.cpp b/DAQ/MDF/src/MDFIO.cpp index c19032a602f613b580b4a630b2337dbdb8aebe9b..96651891756a65bdda89c6a5bf3828f652e1442d 100755 --- a/DAQ/MDF/src/MDFIO.cpp +++ b/DAQ/MDF/src/MDFIO.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ==================================================================== // MDFIO.cpp // -------------------------------------------------------------------- diff --git a/DAQ/MDF/src/MDFTest.cpp b/DAQ/MDF/src/MDFTest.cpp index 18ee505a21530f3366b1c12f27232345508825c3..049e3fa1c40c39812c7948dda820a452757c70ab 100755 --- a/DAQ/MDF/src/MDFTest.cpp +++ b/DAQ/MDF/src/MDFTest.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: MDFTest.cpp,v 1.2 2006-01-10 18:14:29 frankb Exp $ //------------------------------------------------------------------------------ // diff --git a/DAQ/MDF/src/MDFWriter.cpp b/DAQ/MDF/src/MDFWriter.cpp index 90e127f3bab0aab1878f845ac207edc5bb21d1bc..3105c52aeeb7dcc7df6277a81619e53e5e349c9c 100755 --- a/DAQ/MDF/src/MDFWriter.cpp +++ b/DAQ/MDF/src/MDFWriter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ==================================================================== // MDFWriter.cpp // -------------------------------------------------------------------- diff --git a/DAQ/MDF/src/RawDataCnvSvc.cpp b/DAQ/MDF/src/RawDataCnvSvc.cpp index 893e737cc94e4d77e2b01f83ee6aef05b1406763..02add23c21f62f0e8ca28e15aba273b27f3065ef 100755 --- a/DAQ/MDF/src/RawDataCnvSvc.cpp +++ b/DAQ/MDF/src/RawDataCnvSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ==================================================================== // RawDataCnvSvc.cpp // -------------------------------------------------------------------- diff --git a/DAQ/MDF/src/RawDataConnection.cpp b/DAQ/MDF/src/RawDataConnection.cpp index afb041ca66a76f7ac9eabe7509e49711aabf53ef..e4ed6a6741e0d6d278188e733cc259620e710e68 100755 --- a/DAQ/MDF/src/RawDataConnection.cpp +++ b/DAQ/MDF/src/RawDataConnection.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RawDataConnection.cpp,v 1.5 2008-03-03 20:05:04 frankb Exp $ #include "MDF/RawDataConnection.h" #include "MDF/StreamDescriptor.h" diff --git a/DAQ/MDF/src/RawDataSelector.cpp b/DAQ/MDF/src/RawDataSelector.cpp index 2c39e1d4438bac559636430d17567f4cacd4c060..4768a4780385593d60fb7c413e85d7ffdb402a2d 100755 --- a/DAQ/MDF/src/RawDataSelector.cpp +++ b/DAQ/MDF/src/RawDataSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //==================================================================== // OnlineMDFEvtSelector.cpp //-------------------------------------------------------------------- diff --git a/DAQ/MDF/src/RawEventHelpers.cpp b/DAQ/MDF/src/RawEventHelpers.cpp index d677d7cc2c5a2e8c4e2bdb463904102ec054e2c6..86d170ed5d0114e3707ccf604bc63ed6327d51e4 100755 --- a/DAQ/MDF/src/RawEventHelpers.cpp +++ b/DAQ/MDF/src/RawEventHelpers.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ==================================================================== // RawEventHelpers.cpp // -------------------------------------------------------------------- diff --git a/DAQ/MDF/src/RawEventPrintout.cpp b/DAQ/MDF/src/RawEventPrintout.cpp index 487b9fae6e1414a76e4a85e8981e409e7e18ff8b..2bd1be5edafa6a3afcb98791fbf9573848c167b4 100755 --- a/DAQ/MDF/src/RawEventPrintout.cpp +++ b/DAQ/MDF/src/RawEventPrintout.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RawEventPrintout.cpp,v 1.5 2009-10-16 14:53:14 cattanem Exp $ // ==================================================================== // MIFWriter.cpp diff --git a/DAQ/MDF/src/StreamDescriptor.cpp b/DAQ/MDF/src/StreamDescriptor.cpp index 0416c34abeab6146e479fbaeab7b0b14c7cbb81a..138263c52d529422289c298d00934df2e0626f09 100755 --- a/DAQ/MDF/src/StreamDescriptor.cpp +++ b/DAQ/MDF/src/StreamDescriptor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: StreamDescriptor.cpp,v 1.20 2009-12-11 14:50:53 frankb Exp $ //==================================================================== // OnlineEvtSelector.cpp diff --git a/DAQ/MDF/tests/options/existing_mdf.py b/DAQ/MDF/tests/options/existing_mdf.py index 20b2ba5a36bb1955b51a0fc96cdcf09bffc41b72..0377af788f7b1eca8432e0bbb1b5de95a5c6d9d0 100644 --- a/DAQ/MDF/tests/options/existing_mdf.py +++ b/DAQ/MDF/tests/options/existing_mdf.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 __future__ import print_function import os diff --git a/DAQ/MDF/tests/qmtest/mdf.qms/existing_mdf.qmt b/DAQ/MDF/tests/qmtest/mdf.qms/existing_mdf.qmt index d3d39355dca9eb368ffa94e6f7b66d2f27ad2cb8..ee3ce3345ac65d5d30edbb790bb9140e805740fe 100644 --- a/DAQ/MDF/tests/qmtest/mdf.qms/existing_mdf.qmt +++ b/DAQ/MDF/tests/qmtest/mdf.qms/existing_mdf.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>python</text></argument> <argument name="args"><set> diff --git a/DAQ/MDF_ROOT/CMakeLists.txt b/DAQ/MDF_ROOT/CMakeLists.txt index 1b6b1a91af7d6bdaf8920b81e3ca3c43eddf1ab9..c3952a25a916ba3f8b8c425ae2dea99f781ae968 100644 --- a/DAQ/MDF_ROOT/CMakeLists.txt +++ b/DAQ/MDF_ROOT/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: MDF_ROOT ################################################################################ diff --git a/DAQ/MDF_ROOT/src/MDF_ROOT_dll.cpp b/DAQ/MDF_ROOT/src/MDF_ROOT_dll.cpp index 4f0a0c0c3112381d83db2bc8e9d73531a380b97d..708b075d8eb553371eb3081727cf99304106314d 100755 --- a/DAQ/MDF_ROOT/src/MDF_ROOT_dll.cpp +++ b/DAQ/MDF_ROOT/src/MDF_ROOT_dll.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ==================================================================== // MDFIO.cpp // -------------------------------------------------------------------- diff --git a/DAQ/RawEventCompat/CMakeLists.txt b/DAQ/RawEventCompat/CMakeLists.txt index 5ca5b0925168a69a49029c555a2141c89f900f6a..53cfebf9891014cabbaf88efd3731b60fa5d7ad5 100644 --- a/DAQ/RawEventCompat/CMakeLists.txt +++ b/DAQ/RawEventCompat/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: RawEventCompat ################################################################################ diff --git a/DAQ/RawEventCompat/python/RawEventCompat/Configuration.py b/DAQ/RawEventCompat/python/RawEventCompat/Configuration.py index b180d4602f06867fb4c4617f80929a1eb642016d..8f06aeb309fe4a5b58e45038b50eb5a745e6b542 100644 --- a/DAQ/RawEventCompat/python/RawEventCompat/Configuration.py +++ b/DAQ/RawEventCompat/python/RawEventCompat/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """Python module for manipulating the raw event splitting and combining This module defines both functions and configurables, such that the user can decide which is best. diff --git a/DAQ/RawEventCompat/python/RawEventCompat/QMTest/FormatTests.py b/DAQ/RawEventCompat/python/RawEventCompat/QMTest/FormatTests.py index edbdf8273686fabbc17a76c62b75900d0f3173bb..22c3b0b1a72d6bd1ce0f1e56e30c8d7afe30b46d 100644 --- a/DAQ/RawEventCompat/python/RawEventCompat/QMTest/FormatTests.py +++ b/DAQ/RawEventCompat/python/RawEventCompat/QMTest/FormatTests.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ QMTest validator expension module, for checking the split RawEvent file format """ diff --git a/DAQ/RawEventCompat/tests/options/instantiate.py b/DAQ/RawEventCompat/tests/options/instantiate.py index d6901d27262b041e1acfcab05930eca77abc3b16..bdf85c04dcb891a12e740a6e2b8ee64c4414750d 100644 --- a/DAQ/RawEventCompat/tests/options/instantiate.py +++ b/DAQ/RawEventCompat/tests/options/instantiate.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # ============ Auto-generated testing python file ====== from Gaudi.Configuration import * diff --git a/DAQ/RawEventCompat/tests/options/split-raw-event.py b/DAQ/RawEventCompat/tests/options/split-raw-event.py index 2718f8c0c77abdb2d30764a2173a7b22b8c4a980..ebff908e895d41e1047bdb991b56658845facede 100644 --- a/DAQ/RawEventCompat/tests/options/split-raw-event.py +++ b/DAQ/RawEventCompat/tests/options/split-raw-event.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # ============ Auto-generated dummy options file ====== from Gaudi.Configuration import * from Configurables import LHCbApp diff --git a/DAQ/RawEventCompat/tests/options/test-badbanks.py b/DAQ/RawEventCompat/tests/options/test-badbanks.py index 8425ed62edef3bbcb5c5bebf4fa020dc4fb7bdee..a89f1858ddf212adbfac88b638f3f4accb116eba 100644 --- a/DAQ/RawEventCompat/tests/options/test-badbanks.py +++ b/DAQ/RawEventCompat/tests/options/test-badbanks.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 RawEventCompat import RawEventCompat.Configuration as conf diff --git a/DAQ/RawEventCompat/tests/options/test-configurables-dod.py b/DAQ/RawEventCompat/tests/options/test-configurables-dod.py index 15fb785486cfa18d28ae1f237ea5e74c5288c806..f64a0683e1d28bcbf913d3664084ec113e85953b 100644 --- a/DAQ/RawEventCompat/tests/options/test-configurables-dod.py +++ b/DAQ/RawEventCompat/tests/options/test-configurables-dod.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 RawEventFormatConf, RecombineRawEvent from Configurables import RawEventJuggler, RawEventMapCombiner diff --git a/DAQ/RawEventCompat/tests/options/test-configurables.py b/DAQ/RawEventCompat/tests/options/test-configurables.py index 7f7a6d3e056d470a4b252da3ba8269e4e1d053d8..afa36498c94528cece1a75e379d095cd6f3f38e5 100644 --- a/DAQ/RawEventCompat/tests/options/test-configurables.py +++ b/DAQ/RawEventCompat/tests/options/test-configurables.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 RawEventFormatConf, RecombineRawEvent from Configurables import RawEventJuggler, RawEventMapCombiner diff --git a/DAQ/RawEventCompat/tests/options/test-import.py b/DAQ/RawEventCompat/tests/options/test-import.py index ae808f756c29947daf5a5c34cff9ed000fa69166..43874d514e21e1dd64a3bca3c288afb35165f4d5 100644 --- a/DAQ/RawEventCompat/tests/options/test-import.py +++ b/DAQ/RawEventCompat/tests/options/test-import.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 RawEventFormat if len(RawEventFormat.Raw_location_db)==0: diff --git a/DAQ/RawEventCompat/tests/options/test-methods.py b/DAQ/RawEventCompat/tests/options/test-methods.py index 0c82dffebc5709b56b9559ec3be2755def81b81b..22882a0e0336eb9e3adff2e9da419e512a41dffc 100644 --- a/DAQ/RawEventCompat/tests/options/test-methods.py +++ b/DAQ/RawEventCompat/tests/options/test-methods.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 RawEventCompat import RawEventCompat.Configuration as conf diff --git a/DAQ/RawEventCompat/tests/options/test-replace.py b/DAQ/RawEventCompat/tests/options/test-replace.py index f8be974044e6be166f97972ab85c19edf17f6d3a..5352b0e45c66e56ba0ac19a00adf83d63dc513d0 100644 --- a/DAQ/RawEventCompat/tests/options/test-replace.py +++ b/DAQ/RawEventCompat/tests/options/test-replace.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 RawEventCompat import RawEventCompat.Configuration as conf diff --git a/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/configurables.qmt b/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/configurables.qmt index a4d9539089e3b713dea54d5ee0e59130ca2b3776..15be795ea3c1f489d6069c70b32a36344dfb5e96 100644 --- a/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/configurables.qmt +++ b/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/configurables.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/dataondemand.qmt b/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/dataondemand.qmt index 7fcfbebec0dc6101a31e8012fe3a3100e72a2a95..f71de0966f97e7576d8a90f3360e5af92287767b 100644 --- a/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/dataondemand.qmt +++ b/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/dataondemand.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/gaudiread.qmt b/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/gaudiread.qmt index 17c3cecab75dfe5453f3372feea6320affa6a119..b5781ee3fe9bd9cc37046ec548e4b0eebc033257 100644 --- a/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/gaudiread.qmt +++ b/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/gaudiread.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/gaudirun.qmt b/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/gaudirun.qmt index 8f9140561e9c0dc666224bc63d36da98f84d7eb7..759964f6b80f3e5516980679fbc8dfe7dc4a347b 100644 --- a/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/gaudirun.qmt +++ b/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/gaudirun.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/import.qmt b/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/import.qmt index a06e529723e42b8e06e0b45426440eb86780b1d9..42d970ee539910f07b4fa613b9c17be4c801efde 100644 --- a/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/import.qmt +++ b/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/import.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/instantiate.qmt b/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/instantiate.qmt index d9d384d3fa13382da197b06b2cb82f6525322d80..3629bee5af7f242246102cc41ff13305d07b3aa9 100644 --- a/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/instantiate.qmt +++ b/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/instantiate.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/methods.qmt b/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/methods.qmt index 32ee28e29394d578e31f81c7cb94968f4fe3c50d..1a59e8597125aed5f2125e87d9fb4a964c7de985 100644 --- a/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/methods.qmt +++ b/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/methods.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/replace.qmt b/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/replace.qmt index 84c002036e1800a4c9a9ed79287e98b6ec7498f5..8f60606fd76f655b8084dabe73080cd68baaa943 100644 --- a/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/replace.qmt +++ b/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/replace.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/test-badbanks.qmt b/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/test-badbanks.qmt index e5b97be5eadb7111d692dd78124ee29e2faed244..a43607e3947b21d016fe5bef40b275258dd46c85 100644 --- a/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/test-badbanks.qmt +++ b/DAQ/RawEventCompat/tests/qmtest/raweventcompat.qms/test-badbanks.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/DAQ/Tell1Kernel/CMakeLists.txt b/DAQ/Tell1Kernel/CMakeLists.txt index e8d28fa6e11189fec360dd51067829f5c94a54cf..3cd9d1b73c26b1af8e41a7255f5b53e002f7958b 100644 --- a/DAQ/Tell1Kernel/CMakeLists.txt +++ b/DAQ/Tell1Kernel/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: Tell1Kernel ################################################################################ diff --git a/DAQ/Tell1Kernel/Tell1Kernel/BitReader.h b/DAQ/Tell1Kernel/Tell1Kernel/BitReader.h index 4e6979ffac80a14377d211ef2275e92ba55b3aa9..126b8930e16ebb7d0f4e1aea5335f76bf8f4dbf0 100755 --- a/DAQ/Tell1Kernel/Tell1Kernel/BitReader.h +++ b/DAQ/Tell1Kernel/Tell1Kernel/BitReader.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_BITREADER_H #define KERNEL_BITREADER_H 1 diff --git a/DAQ/Tell1Kernel/Tell1Kernel/IPvssTell1Names.h b/DAQ/Tell1Kernel/Tell1Kernel/IPvssTell1Names.h index 7b626c00c4dcb1f57495cba40c436ef277d3cc83..8c9b72c0ee76a1a1e03254b8fd12ff63460e4d0c 100755 --- a/DAQ/Tell1Kernel/Tell1Kernel/IPvssTell1Names.h +++ b/DAQ/Tell1Kernel/Tell1Kernel/IPvssTell1Names.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: IPvssTell1Names.h,v 1.1 2009-09-08 16:18:42 krinnert Exp $ #ifndef KERNEL_IPVSSTELL1NAMES_H #define KERNEL_IPVSSTELL1NAMES_H 1 diff --git a/DAQ/Tell1Kernel/Tell1Kernel/ITELL1SensorMap.h b/DAQ/Tell1Kernel/Tell1Kernel/ITELL1SensorMap.h index 25bcb2593e87c24d350c049d569f840b420be4ab..3457b64086d45a4d5d23f09a1e60cd08b1b26044 100755 --- a/DAQ/Tell1Kernel/Tell1Kernel/ITELL1SensorMap.h +++ b/DAQ/Tell1Kernel/Tell1Kernel/ITELL1SensorMap.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: ITELL1SensorMap.h,v 1.1 2009-09-08 16:18:42 krinnert Exp $ #ifndef KERNEL_ITELL1SENSORMAP_H #define KERNEL_ITELL1SENSORMAP_H 1 diff --git a/DAQ/Tell1Kernel/Tell1Kernel/ITimeStampProvider.h b/DAQ/Tell1Kernel/Tell1Kernel/ITimeStampProvider.h index 8ad6b7d3be5d4a07787f48fddf251a587c445d29..6e668f40c5cea05e8909616d6d249e98e7ea01a6 100755 --- a/DAQ/Tell1Kernel/Tell1Kernel/ITimeStampProvider.h +++ b/DAQ/Tell1Kernel/Tell1Kernel/ITimeStampProvider.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: ITimeStampProvider.h,v 1.1 2009-09-08 16:18:42 krinnert Exp $ #ifndef KERNEL_ITIMESTAMPPROVIDER_H #define KERNEL_ITIMESTAMPPROVIDER_H 1 diff --git a/DAQ/Tell1Kernel/Tell1Kernel/PUTell1Core.h b/DAQ/Tell1Kernel/Tell1Kernel/PUTell1Core.h index d2c9600ddbf20d5b06be705a4686f4453667fa1d..d83cae0bb7a47b7515968471aa84fe8a79559e87 100644 --- a/DAQ/Tell1Kernel/Tell1Kernel/PUTell1Core.h +++ b/DAQ/Tell1Kernel/Tell1Kernel/PUTell1Core.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PUTELL1CORE_H #define PUTELL1CORE_H 1 diff --git a/DAQ/Tell1Kernel/Tell1Kernel/PhiStripCategoryMap.h b/DAQ/Tell1Kernel/Tell1Kernel/PhiStripCategoryMap.h index b45a86061dba9d4f39581e9f00bfbd1636b951fc..5fee314c948c648af53069bfb12b83d9f89b66bb 100755 --- a/DAQ/Tell1Kernel/Tell1Kernel/PhiStripCategoryMap.h +++ b/DAQ/Tell1Kernel/Tell1Kernel/PhiStripCategoryMap.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: PhiStripCategoryMap.h,v 1.1 2009-09-08 16:18:42 krinnert Exp $ #ifndef PHISTRIPCATEGORYMAP_H #define PHISTRIPCATEGORYMAP_H 1 diff --git a/DAQ/Tell1Kernel/Tell1Kernel/PvssTell1NameMap.h b/DAQ/Tell1Kernel/Tell1Kernel/PvssTell1NameMap.h index e897fdcbd59bf795ac40e9b424788ae7676dc65f..421ed0d59487b4e0f2bf8768059eb8352ec8233e 100644 --- a/DAQ/Tell1Kernel/Tell1Kernel/PvssTell1NameMap.h +++ b/DAQ/Tell1Kernel/Tell1Kernel/PvssTell1NameMap.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: PvssTell1NameMap.h,v 1.1 2009-09-08 16:18:42 krinnert Exp $ #ifndef INCLUDE_PVSSTELL1NAMEMAP_H #define INCLUDE_PVSSTELL1NAMEMAP_H 1 diff --git a/DAQ/Tell1Kernel/Tell1Kernel/STTell1Core.h b/DAQ/Tell1Kernel/Tell1Kernel/STTell1Core.h index 19d9ce9c2821ee7383b169cd9b2b4db8a852f2e6..92b7eabfa4ac312ccd066444b184d40df25290f3 100755 --- a/DAQ/Tell1Kernel/Tell1Kernel/STTell1Core.h +++ b/DAQ/Tell1Kernel/Tell1Kernel/STTell1Core.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: STTell1Core.h,v 1.4 2010-01-13 13:09:23 akeune Exp $ #ifndef STTELL1CORE_H #define STTELL1CORE_H 1 diff --git a/DAQ/Tell1Kernel/Tell1Kernel/VeloDecodeConf.h b/DAQ/Tell1Kernel/Tell1Kernel/VeloDecodeConf.h index 8eab8e37123539a424225cbd001f1857807d1a74..2490a33d9c15bbdde298e3d99fc6b624cdf8eeba 100755 --- a/DAQ/Tell1Kernel/Tell1Kernel/VeloDecodeConf.h +++ b/DAQ/Tell1Kernel/Tell1Kernel/VeloDecodeConf.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: VeloDecodeConf.h,v 1.3 2008-04-29 11:06:21 szumlat Exp $ #ifndef VELODECODECONF_H #define VELODECODECONF_H 1 diff --git a/DAQ/Tell1Kernel/Tell1Kernel/VeloDecodeCore.h b/DAQ/Tell1Kernel/Tell1Kernel/VeloDecodeCore.h index 3c8076bed158a45b53db3f803c804807a786532f..39536b122b1cbf6f3cb0317a97482dd075a9906f 100755 --- a/DAQ/Tell1Kernel/Tell1Kernel/VeloDecodeCore.h +++ b/DAQ/Tell1Kernel/Tell1Kernel/VeloDecodeCore.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: VeloDecodeCore.h,v 1.1 2007-09-18 07:33:02 cattanem Exp $ #ifndef VELODECODECORE_H #define VELODECODECORE_H 1 diff --git a/DAQ/Tell1Kernel/Tell1Kernel/VeloTell1Core.h b/DAQ/Tell1Kernel/Tell1Kernel/VeloTell1Core.h index 9007ef8163d2ba1ae2843fbfa41b89f37d08d254..aac21298bff8ba84b2216e1a5f3066b88be5527a 100755 --- a/DAQ/Tell1Kernel/Tell1Kernel/VeloTell1Core.h +++ b/DAQ/Tell1Kernel/Tell1Kernel/VeloTell1Core.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: VeloTell1Core.h,v 1.6 2009-10-24 13:47:11 szumlat Exp $ #ifndef VELOTELL1CORE_H #define VELOTELL1CORE_H 1 diff --git a/Det/BcmDet/BcmDet/DeBcm.h b/Det/BcmDet/BcmDet/DeBcm.h index 96a9b8fa4bda933e13ffb5dd6faa1dd4829eb0ff..2ab99ef2cfddb1726d6d6968c906976c1e040cac 100644 --- a/Det/BcmDet/BcmDet/DeBcm.h +++ b/Det/BcmDet/BcmDet/DeBcm.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 BCMDET_DEBCM_H #define BCMDET_DEBCM_H 1 diff --git a/Det/BcmDet/BcmDet/DeBcmSens.h b/Det/BcmDet/BcmDet/DeBcmSens.h index 97b38ec93b4e47324036f1bfb7a9666cbf84a100..baab985358ac160367bb74683624a8eb9f29266b 100644 --- a/Det/BcmDet/BcmDet/DeBcmSens.h +++ b/Det/BcmDet/BcmDet/DeBcmSens.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 BCMDET_DEBCMSENS_H #define BCMDET_DEBCMSENS_H 1 diff --git a/Det/BcmDet/CMakeLists.txt b/Det/BcmDet/CMakeLists.txt index 21335b063a0acaeb26254d573da123219f5faa3d..f7608afdf74d1cde6fab34464fcf8745d4269f7f 100644 --- a/Det/BcmDet/CMakeLists.txt +++ b/Det/BcmDet/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: BcmDet ################################################################################ diff --git a/Det/BcmDet/dict/BcmDetDict.h b/Det/BcmDet/dict/BcmDetDict.h index 4642f625e76c2dadf12fde300239f5a4471cf6a8..ab5e716156eaee19ce6a4e13eedca12043e8919c 100644 --- a/Det/BcmDet/dict/BcmDetDict.h +++ b/Det/BcmDet/dict/BcmDetDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_BCMDETDICT_H #define DICT_BCMDETDICT_H 1 diff --git a/Det/BcmDet/dict/BcmDetDict.xml b/Det/BcmDet/dict/BcmDetDict.xml index 968fd62361d28d89ae75863e2d54ec4dabfb102e..859f4ee621cb48fb3de8b8f0a1ffd30a0346e3c9 100644 --- a/Det/BcmDet/dict/BcmDetDict.xml +++ b/Det/BcmDet/dict/BcmDetDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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="DeBcmSens" /> <class name="DeBcm" /> diff --git a/Det/BcmDet/src/Lib/DeBcm.cpp b/Det/BcmDet/src/Lib/DeBcm.cpp index a1f0426689cbc8317bcbd77ac6714787ab50ebf6..c8321167e1441d3c61aa17da5878bafcfec327c6 100644 --- a/Det/BcmDet/src/Lib/DeBcm.cpp +++ b/Det/BcmDet/src/Lib/DeBcm.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "BcmDet/DeBcm.h" DeBcm::DeBcm(int nStation) : diff --git a/Det/BcmDet/src/Lib/DeBcmSens.cpp b/Det/BcmDet/src/Lib/DeBcmSens.cpp index 15bd96c8d3800dde8b3076920190e6c465010ff6..2761f523ae99598d0777edcf0d5c859051d0b7fd 100644 --- a/Det/BcmDet/src/Lib/DeBcmSens.cpp +++ b/Det/BcmDet/src/Lib/DeBcmSens.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "BcmDet/DeBcmSens.h" diff --git a/Det/BcmDet/src/component/BcmDetFactories.cpp b/Det/BcmDet/src/component/BcmDetFactories.cpp index 2c1a6e65e271f1714fda779e491efb13ec216c9c..b92b00ca8599abf5641d106ec96edd1fb7d019b0 100644 --- a/Det/BcmDet/src/component/BcmDetFactories.cpp +++ b/Det/BcmDet/src/component/BcmDetFactories.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DetDescCnv/XmlUserDetElemCnv.h" #include "BcmDet/DeBcmSens.h" diff --git a/Det/CaloDet/CMakeLists.txt b/Det/CaloDet/CMakeLists.txt index 9a49ea6a3b66998fe3f94c24a8264f558e3839e4..3c070007dc168e47755d186cad8e5e59419ba342 100644 --- a/Det/CaloDet/CMakeLists.txt +++ b/Det/CaloDet/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: CaloDet ################################################################################ diff --git a/Det/CaloDet/CaloDet/CLIDDeCalorimeter.h b/Det/CaloDet/CaloDet/CLIDDeCalorimeter.h index 2fac0bf8e06a5b100b078fe67244d1a9d04ff57d..925340ea8f3a088ca54c24868fe479047d84f4c1 100644 --- a/Det/CaloDet/CaloDet/CLIDDeCalorimeter.h +++ b/Det/CaloDet/CaloDet/CLIDDeCalorimeter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // $Log: not supported by cvs2svn $ // Revision 1.2 2001/06/29 10:26:17 ibelyaev // update to use new features of DetDesc v7 package diff --git a/Det/CaloDet/CaloDet/CLIDDeSubCalorimeter.h b/Det/CaloDet/CaloDet/CLIDDeSubCalorimeter.h index 1bc6f7d686390330d5c6549c9e5067e4fa0042ff..885ef53ee4682bffdd917280694862c8868db52b 100644 --- a/Det/CaloDet/CaloDet/CLIDDeSubCalorimeter.h +++ b/Det/CaloDet/CaloDet/CLIDDeSubCalorimeter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALO_CLID_DESUBCALORIMETER_H #define CALO_CLID_DESUBCALORIMETER_H 1 #include "GaudiKernel/ClassID.h" diff --git a/Det/CaloDet/CaloDet/CLIDDeSubSubCalorimeter.h b/Det/CaloDet/CaloDet/CLIDDeSubSubCalorimeter.h index 113fed8c0f8da0b35744db26722c4f827a5e5588..cd79e6e999d2db217e0d9a0810e704f3ce06ed6b 100644 --- a/Det/CaloDet/CaloDet/CLIDDeSubSubCalorimeter.h +++ b/Det/CaloDet/CaloDet/CLIDDeSubSubCalorimeter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // $Log: not supported by cvs2svn $ // Revision 1.3 2007/02/28 18:31:19 marcocle // Replaced "static const CLID&" with "static const CLID" diff --git a/Det/CaloDet/CaloDet/CaloCardParams.h b/Det/CaloDet/CaloDet/CaloCardParams.h index 73bc758c5b9ab57472cbbc6bb3d9be6ad708b16b..746422d123e42f797859be503f9a7f36e1ad9efc 100644 --- a/Det/CaloDet/CaloDet/CaloCardParams.h +++ b/Det/CaloDet/CaloDet/CaloCardParams.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // $Log: not supported by cvs2svn $ #ifndef _CALOCARDPARAMS_H_ diff --git a/Det/CaloDet/CaloDet/CaloLed.h b/Det/CaloDet/CaloDet/CaloLed.h index 0ea85fa6c7fe324f4f9b7fcee5afc8f3b37ad7b9..098e9d4cf01adb08586283f3e01470ab574fc654 100644 --- a/Det/CaloDet/CaloDet/CaloLed.h +++ b/Det/CaloDet/CaloDet/CaloLed.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODET_CALOLED_H #define CALODET_CALOLED_H 1 diff --git a/Det/CaloDet/CaloDet/CaloPin.h b/Det/CaloDet/CaloDet/CaloPin.h index 89bf7f2e715e179c6d69cbf3477b29aa6aa2b981..3470b15ccc1c31979f0a2044b4c3eaaae77e2ec0 100644 --- a/Det/CaloDet/CaloDet/CaloPin.h +++ b/Det/CaloDet/CaloDet/CaloPin.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODET_CALOPIN_H #define CALODET_CALOPIN_H 1 diff --git a/Det/CaloDet/CaloDet/CardParam.h b/Det/CaloDet/CaloDet/CardParam.h index 9af373c76dccd5297b80e00d033728ea75fa1b82..670518e987251d97e4d676c41e6affcc97f84cff 100644 --- a/Det/CaloDet/CaloDet/CardParam.h +++ b/Det/CaloDet/CaloDet/CardParam.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CardParam.h,v 1.13 2009-04-06 15:42:33 odescham Exp $ /// =========================================================================== diff --git a/Det/CaloDet/CaloDet/CellParam.h b/Det/CaloDet/CaloDet/CellParam.h index 70f188613da80e6fde5634e59ee8dc8d3e9e89be..8f983685c95a69d0e96dea36f5799f8c8314b703 100644 --- a/Det/CaloDet/CaloDet/CellParam.h +++ b/Det/CaloDet/CaloDet/CellParam.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CellParam.h,v 1.13 2009-08-05 14:24:35 ibelyaev Exp $ // ============================================================================ #ifndef CALODET_CELLPARAM_H diff --git a/Det/CaloDet/CaloDet/DeCalorimeter.h b/Det/CaloDet/CaloDet/DeCalorimeter.h index 2f42d294821b3b4525872d1574c951f841610883..209ac74fda4c75a6d86ebd8fdb5fb2e2303a7731 100644 --- a/Det/CaloDet/CaloDet/DeCalorimeter.h +++ b/Det/CaloDet/CaloDet/DeCalorimeter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODET_DECALORIMETER_H #define CALODET_DECALORIMETER_H 1 // ============================================================================ diff --git a/Det/CaloDet/CaloDet/DeCalorimeter.icpp b/Det/CaloDet/CaloDet/DeCalorimeter.icpp index f952e5a4944daa646cb9fb5ea83b43f78cbd2167..e985ff649f43c93d994349009090d5922fe19fce 100755 --- a/Det/CaloDet/CaloDet/DeCalorimeter.icpp +++ b/Det/CaloDet/CaloDet/DeCalorimeter.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: DeCalorimeter.icpp,v 1.5 2008-06-30 16:46:04 odescham Exp $ // ============================================================================ #ifndef CALODET_DECALORIMETER_ICPP diff --git a/Det/CaloDet/CaloDet/DeSubCalorimeter.h b/Det/CaloDet/CaloDet/DeSubCalorimeter.h index cb5bf9a06ffae914f4386cd51b0b1c0e7f086fdb..509fb3abae6b86bf3a896455ebdaa115e1e51fe3 100644 --- a/Det/CaloDet/CaloDet/DeSubCalorimeter.h +++ b/Det/CaloDet/CaloDet/DeSubCalorimeter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODET_DESUBCALORIMETER_H #define CALODET_DESUBCALORIMETER_H 1 diff --git a/Det/CaloDet/CaloDet/DeSubSubCalorimeter.h b/Det/CaloDet/CaloDet/DeSubSubCalorimeter.h index 7cd6e47f3c5712139206fbba6f89f4a5bfa96325..1de4390dc8dc3f7a529442fe651bf2b30dffa8bc 100644 --- a/Det/CaloDet/CaloDet/DeSubSubCalorimeter.h +++ b/Det/CaloDet/CaloDet/DeSubSubCalorimeter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODET_DESUBSUBCALORIMETER_H #define CALODET_DESUBSUBCALORIMETER_H 1 #include "GaudiKernel/MsgStream.h" diff --git a/Det/CaloDet/CaloDet/Tell1Param.h b/Det/CaloDet/CaloDet/Tell1Param.h index 0c37a2f0e062b6201a1e220ce21900fbc5d2daa7..f58e41b357e0708efcf737215bb98d7ec3486717 100644 --- a/Det/CaloDet/CaloDet/Tell1Param.h +++ b/Det/CaloDet/CaloDet/Tell1Param.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: /// =========================================================================== diff --git a/Det/CaloDet/dict/CaloDetDict.h b/Det/CaloDet/dict/CaloDetDict.h index a9af26e4a2f13fde49ac666d0995911361cf132d..d817362f7698e878b4ecb38941c75a939af4d027 100644 --- a/Det/CaloDet/dict/CaloDetDict.h +++ b/Det/CaloDet/dict/CaloDetDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CaloDetDict.h,v 1.2 2010-03-18 12:40:32 ibelyaev Exp $ // ============================================================================ #ifndef DICT_CALODETDICT_H diff --git a/Det/CaloDet/dict/CaloDetDict.xml b/Det/CaloDet/dict/CaloDetDict.xml index 0c486830f20aff787b04001acd809027cae1c34a..b8e0f7bdc9d8e741df5402d2d4d083c72dc74ff2 100644 --- a/Det/CaloDet/dict/CaloDetDict.xml +++ b/Det/CaloDet/dict/CaloDetDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "DeCalorimeter" /> <class name = "DeSubCalorimeter" /> diff --git a/Det/CaloDet/src/Lib/CaloLed.cpp b/Det/CaloDet/src/Lib/CaloLed.cpp index ceb66e7f7ea903837ebe456a6294272a90b108a3..595fe9a016956c9df8249334276285ff7c5f3a2c 100644 --- a/Det/CaloDet/src/Lib/CaloLed.cpp +++ b/Det/CaloDet/src/Lib/CaloLed.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODET_CALOLED_CPP 1 // ============================================================================ // Include files diff --git a/Det/CaloDet/src/Lib/CaloPin.cpp b/Det/CaloDet/src/Lib/CaloPin.cpp index 104ddac39c1b7a2c275d5f81641db6a6bf1e2af6..e5f4ca7975becca9cd9856e36afc15d9c94db90f 100644 --- a/Det/CaloDet/src/Lib/CaloPin.cpp +++ b/Det/CaloDet/src/Lib/CaloPin.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODET_CALOPIN_CPP 1 // ============================================================================ // Include files diff --git a/Det/CaloDet/src/Lib/CardParam.cpp b/Det/CaloDet/src/Lib/CardParam.cpp index 0f9517d6557850c21ca3461250fac264db31205b..7792aa7fe0d5a6686f87543fb7cb090bcf149a35 100644 --- a/Det/CaloDet/src/Lib/CardParam.cpp +++ b/Det/CaloDet/src/Lib/CardParam.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ // ============================================================================ diff --git a/Det/CaloDet/src/Lib/CellParam.cpp b/Det/CaloDet/src/Lib/CellParam.cpp index 2e8ad3f08f0638576b8c859a2abe1eac4b77daea..fc64e4a8afb9a1ec8c919d3635f2c011177ed547 100644 --- a/Det/CaloDet/src/Lib/CellParam.cpp +++ b/Det/CaloDet/src/Lib/CellParam.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CellParam.cpp,v 1.11 2010-01-23 20:21:01 robbep Exp $ // CVS tag $Name: not supported by cvs2svn $ diff --git a/Det/CaloDet/src/Lib/DeCalorimeter.cpp b/Det/CaloDet/src/Lib/DeCalorimeter.cpp index ad75ffe81569ba746a544bbe2eaf93e8ac731e81..0d878b1a9884a69dd4d4f40e6efcfdccf06adb37 100644 --- a/Det/CaloDet/src/Lib/DeCalorimeter.cpp +++ b/Det/CaloDet/src/Lib/DeCalorimeter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODET_DECALORIMETER_CPP 1 // ============================================================================ diff --git a/Det/CaloDet/src/Lib/DeSubCalorimeter.cpp b/Det/CaloDet/src/Lib/DeSubCalorimeter.cpp index 20923e01077c9882f3d56546d558003ede7a7674..ba2e4307c2c7903fcbb0c10aa3f592138f422935 100644 --- a/Det/CaloDet/src/Lib/DeSubCalorimeter.cpp +++ b/Det/CaloDet/src/Lib/DeSubCalorimeter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODET_DESUBCALORIMETER_CPP 1 // ============================================================================ diff --git a/Det/CaloDet/src/Lib/DeSubSubCalorimeter.cpp b/Det/CaloDet/src/Lib/DeSubSubCalorimeter.cpp index f115b5e0f89d85164e45e4d6efd3253da7f941cb..5e7a349b0622c1abd12c49e4cb11b7afbb4955f0 100644 --- a/Det/CaloDet/src/Lib/DeSubSubCalorimeter.cpp +++ b/Det/CaloDet/src/Lib/DeSubSubCalorimeter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: DeSubSubCalorimeter.cpp,v 1.3 2009-04-17 13:41:04 cattanem Exp $ // ============================================================================ #define CALODET_DESUBSUBCALORIMETER_CPP 1 diff --git a/Det/CaloDet/src/Lib/Tell1Param.cpp b/Det/CaloDet/src/Lib/Tell1Param.cpp index 8257729cd01fd45cf84b81d4a6629b5cb6b37a12..0b15e9fd7d96fdbc4e8070cd33a88f018662c7d2 100644 --- a/Det/CaloDet/src/Lib/Tell1Param.cpp +++ b/Det/CaloDet/src/Lib/Tell1Param.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ // ============================================================================ diff --git a/Det/CaloDet/src/component/CaloDetTestAlgorithm.cpp b/Det/CaloDet/src/component/CaloDetTestAlgorithm.cpp index 77cc06a7fae7d3504182b81a1f057d2eb664bc91..7ca7130b8c9b59406d6b4b7f8624e2bab97d5e9f 100644 --- a/Det/CaloDet/src/component/CaloDetTestAlgorithm.cpp +++ b/Det/CaloDet/src/component/CaloDetTestAlgorithm.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/CaloDet/src/component/CaloDetTestAlgorithm.h b/Det/CaloDet/src/component/CaloDetTestAlgorithm.h index e55d838c4d0d1508f683d9e409994162fc2d63de..5cfcbde3ca2d2ef9d4d5c647ad21256f1d1c7de9 100644 --- a/Det/CaloDet/src/component/CaloDetTestAlgorithm.h +++ b/Det/CaloDet/src/component/CaloDetTestAlgorithm.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALODET_CALODETTESTALGORITHM_H #define CALODET_CALODETTESTALGORITHM_H 1 diff --git a/Det/CaloDet/src/component/DeCaloCalib.cpp b/Det/CaloDet/src/component/DeCaloCalib.cpp index 1b8b1b616d7e05f60564b94770de693c55cdb09a..a94bb20fb1e2db4fcc7904d514a22fffd68e8117 100644 --- a/Det/CaloDet/src/component/DeCaloCalib.cpp +++ b/Det/CaloDet/src/component/DeCaloCalib.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/CaloDet/src/component/DeCaloCalib.h b/Det/CaloDet/src/component/DeCaloCalib.h index decc27576ce5fdb0c28d479acebfa3a0ac0de287..c19a521660908f325b94582305abd5cce233a694 100644 --- a/Det/CaloDet/src/component/DeCaloCalib.h +++ b/Det/CaloDet/src/component/DeCaloCalib.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPONENT_DECALOCALIB_H #define COMPONENT_DECALOCALIB_H 1 diff --git a/Det/CaloDet/src/component/DeCaloTiming.cpp b/Det/CaloDet/src/component/DeCaloTiming.cpp index 2d6c9f025c154f190f12c8d4831b97206dc72ae0..975bdb461722f2d641e478d0c5ccea0ca68da1e6 100644 --- a/Det/CaloDet/src/component/DeCaloTiming.cpp +++ b/Det/CaloDet/src/component/DeCaloTiming.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/CaloDet/src/component/DeCaloTiming.h b/Det/CaloDet/src/component/DeCaloTiming.h index 9f55a92b3a92e7f733443e13477a9012d3505f17..93f2a27c60cf34ff8076ba76e348c4033ccd9614 100644 --- a/Det/CaloDet/src/component/DeCaloTiming.h +++ b/Det/CaloDet/src/component/DeCaloTiming.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPONENT_DECALOTIMING_H #define COMPONENT_DECALOTIMING_H 1 diff --git a/Det/CaloDetXmlCnv/CMakeLists.txt b/Det/CaloDetXmlCnv/CMakeLists.txt index 219550687deb14789427eb0a25c124009f93d68e..10832466d9533093d682216ae0fb0398d19ee465 100644 --- a/Det/CaloDetXmlCnv/CMakeLists.txt +++ b/Det/CaloDetXmlCnv/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: CaloDetXmlCnv ################################################################################ diff --git a/Det/CaloDetXmlCnv/src/XmlDeCalorimeterCnv.cpp b/Det/CaloDetXmlCnv/src/XmlDeCalorimeterCnv.cpp index 3640bf38c0fc76a89457a2a7497c36a32a1a78ec..5f0bc3672e7e947083fb6d715f8458e602be7ce8 100755 --- a/Det/CaloDetXmlCnv/src/XmlDeCalorimeterCnv.cpp +++ b/Det/CaloDetXmlCnv/src/XmlDeCalorimeterCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlDeCalorimeterCnv.cpp,v 1.3 2006-12-14 12:51:16 ranjard Exp $ // ============================================================================ // CVS tag $Name: not supported by cvs2svn $ diff --git a/Det/CaloDetXmlCnv/src/XmlDeSubCalorimeterCnv.cpp b/Det/CaloDetXmlCnv/src/XmlDeSubCalorimeterCnv.cpp index 8e8fe80a7145a3865baf33216cd9c99a9f033dc6..4c04e1c3be73d6b6b10f586e06d725b0a1267b6e 100755 --- a/Det/CaloDetXmlCnv/src/XmlDeSubCalorimeterCnv.cpp +++ b/Det/CaloDetXmlCnv/src/XmlDeSubCalorimeterCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlDeSubCalorimeterCnv.cpp,v 1.3 2006-12-14 12:51:16 ranjard Exp $ // ============================================================================ // CVS tag $Name: not supported by cvs2svn $ diff --git a/Det/CaloDetXmlCnv/src/XmlDeSubSubCalorimeterCnv.cpp b/Det/CaloDetXmlCnv/src/XmlDeSubSubCalorimeterCnv.cpp index 488482c7156b954b9d41ce7b9cb2ad079f2b0b79..db879d75e8703c6e415b90bbfa73082e7609d899 100755 --- a/Det/CaloDetXmlCnv/src/XmlDeSubSubCalorimeterCnv.cpp +++ b/Det/CaloDetXmlCnv/src/XmlDeSubSubCalorimeterCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlDeSubSubCalorimeterCnv.cpp,v 1.1 2008-06-30 16:45:00 odescham Exp $ // ============================================================================ // CVS tag $Name: not supported by cvs2svn $ diff --git a/Det/DDDB/CMakeLists.txt b/Det/DDDB/CMakeLists.txt index d45e680359d343d844f683fba1521f921e75e6d5..b8a026a759291ee39b853b00cffa6b8933378418 100644 --- a/Det/DDDB/CMakeLists.txt +++ b/Det/DDDB/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: DDDB ################################################################################ diff --git a/Det/DDDB/options/LHCb-2008.py b/Det/DDDB/options/LHCb-2008.py index aadd9b0547123ad1ff635fb68bdf64bc1ba63abe..b59a00ce9b7b0bc346e74f1661fb42dcb360ac8a 100755 --- a/Det/DDDB/options/LHCb-2008.py +++ b/Det/DDDB/options/LHCb-2008.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Defines default conditions for 2008 LHCb detector from DDDB.Configuration import DDDBConf DDDBConf(DataType = "2008") diff --git a/Det/DDDB/python/DDDB/Configuration.py b/Det/DDDB/python/DDDB/Configuration.py index dfc9d317be1dbdd3804c5ca24259fd383340dd8d..7e93bbcb3b8a22034c55bb019a226a5eca866c00 100755 --- a/Det/DDDB/python/DDDB/Configuration.py +++ b/Det/DDDB/python/DDDB/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 the detector description. """ diff --git a/Det/DetCond/CMakeLists.txt b/Det/DetCond/CMakeLists.txt index 2bcd87c731a958acdd7b26cbd681ca787eba6815..38ff39973dbb62c348acdb8a8cfdb93063e3624c 100644 --- a/Det/DetCond/CMakeLists.txt +++ b/Det/DetCond/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: DetCond ################################################################################ diff --git a/Det/DetCond/DetCond/CondDBGenericCnv.h b/Det/DetCond/DetCond/CondDBGenericCnv.h index 1af5175f9d6d0800db330bbb712d97708d6e83b9..0095be34ed3ca9595952f93576053746cdffc671 100644 --- a/Det/DetCond/DetCond/CondDBGenericCnv.h +++ b/Det/DetCond/DetCond/CondDBGenericCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETCOND_CONDDBGENERICCNV_H #define DETCOND_CONDDBGENERICCNV_H 1 diff --git a/Det/DetCond/DetCond/ICOOLConfSvc.h b/Det/DetCond/DetCond/ICOOLConfSvc.h index 5636805cf525cd67fbcab8059c7a6132cfe4a7de..22d3ca54154298f847d522b4375adf05ab50e5db 100644 --- a/Det/DetCond/DetCond/ICOOLConfSvc.h +++ b/Det/DetCond/DetCond/ICOOLConfSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETCOND_ICOOLCONFSVC_H #define DETCOND_ICOOLCONFSVC_H 1 diff --git a/Det/DetCond/DetCond/ICondDBAccessSvc.h b/Det/DetCond/DetCond/ICondDBAccessSvc.h index 85ae8d61184a0fa064fc7cdf263652a29091168e..fa267d57f1284729399b011283a0272a69467195 100644 --- a/Det/DetCond/DetCond/ICondDBAccessSvc.h +++ b/Det/DetCond/DetCond/ICondDBAccessSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETCOND_ICONDDBACCESSSVC_H #define DETCOND_ICONDDBACCESSSVC_H 1 diff --git a/Det/DetCond/DetCond/ICondDBEditor.h b/Det/DetCond/DetCond/ICondDBEditor.h index a072eda6128d51dd62ace704b900f0faf1f78e1c..b63f5676d61a05fdafe7b5a45c396c8412ed2ad9 100644 --- a/Det/DetCond/DetCond/ICondDBEditor.h +++ b/Det/DetCond/DetCond/ICondDBEditor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETCOND_ICONDDBEDITOR_H #define DETCOND_ICONDDBEDITOR_H 1 diff --git a/Det/DetCond/DetCond/ICondDBReader.h b/Det/DetCond/DetCond/ICondDBReader.h index afe0a07834cdc795cc2732765350f6a95640c151..85dc34f3616c3e62cf522eb7755838444eb8fa2b 100644 --- a/Det/DetCond/DetCond/ICondDBReader.h +++ b/Det/DetCond/DetCond/ICondDBReader.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETCOND_ICONDDBREADER_H #define DETCOND_ICONDDBREADER_H 1 diff --git a/Det/DetCond/options/UseOracle.py b/Det/DetCond/options/UseOracle.py index 142aec20de16c1b8e87f004da62a1e1bf64afbdf..05efe58bb22fba44d43a336236a4ef8d56f19df4 100644 --- a/Det/DetCond/options/UseOracle.py +++ b/Det/DetCond/options/UseOracle.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Additional options for accessing Oracle conditions DB. from Configurables import CondDB CondDB(UseOracle = True) diff --git a/Det/DetCond/python/DetCond/Configuration.py b/Det/DetCond/python/DetCond/Configuration.py index 7e7f1918f5795e83e01a91ce8cffb66f2c3a8301..981029727edc10eee29651ac466aac1f6ec540d7 100644 --- a/Det/DetCond/python/DetCond/Configuration.py +++ b/Det/DetCond/python/DetCond/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 Conditions Database. """ diff --git a/Det/DetCond/python/DetCond/HistoCond.py b/Det/DetCond/python/DetCond/HistoCond.py index c89d4991192e91a3820cbfd16e78b531005fdcd5..a0f8431ae2d3dce472c0aff1c871f063c9b0fd5a 100644 --- a/Det/DetCond/python/DetCond/HistoCond.py +++ b/Det/DetCond/python/DetCond/HistoCond.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 DetCond/HistoCond.py # Decorate the Condition object with functions to extract 1d and 2d-histograms diff --git a/Det/DetCond/src/Lib/CondDBGenericCnv.cpp b/Det/DetCond/src/Lib/CondDBGenericCnv.cpp index 628d73fca4521e4774e07649f4e5bb59c3fba197..2583e1d390527bb4f5562987bbcfe2918b75d2d8 100644 --- a/Det/DetCond/src/Lib/CondDBGenericCnv.cpp +++ b/Det/DetCond/src/Lib/CondDBGenericCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Time.h" #include "GaudiKernel/MsgStream.h" diff --git a/Det/DetCond/src/component/COOLConfSvc.cpp b/Det/DetCond/src/component/COOLConfSvc.cpp index 9ebd1a3e29ac6636afb9a25965568b28fbeb47a0..ba54399f6d0c4274e0edb6ed4d4da0590d0cd0d5 100644 --- a/Det/DetCond/src/component/COOLConfSvc.cpp +++ b/Det/DetCond/src/component/COOLConfSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifdef __INTEL_COMPILER // Disable ICC remark from CORAL MessageStream and Boost #pragma warning(disable:2259) #endif diff --git a/Det/DetCond/src/component/COOLConfSvc.h b/Det/DetCond/src/component/COOLConfSvc.h index 0f59adcc6ec23e312682d8f42c098456baf347a2..d22cc22205bbfc8fca4d7487043c7937d2b4539b 100644 --- a/Det/DetCond/src/component/COOLConfSvc.h +++ b/Det/DetCond/src/component/COOLConfSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPONENT_COOLCONFSVC_H #define COMPONENT_COOLCONFSVC_H 1 diff --git a/Det/DetCond/src/component/CondDBAccessSvc.cpp b/Det/DetCond/src/component/CondDBAccessSvc.cpp index 487894323a8a23c289088d866bfd4abe2cedd9ff..5ff8e03ecf3893ebc25aa618a660765d4cbb8ba0 100644 --- a/Det/DetCond/src/component/CondDBAccessSvc.cpp +++ b/Det/DetCond/src/component/CondDBAccessSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <sstream> //#include <cstdlib> diff --git a/Det/DetCond/src/component/CondDBAccessSvc.h b/Det/DetCond/src/component/CondDBAccessSvc.h index de2efde8714e1c574e6f22b457c0bd689200153b..b787ef052beb390790aebec78a0370e1b0dbdca8 100644 --- a/Det/DetCond/src/component/CondDBAccessSvc.h +++ b/Det/DetCond/src/component/CondDBAccessSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPONENT_CONDDBACCESSSVC_H #define COMPONENT_CONDDBACCESSSVC_H 1 diff --git a/Det/DetCond/src/component/CondDBCache.cpp b/Det/DetCond/src/component/CondDBCache.cpp index 8d79a7ef2b31aeba7e10e31c9e39319d4e0cd498..0c2b6cb8882a15ac44c9a0a02c9d2038ef8be353 100644 --- a/Det/DetCond/src/component/CondDBCache.cpp +++ b/Det/DetCond/src/component/CondDBCache.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "CondDBCache.h" diff --git a/Det/DetCond/src/component/CondDBCache.h b/Det/DetCond/src/component/CondDBCache.h index fd5829aa1d158507a0d595984dbe5662890b9c73..fb19b47f22e60399eed516bca6c77c114aedd203 100644 --- a/Det/DetCond/src/component/CondDBCache.h +++ b/Det/DetCond/src/component/CondDBCache.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPONENT_CONDDBCACHE_H #define COMPONENT_CONDDBCACHE_H 1 diff --git a/Det/DetCond/src/component/CondDBCnvSvc.cpp b/Det/DetCond/src/component/CondDBCnvSvc.cpp index 7e740bc1e2ae5006dbf46fda4ca04465ca0e581f..95cc3ac718ac606d7f222ca2bbb3dccebe109146 100644 --- a/Det/DetCond/src/component/CondDBCnvSvc.cpp +++ b/Det/DetCond/src/component/CondDBCnvSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <string> #include "CondDBCnvSvc.h" diff --git a/Det/DetCond/src/component/CondDBCnvSvc.h b/Det/DetCond/src/component/CondDBCnvSvc.h index f9ca605a1c4974b675ef97e5b2b8b8cb04c7a030..92df17cc7718792ebb4f968add0ff4c7220024e8 100644 --- a/Det/DetCond/src/component/CondDBCnvSvc.h +++ b/Det/DetCond/src/component/CondDBCnvSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETCOND_CONDDBCNVSVC_H #define DETCOND_CONDDBCNVSVC_H 1 diff --git a/Det/DetCond/src/component/CondDBCommon.cpp b/Det/DetCond/src/component/CondDBCommon.cpp index c0fbf40bb6c801e410c944d01d1e5dd9718b607d..278057fd709b552182c1cc437dd115567d37acc8 100644 --- a/Det/DetCond/src/component/CondDBCommon.cpp +++ b/Det/DetCond/src/component/CondDBCommon.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "CondDBCommon.h" #include <sstream> diff --git a/Det/DetCond/src/component/CondDBCommon.h b/Det/DetCond/src/component/CondDBCommon.h index 476f268114cbae99eea3d45ac6a2a2b136d8ad66..578fd732bab25486951574251af831e3c27bb30e 100644 --- a/Det/DetCond/src/component/CondDBCommon.h +++ b/Det/DetCond/src/component/CondDBCommon.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CONDDBCOMMON_H_ #define CONDDBCOMMON_H_ diff --git a/Det/DetCond/src/component/CondDBDQScanner.cpp b/Det/DetCond/src/component/CondDBDQScanner.cpp index 6261b0b6d06015b9f55d94494771f55f3046856d..00872999a22e084a8ad75ac13987f8398ed65716 100644 --- a/Det/DetCond/src/component/CondDBDQScanner.cpp +++ b/Det/DetCond/src/component/CondDBDQScanner.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/DetCond/src/component/CondDBDQScanner.h b/Det/DetCond/src/component/CondDBDQScanner.h index d3cc6536efcb1ee1f696ad39901310743037a389..dd0dc69c21ffe6b591d8b1d59f89dbbd1833ed65 100644 --- a/Det/DetCond/src/component/CondDBDQScanner.h +++ b/Det/DetCond/src/component/CondDBDQScanner.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SRC_CONDDBDQSCANNER_H #define SRC_CONDDBDQSCANNER_H 1 // Include files diff --git a/Det/DetCond/src/component/CondDBDispatcherSvc.cpp b/Det/DetCond/src/component/CondDBDispatcherSvc.cpp index 05fc4cc02dc93dfddaad49fbb8427521c04ed9ee..8f4b3f3b4ed5cb910569bfd3e5bb95407034f6a3 100644 --- a/Det/DetCond/src/component/CondDBDispatcherSvc.cpp +++ b/Det/DetCond/src/component/CondDBDispatcherSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/ClassID.h" #include "GaudiKernel/Time.h" diff --git a/Det/DetCond/src/component/CondDBDispatcherSvc.h b/Det/DetCond/src/component/CondDBDispatcherSvc.h index 42a17eb41e7efb11c240218755e76ce6df3f241b..7f8a647c2b305bf316c851468031d578cb92605e 100644 --- a/Det/DetCond/src/component/CondDBDispatcherSvc.h +++ b/Det/DetCond/src/component/CondDBDispatcherSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPONENT_CONDDBDISPATCHERSVC_H #define COMPONENT_CONDDBDISPATCHERSVC_H 1 diff --git a/Det/DetCond/src/component/CondDBLayeringSvc.cpp b/Det/DetCond/src/component/CondDBLayeringSvc.cpp index 02922347c382b73a09ca13be89366bc0342203a7..7b19b7c1bb60721eabef793da54f9fd9cb68cbc0 100644 --- a/Det/DetCond/src/component/CondDBLayeringSvc.cpp +++ b/Det/DetCond/src/component/CondDBLayeringSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/ClassID.h" #include "GaudiKernel/Time.h" diff --git a/Det/DetCond/src/component/CondDBLayeringSvc.h b/Det/DetCond/src/component/CondDBLayeringSvc.h index 1d2df6c0c4840202e0b73e98f614a2d7e0e07b7c..5389ec74784936b2e5fae770f0f32fc0313c38fe 100644 --- a/Det/DetCond/src/component/CondDBLayeringSvc.h +++ b/Det/DetCond/src/component/CondDBLayeringSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPONENT_CONDDBLAYERINGSVC_H #define COMPONENT_CONDDBLAYERINGSVC_H 1 diff --git a/Det/DetCond/src/component/CondDBLogger.cpp b/Det/DetCond/src/component/CondDBLogger.cpp index 7667e9bb48e35033c7079dd802226731eafcc9b0..becb7a9e30fb34452b19ce62021b8f3802eeeee9 100644 --- a/Det/DetCond/src/component/CondDBLogger.cpp +++ b/Det/DetCond/src/component/CondDBLogger.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/MsgStream.h" #include "GaudiKernel/ClassID.h" diff --git a/Det/DetCond/src/component/CondDBLogger.h b/Det/DetCond/src/component/CondDBLogger.h index 61756a26aa53544f63468b70eae6b09b9bfc5481..db3bc4d55faf848cb23d95a67679985f77b0c1be 100644 --- a/Det/DetCond/src/component/CondDBLogger.h +++ b/Det/DetCond/src/component/CondDBLogger.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPONENT_CONDDBLOGGER_H #define COMPONENT_CONDDBLOGGER_H 1 diff --git a/Det/DetCond/src/component/CondDBReplayAlg.cpp b/Det/DetCond/src/component/CondDBReplayAlg.cpp index 594a1ba0a56e7ca7faa0f407eaa7c0ca2949b760..f92b4f9d3f42a3a1b5c28e94c68b211b5ad39ba4 100644 --- a/Det/DetCond/src/component/CondDBReplayAlg.cpp +++ b/Det/DetCond/src/component/CondDBReplayAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/DetCond/src/component/CondDBReplayAlg.h b/Det/DetCond/src/component/CondDBReplayAlg.h index d5e384df6e7cb74d4153f84656bc8a1ac635d527..a93e17046fa6b33a7791c03a5dce68f970ed43a0 100644 --- a/Det/DetCond/src/component/CondDBReplayAlg.h +++ b/Det/DetCond/src/component/CondDBReplayAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CONDDBREPLAYALG_H_ #define CONDDBREPLAYALG_H_ diff --git a/Det/DetCond/src/component/CondDBSQLiteCopyAccSvc.cpp b/Det/DetCond/src/component/CondDBSQLiteCopyAccSvc.cpp index 13b8be6a511cc1e292348dbc88bb461c0991a60a..cd1f7c4e0af30af79058960e7cb8783bd98275e7 100644 --- a/Det/DetCond/src/component/CondDBSQLiteCopyAccSvc.cpp +++ b/Det/DetCond/src/component/CondDBSQLiteCopyAccSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Property.h" #include "GaudiKernel/IJobOptionsSvc.h" diff --git a/Det/DetCond/src/component/CondDBSQLiteCopyAccSvc.h b/Det/DetCond/src/component/CondDBSQLiteCopyAccSvc.h index 863b5652f4c99db84466d1442de6c03a24735a7b..a4c7fa5ad3f40219f09d7999b290c665795aeed5 100644 --- a/Det/DetCond/src/component/CondDBSQLiteCopyAccSvc.h +++ b/Det/DetCond/src/component/CondDBSQLiteCopyAccSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPONENT_CONDDBSQLITECOPYACCSVC_H #define COMPONENT_CONDDBSQLITECOPYACCSVC_H 1 diff --git a/Det/DetCond/src/component/CondDBTimeSwitchSvc.cpp b/Det/DetCond/src/component/CondDBTimeSwitchSvc.cpp index 71ab2427388d0f3a41f3710d60e31b4945c91ffa..83d45b20904965d034c83731a4d807d3301428ea 100644 --- a/Det/DetCond/src/component/CondDBTimeSwitchSvc.cpp +++ b/Det/DetCond/src/component/CondDBTimeSwitchSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 #ifdef WIN32 // Hacks to compile on Windows... #define NOMSG diff --git a/Det/DetCond/src/component/CondDBTimeSwitchSvc.h b/Det/DetCond/src/component/CondDBTimeSwitchSvc.h index 66d244bdb38b23c8f3bda52ba8da8f4a28d46c3d..a7ea5cab04d5a3d352bb2db03945c5c0e8f04bf1 100644 --- a/Det/DetCond/src/component/CondDBTimeSwitchSvc.h +++ b/Det/DetCond/src/component/CondDBTimeSwitchSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPONENT_CONDDBTIMESWITCHSVC_H #define COMPONENT_CONDDBTIMESWITCHSVC_H 1 diff --git a/Det/DetCond/src/component/IOVListHelpers.cpp b/Det/DetCond/src/component/IOVListHelpers.cpp index 62ede6d93a9379a1c0c16cf2341819c05a42f216..55eba40295e2afc834a357becd7bb71173c88266 100644 --- a/Det/DetCond/src/component/IOVListHelpers.cpp +++ b/Det/DetCond/src/component/IOVListHelpers.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "IOVListHelpers.h" namespace IOVListHelpers { diff --git a/Det/DetCond/src/component/IOVListHelpers.h b/Det/DetCond/src/component/IOVListHelpers.h index d660cf9623fed66631d860ee16dc6917a87b0fbe..9a2f172d46aa325b2759ef3a5c421bc551f69b47 100644 --- a/Det/DetCond/src/component/IOVListHelpers.h +++ b/Det/DetCond/src/component/IOVListHelpers.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IOVLISTHELPERS_H #define IOVLISTHELPERS_H #include "DetCond/ICondDBReader.h" diff --git a/Det/DetCond/src/component/LoadDDDB.cpp b/Det/DetCond/src/component/LoadDDDB.cpp index c86d9470617e2471e55dee89e2704c1b388f877f..2711aa1acbde7719908f008ed5efab106e394eed 100644 --- a/Det/DetCond/src/component/LoadDDDB.cpp +++ b/Det/DetCond/src/component/LoadDDDB.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/DetCond/src/component/LoadDDDB.h b/Det/DetCond/src/component/LoadDDDB.h index 61552f8f65010e8f50ce3d3861234239485bbf29..f936a138237eefe16e2ed3bf580422d71f86a142 100644 --- a/Det/DetCond/src/component/LoadDDDB.h +++ b/Det/DetCond/src/component/LoadDDDB.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LOADDDDB_H #define LOADDDDB_H 1 diff --git a/Det/DetCond/src/component/RelyConverter.cpp b/Det/DetCond/src/component/RelyConverter.cpp index 7b3028777d4568fcd59a63225d0d1cdc533a4990..4f7451dc541048d41f5d411e833e032d3d3b11e5 100644 --- a/Det/DetCond/src/component/RelyConverter.cpp +++ b/Det/DetCond/src/component/RelyConverter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "RelyConverter.h" diff --git a/Det/DetCond/src/component/RelyConverter.h b/Det/DetCond/src/component/RelyConverter.h index 4231c1b39cda57086dfdf8a150c641e040ea68bb..6456dd8c2106e854d33935a5229504f2daef9cec 100644 --- a/Det/DetCond/src/component/RelyConverter.h +++ b/Det/DetCond/src/component/RelyConverter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPONENT_RELYCONVERTER_H #define COMPONENT_RELYCONVERTER_H 1 diff --git a/Det/DetCond/src/component/RunStampCheck.cpp b/Det/DetCond/src/component/RunStampCheck.cpp index bbe649690f9c269b4ad25aaff7000f3416da51d5..bad39c972471eac6cff5ef5535b44787a5c781cf 100644 --- a/Det/DetCond/src/component/RunStampCheck.cpp +++ b/Det/DetCond/src/component/RunStampCheck.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Service.h" #include "GaudiKernel/IIncidentListener.h" #include "GaudiKernel/IIncidentSvc.h" diff --git a/Det/DetCond/src/dict/DetCondDict.h b/Det/DetCond/src/dict/DetCondDict.h index 48ebf76196fab3b53745a0a3f37f0944f5b97e4e..83dc6ce858d8273bbb10e51e5d16d61e99da797a 100644 --- a/Det/DetCond/src/dict/DetCondDict.h +++ b/Det/DetCond/src/dict/DetCondDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETCOND_DETCONDDICT_H #define DETCOND_DETCONDDICT_H 1 diff --git a/Det/DetCond/src/dict/DetCondDict.xml b/Det/DetCond/src/dict/DetCondDict.xml index f77b7e2a36194bd58946fec250c4fba6839e721e..dc661da495c7e3379892ae9eab4360f846f6d66d 100644 --- a/Det/DetCond/src/dict/DetCondDict.xml +++ b/Det/DetCond/src/dict/DetCondDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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="ICondDBReader" /> diff --git a/Det/DetCond/tests/data/genDQFLAGS.py b/Det/DetCond/tests/data/genDQFLAGS.py index 3d343c1852b05c7382bfea9eb6115765e734e1b5..28538cba2290b1ee7e1e0508494bda8686c76201 100644 --- a/Det/DetCond/tests/data/genDQFLAGS.py +++ b/Det/DetCond/tests/data/genDQFLAGS.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Small script to generate the test database for the heart beat test. (kept for reference) diff --git a/Det/DetCond/tests/data/genHBTEST.py b/Det/DetCond/tests/data/genHBTEST.py index 9544d8d17ef3d9f50c36fa1261d83b9ee3a57a91..9815d64e2ca24a8dedebc8c7932eb1ab494a1582 100644 --- a/Det/DetCond/tests/data/genHBTEST.py +++ b/Det/DetCond/tests/data/genHBTEST.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Small script to generate the test database for the heart beat test. (kept for reference) diff --git a/Det/DetCond/tests/data/genRSTEST.py b/Det/DetCond/tests/data/genRSTEST.py index b20f67c00a9b33a883633e6607c26ae5d3e9f3cd..695f1df18d4dfb18dcf13032ff453448f3da65a7 100644 --- a/Det/DetCond/tests/data/genRSTEST.py +++ b/Det/DetCond/tests/data/genRSTEST.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Small script to generate the test database for the run stamp test. (kept for reference) diff --git a/Det/DetCond/tests/qmtest/detcond.qms/bug_80076.qmt b/Det/DetCond/tests/qmtest/detcond.qms/bug_80076.qmt index 800b013e5cb78486058367dc9df6b9b582c40c07..3c3253cc6e8961f9b987261b64a71e80d352aa3c 100644 --- a/Det/DetCond/tests/qmtest/detcond.qms/bug_80076.qmt +++ b/Det/DetCond/tests/qmtest/detcond.qms/bug_80076.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Det/DetCond/tests/qmtest/detcond.qms/check_db_reading.qmt b/Det/DetCond/tests/qmtest/detcond.qms/check_db_reading.qmt index 3ccd88fd578aafb0b60ccee556724de1bb5ac114..1a257c894c4132210def587082c3e0a94c29e2a0 100644 --- a/Det/DetCond/tests/qmtest/detcond.qms/check_db_reading.qmt +++ b/Det/DetCond/tests/qmtest/detcond.qms/check_db_reading.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>../scripts/check_db_reading.py</text></argument> </extension> diff --git a/Det/DetCond/tests/qmtest/detcond.qms/configuration_module.qmt b/Det/DetCond/tests/qmtest/detcond.qms/configuration_module.qmt index 75e6f9405b944d781405422ae8a7380919432dfa..fe716079ec53f4ccfbab9569ce4ce26e1b595bdf 100644 --- a/Det/DetCond/tests/qmtest/detcond.qms/configuration_module.qmt +++ b/Det/DetCond/tests/qmtest/detcond.qms/configuration_module.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>../scripts/configuration_module_test.py</text></argument> </extension> diff --git a/Det/DetCond/tests/qmtest/detcond.qms/connection_timeout.qmt b/Det/DetCond/tests/qmtest/detcond.qms/connection_timeout.qmt index 1a70fb0446f2ebbe7bc0d2d3895473990dd4d4b0..4e10b175b87dad0c44e8cb587e3fe5b072fecbcd 100644 --- a/Det/DetCond/tests/qmtest/detcond.qms/connection_timeout.qmt +++ b/Det/DetCond/tests/qmtest/detcond.qms/connection_timeout.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>../scripts/connection_timeout.py</text></argument> <argument name="validator"><text> diff --git a/Det/DetCond/tests/qmtest/detcond.qms/direct_mapping_altern1.qmt b/Det/DetCond/tests/qmtest/detcond.qms/direct_mapping_altern1.qmt index 94bc9a6d09ca79bf68a4c1e50bc907d6a411baea..dce87dabc9c9debede7ca07980629b09b0f72908 100644 --- a/Det/DetCond/tests/qmtest/detcond.qms/direct_mapping_altern1.qmt +++ b/Det/DetCond/tests/qmtest/detcond.qms/direct_mapping_altern1.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>../scripts/direct_mapping_test.py</text></argument> <argument name="args"><set><text>1</text></set></argument> diff --git a/Det/DetCond/tests/qmtest/detcond.qms/direct_mapping_altern2.qmt b/Det/DetCond/tests/qmtest/detcond.qms/direct_mapping_altern2.qmt index fe3b24ca65a1b07d4768ca34b468387ee386d7bc..735ff821df33fbc0d957b7e25f4d12dfaebed32e 100644 --- a/Det/DetCond/tests/qmtest/detcond.qms/direct_mapping_altern2.qmt +++ b/Det/DetCond/tests/qmtest/detcond.qms/direct_mapping_altern2.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>../scripts/direct_mapping_test.py</text></argument> <argument name="args"><set><text>2</text></set></argument> diff --git a/Det/DetCond/tests/qmtest/detcond.qms/direct_mapping_altern3.qmt b/Det/DetCond/tests/qmtest/detcond.qms/direct_mapping_altern3.qmt index e7c6714a04b1155f3934fe8b60b07880045dd74e..19ea562c5aed1371566f20b2b792c526ddb6b8bd 100644 --- a/Det/DetCond/tests/qmtest/detcond.qms/direct_mapping_altern3.qmt +++ b/Det/DetCond/tests/qmtest/detcond.qms/direct_mapping_altern3.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>../scripts/direct_mapping_test.py</text></argument> <argument name="args"><set><text>3</text></set></argument> diff --git a/Det/DetCond/tests/qmtest/detcond.qms/direct_mapping_base.qmt b/Det/DetCond/tests/qmtest/detcond.qms/direct_mapping_base.qmt index 965dce3401289ec2dedc170d991c06ad74830fc4..4fcf8a4a327a2304b8d76873058328fcde4dc2e3 100644 --- a/Det/DetCond/tests/qmtest/detcond.qms/direct_mapping_base.qmt +++ b/Det/DetCond/tests/qmtest/detcond.qms/direct_mapping_base.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>../scripts/direct_mapping_test.py</text></argument> <argument name="args"><set><text>0</text></set></argument> diff --git a/Det/DetCond/tests/qmtest/detcond.qms/direct_mapping_layers.qmt b/Det/DetCond/tests/qmtest/detcond.qms/direct_mapping_layers.qmt index ea4f3ebcfe8872aa5ac4a8ce3424e0999fcdd760..daeca1afeab532bd97b2cc83391e9d41333112aa 100644 --- a/Det/DetCond/tests/qmtest/detcond.qms/direct_mapping_layers.qmt +++ b/Det/DetCond/tests/qmtest/detcond.qms/direct_mapping_layers.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>../scripts/direct_mapping_test.py</text></argument> <argument name="args"><set><text>4</text></set></argument> diff --git a/Det/DetCond/tests/qmtest/detcond.qms/dqscanner.qms/basic.qmt b/Det/DetCond/tests/qmtest/detcond.qms/dqscanner.qms/basic.qmt index aad3ba7f1951709eeb4d638962bc156381eb3a6c..0ecba825ad1cfd382fba6cb3ebbe2dc62fa11277 100644 --- a/Det/DetCond/tests/qmtest/detcond.qms/dqscanner.qms/basic.qmt +++ b/Det/DetCond/tests/qmtest/detcond.qms/dqscanner.qms/basic.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="options"><text> diff --git a/Det/DetCond/tests/qmtest/detcond.qms/force_disconnect.qmt b/Det/DetCond/tests/qmtest/detcond.qms/force_disconnect.qmt index 22a8fb7c81dc2ec97e6bede6874e0f4e61f21745..8f66810684b4df9a9e89e4917afb3139e58418fb 100644 --- a/Det/DetCond/tests/qmtest/detcond.qms/force_disconnect.qmt +++ b/Det/DetCond/tests/qmtest/detcond.qms/force_disconnect.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>../scripts/force_disconnect.py</text></argument> <argument name="validator"><text> diff --git a/Det/DetCond/tests/qmtest/detcond.qms/get_iovs.qms/basic.qmt b/Det/DetCond/tests/qmtest/detcond.qms/get_iovs.qms/basic.qmt index 14360891b28aced2670c3d4495aac95a2f5ebcb5..37b2e9c072a0e7260da582e87d695aaf38cbb297 100644 --- a/Det/DetCond/tests/qmtest/detcond.qms/get_iovs.qms/basic.qmt +++ b/Det/DetCond/tests/qmtest/detcond.qms/get_iovs.qms/basic.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>../scripts/getIOVs.py</text></argument> </extension> diff --git a/Det/DetCond/tests/qmtest/detcond.qms/granularity.qmt b/Det/DetCond/tests/qmtest/detcond.qms/granularity.qmt index f0ab04fdfff1bf1cc7943fd5485e7f806258714c..66a4f9375c56bcbe25579dd122b82fbc86067c90 100644 --- a/Det/DetCond/tests/qmtest/detcond.qms/granularity.qmt +++ b/Det/DetCond/tests/qmtest/detcond.qms/granularity.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Det/DetCond/tests/qmtest/detcond.qms/heart_beat.qmt b/Det/DetCond/tests/qmtest/detcond.qms/heart_beat.qmt index 497e74ef9918df81e74eab722b8980260d74d790..ddd90b4d1b507eda313bb01b884b67819fb0afb4 100644 --- a/Det/DetCond/tests/qmtest/detcond.qms/heart_beat.qmt +++ b/Det/DetCond/tests/qmtest/detcond.qms/heart_beat.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Det/DetCond/tests/qmtest/detcond.qms/missing_condition.qmt b/Det/DetCond/tests/qmtest/detcond.qms/missing_condition.qmt index 70fbe29ee734a721aa23d78a33727dc1148a752d..6b3288fa8ffbb9babd7d5d0fedecf5579a79deb6 100644 --- a/Det/DetCond/tests/qmtest/detcond.qms/missing_condition.qmt +++ b/Det/DetCond/tests/qmtest/detcond.qms/missing_condition.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Det/DetCond/tests/qmtest/detcond.qms/run_stamp.qmt b/Det/DetCond/tests/qmtest/detcond.qms/run_stamp.qmt index 7fb912a72d0dab93663ffc8df1a0a2ad4e04ce9c..3f67d6ed7b805456dd546edf2afed119f463abc0 100644 --- a/Det/DetCond/tests/qmtest/detcond.qms/run_stamp.qmt +++ b/Det/DetCond/tests/qmtest/detcond.qms/run_stamp.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Det/DetCond/tests/qmtest/detcond.qms/time_switch.qmt b/Det/DetCond/tests/qmtest/detcond.qms/time_switch.qmt index 9775ac326e6ebed10c7b11d1c8a38d7128631b88..3ca282ec4564c84629503d68aee7b24c1a374d4d 100644 --- a/Det/DetCond/tests/qmtest/detcond.qms/time_switch.qmt +++ b/Det/DetCond/tests/qmtest/detcond.qms/time_switch.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Det/DetCond/tests/qmtest/detcond.qms/update_in_finalize.qmt b/Det/DetCond/tests/qmtest/detcond.qms/update_in_finalize.qmt index 0bf0d451cbd581be8c584d5d1d273f39e7cd0adb..a764d4c4eea017127fd35f9ac0d86da155cb73af 100644 --- a/Det/DetCond/tests/qmtest/detcond.qms/update_in_finalize.qmt +++ b/Det/DetCond/tests/qmtest/detcond.qms/update_in_finalize.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Det/DetCond/tests/scripts/check_db_reading.py b/Det/DetCond/tests/scripts/check_db_reading.py index 139cb4034fbd522b2bb3ba3e5e22b402227ac19c..5bab490a1c7c123d7e852cc7a5a8e53d69ab139a 100755 --- a/Det/DetCond/tests/scripts/check_db_reading.py +++ b/Det/DetCond/tests/scripts/check_db_reading.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 unittest diff --git a/Det/DetCond/tests/scripts/configuration_module_test.py b/Det/DetCond/tests/scripts/configuration_module_test.py index 36276a6d7ffde6191333347906fa9c6ec65dbe1d..ca6e7ff6c56491959acc0a82a78926bc9bc52460 100755 --- a/Det/DetCond/tests/scripts/configuration_module_test.py +++ b/Det/DetCond/tests/scripts/configuration_module_test.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 unittest diff --git a/Det/DetCond/tests/scripts/connection_timeout.py b/Det/DetCond/tests/scripts/connection_timeout.py index 61ee2a2ab203020d5778350f90ab56c3488b560d..ea3683daed5f9c4cfe78d9b7546f84c22d724b6e 100755 --- a/Det/DetCond/tests/scripts/connection_timeout.py +++ b/Det/DetCond/tests/scripts/connection_timeout.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 # Small script forcing a time-out in the access to the from Gaudi.Configuration import * diff --git a/Det/DetCond/tests/scripts/direct_mapping_test.py b/Det/DetCond/tests/scripts/direct_mapping_test.py index 10515b6fe17e7779a2c664b30341304ffa1bfb40..7730e19a2ece512f03750d04a7f26ec7df368cee 100755 --- a/Det/DetCond/tests/scripts/direct_mapping_test.py +++ b/Det/DetCond/tests/scripts/direct_mapping_test.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 for the test of possible use-cases of the direct mapping between the COOL hierarchy and the transient store one. diff --git a/Det/DetCond/tests/scripts/force_disconnect.py b/Det/DetCond/tests/scripts/force_disconnect.py index e504010abe556cb8e963b8fb374434aab729f20b..fd0f171cb4132d82d4d738c304962e844a026048 100755 --- a/Det/DetCond/tests/scripts/force_disconnect.py +++ b/Det/DetCond/tests/scripts/force_disconnect.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 # Small script forcing a time-out in the access to the from Gaudi.Configuration import * diff --git a/Det/DetCond/tests/scripts/getIOVs.py b/Det/DetCond/tests/scripts/getIOVs.py index 8aa9c2cd4c1c280398e4f3ccd976ac2ad13c8cd3..ea1fdff5ee70fd77a26059536c09833dc9cddb3b 100755 --- a/Det/DetCond/tests/scripts/getIOVs.py +++ b/Det/DetCond/tests/scripts/getIOVs.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 for the test of IOV retrieval """ diff --git a/Det/DetCond/tests/src/DQScanTest.cpp b/Det/DetCond/tests/src/DQScanTest.cpp index 1ffedb514660f2e083655fa69842c6fee0bb9bcd..02c7311f6c2f51bbbedc59894dabdea0161bf436 100644 --- a/Det/DetCond/tests/src/DQScanTest.cpp +++ b/Det/DetCond/tests/src/DQScanTest.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Local custom parsers must be defined very early in the file. #include "GaudiKernel/ParsersFactory.h" diff --git a/Det/DetCond/tests/src/DQScanTest.h b/Det/DetCond/tests/src/DQScanTest.h index e54de89a7d018c557197a175a08f556c24dd00f6..e77cec2f2a791d4e8c27fb6ef8bd5751ac4bc536 100644 --- a/Det/DetCond/tests/src/DQScanTest.h +++ b/Det/DetCond/tests/src/DQScanTest.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SRC_DQSCANTEST_H #define SRC_DQSCANTEST_H 1 // Include files diff --git a/Det/DetCond/tests/src/TestConditionAlg.cpp b/Det/DetCond/tests/src/TestConditionAlg.cpp index cad9b409bbdf09ca5fc12c43a7d34a34970ec92d..16576fda77abde598095d9a6859bdc73888fadf6 100644 --- a/Det/DetCond/tests/src/TestConditionAlg.cpp +++ b/Det/DetCond/tests/src/TestConditionAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Map.h" #include "GaudiAlg/GaudiAlgorithm.h" diff --git a/Det/DetDesc/CMakeLists.txt b/Det/DetDesc/CMakeLists.txt index 521e02b862e7a27579db35b1dfe1e54b5d1f7dd9..72fcb6407c2179aec5407a25bf3883bd6887137d 100644 --- a/Det/DetDesc/CMakeLists.txt +++ b/Det/DetDesc/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: DetDesc ################################################################################ diff --git a/Det/DetDesc/DetDesc/3DTransformationFunctions.h b/Det/DetDesc/DetDesc/3DTransformationFunctions.h index 51326ed198266a8a8e22caca81a9e11fce123603..801dca99ac3cfc1f6b3da4c48eed4786f3e63870 100644 --- a/Det/DetDesc/DetDesc/3DTransformationFunctions.h +++ b/Det/DetDesc/DetDesc/3DTransformationFunctions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_3DTRANSFORMATIONFUNCTIONS_H #define DETDESC_3DTRANSFORMATIONFUNCTIONS_H 1 diff --git a/Det/DetDesc/DetDesc/AlignmentCondition.h b/Det/DetDesc/DetDesc/AlignmentCondition.h index 5964374d03ee9f21c54fd0c63701bfd0f3a8a4c0..23c10f936753f8e2c227ff3008a6f075803f0509 100644 --- a/Det/DetDesc/DetDesc/AlignmentCondition.h +++ b/Det/DetDesc/DetDesc/AlignmentCondition.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: AlignmentCondition.h,v 1.19 2010-01-11 15:57:16 wouter Exp $ #ifndef DETDESC_ALIGNMENTCONDITION_H #define DETDESC_ALIGNMENTCONDITION_H 1 diff --git a/Det/DetDesc/DetDesc/AlignmentInfo.h b/Det/DetDesc/DetDesc/AlignmentInfo.h index acefc6faf7c9b55a16ddc8e77f17bec0a9f6f48a..9c5452e1073c219efa63a48c0ea6a753fae588d8 100644 --- a/Det/DetDesc/DetDesc/AlignmentInfo.h +++ b/Det/DetDesc/DetDesc/AlignmentInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_ALIGNMENTINFO_H #define DETDESC_ALIGNMENTINFO_H 1 diff --git a/Det/DetDesc/DetDesc/BasicParam.h b/Det/DetDesc/DetDesc/BasicParam.h index 812ba7ea63092cdfc8dedd730ae7bac272010350..a8e3266b70562dc158ad691f0d5091da8b0c64f6 100644 --- a/Det/DetDesc/DetDesc/BasicParam.h +++ b/Det/DetDesc/DetDesc/BasicParam.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_BASICPARAM_H #define DETDESC_BASICPARAM_H 1 diff --git a/Det/DetDesc/DetDesc/CLIDAlignmentCondition.h b/Det/DetDesc/DetDesc/CLIDAlignmentCondition.h index 2211a1feec6d3b89c9a3926af9b41d166380ed5d..ff1e00249f917dd2931d984ecd630715ce1c7cf5 100644 --- a/Det/DetDesc/DetDesc/CLIDAlignmentCondition.h +++ b/Det/DetDesc/DetDesc/CLIDAlignmentCondition.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CLIDAlignmentCondition.h,v 1.1 2005-06-03 10:19:44 jpalac Exp $ #ifndef DETDESC_CLIDALIGNMENTCONDITION_H #define DETDESC_CLIDALIGNMENTCONDITION_H 1 diff --git a/Det/DetDesc/DetDesc/CLIDCondition.h b/Det/DetDesc/DetDesc/CLIDCondition.h index b3a2c33adc7ed1aa7cfa10ac89c9edfce5437dcd..e8ddf56c6f210e2e029a637f3d78a5c9d893d73b 100644 --- a/Det/DetDesc/DetDesc/CLIDCondition.h +++ b/Det/DetDesc/DetDesc/CLIDCondition.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CLIDCondition.h,v 1.1 2001-12-11 10:02:20 sponce Exp $ #ifndef DETDESC_CLIDCONDITION_H #define DETDESC_CLIDCONDITION_H 1 diff --git a/Det/DetDesc/DetDesc/CLIDDetectorElement.h b/Det/DetDesc/DetDesc/CLIDDetectorElement.h index 97523430f65f53316d508098737ef393c4abb189..88e6ae9cd4db719d626a76ee59f213286b28dc94 100644 --- a/Det/DetDesc/DetDesc/CLIDDetectorElement.h +++ b/Det/DetDesc/DetDesc/CLIDDetectorElement.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CLIDDetectorElement.h,v 1.2 2003-04-25 08:52:22 sponce Exp $ #ifndef DETDESC_CLIDDETECTORELEMENT_H #define DETDESC_CLIDDETECTORELEMENT_H 1 diff --git a/Det/DetDesc/DetDesc/CLIDElement.h b/Det/DetDesc/DetDesc/CLIDElement.h index db6ff5675250b39aa5db73349e86dfbf6e7fc9bd..033d9accb5d123dd6f257fc6fbe41e245115331a 100644 --- a/Det/DetDesc/DetDesc/CLIDElement.h +++ b/Det/DetDesc/DetDesc/CLIDElement.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CLIDElement.h,v 1.2 2003-04-25 08:52:22 sponce Exp $ #ifndef DETDESC_CLIDELEMENT_H #define DETDESC_CLIDELEMENT_H 1 diff --git a/Det/DetDesc/DetDesc/CLIDIsotope.h b/Det/DetDesc/DetDesc/CLIDIsotope.h index cb3ebc8c14f4b34d10c5cc120d6cf24eede54300..80fb0290daf0527abfe8f71d887494dc60ea3af8 100644 --- a/Det/DetDesc/DetDesc/CLIDIsotope.h +++ b/Det/DetDesc/DetDesc/CLIDIsotope.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CLIDIsotope.h,v 1.2 2003-04-25 08:52:22 sponce Exp $ #ifndef DETDESC_CLIDISOTOPE_H #define DETDESC_CLIDISOTOPE_H 1 diff --git a/Det/DetDesc/DetDesc/CLIDLAssembly.h b/Det/DetDesc/DetDesc/CLIDLAssembly.h index 3f9763a3ea5e61d2724848796ce062e4ba73bf15..6b84b41cf59352b4048151c90ec60f37c6fcdc20 100644 --- a/Det/DetDesc/DetDesc/CLIDLAssembly.h +++ b/Det/DetDesc/DetDesc/CLIDLAssembly.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CLIDLAssembly.h,v 1.1 2001-11-18 15:32:43 ibelyaev Exp $ // ============================================================================ // CVS tag $Name: not supported by cvs2svn $ diff --git a/Det/DetDesc/DetDesc/CLIDLVolume.h b/Det/DetDesc/DetDesc/CLIDLVolume.h index ed21cfd1fba21d605e5a393bf89a374eb8e9dc8b..e13c14b1c18879d48de2b2fbacc92342d64e5a02 100644 --- a/Det/DetDesc/DetDesc/CLIDLVolume.h +++ b/Det/DetDesc/DetDesc/CLIDLVolume.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CLIDLVolume.h,v 1.2 2003-04-25 08:52:23 sponce Exp $ #ifndef DETDESC_CLIDLVOLUME_H #define DETDESC_CLIDLVOLUME_H 1 diff --git a/Det/DetDesc/DetDesc/CLIDMixture.h b/Det/DetDesc/DetDesc/CLIDMixture.h index b15e7c6ece1cb62407885366450640e87bf45a60..340d2c77bdbff74dd6c5038b4a8a9dbeecf5dbb5 100644 --- a/Det/DetDesc/DetDesc/CLIDMixture.h +++ b/Det/DetDesc/DetDesc/CLIDMixture.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CLIDMixture.h,v 1.2 2003-04-25 08:52:23 sponce Exp $ #ifndef DETDESC_CLIDMIXTURE_H #define DETDESC_CLIDMIXTURE_H 1 diff --git a/Det/DetDesc/DetDesc/CLIDSurface.h b/Det/DetDesc/DetDesc/CLIDSurface.h index 5ee11974c336de52f849b6aa15564eddc62510e5..686c762f07a174a98b41b591478f4f40439b682f 100644 --- a/Det/DetDesc/DetDesc/CLIDSurface.h +++ b/Det/DetDesc/DetDesc/CLIDSurface.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CLIDSurface.h,v 1.2 2003-04-25 08:52:23 sponce Exp $ #ifndef DETDESC_CLIDSURFACE_H #define DETDESC_CLIDSURFACE_H 1 diff --git a/Det/DetDesc/DetDesc/CLIDTabulatedProperty.h b/Det/DetDesc/DetDesc/CLIDTabulatedProperty.h index e22173520e8733ac8fa2c29cde1ff5c059481b4a..2485b2da2c4fc6f27e415a4011a6c47a577ea905 100644 --- a/Det/DetDesc/DetDesc/CLIDTabulatedProperty.h +++ b/Det/DetDesc/DetDesc/CLIDTabulatedProperty.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CLIDTabulatedProperty.h,v 1.2 2003-04-25 08:52:23 sponce Exp $ #ifndef DETDESC_CLIDTABULATEDPROPERTY_H #define DETDESC_CLIDTABULATEDPROPERTY_H 1 diff --git a/Det/DetDesc/DetDesc/CLIDValidDataObject.h b/Det/DetDesc/DetDesc/CLIDValidDataObject.h index e9cdd894b217fef4bf7f8c9cd2c7b5debe024eb6..575649cf6eab0aec96f0ba09939ba5443b2e47fa 100644 --- a/Det/DetDesc/DetDesc/CLIDValidDataObject.h +++ b/Det/DetDesc/DetDesc/CLIDValidDataObject.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CLIDValidDataObject.h,v 1.1 2001-12-11 10:02:20 sponce Exp $ #ifndef DETDESC_CLIDVALIDDATAOBJECT_H #define DETDESC_CLIDVALIDDATAOBJECT_H 1 diff --git a/Det/DetDesc/DetDesc/CalibrationInfo.h b/Det/DetDesc/DetDesc/CalibrationInfo.h index c0387a6e1df0577a87b3ad6112d4c52d28d81a2b..40929b5af45da851e87211fe80690b5ae99a087f 100644 --- a/Det/DetDesc/DetDesc/CalibrationInfo.h +++ b/Det/DetDesc/DetDesc/CalibrationInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_CALIBRATIONINFO_H #define DETDESC_CALIBRATIONINFO_H 1 diff --git a/Det/DetDesc/DetDesc/Compare.h b/Det/DetDesc/DetDesc/Compare.h index bb06925d5e09e16a8ba2027680acaf2afb16ca07..42ae450387f7a372706cf3a0666df0ac76536e42 100644 --- a/Det/DetDesc/DetDesc/Compare.h +++ b/Det/DetDesc/DetDesc/Compare.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_COMPARE_H #define DETDESC_COMPARE_H 1 // ============================================================================ diff --git a/Det/DetDesc/DetDesc/Condition.h b/Det/DetDesc/DetDesc/Condition.h index 37575272aeae40e81af7d0bd0ccd327a6da3fed6..af4adaf9a3c2745aebfd69665bbe733ce5cf642c 100644 --- a/Det/DetDesc/DetDesc/Condition.h +++ b/Det/DetDesc/DetDesc/Condition.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_CONDITION_H #define DETDESC_CONDITION_H 1 diff --git a/Det/DetDesc/DetDesc/ConditionInfo.h b/Det/DetDesc/DetDesc/ConditionInfo.h index 838540bc9471074642f4dac3d3a5b98af9531bf0..c1cecf7fb26bf9f227af5e77988cd3503324a828 100644 --- a/Det/DetDesc/DetDesc/ConditionInfo.h +++ b/Det/DetDesc/DetDesc/ConditionInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_CONDITIONINFO_H #define DETDESC_CONDITIONINFO_H 1 diff --git a/Det/DetDesc/DetDesc/DataStoreLoadAgent.h b/Det/DetDesc/DetDesc/DataStoreLoadAgent.h index 1bd5313f3f88e3515de756d6eb26bf5cf969cdc4..5f1c47ad9b94b41f2e1fb351ea402c76043be6bf 100644 --- a/Det/DetDesc/DetDesc/DataStoreLoadAgent.h +++ b/Det/DetDesc/DetDesc/DataStoreLoadAgent.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DATASTORELOADAGENT_H #define DATASTORELOADAGENT_H 1 diff --git a/Det/DetDesc/DetDesc/DetDesc.h b/Det/DetDesc/DetDesc/DetDesc.h index 381f196b6093041b36d9a132820e055a5bb5c480..2be4cb3674101ea52dec9d24665db93e65077781 100644 --- a/Det/DetDesc/DetDesc/DetDesc.h +++ b/Det/DetDesc/DetDesc/DetDesc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_DETDESC_H #define DETDESC_DETDESC_H 1 diff --git a/Det/DetDesc/DetDesc/DetectorElement.h b/Det/DetDesc/DetDesc/DetectorElement.h index 04e38c4ed690bef0c4575542a889835c5a409a24..f7716fd8eb844d171f96c82f4ae9f6eda33c5062 100644 --- a/Det/DetDesc/DetDesc/DetectorElement.h +++ b/Det/DetDesc/DetDesc/DetectorElement.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_DETECTORELEMENT_H #define DETDESC_DETECTORELEMENT_H 1 diff --git a/Det/DetDesc/DetDesc/DetectorElementException.h b/Det/DetDesc/DetDesc/DetectorElementException.h index cc09eb5a8128b3fe851e0423fac8f49451765bcb..65a174a96ce01fb46ced8d5482241bced53c5e77 100644 --- a/Det/DetDesc/DetDesc/DetectorElementException.h +++ b/Det/DetDesc/DetDesc/DetectorElementException.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_DetectorElementEXCEPTION_H #define DETDESC_DetectorElementEXCEPTION_H 1 /// GaudiKernel diff --git a/Det/DetDesc/DetDesc/Element.h b/Det/DetDesc/DetDesc/Element.h index 5e57e205f271410f806b9128e1efe4b947bce788..2b38eaa11cabaf12217cd11f0bd6787ef95dba83 100644 --- a/Det/DetDesc/DetDesc/Element.h +++ b/Det/DetDesc/DetDesc/Element.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_ELEMENT_H #define DETDESC_ELEMENT_H 1 /// STL diff --git a/Det/DetDesc/DetDesc/FastControlInfo.h b/Det/DetDesc/DetDesc/FastControlInfo.h index 9d46c7fb1ece5ce6b7b7f3e50643ff70300170e7..eadfb70aaa90fe239c99fca8b5364628362594c1 100644 --- a/Det/DetDesc/DetDesc/FastControlInfo.h +++ b/Det/DetDesc/DetDesc/FastControlInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_FASTCONTROLINFO_H #define DETDESC_FASTCONTROLINFO_H 1 diff --git a/Det/DetDesc/DetDesc/GeoInfo.h b/Det/DetDesc/DetDesc/GeoInfo.h index e8aa8b774b133126a20ce0cc10a9e54ec1e147d7..acc4c56d073c40bac0475c0bf7a30599f0c831d1 100644 --- a/Det/DetDesc/DetDesc/GeoInfo.h +++ b/Det/DetDesc/DetDesc/GeoInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_GEOINFO_H #define DETDESC_GEOINFO_H 1 /// STD/STL diff --git a/Det/DetDesc/DetDesc/GeometryInfoException.h b/Det/DetDesc/DetDesc/GeometryInfoException.h index a34f92675e2d3a950dfc2ed31de8d5a75f3ae5b2..7b8f8b1c6f90eacb3efe52141ebc98dc34a02348 100644 --- a/Det/DetDesc/DetDesc/GeometryInfoException.h +++ b/Det/DetDesc/DetDesc/GeometryInfoException.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_GEOMETRYINFOEXCEPTION_H #define DETDESC_GEOMETRYINFOEXCEPTION_H 1 /// GaudiKernel diff --git a/Det/DetDesc/DetDesc/GeometryInfoPlus.h b/Det/DetDesc/DetDesc/GeometryInfoPlus.h index 9ba42c7d08770f626f9e5327ab5bd45a6493fef8..8e355693c1b6f2ff1b6c00203fe7d7b179cd270e 100644 --- a/Det/DetDesc/DetDesc/GeometryInfoPlus.h +++ b/Det/DetDesc/DetDesc/GeometryInfoPlus.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LIB_GEOMETRYINFOPLUS_H #define LIB_GEOMETRYINFOPLUS_H 1 diff --git a/Det/DetDesc/DetDesc/GlobalToLocalDelta.h b/Det/DetDesc/DetDesc/GlobalToLocalDelta.h index 35e0d4f466f9e480bd567c4b14186fc49c2aa15e..8fddc054e4ab0cd0a1efd81047f00a450e1076de 100644 --- a/Det/DetDesc/DetDesc/GlobalToLocalDelta.h +++ b/Det/DetDesc/DetDesc/GlobalToLocalDelta.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_GLOBALTOLOCALDELTA_H #define DETDESC_GLOBALTOLOCALDELTA_H 1 diff --git a/Det/DetDesc/DetDesc/HistoCondition.h b/Det/DetDesc/DetDesc/HistoCondition.h index 23e5b84a0864d03ebd3bc3ec3270b3fac1a0ef4c..91121bedc61e4e67208999abc037b3a4317aef9b 100644 --- a/Det/DetDesc/DetDesc/HistoCondition.h +++ b/Det/DetDesc/DetDesc/HistoCondition.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: HistoCondition.h,v 1.1 2009-10-23 09:43:13 ibelyaev Exp $ // ============================================================================ #ifndef DETDESC_HISTOCONDITION_H diff --git a/Det/DetDesc/DetDesc/HistoParam.h b/Det/DetDesc/DetDesc/HistoParam.h index a4a60175303199587235aca8b3f5a5c888551335..214272971a09b1b5d758390e8b60984bc8759b8d 100644 --- a/Det/DetDesc/DetDesc/HistoParam.h +++ b/Det/DetDesc/DetDesc/HistoParam.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_HISTOPARAM_H #define DETDESC_HISTOPARAM_H 1 diff --git a/Det/DetDesc/DetDesc/IAlignment.h b/Det/DetDesc/DetDesc/IAlignment.h index 4a5d855a835f5e6d3e957f37bf1579a85e0b9515..bad0cb32fce53bf800cc489bcabc037fc5bcb115 100644 --- a/Det/DetDesc/DetDesc/IAlignment.h +++ b/Det/DetDesc/DetDesc/IAlignment.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_IALIGNMENT_H #define DETDESC_IALIGNMENT_H 1 diff --git a/Det/DetDesc/DetDesc/IBoxCover.h b/Det/DetDesc/DetDesc/IBoxCover.h index da18aa406b4aeef5afd0fb39b6d19df1325422b2..c2749db85e9918dda8cad4263f44fd979b4a75f0 100644 --- a/Det/DetDesc/DetDesc/IBoxCover.h +++ b/Det/DetDesc/DetDesc/IBoxCover.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once /** diff --git a/Det/DetDesc/DetDesc/ICalibration.h b/Det/DetDesc/DetDesc/ICalibration.h index 595d8488a6c4998f55a81685448b5e2dad8b79db..a97b64ebadd481fbc522e41ddda657ca4565b51d 100644 --- a/Det/DetDesc/DetDesc/ICalibration.h +++ b/Det/DetDesc/DetDesc/ICalibration.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_ICALIBRATION_H #define DETDESC_ICALIBRATION_H 1 diff --git a/Det/DetDesc/DetDesc/ICondIOVResource.h b/Det/DetDesc/DetDesc/ICondIOVResource.h index 840ee42f64c64090bbcb3bbdb76acbef7e50ff21..89828310d77f184eb00ec30b766008f6acc9ddbe 100644 --- a/Det/DetDesc/DetDesc/ICondIOVResource.h +++ b/Det/DetDesc/DetDesc/ICondIOVResource.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICONDIOVRESOURCE_H #define ICONDIOVRESOURCE_H diff --git a/Det/DetDesc/DetDesc/IConditionInfo.h b/Det/DetDesc/DetDesc/IConditionInfo.h index c6bb3cc749f76eccf12f3489d9ead4664ba27837..debd65d8025eac25d6e1a26ff1d2d31e7c0c0f93 100644 --- a/Det/DetDesc/DetDesc/IConditionInfo.h +++ b/Det/DetDesc/DetDesc/IConditionInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_ICONDITIONINFO_H #define DETDESC_ICONDITIONINFO_H 1 diff --git a/Det/DetDesc/DetDesc/IDetElemFinder.h b/Det/DetDesc/DetDesc/IDetElemFinder.h index 82a78fe0bb8ac23972816fa3e777c8ff836a8521..0c599ebf9acaaa73d875c42c758be5be56e42eb1 100644 --- a/Det/DetDesc/DetDesc/IDetElemFinder.h +++ b/Det/DetDesc/DetDesc/IDetElemFinder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_IDETELEMFINDER_H #define KERNEL_IDETELEMFINDER_H 1 diff --git a/Det/DetDesc/DetDesc/IDetectorElement.h b/Det/DetDesc/DetDesc/IDetectorElement.h index b2d33df3840f3f707e8adcbf3fbb106baaefb0d6..21810ca455333f3982f9e15a105a7ba52b6318e5 100644 --- a/Det/DetDesc/DetDesc/IDetectorElement.h +++ b/Det/DetDesc/DetDesc/IDetectorElement.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_IDETECTORELEMENT_H #define DETDESC_IDETECTORELEMENT_H 1 diff --git a/Det/DetDesc/DetDesc/IFastControl.h b/Det/DetDesc/DetDesc/IFastControl.h index a69f9005085ceda2aa15cb6b992c9279d0c44036..ceab7adc865125a1b430f53e421bbe0a07dfca2b 100644 --- a/Det/DetDesc/DetDesc/IFastControl.h +++ b/Det/DetDesc/DetDesc/IFastControl.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_IFASTCONTROL_H #define DETDESC_IFASTCONTROL_H 1 diff --git a/Det/DetDesc/DetDesc/IGeometryErrorSvc.h b/Det/DetDesc/DetDesc/IGeometryErrorSvc.h index 017d6b47c54bc06ae9198d66d2c40d4f5b727748..5f381ddd32e26584199b4838e1c17741153a6a35 100644 --- a/Det/DetDesc/DetDesc/IGeometryErrorSvc.h +++ b/Det/DetDesc/DetDesc/IGeometryErrorSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_IGEOMETRYERRORSVC_H #define DETDESC_IGEOMETRYERRORSVC_H 1 diff --git a/Det/DetDesc/DetDesc/IGeometryInfo.h b/Det/DetDesc/DetDesc/IGeometryInfo.h index 8a9e4638bb742fc00b637afff14528e2fe1dbcce..63d82450f5bdc61cdb5b632fe68f13ae97d13352 100644 --- a/Det/DetDesc/DetDesc/IGeometryInfo.h +++ b/Det/DetDesc/DetDesc/IGeometryInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_IGEOMETRYINFO_H #define DETDESC_IGEOMETRYINFO_H 1 diff --git a/Det/DetDesc/DetDesc/ILVolume.h b/Det/DetDesc/DetDesc/ILVolume.h index a072377a887b41829aca25064a605ddb581e4c8b..172372d673846d20389c63697ba7565196230dc2 100644 --- a/Det/DetDesc/DetDesc/ILVolume.h +++ b/Det/DetDesc/DetDesc/ILVolume.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_ILVOLUME_H #define DETDESC_ILVOLUME_H 1 /// STD & STL includes diff --git a/Det/DetDesc/DetDesc/IPVolume.h b/Det/DetDesc/DetDesc/IPVolume.h index afdc510eaf5acb55f9492906848d12f4c6a26ffd..dd5b1eae733c9c63cf2b8b95288ca1835a583839 100644 --- a/Det/DetDesc/DetDesc/IPVolume.h +++ b/Det/DetDesc/DetDesc/IPVolume.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_IPVOLUME_H #define DETDESC_IPVOLUME_H 1 /// STD & STL includes diff --git a/Det/DetDesc/DetDesc/IPVolume_predicates.h b/Det/DetDesc/DetDesc/IPVolume_predicates.h index 903102a1bedd980faba8f4813581517b5d41d28c..f929185ddd0bbd6c5b65502f7de45125220fb2be 100644 --- a/Det/DetDesc/DetDesc/IPVolume_predicates.h +++ b/Det/DetDesc/DetDesc/IPVolume_predicates.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_IPVOLUME_PREDICATES_H #define DETDESC_IPVOLUME_PREDICATES_H // STD & STL diff --git a/Det/DetDesc/DetDesc/IReadOut.h b/Det/DetDesc/DetDesc/IReadOut.h index bf5b8bfb88a96cbeced951fec7f4638ef57afa1a..d412254249fbf6fbf733172cee64726a7f01a963 100644 --- a/Det/DetDesc/DetDesc/IReadOut.h +++ b/Det/DetDesc/DetDesc/IReadOut.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_IREADOUT_H #define DETDESC_IREADOUT_H 1 diff --git a/Det/DetDesc/DetDesc/ISlowControl.h b/Det/DetDesc/DetDesc/ISlowControl.h index 633d01084f6463ce9ac4d2c42041ddac3be24e36..a7b8d2889c07b06a9cfef625da91f09eac0c3c06 100644 --- a/Det/DetDesc/DetDesc/ISlowControl.h +++ b/Det/DetDesc/DetDesc/ISlowControl.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_ISLOWCONTROL_H #define DETDESC_ISLOWCONTROL_H 1 diff --git a/Det/DetDesc/DetDesc/ISolid.h b/Det/DetDesc/DetDesc/ISolid.h index d82ac716e9a9571c8cb7bfdef5af5ec324ba5b3b..6643f5de67f7f0c9f34cdd9534467ca55432ce50 100644 --- a/Det/DetDesc/DetDesc/ISolid.h +++ b/Det/DetDesc/DetDesc/ISolid.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_ISOLID_H #define DETDESC_ISOLID_H 1 diff --git a/Det/DetDesc/DetDesc/ITransportSvc.h b/Det/DetDesc/DetDesc/ITransportSvc.h index f5f70de2dbfd9948cae3eb653e89300aedccfaaf..da653a8e2e3c66eac07af27733e5ef2471898d62 100644 --- a/Det/DetDesc/DetDesc/ITransportSvc.h +++ b/Det/DetDesc/DetDesc/ITransportSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_ITRANSPORTSVC_H #define DETDESC_ITRANSPORTSVC_H 1 diff --git a/Det/DetDesc/DetDesc/InstanceCounter.h b/Det/DetDesc/DetDesc/InstanceCounter.h index 62b867590b888696d1e2590bc32c3610766de8cc..ce9c8f599328387963fbdfbbf6723e4b2a712e65 100644 --- a/Det/DetDesc/DetDesc/InstanceCounter.h +++ b/Det/DetDesc/DetDesc/InstanceCounter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_INSTANCECOUNTER_H #define DETDESC_INSTANCECOUNTER_H 1 #include <atomic> diff --git a/Det/DetDesc/DetDesc/IntersectionErrors.h b/Det/DetDesc/DetDesc/IntersectionErrors.h index 33c956a069ff3ccef474c827a165bc4c0bb4a8b0..84b5bb85b4e9eb3f144a09a176398c296cfce253 100644 --- a/Det/DetDesc/DetDesc/IntersectionErrors.h +++ b/Det/DetDesc/DetDesc/IntersectionErrors.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_INTERSECTIONERRORS_H #define DETDESC_INTERSECTIONERRORS_H 1 // ============================================================================ diff --git a/Det/DetDesc/DetDesc/Isotope.h b/Det/DetDesc/DetDesc/Isotope.h index c5cbed93c8f579a726c6ef04351509bfd8d4a19e..8cdbe8eae03af062d1239e3a8d750f3dba8163e3 100644 --- a/Det/DetDesc/DetDesc/Isotope.h +++ b/Det/DetDesc/DetDesc/Isotope.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_ISOTOPE_H #define DETDESC_ISOTOPE_H diff --git a/Det/DetDesc/DetDesc/LAssembly.h b/Det/DetDesc/DetDesc/LAssembly.h index a21076c4822f18fa5f009a81890365b0957083f5..cbc85a3fae268f75a52786b599b64f554bf44ba7 100644 --- a/Det/DetDesc/DetDesc/LAssembly.h +++ b/Det/DetDesc/DetDesc/LAssembly.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_LASSEMBLY_H #define DETDESC_LASSEMBLY_H 1 // Include files diff --git a/Det/DetDesc/DetDesc/LVolume.h b/Det/DetDesc/DetDesc/LVolume.h index fbe44042799afdb6f8ecb530f4d0e380039b161d..58a472450216b948098e6ab3de4ef48dcb99a927 100644 --- a/Det/DetDesc/DetDesc/LVolume.h +++ b/Det/DetDesc/DetDesc/LVolume.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_VOLUMES_LVOLUME_H #define DETDESC_VOLUMES_LVOLUME_H diff --git a/Det/DetDesc/DetDesc/LogVolBase.h b/Det/DetDesc/DetDesc/LogVolBase.h index 5b45b5a347070cb257a750d6f0f553b10b1b6281..be63c4d660951ed2a27a5d1b72a29314533bfc2d 100644 --- a/Det/DetDesc/DetDesc/LogVolBase.h +++ b/Det/DetDesc/DetDesc/LogVolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_LOGVOLBASE_H #define DETDESC_LOGVOLBASE_H /// STD and STL includes diff --git a/Det/DetDesc/DetDesc/LogVolumeException.h b/Det/DetDesc/DetDesc/LogVolumeException.h index ab9d759268d837f4ba600bd92e2f88f1ea8208b9..775fa3561e40817511d288ce702fc534f469e873 100644 --- a/Det/DetDesc/DetDesc/LogVolumeException.h +++ b/Det/DetDesc/DetDesc/LogVolumeException.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_LOGVOLUMEEXCEPTION_H #define DETDESC_LOGVOLUMEEXCEPTION_H 1 // Include files diff --git a/Det/DetDesc/DetDesc/MagneticFieldGrid.h b/Det/DetDesc/DetDesc/MagneticFieldGrid.h index b9f0ad79c2baf57df175f19f1d3cfb3b52e1e9c5..ab487fd8f381ae7c0d2ac107dd6454b4c1d0f678 100644 --- a/Det/DetDesc/DetDesc/MagneticFieldGrid.h +++ b/Det/DetDesc/DetDesc/MagneticFieldGrid.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MAGFIELDGRID_H #define MAGFIELDGRID_H diff --git a/Det/DetDesc/DetDesc/Material.h b/Det/DetDesc/DetDesc/Material.h index c2a9633733cf4977578f2e02a919a14f9a3bcbb9..a37af1343ec8242653840e2baad673bc59cb6006 100644 --- a/Det/DetDesc/DetDesc/Material.h +++ b/Det/DetDesc/DetDesc/Material.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_MATERIAL_H #define DETDESC_MATERIAL_H /// STL diff --git a/Det/DetDesc/DetDesc/MaterialException.h b/Det/DetDesc/DetDesc/MaterialException.h index 27c2aa7d188c5b81a5ab9f1a084fb35ce0ef8ba4..bceda57a109c35269045216bca58c8a70761b04e 100644 --- a/Det/DetDesc/DetDesc/MaterialException.h +++ b/Det/DetDesc/DetDesc/MaterialException.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_MATERIALEXCEPTION_H #define DETDESC_MATERIALEXCEPTION_H /// GaudiKernel diff --git a/Det/DetDesc/DetDesc/Mixture.h b/Det/DetDesc/DetDesc/Mixture.h index 6e6586e308f1303eda7640410435b5c5adfa333d..af30ad830b6da32d79eee0e265dbd4fd0a12c31d 100644 --- a/Det/DetDesc/DetDesc/Mixture.h +++ b/Det/DetDesc/DetDesc/Mixture.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_MIXTURE_H #define DETDESC_MIXTURE_H diff --git a/Det/DetDesc/DetDesc/PVolume.h b/Det/DetDesc/DetDesc/PVolume.h index 950cccc5c806007e96b59808c76189f65112d080..55b3f37db92e9e30c1bbd05b0b7af222d26e87a7 100644 --- a/Det/DetDesc/DetDesc/PVolume.h +++ b/Det/DetDesc/DetDesc/PVolume.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_PVOLUME_H #define DETDESC_PVOLUME_H 1 diff --git a/Det/DetDesc/DetDesc/PVolumeException.h b/Det/DetDesc/DetDesc/PVolumeException.h index 8c744a7827ec3e1ef593ecdbbe5e14c5ce8212ec..8df0a097989a54ff8610bcd20071ca2a5445fdd9 100644 --- a/Det/DetDesc/DetDesc/PVolumeException.h +++ b/Det/DetDesc/DetDesc/PVolumeException.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_PVOLUMEEXCEPTION_H #define DETDESC_PVOLUMEEXCEPTION_H 1 /// diff --git a/Det/DetDesc/DetDesc/Param.h b/Det/DetDesc/DetDesc/Param.h index 1593e9c4314b27da5817e5e923f1324fc64936cc..35f9396bc34b9eb868e0edf94515456bc208c957 100644 --- a/Det/DetDesc/DetDesc/Param.h +++ b/Det/DetDesc/DetDesc/Param.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_PARAM_H #define DETDESC_PARAM_H 1 diff --git a/Det/DetDesc/DetDesc/ParamAsHisto.h b/Det/DetDesc/DetDesc/ParamAsHisto.h index f022deb08d7bb15f8ac821c86277c81d1e55d210..bfd4938c1ad5de6b84a6d13834934d4c745dd35a 100644 --- a/Det/DetDesc/DetDesc/ParamAsHisto.h +++ b/Det/DetDesc/DetDesc/ParamAsHisto.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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:$ // ============================================================================ #ifndef DETDESC_PARAMASHISTO_H diff --git a/Det/DetDesc/DetDesc/ParamException.h b/Det/DetDesc/DetDesc/ParamException.h index 9caffa05b7811dff6e7e760bc2fd961e83159fbd..da26edfc9f21bb32ae8a030c2c2e0f48701ee5d6 100644 --- a/Det/DetDesc/DetDesc/ParamException.h +++ b/Det/DetDesc/DetDesc/ParamException.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_PARAMEXCEPTION_H #define DETDESC_PARAMEXCEPTION_H 1 diff --git a/Det/DetDesc/DetDesc/ParamList.h b/Det/DetDesc/DetDesc/ParamList.h index 8ee9223b637c1d074e8135ab80cea04eca71d75c..8107a49534e7f8fcce6b699bec24871d9c3a2e96 100644 --- a/Det/DetDesc/DetDesc/ParamList.h +++ b/Det/DetDesc/DetDesc/ParamList.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_PARAMLIST_H #define DETDESC_PARAMLIST_H 1 diff --git a/Det/DetDesc/DetDesc/ParamValidDataObject.h b/Det/DetDesc/DetDesc/ParamValidDataObject.h index 39f3b63cb59b1fd688cd3b7303428d04e9c11e05..683a971269869fbcc3bc2787b0ae6e8ec54bbc71 100644 --- a/Det/DetDesc/DetDesc/ParamValidDataObject.h +++ b/Det/DetDesc/DetDesc/ParamValidDataObject.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_PARAMVALIDDATAOBJECT_H #define DETDESC_PARAMVALIDDATAOBJECT_H 1 diff --git a/Det/DetDesc/DetDesc/ReadOutInfo.h b/Det/DetDesc/DetDesc/ReadOutInfo.h index 80d59578858ca078177dd25f7c2fda825f29d31f..a77d3c28796ace810ffdc37a8dd9b2778b362983 100644 --- a/Det/DetDesc/DetDesc/ReadOutInfo.h +++ b/Det/DetDesc/DetDesc/ReadOutInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_READOUTINFO_H #define DETDESC_READOUTINFO_H 1 diff --git a/Det/DetDesc/DetDesc/RunChangeIncident.h b/Det/DetDesc/DetDesc/RunChangeIncident.h index fa543f641417c0410008c777525af812a2019b53..3a71ab0cc16f2b1926071b1fc31a6a30303042a9 100644 --- a/Det/DetDesc/DetDesc/RunChangeIncident.h +++ b/Det/DetDesc/DetDesc/RunChangeIncident.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include "GaudiKernel/Incident.h" diff --git a/Det/DetDesc/DetDesc/Services.h b/Det/DetDesc/DetDesc/Services.h index 365014ec301d2427c72ed603a92a79d0af90f283..c200fd786d03eded2cc1df775fda761d056b3efd 100644 --- a/Det/DetDesc/DetDesc/Services.h +++ b/Det/DetDesc/DetDesc/Services.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_SERVICES_H #define DETDESC_SERVICES_H 1 diff --git a/Det/DetDesc/DetDesc/SimpleValidity.h b/Det/DetDesc/DetDesc/SimpleValidity.h index c0ba51194d9d988357f6000e16991b14ca6209dc..d1acc13c4ba480e3cd682029c7b8b6d590c26056 100644 --- a/Det/DetDesc/DetDesc/SimpleValidity.h +++ b/Det/DetDesc/DetDesc/SimpleValidity.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_SIMPLEVALIDITY_H #define DETDESC_SIMPLEVALIDITY_H 1 // Include files diff --git a/Det/DetDesc/DetDesc/SlowControlInfo.h b/Det/DetDesc/DetDesc/SlowControlInfo.h index 8959663709f576cb7a23fea1a5307841638caf0c..fc9af8e40ccc94e0c013972686dea6d11aa1396f 100644 --- a/Det/DetDesc/DetDesc/SlowControlInfo.h +++ b/Det/DetDesc/DetDesc/SlowControlInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_SLOWCONTROLINFO_H #define DETDESC_SLOWCONTROLINFO_H 1 diff --git a/Det/DetDesc/DetDesc/Solid.h b/Det/DetDesc/DetDesc/Solid.h index 9708b86d5a977cf4071448ffb530f8d12943b8de..20209462b2c72f5832483bd52bec8f6e22263501 100644 --- a/Det/DetDesc/DetDesc/Solid.h +++ b/Det/DetDesc/DetDesc/Solid.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_SOLID_H #define DETDESC_SOLID_H 1 diff --git a/Det/DetDesc/DetDesc/SolidAdvanced.h b/Det/DetDesc/DetDesc/SolidAdvanced.h index 9341dabc75864146c02a6843ab8f597d8ce4a56d..bc93795c2bff18b82233955d351ee5afe4417104 100644 --- a/Det/DetDesc/DetDesc/SolidAdvanced.h +++ b/Det/DetDesc/DetDesc/SolidAdvanced.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 __DETDESC_SOLID_SOLIDADVANCED_H__ #define __DETDESC_SOLID_SOLIDADVANCED_H__ diff --git a/Det/DetDesc/DetDesc/SolidBase.h b/Det/DetDesc/DetDesc/SolidBase.h index 06cddebc8d4322635d75f5d8b531b8f8a229a71e..bf65d86a71d2cf5d89db68d9a1ad22f464a0942b 100644 --- a/Det/DetDesc/DetDesc/SolidBase.h +++ b/Det/DetDesc/DetDesc/SolidBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_SOLIDBASE_H #define DETDESC_SOLIDBASE_H 1 diff --git a/Det/DetDesc/DetDesc/SolidBoolean.h b/Det/DetDesc/DetDesc/SolidBoolean.h index 5c29c1da344d53bc0669e09e1537ab4b8596ece9..2cba23cbbb0dc37d475022ea5073eab85e8a56fe 100644 --- a/Det/DetDesc/DetDesc/SolidBoolean.h +++ b/Det/DetDesc/DetDesc/SolidBoolean.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_SOLIDBOOLEAN_H #define DETDESC_SOLIDBOOLEAN_H 1 /// STL & STD diff --git a/Det/DetDesc/DetDesc/SolidBox.h b/Det/DetDesc/DetDesc/SolidBox.h index 2a32c95bb25304611f3722d484a5d53d8cda2880..76ef2bb01393c6a90893c97d0fc25db9ddf49b0d 100644 --- a/Det/DetDesc/DetDesc/SolidBox.h +++ b/Det/DetDesc/DetDesc/SolidBox.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_SOLIDBOX_H #define DETDESC_SOLIDBOX_H /// STD and STL diff --git a/Det/DetDesc/DetDesc/SolidChild.h b/Det/DetDesc/DetDesc/SolidChild.h index 895b7f3bd02d008b6bf885d2658ce53d06c24dae..808fbc5f02dd60a9348919ef3f1f80e490eb2242 100644 --- a/Det/DetDesc/DetDesc/SolidChild.h +++ b/Det/DetDesc/DetDesc/SolidChild.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_SOLIDCHILD_H #define DETDESC_SOLIDCHILD_H 1 diff --git a/Det/DetDesc/DetDesc/SolidCons.h b/Det/DetDesc/DetDesc/SolidCons.h index f4a772b732850dc9036ff2f115d23b4e47535041..0fbb9572a3f2465766849a8eecd0539f8b606b88 100644 --- a/Det/DetDesc/DetDesc/SolidCons.h +++ b/Det/DetDesc/DetDesc/SolidCons.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_SOLIDCONS_H #define DETDESC_SOLIDCONS_H 1 diff --git a/Det/DetDesc/DetDesc/SolidException.h b/Det/DetDesc/DetDesc/SolidException.h index 087df7db832bc74e6a085f2b50240d63ef84573f..94c248c0a2f9e8437f3a8462f559e40665d0ddf6 100644 --- a/Det/DetDesc/DetDesc/SolidException.h +++ b/Det/DetDesc/DetDesc/SolidException.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 __DETDESC_SOLID_SOLIDEXCEPTION_H__ #define __DETDESC_SOLID_SOLIDEXCEPTION_H__ /// GaudiKernle diff --git a/Det/DetDesc/DetDesc/SolidIntersection.h b/Det/DetDesc/DetDesc/SolidIntersection.h index 960b0c1f641677b735bd5e695befe6857a1b699e..581e0c81d9488151d96289de97b14ef2236ae88f 100644 --- a/Det/DetDesc/DetDesc/SolidIntersection.h +++ b/Det/DetDesc/DetDesc/SolidIntersection.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_SOLIDINTERSECTION_H #define DETDESC_SOLIDINTERSECTION_H 1 diff --git a/Det/DetDesc/DetDesc/SolidMath.h b/Det/DetDesc/DetDesc/SolidMath.h index 79012e61d9898c22115bca39efdbdb36aa94f3d4..abf982c2cfb9ffabdaee5ddc06ea8d48c1d60908 100644 --- a/Det/DetDesc/DetDesc/SolidMath.h +++ b/Det/DetDesc/DetDesc/SolidMath.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_SOLIDMATH_H #define DETDESC_SOLIDMATH_H 1 diff --git a/Det/DetDesc/DetDesc/SolidPolyHedronHelper.h b/Det/DetDesc/DetDesc/SolidPolyHedronHelper.h index 8ded59feead735e9d27a80a375dd9f7e8869c0f9..00e4e6427f441d5efc4dc4d33dfc81052625a7c9 100644 --- a/Det/DetDesc/DetDesc/SolidPolyHedronHelper.h +++ b/Det/DetDesc/DetDesc/SolidPolyHedronHelper.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_SOLIDPOLYHEDRONHELPER_H #define DETDESC_SOLIDPOLYHEDRONHELPER_H 1 diff --git a/Det/DetDesc/DetDesc/SolidPolycone.h b/Det/DetDesc/DetDesc/SolidPolycone.h index 9257889dc4093cca26fa6321840de656f3f836b0..ea13f968ea9fbea5a1d217c3010ab7333d845828 100644 --- a/Det/DetDesc/DetDesc/SolidPolycone.h +++ b/Det/DetDesc/DetDesc/SolidPolycone.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_SOLIDPOLYCONE_H #define DETDESC_SOLIDPOLYCONE_H 1 diff --git a/Det/DetDesc/DetDesc/SolidPrimitives.h b/Det/DetDesc/DetDesc/SolidPrimitives.h index 4bed46f1afb3a2398dedddd022197dd9c568bc84..57bc0e6ee650be52c8899de6d03a3caad2c901dc 100644 --- a/Det/DetDesc/DetDesc/SolidPrimitives.h +++ b/Det/DetDesc/DetDesc/SolidPrimitives.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 __DETDESC_SOLID_SOLIDPRIMITIVES_H__ #define __DETDESC_SOLID_SOLIDPRIMITIVES_H__ diff --git a/Det/DetDesc/DetDesc/SolidSphere.h b/Det/DetDesc/DetDesc/SolidSphere.h index 6aca2454f3538e2d4132166bf55824cc566c3e14..455d517aa51154665be352ab4e5c5154b15d2788 100644 --- a/Det/DetDesc/DetDesc/SolidSphere.h +++ b/Det/DetDesc/DetDesc/SolidSphere.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_SOLIDSPHERE_H #define DETDESC_SOLIDSPHERE_H 1 diff --git a/Det/DetDesc/DetDesc/SolidSubtraction.h b/Det/DetDesc/DetDesc/SolidSubtraction.h index 107d1511657b1d6654244aa65b63aa0457121e47..55d49669dfd54882a0b10ee52a13a64450720f79 100644 --- a/Det/DetDesc/DetDesc/SolidSubtraction.h +++ b/Det/DetDesc/DetDesc/SolidSubtraction.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_SOLIDSUBTRACTION_H #define DETDESC_SOLIDSUBTRACTION_H 1 diff --git a/Det/DetDesc/DetDesc/SolidTicks.h b/Det/DetDesc/DetDesc/SolidTicks.h index 376c7c5fda9d9e275b444697b0278093160f7c02..18b23df5766040198722da243a3713cb2d55e7c1 100644 --- a/Det/DetDesc/DetDesc/SolidTicks.h +++ b/Det/DetDesc/DetDesc/SolidTicks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_SOLIDTICKS_H #define DETDESC_SOLIDTICKS_H 1 diff --git a/Det/DetDesc/DetDesc/SolidTrap.h b/Det/DetDesc/DetDesc/SolidTrap.h index acfcd078df9397f6655cfc8fd25568686e699d4a..f405ec1c5b21e2fd78a1021eff44698913c521ac 100644 --- a/Det/DetDesc/DetDesc/SolidTrap.h +++ b/Det/DetDesc/DetDesc/SolidTrap.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_SOLIDTRAP_H #define DETDESC_SOLIDTRAP_H 1 diff --git a/Det/DetDesc/DetDesc/SolidTrd.h b/Det/DetDesc/DetDesc/SolidTrd.h index 558e3306f57cbc1dc1cb0f6fa66c7b6d4b4f01f0..28f68c342e2953dd500c35ee3bc71ff1f68c195d 100644 --- a/Det/DetDesc/DetDesc/SolidTrd.h +++ b/Det/DetDesc/DetDesc/SolidTrd.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_SOLIDTRD_H #define DETDESC_SOLIDTRD_H 1 diff --git a/Det/DetDesc/DetDesc/SolidTubs.h b/Det/DetDesc/DetDesc/SolidTubs.h index 890bab7b5379b4ff8ff60b312c702057f72120b3..f11aa975c5f761a40f085df6b6588d3e82335f5e 100644 --- a/Det/DetDesc/DetDesc/SolidTubs.h +++ b/Det/DetDesc/DetDesc/SolidTubs.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_SOLIDTUBS_H #define DETDESC_SOLIDTUBS_H 1 diff --git a/Det/DetDesc/DetDesc/SolidUnion.h b/Det/DetDesc/DetDesc/SolidUnion.h index 49bb4a9e3acdb99910e0cb2b4bb28fc71b1631f6..a2d28f5b3017ff4384e4e3533ea92ad7810ae96f 100644 --- a/Det/DetDesc/DetDesc/SolidUnion.h +++ b/Det/DetDesc/DetDesc/SolidUnion.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_SOLIDUNION_H #define DETDESC_SOLIDUNION_H 1 diff --git a/Det/DetDesc/DetDesc/Solids.h b/Det/DetDesc/DetDesc/Solids.h index 709ecc97dca29227769431cbeaeb412c51e9fe71..a45f99e7034c72f7a6db8e013617e5aa6c786d3e 100644 --- a/Det/DetDesc/DetDesc/Solids.h +++ b/Det/DetDesc/DetDesc/Solids.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 __DETDESC_SOLID_SOLIDS_H__ #define __DETDESC_SOLID_SOLIDS_H__ diff --git a/Det/DetDesc/DetDesc/Surface.h b/Det/DetDesc/DetDesc/Surface.h index 3253b36075ffa91d4f90e10e7c378f0a7d72aaa0..f5cd6871eaa7325fd7e229373abac95b91312ae0 100644 --- a/Det/DetDesc/DetDesc/Surface.h +++ b/Det/DetDesc/DetDesc/Surface.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_SURFACE_H #define DETDESC_SURFACE_H 1 /// STL diff --git a/Det/DetDesc/DetDesc/TabulatedProperty.h b/Det/DetDesc/DetDesc/TabulatedProperty.h index 265b8a0dfc0f025128e2c23745d4bb95b9ffafee..a6f8be70448a517bd979eb05a681c382a7c1b007 100644 --- a/Det/DetDesc/DetDesc/TabulatedProperty.h +++ b/Det/DetDesc/DetDesc/TabulatedProperty.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_TABULATEDPROPERTY_H #define DETDESC_TABULATEDPROPERTY_H 1 /// STL diff --git a/Det/DetDesc/DetDesc/TransportSvcException.h b/Det/DetDesc/DetDesc/TransportSvcException.h index e4bb774a240c83aefd511f8808907f91b4fd7412..cd42a3e34a3e653f9a3ac24225027806cd01032b 100644 --- a/Det/DetDesc/DetDesc/TransportSvcException.h +++ b/Det/DetDesc/DetDesc/TransportSvcException.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 __DETDESC_TRANSPORTSVC_TRANSPORTSVCEXCEPTION_H__ #define __DETDESC_TRANSPORTSVC_TRANSPORTSVCEXCEPTION_H__ 1 diff --git a/Det/DetDesc/DetDesc/ValidDataObject.h b/Det/DetDesc/DetDesc/ValidDataObject.h index 4dccfa4481dab51750a4de07cb922c0434c26e50..06e4aed85fa19890c9a06a70e840182ef88b7978 100644 --- a/Det/DetDesc/DetDesc/ValidDataObject.h +++ b/Det/DetDesc/DetDesc/ValidDataObject.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: ValidDataObject.h,v 1.8 2007-11-09 17:10:06 marcocle Exp $ #ifndef DETDESC_VALIDDATAOBJECT_H #define DETDESC_VALIDDATAOBJECT_H 1 diff --git a/Det/DetDesc/DetDesc/VolumeIntersectionIntervals.h b/Det/DetDesc/DetDesc/VolumeIntersectionIntervals.h index 5dc0d9648388c70e0dc4e0d648b1cbe4c65075b2..d39dac0d07c23c293b643ac53740313325e34b36 100644 --- a/Det/DetDesc/DetDesc/VolumeIntersectionIntervals.h +++ b/Det/DetDesc/DetDesc/VolumeIntersectionIntervals.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESC_VOLUMEINTERSECTIONIINTERVALS_H #define DETDESC_VOLUMEINTERSECTIONIINTERVALS_H diff --git a/Det/DetDesc/dict/DetDescDict.h b/Det/DetDesc/dict/DetDescDict.h index 9b9cfc265aad94f657a6a23cfae29b8b34cc07b9..b122531fa2192819092c6edcfcfa7360eb9b056b 100644 --- a/Det/DetDesc/dict/DetDescDict.h +++ b/Det/DetDesc/dict/DetDescDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: DetDescDict.h,v 1.8 2009-12-05 14:25:47 dgolubko Exp $ // ============================================================================ #ifndef DETSYS_DETDICT_H diff --git a/Det/DetDesc/dict/DetDescDict.xml b/Det/DetDesc/dict/DetDescDict.xml index c7b1522ea970e89058f46bbc3a5d365ab773f5ee..7125b22b3df5992fba7a8e78a0628b483b8dfa77 100644 --- a/Det/DetDesc/dict/DetDescDict.xml +++ b/Det/DetDesc/dict/DetDescDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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="IDetectorElement" /> diff --git a/Det/DetDesc/src/Lib/3DTransformationFunctions.cpp b/Det/DetDesc/src/Lib/3DTransformationFunctions.cpp index a353a6d600f2ac0a804cbc154b1fe91dcd1f947c..cbe2a2a6dbe5499b81547b99a6e49c8493be893a 100644 --- a/Det/DetDesc/src/Lib/3DTransformationFunctions.cpp +++ b/Det/DetDesc/src/Lib/3DTransformationFunctions.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/DetDesc/src/Lib/AlignmentCondition.cpp b/Det/DetDesc/src/Lib/AlignmentCondition.cpp index b313111ccb147c30e3ec6c662e7672ac4469c89d..41310f20215b876f59dc45c63e0c2a388297795c 100644 --- a/Det/DetDesc/src/Lib/AlignmentCondition.cpp +++ b/Det/DetDesc/src/Lib/AlignmentCondition.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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> diff --git a/Det/DetDesc/src/Lib/CLID_HistoCondition.cpp b/Det/DetDesc/src/Lib/CLID_HistoCondition.cpp index 3ff25cb3a32038263f87ac02b02a5928d64381ed..5ffb2042c3b2a737356b4efe61161e182ecf4c90 100644 --- a/Det/DetDesc/src/Lib/CLID_HistoCondition.cpp +++ b/Det/DetDesc/src/Lib/CLID_HistoCondition.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/DetDesc/src/Lib/Condition.cpp b/Det/DetDesc/src/Lib/Condition.cpp index a7f3b10204380aba5f97115717dcb2da59bd3a55..0dfed009537bba5a874c7b6f82bc588826f9a12b 100644 --- a/Det/DetDesc/src/Lib/Condition.cpp +++ b/Det/DetDesc/src/Lib/Condition.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <string> #include "DetDesc/Condition.h" diff --git a/Det/DetDesc/src/Lib/ConditionInfo.cpp b/Det/DetDesc/src/Lib/ConditionInfo.cpp index c9f061baeeae0785e9d5c287c16468b669908741..9503456ed68202d9a114aad4e5118ac74fc868ca 100644 --- a/Det/DetDesc/src/Lib/ConditionInfo.cpp +++ b/Det/DetDesc/src/Lib/ConditionInfo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: ConditionInfo.cpp,v 1.5 2009-02-02 12:20:22 marcocle Exp $ #include "DetDesc/ConditionInfo.h" diff --git a/Det/DetDesc/src/Lib/DataStoreLoadAgent.cpp b/Det/DetDesc/src/Lib/DataStoreLoadAgent.cpp index 2a20349ca23a4a0764e1d2f3a60947268f9c7818..cab9c492758b9fd6ed71db1df74a660c4834ffbd 100644 --- a/Det/DetDesc/src/Lib/DataStoreLoadAgent.cpp +++ b/Det/DetDesc/src/Lib/DataStoreLoadAgent.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <iostream> diff --git a/Det/DetDesc/src/Lib/DetDesc.cpp b/Det/DetDesc/src/Lib/DetDesc.cpp index 221625187b54163b15957fbad7d974785b8231a4..0647ca1c65d14aa17f1cf587113ad3c2499c095c 100644 --- a/Det/DetDesc/src/Lib/DetDesc.cpp +++ b/Det/DetDesc/src/Lib/DetDesc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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> #include <cstdio> diff --git a/Det/DetDesc/src/Lib/DetectorElement.cpp b/Det/DetDesc/src/Lib/DetectorElement.cpp index a4ac329bca964137bf6f01b5dc5a7e84813a924a..0c4e173851cace86b0a723f5e4ebe1492ac275aa 100644 --- a/Det/DetDesc/src/Lib/DetectorElement.cpp +++ b/Det/DetDesc/src/Lib/DetectorElement.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel.h" #include "GaudiKernel/IDataManagerSvc.h" #include "GaudiKernel/IDataProviderSvc.h" diff --git a/Det/DetDesc/src/Lib/DetectorElementException.cpp b/Det/DetDesc/src/Lib/DetectorElementException.cpp index 9edb8f640452c67ed8c1a9284e9aada2bb64f47b..9bbb59234b451d109308561e37d5899b61ca0779 100644 --- a/Det/DetDesc/src/Lib/DetectorElementException.cpp +++ b/Det/DetDesc/src/Lib/DetectorElementException.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 #include "GaudiKernel/MsgStream.h" // DetDesc diff --git a/Det/DetDesc/src/Lib/Element.cpp b/Det/DetDesc/src/Lib/Element.cpp index bb8923176c0dfeda5f321336fa072dbda6eaf49c..b4fc54ab9c0857b9c692857f153b2bcdf7391fe4 100644 --- a/Det/DetDesc/src/Lib/Element.cpp +++ b/Det/DetDesc/src/Lib/Element.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 and STD #include <cmath> #include <iostream> diff --git a/Det/DetDesc/src/Lib/FastControlInfo.cpp b/Det/DetDesc/src/Lib/FastControlInfo.cpp index eea158e3973be34728bb727c78e29e1f9964ff18..59f1ee3d3a7a07b178f279d8c4da8e414be241e2 100644 --- a/Det/DetDesc/src/Lib/FastControlInfo.cpp +++ b/Det/DetDesc/src/Lib/FastControlInfo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DetDesc/FastControlInfo.h" diff --git a/Det/DetDesc/src/Lib/GeoInfo.cpp b/Det/DetDesc/src/Lib/GeoInfo.cpp index e1bee7e82b73a1accb6dbdd164d46cf07e20d1f5..2da4de148956c5b97061026592cf39163b31d4f7 100644 --- a/Det/DetDesc/src/Lib/GeoInfo.cpp +++ b/Det/DetDesc/src/Lib/GeoInfo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /// =========================================================================== /// DetDesc #include "DetDesc/IGeometryInfo.h" diff --git a/Det/DetDesc/src/Lib/GeometryInfoException.cpp b/Det/DetDesc/src/Lib/GeometryInfoException.cpp index a7e380d0118d6378ae3403ab43e1afe2ab8dce48..9d299dcbe70ca6d8b5411bc300fbf771ff802bec 100644 --- a/Det/DetDesc/src/Lib/GeometryInfoException.cpp +++ b/Det/DetDesc/src/Lib/GeometryInfoException.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 #include "GaudiKernel/MsgStream.h" #include "DetDesc/IGeometryInfo.h" diff --git a/Det/DetDesc/src/Lib/GeometryInfoPlus.cpp b/Det/DetDesc/src/Lib/GeometryInfoPlus.cpp index f606853601983e23ac830b395bb8cd8ff50522a4..91a0467a01f13e7252a0667ab8ec3fcc38479972 100644 --- a/Det/DetDesc/src/Lib/GeometryInfoPlus.cpp +++ b/Det/DetDesc/src/Lib/GeometryInfoPlus.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // GaudiKernel diff --git a/Det/DetDesc/src/Lib/GlobalToLocalDelta.cpp b/Det/DetDesc/src/Lib/GlobalToLocalDelta.cpp index 79419b580389b3fab5692b9750635deb7fd94e58..38579d3f2b13df0b36e7f5379d2580636642202c 100644 --- a/Det/DetDesc/src/Lib/GlobalToLocalDelta.cpp +++ b/Det/DetDesc/src/Lib/GlobalToLocalDelta.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DetDesc/IDetectorElement.h" #include "DetDesc/IGeometryInfo.h" diff --git a/Det/DetDesc/src/Lib/HistoCondition.cpp b/Det/DetDesc/src/Lib/HistoCondition.cpp index 163571f38b858224d821b73ea1669446a17db51b..71aba20ab7b7fd1dde4d2c01309e2b102219d638 100644 --- a/Det/DetDesc/src/Lib/HistoCondition.cpp +++ b/Det/DetDesc/src/Lib/HistoCondition.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/DetDesc/src/Lib/HistoParam.cpp b/Det/DetDesc/src/Lib/HistoParam.cpp index d8ad7d6c70fe7f81e170d2ffefa1dd2ac8cd8125..7cc19db3acb0280ce3dea1a063d0c54fde4e5327 100644 --- a/Det/DetDesc/src/Lib/HistoParam.cpp +++ b/Det/DetDesc/src/Lib/HistoParam.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: HistoParam.cpp,v 1.3 2009-12-06 19:13:45 dgolubko Exp $ // ============================================================================ // Include files diff --git a/Det/DetDesc/src/Lib/ICondIOVResource.cpp b/Det/DetDesc/src/Lib/ICondIOVResource.cpp index 14372b86af50eb3900dee7f085ee3687203cbccb..f1aa50df650a753a713a60a0fbe8ef527b0037d0 100644 --- a/Det/DetDesc/src/Lib/ICondIOVResource.cpp +++ b/Det/DetDesc/src/Lib/ICondIOVResource.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DetDesc/ICondIOVResource.h" constexpr decltype(ICondIOVResource::IOVLock::DefaultLocation) ICondIOVResource::IOVLock::DefaultLocation; diff --git a/Det/DetDesc/src/Lib/IGeometryErrorSvc.cpp b/Det/DetDesc/src/Lib/IGeometryErrorSvc.cpp index c807fa00e957a1a68f5bbd01f3ccf4d575e075fa..030a2028f0e3d6900d02b7f63d11f771c4690152 100644 --- a/Det/DetDesc/src/Lib/IGeometryErrorSvc.cpp +++ b/Det/DetDesc/src/Lib/IGeometryErrorSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/DetDesc/src/Lib/Interfaces.cpp b/Det/DetDesc/src/Lib/Interfaces.cpp index 16440384b3c74cb3f7ee8613ed7d3c84542d51de..d2005919b20c8ea8dc69adfef4644e52b3927a9b 100644 --- a/Det/DetDesc/src/Lib/Interfaces.cpp +++ b/Det/DetDesc/src/Lib/Interfaces.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/DetDesc/src/Lib/IntersectionErrors.cpp b/Det/DetDesc/src/Lib/IntersectionErrors.cpp index a2aaa1bbfc22de0ef949c1e98dd10c99e833ab7b..a872b47a561fb188cd30badf2746e63e6266e20b 100644 --- a/Det/DetDesc/src/Lib/IntersectionErrors.cpp +++ b/Det/DetDesc/src/Lib/IntersectionErrors.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/DetDesc/src/Lib/Isotope.cpp b/Det/DetDesc/src/Lib/Isotope.cpp index 981dfcd08a43bebff3484141ca7465004dbec10d..6e346a611e51b85cbbcadfe0d7fe1b48e6b18d9b 100644 --- a/Det/DetDesc/src/Lib/Isotope.cpp +++ b/Det/DetDesc/src/Lib/Isotope.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /// DetDesc #include "DetDesc/Isotope.h" /// diff --git a/Det/DetDesc/src/Lib/LAssembly.cpp b/Det/DetDesc/src/Lib/LAssembly.cpp index 1ef0d1cff40ba46ee21b0da80ef06be96161ad2c..69d61c8036d59124f8877b04cfd591f9d0fd673d 100644 --- a/Det/DetDesc/src/Lib/LAssembly.cpp +++ b/Det/DetDesc/src/Lib/LAssembly.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/DetDesc/src/Lib/LVolume.cpp b/Det/DetDesc/src/Lib/LVolume.cpp index 944adfb357465d4dac32a56fbd213b7dca2ea88c..081bfc5a36c6c31b18d5860401835d2459e9fd31 100644 --- a/Det/DetDesc/src/Lib/LVolume.cpp +++ b/Det/DetDesc/src/Lib/LVolume.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ /// STD & STL includes // ============================================================================ diff --git a/Det/DetDesc/src/Lib/LogVolBase.cpp b/Det/DetDesc/src/Lib/LogVolBase.cpp index df521d7592e7dacc816daa1639fd2cfb5dd9d3a7..ba37c11fa1391f4d4ef97ed24f7dd54cdd22104e 100644 --- a/Det/DetDesc/src/Lib/LogVolBase.cpp +++ b/Det/DetDesc/src/Lib/LogVolBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Incldue files // ============================================================================ diff --git a/Det/DetDesc/src/Lib/LogVolumeException.cpp b/Det/DetDesc/src/Lib/LogVolumeException.cpp index ff8bc39ca1516eda357f95997a94b68b57587034..7e26bcf9dda60d55cfd90cff677526768d9c8efa 100644 --- a/Det/DetDesc/src/Lib/LogVolumeException.cpp +++ b/Det/DetDesc/src/Lib/LogVolumeException.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DetDesc/LogVolumeException.h" diff --git a/Det/DetDesc/src/Lib/MagneticFieldGrid.cpp b/Det/DetDesc/src/Lib/MagneticFieldGrid.cpp index e2d28ca402879a33b724dee552846d550dfafbc5..a6d5344b1df8157dfe130329e6adf4bc83aff1e4 100644 --- a/Det/DetDesc/src/Lib/MagneticFieldGrid.cpp +++ b/Det/DetDesc/src/Lib/MagneticFieldGrid.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/DetDesc/src/Lib/Material.cpp b/Det/DetDesc/src/Lib/Material.cpp index a74dc7b8fa02c2fd62ae1c91c664565b46055bb0..2220e31fc420728c1881e53a8ca5252c77bc6ffe 100644 --- a/Det/DetDesc/src/Lib/Material.cpp +++ b/Det/DetDesc/src/Lib/Material.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 #include "GaudiKernel/System.h" /// DetDesc diff --git a/Det/DetDesc/src/Lib/MaterialException.cpp b/Det/DetDesc/src/Lib/MaterialException.cpp index 32f9d5a84a307ab4b1d77a4c36db9dce3f8a0131..f7d9cffecf9d9700a42e591dd882589087c055bc 100644 --- a/Det/DetDesc/src/Lib/MaterialException.cpp +++ b/Det/DetDesc/src/Lib/MaterialException.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /// GaudiKernbel #include "GaudiKernel/MsgStream.h" /// DetDesc diff --git a/Det/DetDesc/src/Lib/Mixture.cpp b/Det/DetDesc/src/Lib/Mixture.cpp index 58ac8c9d62bff423a8b0aff3be053936de00a776..109a5234eaa1011f9bb91a5bb948cbc59a3562b2 100644 --- a/Det/DetDesc/src/Lib/Mixture.cpp +++ b/Det/DetDesc/src/Lib/Mixture.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // DetDesc #include "DetDesc/MaterialException.h" diff --git a/Det/DetDesc/src/Lib/PVolume.cpp b/Det/DetDesc/src/Lib/PVolume.cpp index 86a3e227e3f62b6de40552eb28df815c52cb432c..4f2b7842a4669a2603b15c0b9013119b382bd84f 100644 --- a/Det/DetDesc/src/Lib/PVolume.cpp +++ b/Det/DetDesc/src/Lib/PVolume.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 includes #include "GaudiKernel/IDataProviderSvc.h" #include "GaudiKernel/MsgStream.h" diff --git a/Det/DetDesc/src/Lib/PVolumeException.cpp b/Det/DetDesc/src/Lib/PVolumeException.cpp index 855693efb4ea3464729934a0e774ff18b21df552..d22b776cadc898fdc091cba8c85653d44bdd60a7 100644 --- a/Det/DetDesc/src/Lib/PVolumeException.cpp +++ b/Det/DetDesc/src/Lib/PVolumeException.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 #include "GaudiKernel/MsgStream.h" diff --git a/Det/DetDesc/src/Lib/Param.cpp b/Det/DetDesc/src/Lib/Param.cpp index bb48dd939eac37ac20fa5a3f176fc9465a5d887c..2f51d1f075e36cde4f11e846241f7806ae3f2688 100644 --- a/Det/DetDesc/src/Lib/Param.cpp +++ b/Det/DetDesc/src/Lib/Param.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DetDesc/Param.h" namespace { diff --git a/Det/DetDesc/src/Lib/ParamAsHisto.cpp b/Det/DetDesc/src/Lib/ParamAsHisto.cpp index e118905588d44d8ce77c22a52adaeb86b7d2d072..be4fbdcb9827eb377b08c7edb33c09092806d7fb 100644 --- a/Det/DetDesc/src/Lib/ParamAsHisto.cpp +++ b/Det/DetDesc/src/Lib/ParamAsHisto.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DetDesc/ParamAsHisto.h" //---------------------------------------------------------------------------- diff --git a/Det/DetDesc/src/Lib/ParamException.cpp b/Det/DetDesc/src/Lib/ParamException.cpp index 43c423b26b311821a396bde1ee815702ddbf52dd..915c1f3cb807aa50dac0a3d768919b1492d79f85 100644 --- a/Det/DetDesc/src/Lib/ParamException.cpp +++ b/Det/DetDesc/src/Lib/ParamException.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: ParamException.cpp,v 1.2 2006-01-19 08:51:54 marcocle Exp $ // Include files diff --git a/Det/DetDesc/src/Lib/ParamList.cpp b/Det/DetDesc/src/Lib/ParamList.cpp index 10e3a797bf81f5d1c7a27f6272a9a2a4fb0bb8dd..7ca760de416f0fc45e5b0a96e12d3e3e76174fa8 100644 --- a/Det/DetDesc/src/Lib/ParamList.cpp +++ b/Det/DetDesc/src/Lib/ParamList.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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> diff --git a/Det/DetDesc/src/Lib/ParamValidDataObject.cpp b/Det/DetDesc/src/Lib/ParamValidDataObject.cpp index 34fcad9f735cbb9e7f4eae56372663f4bacc6626..38c322c817fae63872d9cbb1f899ba9f3f432eae 100644 --- a/Det/DetDesc/src/Lib/ParamValidDataObject.cpp +++ b/Det/DetDesc/src/Lib/ParamValidDataObject.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <string> #include <cstring> // for strlen with gcc 4.3 diff --git a/Det/DetDesc/src/Lib/ReadOutInfo.cpp b/Det/DetDesc/src/Lib/ReadOutInfo.cpp index cb11095b5a7ef92efbf224bf7f021d259409ca2f..e74552c90e1a803a826df1433212219ed4ebe609 100644 --- a/Det/DetDesc/src/Lib/ReadOutInfo.cpp +++ b/Det/DetDesc/src/Lib/ReadOutInfo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DetDesc/ReadOutInfo.h" diff --git a/Det/DetDesc/src/Lib/RunChangeIncident.cpp b/Det/DetDesc/src/Lib/RunChangeIncident.cpp index c29730b193e910373d0ea853bfbaabd8bd6de128..b057b4f694d836ff57f4d6127bc62b3051e488db 100644 --- a/Det/DetDesc/src/Lib/RunChangeIncident.cpp +++ b/Det/DetDesc/src/Lib/RunChangeIncident.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DetDesc/RunChangeIncident.h" diff --git a/Det/DetDesc/src/Lib/Services.cpp b/Det/DetDesc/src/Lib/Services.cpp index 2fe4e4e9049b09c21bba9e4930dd48fb11fa6e79..f2ed3dc7e2e09ea92c0e26f24521eeca750f6812 100644 --- a/Det/DetDesc/src/Lib/Services.cpp +++ b/Det/DetDesc/src/Lib/Services.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DetDesc/Services.h" #include <mutex> diff --git a/Det/DetDesc/src/Lib/SimpleValidity.cpp b/Det/DetDesc/src/Lib/SimpleValidity.cpp index ebbb23ee18fa6310c0ee7fbdcfa4cc1b50ca2563..13e9338e66fff2d287b6ff1defe410593f8fc45d 100644 --- a/Det/DetDesc/src/Lib/SimpleValidity.cpp +++ b/Det/DetDesc/src/Lib/SimpleValidity.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // GaudiKernel diff --git a/Det/DetDesc/src/Lib/SlowControlInfo.cpp b/Det/DetDesc/src/Lib/SlowControlInfo.cpp index 224794e869594be9ef4e29dc3c04617c3f5fff2d..093310c0d02b821556cd7a2acfafed5e18c12edd 100644 --- a/Det/DetDesc/src/Lib/SlowControlInfo.cpp +++ b/Det/DetDesc/src/Lib/SlowControlInfo.cpp @@ -1,2 +1,12 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DetDesc/SlowControlInfo.h" diff --git a/Det/DetDesc/src/Lib/SolidBase.cpp b/Det/DetDesc/src/Lib/SolidBase.cpp index 6043a54d36e48ed2eb43bf4de32067a4e420a407..c21a017c572627cbc41abf7f1495566960cd5d3c 100644 --- a/Det/DetDesc/src/Lib/SolidBase.cpp +++ b/Det/DetDesc/src/Lib/SolidBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Units #include "GaudiKernel/SystemOfUnits.h" /// DetDesc diff --git a/Det/DetDesc/src/Lib/SolidBoolean.cpp b/Det/DetDesc/src/Lib/SolidBoolean.cpp index 524af78c0e7bd0da858cff87bfb15af6b264a9a4..a577c098b726ecd2f03c837da617946be25cd1d0 100644 --- a/Det/DetDesc/src/Lib/SolidBoolean.cpp +++ b/Det/DetDesc/src/Lib/SolidBoolean.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // =========================================================================== // STD & STL #include <algorithm> diff --git a/Det/DetDesc/src/Lib/SolidBox.cpp b/Det/DetDesc/src/Lib/SolidBox.cpp index d4d14271e8d0056e2f308d630f6c0d82b60c32ce..20e6ce12225a2b6675fc05808a40272772063598 100644 --- a/Det/DetDesc/src/Lib/SolidBox.cpp +++ b/Det/DetDesc/src/Lib/SolidBox.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // =========================================================================== // DetDesc #include "DetDesc/DetDesc.h" diff --git a/Det/DetDesc/src/Lib/SolidChild.cpp b/Det/DetDesc/src/Lib/SolidChild.cpp index 5215185e70443e2efbca73bf118db812ed52176e..32420329cf42bbee09bf6e0db495109d8fd34b9b 100644 --- a/Det/DetDesc/src/Lib/SolidChild.cpp +++ b/Det/DetDesc/src/Lib/SolidChild.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // =========================================================================== #ifdef __INTEL_COMPILER // Disable ICC remark #pragma warning(disable:1572) // Floating-point equality and inequality comparisons are unreliable diff --git a/Det/DetDesc/src/Lib/SolidCons.cpp b/Det/DetDesc/src/Lib/SolidCons.cpp index bdf4a7ad736136f58b7b532eec9dfbc376211c7c..2c153c66854135b9f811aa21e002bfd8a3e02afd 100644 --- a/Det/DetDesc/src/Lib/SolidCons.cpp +++ b/Det/DetDesc/src/Lib/SolidCons.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // =========================================================================== // Units #include "GaudiKernel/SystemOfUnits.h" diff --git a/Det/DetDesc/src/Lib/SolidException.cpp b/Det/DetDesc/src/Lib/SolidException.cpp index 515c8eeadcc3ba8f142bebc6dbed1360ba473188..3845c9ef8d75c431423abac99d17c9430920cc10 100644 --- a/Det/DetDesc/src/Lib/SolidException.cpp +++ b/Det/DetDesc/src/Lib/SolidException.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 #include "DetDesc/ISolid.h" #include "GaudiKernel/MsgStream.h" diff --git a/Det/DetDesc/src/Lib/SolidIntersection.cpp b/Det/DetDesc/src/Lib/SolidIntersection.cpp index 211dbdeb60bc5928f362be2704a2cc81244f739e..e4b2fdaa3670fc23570ee72ae4290da6e9916c7d 100644 --- a/Det/DetDesc/src/Lib/SolidIntersection.cpp +++ b/Det/DetDesc/src/Lib/SolidIntersection.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <iostream> #include <string> diff --git a/Det/DetDesc/src/Lib/SolidPolyHedronHelper.cpp b/Det/DetDesc/src/Lib/SolidPolyHedronHelper.cpp index dc424a55eab835bd2c0ae8874dba91e186c81c00..d82284d3e2df4f83e1f7db5ce7ffd8d5104a4541 100644 --- a/Det/DetDesc/src/Lib/SolidPolyHedronHelper.cpp +++ b/Det/DetDesc/src/Lib/SolidPolyHedronHelper.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: SolidPolyHedronHelper.cpp,v 1.14 2009-04-17 08:54:24 cattanem Exp $ // =========================================================================== #include <algorithm> diff --git a/Det/DetDesc/src/Lib/SolidPolycone.cpp b/Det/DetDesc/src/Lib/SolidPolycone.cpp index 5b85349fa735b036d50f4ebad118ebf8aafe5a5d..e7cf30ca6961cd6f913f68514d00e67b52d56932 100644 --- a/Det/DetDesc/src/Lib/SolidPolycone.cpp +++ b/Det/DetDesc/src/Lib/SolidPolycone.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DetDesc/SolidPolycone.h" #include "boost/container/static_vector.hpp" diff --git a/Det/DetDesc/src/Lib/SolidSphere.cpp b/Det/DetDesc/src/Lib/SolidSphere.cpp index 758a52e374eeaa11594f52f0e4a63cc98e66c961..4ef6b29507f64af8fb6d8ed5a9508caa3776abc5 100644 --- a/Det/DetDesc/src/Lib/SolidSphere.cpp +++ b/Det/DetDesc/src/Lib/SolidSphere.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // =========================================================================== // STD & STL #include <algorithm> diff --git a/Det/DetDesc/src/Lib/SolidSubtraction.cpp b/Det/DetDesc/src/Lib/SolidSubtraction.cpp index cad8680e0b84ae21c3fa477b835507360ee27661..69c443e12413342c28c0d9dd43c043cee3187852 100644 --- a/Det/DetDesc/src/Lib/SolidSubtraction.cpp +++ b/Det/DetDesc/src/Lib/SolidSubtraction.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // =========================================================================== /** STD & STL */ #include <iostream> diff --git a/Det/DetDesc/src/Lib/SolidTrap.cpp b/Det/DetDesc/src/Lib/SolidTrap.cpp index 6b3042f4367a680b3755a66f38ccec0f045ab040..4ff77a04e73ac28c56fd50ab8786d99959834a3a 100644 --- a/Det/DetDesc/src/Lib/SolidTrap.cpp +++ b/Det/DetDesc/src/Lib/SolidTrap.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // =========================================================================== // Units diff --git a/Det/DetDesc/src/Lib/SolidTrd.cpp b/Det/DetDesc/src/Lib/SolidTrd.cpp index c5aef41aad67aef3e08c90b6a71bc1ddd161253b..88b246a3f83cda0d151be576739dc5aad978030e 100644 --- a/Det/DetDesc/src/Lib/SolidTrd.cpp +++ b/Det/DetDesc/src/Lib/SolidTrd.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // =========================================================================== // Units diff --git a/Det/DetDesc/src/Lib/SolidTubs.cpp b/Det/DetDesc/src/Lib/SolidTubs.cpp index a173f94f6d43baefdda66d5e2e13bddaa3b8ca06..566b72963942faeaccd38068dfb7f8b4ea0fff4b 100644 --- a/Det/DetDesc/src/Lib/SolidTubs.cpp +++ b/Det/DetDesc/src/Lib/SolidTubs.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // Units #include "GaudiKernel/SystemOfUnits.h" diff --git a/Det/DetDesc/src/Lib/SolidUnion.cpp b/Det/DetDesc/src/Lib/SolidUnion.cpp index 7d64daf762311f1a25a83fa11247dbf51b3c75aa..6a72b4537b007844bdceb41a8a600401a20bb15b 100644 --- a/Det/DetDesc/src/Lib/SolidUnion.cpp +++ b/Det/DetDesc/src/Lib/SolidUnion.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // =========================================================================== /** STD & STL */ #include <iostream> diff --git a/Det/DetDesc/src/Lib/Surface.cpp b/Det/DetDesc/src/Lib/Surface.cpp index 5d5baef6fca3c3254109f7e2d77425357873da58..12c09801fd48a5fc6abc3327fab27a64932a5ceb 100644 --- a/Det/DetDesc/src/Lib/Surface.cpp +++ b/Det/DetDesc/src/Lib/Surface.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 #include "GaudiKernel/System.h" // DetDecs diff --git a/Det/DetDesc/src/Lib/TabulatedProperty.cpp b/Det/DetDesc/src/Lib/TabulatedProperty.cpp index 85231ea0ee05df85c707ccaaac77f35b866c3765..52855c18c8d4320d1327c493cf25fe1138690ad8 100644 --- a/Det/DetDesc/src/Lib/TabulatedProperty.cpp +++ b/Det/DetDesc/src/Lib/TabulatedProperty.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // DetDesc #include "DetDesc/TabulatedProperty.h" diff --git a/Det/DetDesc/src/Lib/ValidDataObject.cpp b/Det/DetDesc/src/Lib/ValidDataObject.cpp index ad93dc68b3dc9ebd8cbf019d09539a69614fbd15..9dce329f3281d19711273de738caecdf69b3e971 100644 --- a/Det/DetDesc/src/Lib/ValidDataObject.cpp +++ b/Det/DetDesc/src/Lib/ValidDataObject.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <string> #include "DetDesc/ValidDataObject.h" diff --git a/Det/DetDescChecks/CMakeLists.txt b/Det/DetDescChecks/CMakeLists.txt index 84a91bc208ed676269fd34968ce1e0c371eda68b..024aa4b274d2d7dfdb3f03e1886cd41c47ea153c 100644 --- a/Det/DetDescChecks/CMakeLists.txt +++ b/Det/DetDescChecks/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: DetDescChecks ################################################################################ diff --git a/Det/DetDescChecks/options/LoadDDDB.py b/Det/DetDescChecks/options/LoadDDDB.py index 3614dbdd49cba074b92f89acd25dababaf8a3d4a..06e06ceef1e44732c387c56ce6bafe7bd1e42801 100755 --- a/Det/DetDescChecks/options/LoadDDDB.py +++ b/Det/DetDescChecks/options/LoadDDDB.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Options to load CondDB with a default tag from DetDescChecks.Options import LoadDDDBTest LoadDDDBTest("2016") diff --git a/Det/DetDescChecks/python/DetDescChecks/CheckOverlap.py b/Det/DetDescChecks/python/DetDescChecks/CheckOverlap.py index f10506ede3b8c3fcbb4347062627781c2683f741..61d091920bb6d279ea18f129508fc4697fd31367 100755 --- a/Det/DetDescChecks/python/DetDescChecks/CheckOverlap.py +++ b/Det/DetDescChecks/python/DetDescChecks/CheckOverlap.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: CheckOverlap.py,v 1.1 2009-11-15 16:46:00 ibelyaev Exp $ # ============================================================================= diff --git a/Det/DetDescChecks/python/DetDescChecks/MaterialBudget.py b/Det/DetDescChecks/python/DetDescChecks/MaterialBudget.py index 808f508764b9289c52028535d41e7f5f2072f501..06078847e1fcb6377e27bf935dc81978693e396a 100755 --- a/Det/DetDescChecks/python/DetDescChecks/MaterialBudget.py +++ b/Det/DetDescChecks/python/DetDescChecks/MaterialBudget.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: MaterialBudget.py,v 1.1 2009-11-15 16:46:00 ibelyaev Exp $ # ============================================================================= diff --git a/Det/DetDescChecks/python/DetDescChecks/Options.py b/Det/DetDescChecks/python/DetDescChecks/Options.py index d85f64bb1c9157dfb322ba4cc6d44e7d102fadf4..a092b2a3cb99a968182fac9586d4732082613a41 100644 --- a/Det/DetDescChecks/python/DetDescChecks/Options.py +++ b/Det/DetDescChecks/python/DetDescChecks/Options.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 LoadDDDBTest(datatype, sim=False, loctags=True, paths=None): ''' Configure the application for the LoadDDDB test (load whole detector diff --git a/Det/DetDescChecks/python/DetDescChecks/VolumeCheck.py b/Det/DetDescChecks/python/DetDescChecks/VolumeCheck.py index 2d580c20a3e91270876d20a55e674e1b2bb91324..3283c5e3b7068bbbc0c4d518173ad8b4ec495379 100755 --- a/Det/DetDescChecks/python/DetDescChecks/VolumeCheck.py +++ b/Det/DetDescChecks/python/DetDescChecks/VolumeCheck.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: VolumeCheck.py,v 1.1 2009-11-15 16:46:00 ibelyaev Exp $ # ============================================================================= diff --git a/Det/DetDescChecks/python/DetDescChecks/matbud.py b/Det/DetDescChecks/python/DetDescChecks/matbud.py index 93e3f318ff43c96c42cae637420f7646fae7f5bd..7a09f67949f6cfaadcee70a22019edfc8250fb34 100644 --- a/Det/DetDescChecks/python/DetDescChecks/matbud.py +++ b/Det/DetDescChecks/python/DetDescChecks/matbud.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # To run this script: # > lb-run LHCb/latest bash -f # > python matbud.py diff --git a/Det/DetDescChecks/src/CheckGeometryOverlaps.cpp b/Det/DetDescChecks/src/CheckGeometryOverlaps.cpp index b472fdad02019614da8386ae86a3e43c4a0a074e..248637fa98d07970f65308734dd4c490a69371c1 100755 --- a/Det/DetDescChecks/src/CheckGeometryOverlaps.cpp +++ b/Det/DetDescChecks/src/CheckGeometryOverlaps.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/DetDescChecks/src/MaterialBudgetAlg.cpp b/Det/DetDescChecks/src/MaterialBudgetAlg.cpp index 8ca770604b2313bba2d4aef67310300f0234b5e8..2ce1ebbbd8d373c9e6584e3170808d547d367835 100755 --- a/Det/DetDescChecks/src/MaterialBudgetAlg.cpp +++ b/Det/DetDescChecks/src/MaterialBudgetAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: MaterialBudgetAlg.cpp,v 1.12 2009-11-15 16:46:00 ibelyaev Exp $ // ============================================================================ // Include files diff --git a/Det/DetDescChecks/src/MaterialBudgetAlg.h b/Det/DetDescChecks/src/MaterialBudgetAlg.h index ca43dd12788bf1621f4340012b7678dcbb8f0afd..cd764f65931ed086eaf2ebe16575e6f5a25a7947 100755 --- a/Det/DetDescChecks/src/MaterialBudgetAlg.h +++ b/Det/DetDescChecks/src/MaterialBudgetAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: MaterialBudgetAlg.h,v 1.11 2009-11-15 16:46:00 ibelyaev Exp $ // ============================================================================ #ifndef DETDESCCHECKS_MaterialBudgetALG_H diff --git a/Det/DetDescChecks/src/VolumeCheckAlg.cpp b/Det/DetDescChecks/src/VolumeCheckAlg.cpp index 7b6bc3de56768092059c052a2e1f1d51f1b39cd4..3a195422f82c937d9a3dbe830851fe5a129af3d5 100755 --- a/Det/DetDescChecks/src/VolumeCheckAlg.cpp +++ b/Det/DetDescChecks/src/VolumeCheckAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/DetDescChecks/src/VolumeCheckAlg.h b/Det/DetDescChecks/src/VolumeCheckAlg.h index 910dffe4ee5bc27410ba639c600810acd4b2a1e6..e001e51ee6645bcde580a172836bb5297945ee3c 100755 --- a/Det/DetDescChecks/src/VolumeCheckAlg.h +++ b/Det/DetDescChecks/src/VolumeCheckAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESCCHECKS_VOLUMECHECKALG_H #define DETDESCCHECKS_VOLUMECHECKALG_H 1 // ============================================================================ diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/checkoverlap.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/checkoverlap.qmt index 03d5de2569d097bec5bf659753da56449b1cccd3..cc218efd1df53c3b00453bcf0805af67482c7216 100755 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/checkoverlap.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/checkoverlap.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2009.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2009.qmt index 15d867281b94bf7c7c39d61e7238209b7d4c0390..ac481240139f47f42ac05bfbf8cf03e383ff9ef9 100755 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2009.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2009.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2010.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2010.qmt index efd57ebef46d56edf063b942dfad168613788d88..a4ed9636c2d75c2f76b21e7f2597b728eca83df8 100755 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2010.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2010.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2011.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2011.qmt index 74a1d9814a972052a75b48b5b63c19d4c06e239e..926923aacf9cc9f80db52461b93f79cf87fd0216 100755 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2011.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2011.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2012-ariadne.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2012-ariadne.qmt index 4f513850780d7e6fe7cb4cc6e26c860368bc4765..f926fc33efcc9a9683f62f0421ad5305f2204637 100755 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2012-ariadne.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2012-ariadne.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2012.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2012.qmt index 650217a77104abfc5e99dd65d9c1f7a94361e5e1..0db179f45646e3056315cf026aa67094c0d78ee4 100755 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2012.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2012.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2015.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2015.qmt index 3244295bc9a0c8fdc340ba218a6774d21863dd94..12a5dc61464b0eb455b0237a0a5575d6b853f36f 100755 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2015.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2015.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2016.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2016.qmt index b3c31445a2511f7589742e64f53601f3ad54c986..a8a968025ca5843b5cea5720183c11134aa2b882 100755 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2016.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-2016.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-mc10.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-mc10.qmt index 110540d65c5795f85b6d36dc69830f7572b246d1..cbdad19db7e068736c8e896dd2b996b654595271 100755 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-mc10.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-mc10.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-mc11.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-mc11.qmt index 0f11a63eb238cc456afb01e29a7962c6bf6ffbc3..bb164372852db107dc3137b3a277c7d159f12d16 100755 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-mc11.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-mc11.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-upgrade.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-upgrade.qmt index 9a1c2596e5ba5caf6e23d08407b8a7a17cc26e62..ee791ffbb22a6afb7a2f087d66f38f8fc246b57a 100755 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-upgrade.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb-sim-upgrade.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2008.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2008.qmt index b205fe5ddc3b38d1c6d897fbe6b90beb44146b71..359cd6513200478045ce4fd343fe653bd723db63 100755 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2008.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2008.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2009.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2009.qmt index d54d3ecf010d85f56e17a95aab70d2bd2598256e..6bbdcbf0cc0777913dd42362a21ad393adb1c5aa 100644 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2009.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2009.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2010.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2010.qmt index 0c658bf0562a074d7de83ee8bfd0eaeab6b68082..82cbb0b996353808a1bec46d97f1dd306389ea8f 100644 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2010.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2010.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2011.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2011.qmt index f0da05ff780b955e2862fca9e9fadebf5ee3e828..5f38216fb16906feab206c8041080751c6747ec4 100644 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2011.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2011.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2012-ariadne.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2012-ariadne.qmt index 108f3b92d180fe2252a68404b648a83e6f563db3..9172046598086fe7592fcdd8af1736d3b41cd06d 100644 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2012-ariadne.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2012-ariadne.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2012.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2012.qmt index aec7b3447bc0e72c68146ebacf01b4b202e29470..b06b531308978d165a7c8bd307fea010011c1e38 100644 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2012.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2012.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2015.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2015.qmt index 30d93c35669cf59adba1764655a00c82e9057d19..77e57b353cc43ac309b7e77971606453f40f17f7 100644 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2015.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2015.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2016.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2016.qmt index f771b61f0cb65f3fdeeaeb5da9f78f96a15bf676..be8b630900dd22afcfc898bf660365de953efa07 100644 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2016.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2016.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2017.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2017.qmt index 4f99c6665f09304329f28949fe4d37dfeb299c8a..dc3d5cbb680f5c6828adbfe5f29d288fbe1f763a 100644 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2017.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2017.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2018.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2018.qmt index ba11251e814185f416ac4adda285322653edf354..285a45f9e68c162dacfc2149440c582f0c34e28d 100644 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2018.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/loaddddb2018.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/materialbudget.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/materialbudget.qmt index 3ea779e30424d6418dc911b838bc1fb7cbce88e2..1875958c680d45992ad55b0f8db334a26bb3645f 100755 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/materialbudget.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/materialbudget.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"> diff --git a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/volumecheck.qmt b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/volumecheck.qmt index 9a0b78b229787fde32952bc59e3c702c476cee00..b8d615c8bada65a6d42c314b04a660e0eaa2e986 100755 --- a/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/volumecheck.qmt +++ b/Det/DetDescChecks/tests/qmtest/detdescchecks.qms/volumecheck.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"> diff --git a/Det/DetDescCnv/CMakeLists.txt b/Det/DetDescCnv/CMakeLists.txt index 34190ed211dd7b5443bea99643eba5ad3431face..2f4fb3465ae63402a5f74e89d0b043dc6811fb06 100644 --- a/Det/DetDescCnv/CMakeLists.txt +++ b/Det/DetDescCnv/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: DetDescCnv ################################################################################ diff --git a/Det/DetDescCnv/DetDescCnv/XmlBaseConditionCnv.h b/Det/DetDescCnv/DetDescCnv/XmlBaseConditionCnv.h index 3c70737cbb4f24ce8cc386e3d4ed84e48eec3774..aca35a9d0d82fa082b67de9dc975f47d3efeb7de 100755 --- a/Det/DetDescCnv/DetDescCnv/XmlBaseConditionCnv.h +++ b/Det/DetDescCnv/DetDescCnv/XmlBaseConditionCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlBaseConditionCnv.h,v 1.7 2008-01-07 18:25:33 marcocle Exp $ #ifndef DETDESCCNV_XMLCONDITIONCNV_H diff --git a/Det/DetDescCnv/DetDescCnv/XmlBaseDetElemCnv.h b/Det/DetDescCnv/DetDescCnv/XmlBaseDetElemCnv.h index 728cf152f758d17bed3fafa8869df138e2f6b73f..e8e5ff09ee5cc930e54e25da5570e01b5f33cdab 100755 --- a/Det/DetDescCnv/DetDescCnv/XmlBaseDetElemCnv.h +++ b/Det/DetDescCnv/DetDescCnv/XmlBaseDetElemCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlBaseDetElemCnv.h,v 1.6 2009-05-04 14:57:08 ocallot Exp $ #ifndef DETDESCCNV_XMLDETELEMCNV_H diff --git a/Det/DetDescCnv/DetDescCnv/XmlCnvException.h b/Det/DetDescCnv/DetDescCnv/XmlCnvException.h index 17722082cb55577a4fbb6cd1daddb6a689cfeaad..bfad4b81c2dae58c0064cc5a04eed052011c1e03 100755 --- a/Det/DetDescCnv/DetDescCnv/XmlCnvException.h +++ b/Det/DetDescCnv/DetDescCnv/XmlCnvException.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESCCNV_XMLCNVSVC_XMLCNVEXCEPTION_H #define DETDESCCNV_XMLCNVSVC_XMLCNVEXCEPTION_H 1 /// Include files diff --git a/Det/DetDescCnv/DetDescCnv/XmlCnvException.icpp b/Det/DetDescCnv/DetDescCnv/XmlCnvException.icpp index d5be7a7f2c7b1e3a3157c5a3a33126a5a1559850..227da3b45bb8e9ba2083b2e08609190aff25f789 100755 --- a/Det/DetDescCnv/DetDescCnv/XmlCnvException.icpp +++ b/Det/DetDescCnv/DetDescCnv/XmlCnvException.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESCCNV_XMLCNVEXCEPTION_ICPP #define DETDESCCNV_XMLCNVEXCEPTION_ICPP 1 diff --git a/Det/DetDescCnv/DetDescCnv/XmlGenericCnv.h b/Det/DetDescCnv/DetDescCnv/XmlGenericCnv.h index 0aa2cfb4d2cb045fac95b006445e710078833685..82611508a5be754bf0892f59e3b84af05702be69 100755 --- a/Det/DetDescCnv/DetDescCnv/XmlGenericCnv.h +++ b/Det/DetDescCnv/DetDescCnv/XmlGenericCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESCCNV_XMLGENERICCNV_H #define DETDESCCNV_XMLGENERICCNV_H diff --git a/Det/DetDescCnv/DetDescCnv/XmlUserConditionCnv.h b/Det/DetDescCnv/DetDescCnv/XmlUserConditionCnv.h index 2a138dd476a94f3b4bde20b6b4700b20716313a4..d0a9c0984e1aa22521c39f39d62b0cbc46b810df 100755 --- a/Det/DetDescCnv/DetDescCnv/XmlUserConditionCnv.h +++ b/Det/DetDescCnv/DetDescCnv/XmlUserConditionCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESCCNV_XMLUSERCONDITIONCNV_H #define DETDESCCNV_XMLUSERCONDITIONCNV_H 1 diff --git a/Det/DetDescCnv/DetDescCnv/XmlUserDetElemCnv.h b/Det/DetDescCnv/DetDescCnv/XmlUserDetElemCnv.h index 7c5a8be47422738e4ddf293f60d2d4ebc41bbeb1..ee9b4868247ccdaed7ec44b745a237a653c04ede 100755 --- a/Det/DetDescCnv/DetDescCnv/XmlUserDetElemCnv.h +++ b/Det/DetDescCnv/DetDescCnv/XmlUserDetElemCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESCCNV_XMLUSERDETELEMCNV_H #define DETDESCCNV_XMLUSERDETELEMCNV_H 1 diff --git a/Det/DetDescCnv/src/Lib/AddressTools.cpp b/Det/DetDescCnv/src/Lib/AddressTools.cpp index b3cc2441a21d36d652c36f025b92a7aa88c604d8..39bb4ece004957ec65b3ac5d95d0fd7d750b971e 100644 --- a/Det/DetDescCnv/src/Lib/AddressTools.cpp +++ b/Det/DetDescCnv/src/Lib/AddressTools.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: AddressTools.cpp,v 1.2 2008-10-28 12:07:10 cattanem Exp $ // Include files diff --git a/Det/DetDescCnv/src/Lib/AddressTools.h b/Det/DetDescCnv/src/Lib/AddressTools.h index 45e044b02b66a6c97f6bad1c367b2492cca07e1d..a09f3af1b1a6cc80ba79f8e5f2c1eeef6215de4d 100644 --- a/Det/DetDescCnv/src/Lib/AddressTools.h +++ b/Det/DetDescCnv/src/Lib/AddressTools.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: AddressTools.h,v 1.2 2006-04-10 16:26:46 marcocle Exp $ #ifndef STREAMS_ADDRESSTOOLS_H #define STREAMS_ADDRESSTOOLS_H 1 diff --git a/Det/DetDescCnv/src/Lib/XmlBaseConditionCnv.cpp b/Det/DetDescCnv/src/Lib/XmlBaseConditionCnv.cpp index 8d0c3db0c5a38692c9a9406ff0156d1f3fad8915..581140f16e74ccf6f121c86a07a558db17b19d8e 100644 --- a/Det/DetDescCnv/src/Lib/XmlBaseConditionCnv.cpp +++ b/Det/DetDescCnv/src/Lib/XmlBaseConditionCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/MsgStream.h" diff --git a/Det/DetDescCnv/src/Lib/XmlBaseDetElemCnv.cpp b/Det/DetDescCnv/src/Lib/XmlBaseDetElemCnv.cpp index afa9f743b33dac7eb0b5ba159232bcf61b32fa5e..afdb063d4e9f60a23ac56ed9f54bb865972d9a7c 100644 --- a/Det/DetDescCnv/src/Lib/XmlBaseDetElemCnv.cpp +++ b/Det/DetDescCnv/src/Lib/XmlBaseDetElemCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/IOpaqueAddress.h" diff --git a/Det/DetDescCnv/src/Lib/XmlGenericCnv.cpp b/Det/DetDescCnv/src/Lib/XmlGenericCnv.cpp index dd231fa7f91dfbf7f47660d8d990d84e764b7b87..fe26e91ded9340e9fcd8c82ccc35b7b7d8cee9be 100644 --- a/Det/DetDescCnv/src/Lib/XmlGenericCnv.cpp +++ b/Det/DetDescCnv/src/Lib/XmlGenericCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DetDescCnv/XmlGenericCnv.h" #include "DetDescCnv/XmlCnvException.h" diff --git a/Det/DetDescCnv/src/component/XmlAlignmentConditionCnv.cpp b/Det/DetDescCnv/src/component/XmlAlignmentConditionCnv.cpp index 45d19d4a027e425c62fb7d744d114c21da826fb7..be91135fe2ca0b3661b7f4c7f8dabb3870013668 100644 --- a/Det/DetDescCnv/src/component/XmlAlignmentConditionCnv.cpp +++ b/Det/DetDescCnv/src/component/XmlAlignmentConditionCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlAlignmentConditionCnv.cpp,v 1.2 2006-12-14 13:14:09 ranjard Exp $ // Include files #ifndef XMLALIGNMENTCONDITION_H diff --git a/Det/DetDescCnv/src/component/XmlCatalogCnv.cpp b/Det/DetDescCnv/src/component/XmlCatalogCnv.cpp index 9ad324ee89a27354de54e16250f08a8a34fb0771..feec981f83d25135264306092d4897f795a6cb4d 100644 --- a/Det/DetDescCnv/src/component/XmlCatalogCnv.cpp +++ b/Det/DetDescCnv/src/component/XmlCatalogCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <stdlib.h> #include <iostream> diff --git a/Det/DetDescCnv/src/component/XmlCatalogCnv.h b/Det/DetDescCnv/src/component/XmlCatalogCnv.h index 8f6687a5745a7709aa8ed9ac3b8d8a2454c1855b..e99139f6892554ac56b552a59ee6ec1c696d67b8 100644 --- a/Det/DetDescCnv/src/component/XmlCatalogCnv.h +++ b/Det/DetDescCnv/src/component/XmlCatalogCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESCCNV_XMLCATALOGCNV_H #define DETDESCCNV_XMLCATALOGCNV_H diff --git a/Det/DetDescCnv/src/component/XmlConditionCnv.cpp b/Det/DetDescCnv/src/component/XmlConditionCnv.cpp index 962b0ce895fb356a478c98ab41bcdbd446076fd6..6d35355386f678fc88bc1542fc15ec1d6d2c5057 100644 --- a/Det/DetDescCnv/src/component/XmlConditionCnv.cpp +++ b/Det/DetDescCnv/src/component/XmlConditionCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ // include files diff --git a/Det/DetDescCnv/src/component/XmlConditionCnv.h b/Det/DetDescCnv/src/component/XmlConditionCnv.h index 84a11d8f9193b09e27cf14670139ad78ec460c64..83b8c5665fbe99244e5ee0e236797b34f96c41bd 100644 --- a/Det/DetDescCnv/src/component/XmlConditionCnv.h +++ b/Det/DetDescCnv/src/component/XmlConditionCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESCCNV_XMLCNVSVC_XMLCONDITIONCNV_H #define DETDESCCNV_XMLCNVSVC_XMLCONDITIONCNV_H diff --git a/Det/DetDescCnv/src/component/XmlDetectorElementCnv.cpp b/Det/DetDescCnv/src/component/XmlDetectorElementCnv.cpp index 3ebc8757bfc78109d70e2220bec5f36b680c3407..6789483c5530ceed8feb27595c0cf5ae52465674 100644 --- a/Det/DetDescCnv/src/component/XmlDetectorElementCnv.cpp +++ b/Det/DetDescCnv/src/component/XmlDetectorElementCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ // include files diff --git a/Det/DetDescCnv/src/component/XmlDetectorElementCnv.h b/Det/DetDescCnv/src/component/XmlDetectorElementCnv.h index f90080b82557fa48eeb3706b99e5665dc196b8c9..3dfd597cd59eb012d102d96c0750f26e33e4fa5e 100644 --- a/Det/DetDescCnv/src/component/XmlDetectorElementCnv.h +++ b/Det/DetDescCnv/src/component/XmlDetectorElementCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESCCNV_XMLCNVSVC_XMLDECNV_H #define DETDESCCNV_XMLCNVSVC_XMLDECNV_H diff --git a/Det/DetDescCnv/src/component/XmlElementCnv.cpp b/Det/DetDescCnv/src/component/XmlElementCnv.cpp index fd091f62a1006b9ed362dfb20ec32de430dddee7..bca70af0d26344b0368c47153e1c18ef42196366 100644 --- a/Det/DetDescCnv/src/component/XmlElementCnv.cpp +++ b/Det/DetDescCnv/src/component/XmlElementCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/DataObject.h" #include "GaudiKernel/IConversionSvc.h" #include "GaudiKernel/ISvcLocator.h" diff --git a/Det/DetDescCnv/src/component/XmlElementCnv.h b/Det/DetDescCnv/src/component/XmlElementCnv.h index 100af62040d0a5010c4ddd5d1f758560733472f0..e00dd4f024fad7b4bb803aa8a0d9ee3a8ab4aca9 100644 --- a/Det/DetDescCnv/src/component/XmlElementCnv.h +++ b/Det/DetDescCnv/src/component/XmlElementCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESCCNV_XMLCNVSVC_XMLELEMENTCNV_H #define DETDESCCNV_XMLCNVSVC_XMLELEMENTCNV_H diff --git a/Det/DetDescCnv/src/component/XmlIsotopeCnv.cpp b/Det/DetDescCnv/src/component/XmlIsotopeCnv.cpp index 1344bbcc1802f808ab8bfde1e99a59784d2a0d32..0de83d955050e2cf516ce6d5271733737ef84fba 100644 --- a/Det/DetDescCnv/src/component/XmlIsotopeCnv.cpp +++ b/Det/DetDescCnv/src/component/XmlIsotopeCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/GenericAddress.h" #include "GaudiKernel/IConversionSvc.h" diff --git a/Det/DetDescCnv/src/component/XmlIsotopeCnv.h b/Det/DetDescCnv/src/component/XmlIsotopeCnv.h index a090905f6084176902516924f044bf1eb14b8da2..1f0afedab65434811ae3c2645e2ba793ef75f38b 100644 --- a/Det/DetDescCnv/src/component/XmlIsotopeCnv.h +++ b/Det/DetDescCnv/src/component/XmlIsotopeCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESCCNV_XMLCNVSVC_XMLISOTOPECNV_H #define DETDESCCNV_XMLCNVSVC_XMLISOTOPECNV_H diff --git a/Det/DetDescCnv/src/component/XmlLVolumeCnv.cpp b/Det/DetDescCnv/src/component/XmlLVolumeCnv.cpp index 0bb41dff79e12047a986516665c00ae7d6cce913..729d4b22059107122982d78c9d4b0223ba955de3 100644 --- a/Det/DetDescCnv/src/component/XmlLVolumeCnv.cpp +++ b/Det/DetDescCnv/src/component/XmlLVolumeCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/ISvcLocator.h" #include "GaudiKernel/LinkManager.h" diff --git a/Det/DetDescCnv/src/component/XmlLVolumeCnv.h b/Det/DetDescCnv/src/component/XmlLVolumeCnv.h index 66e6bf54358be9faab9abfa8c429a9f114125d16..176eb4fa323d6058e10234f4b976d2e6805e1cf2 100644 --- a/Det/DetDescCnv/src/component/XmlLVolumeCnv.h +++ b/Det/DetDescCnv/src/component/XmlLVolumeCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESCCNV_XMLCNVSVC_XMLLVOLUMECNV_H #define DETDESCCNV_XMLCNVSVC_XMLLVOLUMECNV_H diff --git a/Det/DetDescCnv/src/component/XmlMixtureCnv.cpp b/Det/DetDescCnv/src/component/XmlMixtureCnv.cpp index 2500615a3fda171e0b0ecc34c81a092a4704b5e8..a3a6a8d6a75bc1f79da6fb680ced8041e737cb14 100644 --- a/Det/DetDescCnv/src/component/XmlMixtureCnv.cpp +++ b/Det/DetDescCnv/src/component/XmlMixtureCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/IOpaqueAddress.h" #include "GaudiKernel/DataObject.h" diff --git a/Det/DetDescCnv/src/component/XmlMixtureCnv.h b/Det/DetDescCnv/src/component/XmlMixtureCnv.h index 7e24e8c3a2e4d922830801e6323250b4ac7b40f1..6b986eb2416f23a99e87db9e067d377e093e8d89 100644 --- a/Det/DetDescCnv/src/component/XmlMixtureCnv.h +++ b/Det/DetDescCnv/src/component/XmlMixtureCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESCCNV_XMLMIXTURECNV_H #define DETDESCCNV_XMLMIXTURECNV_H diff --git a/Det/DetDescCnv/src/component/XmlSurfaceCnv.cpp b/Det/DetDescCnv/src/component/XmlSurfaceCnv.cpp index 232a1b1bbfe86a36170b21d7c239e2db8187dda9..e9c218f2d180761cbd50b680465d49f9a08e76a8 100644 --- a/Det/DetDescCnv/src/component/XmlSurfaceCnv.cpp +++ b/Det/DetDescCnv/src/component/XmlSurfaceCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <cstdlib> #include <iostream> diff --git a/Det/DetDescCnv/src/component/XmlSurfaceCnv.h b/Det/DetDescCnv/src/component/XmlSurfaceCnv.h index 5d2fd82b488295b3d1578cfd6e666842a57b8e03..9725808c72d331efb283bf5439491d3244956bba 100644 --- a/Det/DetDescCnv/src/component/XmlSurfaceCnv.h +++ b/Det/DetDescCnv/src/component/XmlSurfaceCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESCCNV_XMLSurfaceCNV_H #define DETDESCCNV_XMLSurfaceCNV_H 1 diff --git a/Det/DetDescCnv/src/component/XmlTabulatedPropertyCnv.cpp b/Det/DetDescCnv/src/component/XmlTabulatedPropertyCnv.cpp index d21cfae845096daa5a1111f3e08b136a0493020f..86322b32c4faa11b29d6bfba3000868de70000b0 100644 --- a/Det/DetDescCnv/src/component/XmlTabulatedPropertyCnv.cpp +++ b/Det/DetDescCnv/src/component/XmlTabulatedPropertyCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlTabulatedPropertyCnv.cpp,v 1.7 2009-04-17 12:25:18 cattanem Exp $ // Include files diff --git a/Det/DetDescCnv/src/component/XmlTabulatedPropertyCnv.h b/Det/DetDescCnv/src/component/XmlTabulatedPropertyCnv.h index 65cffbe50020140a26047a9825e5dd2c2f063416..f372cfa848f627eb41e73b57d1a57dfca794579d 100644 --- a/Det/DetDescCnv/src/component/XmlTabulatedPropertyCnv.h +++ b/Det/DetDescCnv/src/component/XmlTabulatedPropertyCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESCCNV_XMLTABULATEDPROPERTYCNV_H #define DETDESCCNV_XMLTABULATEDPROPERTYCNV_H 1 diff --git a/Det/DetDescSvc/CMakeLists.txt b/Det/DetDescSvc/CMakeLists.txt index d53dbf010c5ba456cd23ed9d6afc759228e69a6b..56dc842fbed5fe98877e29b2732aaed802764404 100644 --- a/Det/DetDescSvc/CMakeLists.txt +++ b/Det/DetDescSvc/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: DetDescSvc ################################################################################ diff --git a/Det/DetDescSvc/src/ConditionParser.cpp b/Det/DetDescSvc/src/ConditionParser.cpp index f347368bdbeef913b8f03dea4e3b6c4caaa76714..a6da5753afe397711d63dad5bd187e064bca71f5 100644 --- a/Det/DetDescSvc/src/ConditionParser.cpp +++ b/Det/DetDescSvc/src/ConditionParser.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "ConditionParser.h" #include <boost/version.hpp> diff --git a/Det/DetDescSvc/src/ConditionParser.h b/Det/DetDescSvc/src/ConditionParser.h index 316362f116fd7be8fb908dbe139b182b6db0cb17..718a01223e13996241f68b2ee2e4d01321330619 100644 --- a/Det/DetDescSvc/src/ConditionParser.h +++ b/Det/DetDescSvc/src/ConditionParser.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CONDITIONPARSER_H_ #define CONDITIONPARSER_H_ diff --git a/Det/DetDescSvc/src/DetElemFinder.cpp b/Det/DetDescSvc/src/DetElemFinder.cpp index 35469b105e3320b1994fbea28d8fd771ebf2925f..ada6fb0fb4ea1cbde8e770e28cf7d62e172255aa 100644 --- a/Det/DetDescSvc/src/DetElemFinder.cpp +++ b/Det/DetDescSvc/src/DetElemFinder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/MsgStream.h" diff --git a/Det/DetDescSvc/src/DetElemFinder.h b/Det/DetDescSvc/src/DetElemFinder.h index f6e5d50ad5cb572d6e1873b0f5f5356f164de185..8d76bf8f7443059f8ff5bf31982e7332ce0ed786 100644 --- a/Det/DetDescSvc/src/DetElemFinder.h +++ b/Det/DetDescSvc/src/DetElemFinder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETELEMFINDER_H #define DETELEMFINDER_H 1 diff --git a/Det/DetDescSvc/src/EventClockSvc.cpp b/Det/DetDescSvc/src/EventClockSvc.cpp index 1c90e80039dcb12c6dfd1e3175886cb68b908da8..8c0972836eedad62c9cc347cc9da3b7ea3cd9cc2 100644 --- a/Det/DetDescSvc/src/EventClockSvc.cpp +++ b/Det/DetDescSvc/src/EventClockSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/IDetDataSvc.h" #include "GaudiKernel/IToolSvc.h" diff --git a/Det/DetDescSvc/src/EventClockSvc.h b/Det/DetDescSvc/src/EventClockSvc.h index 65928f1715e84a824e3305245a564ea255a66941..ca306b65325a159bddaa317f9229708d6eb08bb0 100644 --- a/Det/DetDescSvc/src/EventClockSvc.h +++ b/Det/DetDescSvc/src/EventClockSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENTCLOCKSVC_H #define EVENTCLOCKSVC_H 1 diff --git a/Det/DetDescSvc/src/FakeEventTime.cpp b/Det/DetDescSvc/src/FakeEventTime.cpp index e1b768331f60923f929b6f0e4705922873c4e9af..77ddcc04cd3b559dcf7265ffbb9369bcdf24605b 100644 --- a/Det/DetDescSvc/src/FakeEventTime.cpp +++ b/Det/DetDescSvc/src/FakeEventTime.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "FakeEventTime.h" #include "DetDesc/RunChangeIncident.h" diff --git a/Det/DetDescSvc/src/FakeEventTime.h b/Det/DetDescSvc/src/FakeEventTime.h index 092f39e98fbe0c6fb6066f0a420a7ae3d2d71fbd..0e0d883f0ae4f62833ecf2b680ebd4165e9dc629 100644 --- a/Det/DetDescSvc/src/FakeEventTime.h +++ b/Det/DetDescSvc/src/FakeEventTime.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include "GaudiKernel/AlgTool.h" diff --git a/Det/DetDescSvc/src/PreloadGeometryTool.cpp b/Det/DetDescSvc/src/PreloadGeometryTool.cpp index d5870822a06a5f8c45daced7ba9ff4128c25f6f1..7a3055f4abdc5731073102425c9296cfd16d9be8 100644 --- a/Det/DetDescSvc/src/PreloadGeometryTool.cpp +++ b/Det/DetDescSvc/src/PreloadGeometryTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/IDataManagerSvc.h" diff --git a/Det/DetDescSvc/src/PreloadGeometryTool.h b/Det/DetDescSvc/src/PreloadGeometryTool.h index 7d15fae5bbec1e3b3f37b726a2d30ac4eef605b9..f0d7dc9ff8b3c075fc16ddf7149bd8ad793613e1 100644 --- a/Det/DetDescSvc/src/PreloadGeometryTool.h +++ b/Det/DetDescSvc/src/PreloadGeometryTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PRELOADGEOMETRYTOOL_H #define PRELOADGEOMETRYTOOL_H 1 diff --git a/Det/DetDescSvc/src/RunChangeHandlerSvc.cpp b/Det/DetDescSvc/src/RunChangeHandlerSvc.cpp index 2c566c634415bfe3d971f11c0c25a65707a37964..7aa099b95ff9b01a452e2391a6c5da1d3ebad65f 100644 --- a/Det/DetDescSvc/src/RunChangeHandlerSvc.cpp +++ b/Det/DetDescSvc/src/RunChangeHandlerSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "RunChangeHandlerSvc.h" DECLARE_COMPONENT( RunChangeHandlerSvc ) diff --git a/Det/DetDescSvc/src/RunChangeHandlerSvc.h b/Det/DetDescSvc/src/RunChangeHandlerSvc.h index 61265d3459ca0ab17464e900a2ddf8b7e4d721a7..975c48a3975b7bfe3a44be277340dd899e3d9e69 100644 --- a/Det/DetDescSvc/src/RunChangeHandlerSvc.h +++ b/Det/DetDescSvc/src/RunChangeHandlerSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include "GaudiKernel/Service.h" diff --git a/Det/DetDescSvc/src/TransportSvc.cpp b/Det/DetDescSvc/src/TransportSvc.cpp index 7684c2b03df2f98de064a5d61f2ebd477c74ee0b..e1eba927af0b1d683ae4080eb745ad39ee20ecc0 100644 --- a/Det/DetDescSvc/src/TransportSvc.cpp +++ b/Det/DetDescSvc/src/TransportSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/DetDescSvc/src/TransportSvc.h b/Det/DetDescSvc/src/TransportSvc.h index f4d8fdb82784aeaa62c4566cdeb51cdad13d4ffb..c13d1589907167e8e0f709f6398f6107363604e3 100644 --- a/Det/DetDescSvc/src/TransportSvc.h +++ b/Det/DetDescSvc/src/TransportSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _DETDESCSVC_TRANSPORTSVC_H #define _DETDESCSVC_TRANSPORTSVC_H // ============================================================================ diff --git a/Det/DetDescSvc/src/TransportSvcDistanceInRadUnits.h b/Det/DetDescSvc/src/TransportSvcDistanceInRadUnits.h index 6bc4659b43fed2d6b8ef4a19cf4bc54573b31845..1120591a745f3a92c6154da40796c54bf77cd7af 100644 --- a/Det/DetDescSvc/src/TransportSvcDistanceInRadUnits.h +++ b/Det/DetDescSvc/src/TransportSvcDistanceInRadUnits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 __DETDESC_TRANSPORTSVC_TRASNPORTSVCDISTANCEINRADUNITS_H__ #define __DETDESC_TRANSPORTSVC_TRASNPORTSVCDISTANCEINRADUNITS_H__ 1 diff --git a/Det/DetDescSvc/src/TransportSvcFindLocalGI.h b/Det/DetDescSvc/src/TransportSvcFindLocalGI.h index f8d811c5beaf95fa410c65339794f99cfa1435e0..446372d7651c63a4c4d69f7f110ce2a9223e8316 100644 --- a/Det/DetDescSvc/src/TransportSvcFindLocalGI.h +++ b/Det/DetDescSvc/src/TransportSvcFindLocalGI.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: TransportSvcFindLocalGI.h,v 1.2 2005-12-07 17:15:50 cattanem Exp $ // =========================================================================== // CVS tag $Name: not supported by cvs2svn $ diff --git a/Det/DetDescSvc/src/TransportSvcGoodLocalGI.h b/Det/DetDescSvc/src/TransportSvcGoodLocalGI.h index da3f2f16b4c5aaeb5ddd04e838201eaf56657e4f..a4e9464b18a3f4f80599858e8df0540e635d2937 100644 --- a/Det/DetDescSvc/src/TransportSvcGoodLocalGI.h +++ b/Det/DetDescSvc/src/TransportSvcGoodLocalGI.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 __DETDESC_TRANSPORTSVC_TRANSPORTSVCGOODLOCALGI_H__ #define __DETDESC_TRANSPORTSVC_TRANSPORTSVCGOODLOCALGI_H__ 1 diff --git a/Det/DetDescSvc/src/TransportSvcIntersections.h b/Det/DetDescSvc/src/TransportSvcIntersections.h index fb8006b0fb4c81f3fa3c449d3ce7a2f064e769b7..fca08c10e82cf330aa2bd791e941c295a09c9e0d 100644 --- a/Det/DetDescSvc/src/TransportSvcIntersections.h +++ b/Det/DetDescSvc/src/TransportSvcIntersections.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 __DETDESC_TRANSPORTSVC_TRANSPORTSVCINTERSECTIONS_H__ #define __DETDESC_TRANSPORTSVC_TRANSPORTSVCINTERSECTIONS_H__ 1 diff --git a/Det/DetDescSvc/src/UpdateManagerSvc.cpp b/Det/DetDescSvc/src/UpdateManagerSvc.cpp index 1c3072c40912c0db56b4a53a98264548507d882f..68e2c921a4c67807d39ada5c953c45c4c439b059 100644 --- a/Det/DetDescSvc/src/UpdateManagerSvc.cpp +++ b/Det/DetDescSvc/src/UpdateManagerSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/IDetDataSvc.h" diff --git a/Det/DetDescSvc/src/UpdateManagerSvc.h b/Det/DetDescSvc/src/UpdateManagerSvc.h index d766e90292c664be75e8897594bc215e52cbf9c7..4d4e6a471884d0163399bdcede8abcce06ed2f59 100644 --- a/Det/DetDescSvc/src/UpdateManagerSvc.h +++ b/Det/DetDescSvc/src/UpdateManagerSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 UPDATEMANAGERSVC_H #define UPDATEMANAGERSVC_H 1 diff --git a/Det/DetDescSvc/src/UpdateManagerSvc.icpp b/Det/DetDescSvc/src/UpdateManagerSvc.icpp index ac5b297d476cb11162fa3f70fa615f867e0bc5ab..eede79e15d0b6ee78e58e371fcc93dfcb5845722 100644 --- a/Det/DetDescSvc/src/UpdateManagerSvc.icpp +++ b/Det/DetDescSvc/src/UpdateManagerSvc.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 UPDATEMANAGERSVC_ICPP #define UPDATEMANAGERSVC_ICPP 1 diff --git a/Det/DetDescSvc/src/UpdateManagerSvc_Item.cpp b/Det/DetDescSvc/src/UpdateManagerSvc_Item.cpp index 7240677ef59106ffae13289f0102aa9427c87980..2796b6424d22e930828d0a6c3ef95b1c28e0246e 100644 --- a/Det/DetDescSvc/src/UpdateManagerSvc_Item.cpp +++ b/Det/DetDescSvc/src/UpdateManagerSvc_Item.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/IDataProviderSvc.h" diff --git a/Det/DetDescSvc/src/UpdateManagerSvc_Item.icpp b/Det/DetDescSvc/src/UpdateManagerSvc_Item.icpp index d0f0922f490ca51eab6f7fc4802c5d7743c70435..5c1a302feac9e105b26d0cac4a7160c6055cab42 100644 --- a/Det/DetDescSvc/src/UpdateManagerSvc_Item.icpp +++ b/Det/DetDescSvc/src/UpdateManagerSvc_Item.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 UPDATEMANAGERSVC_ITEM_ICPP #define UPDATEMANAGERSVC_ITEM_ICPP 1 diff --git a/Det/DetDescSvc/tests/src/test_RunChangeHandler.cpp b/Det/DetDescSvc/tests/src/test_RunChangeHandler.cpp index afd9655538b442aa8e6ccdaa1cb8b97998b25454..4bd105ba1b92cd563583a95cb376bb989e22b16c 100644 --- a/Det/DetDescSvc/tests/src/test_RunChangeHandler.cpp +++ b/Det/DetDescSvc/tests/src/test_RunChangeHandler.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 BOOST_TEST_DYN_LINK #define BOOST_TEST_MODULE test_RunChangeHandler #include <boost/test/unit_test.hpp> diff --git a/Det/DetSys/CMakeLists.txt b/Det/DetSys/CMakeLists.txt index 3c7b4a93dcd00e319d74c5a3ad6b0ba126e4922e..f41be67c70982a587db8524d6d1104bfbdfde6e8 100644 --- a/Det/DetSys/CMakeLists.txt +++ b/Det/DetSys/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: DetSys ################################################################################ diff --git a/Det/FTDet/CMakeLists.txt b/Det/FTDet/CMakeLists.txt index 007d4be42565baa4da49e2b0419b1ef7617b0751..77aa1a1e066925b1f289416a637396c1e7b8f58c 100644 --- a/Det/FTDet/CMakeLists.txt +++ b/Det/FTDet/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: FTDet ################################################################################ diff --git a/Det/FTDet/FTDet/DeFTDetector.h b/Det/FTDet/FTDet/DeFTDetector.h index 09eec56547b4cf2d94f5975f6c11b0c98aa5966d..62a48e8ff96968f39ef0a59253af7703d33dac86 100644 --- a/Det/FTDet/FTDet/DeFTDetector.h +++ b/Det/FTDet/FTDet/DeFTDetector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DEFTDETECTOR_H #define DEFTDETECTOR_H 1 diff --git a/Det/FTDet/FTDet/DeFTLayer.h b/Det/FTDet/FTDet/DeFTLayer.h index b47521d324ac58f99cfcb6560ca45d5801b72967..4fd1eeee9c1ff8f5514d33a02f90e37819a48fe1 100644 --- a/Det/FTDet/FTDet/DeFTLayer.h +++ b/Det/FTDet/FTDet/DeFTLayer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DEFTLAYER_H #define DEFTLAYER_H 1 diff --git a/Det/FTDet/FTDet/DeFTMat.h b/Det/FTDet/FTDet/DeFTMat.h index 83a801d78f455b4af83710b5ab4099307e4f1d65..7f27e08c4d5bd3d72ee106d011320e3c599af2ad 100644 --- a/Det/FTDet/FTDet/DeFTMat.h +++ b/Det/FTDet/FTDet/DeFTMat.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DEFTMAT_H #define DEFTMAT_H 1 diff --git a/Det/FTDet/FTDet/DeFTModule.h b/Det/FTDet/FTDet/DeFTModule.h index ccfd3b67098815649c90bfc5a53b04960329550f..d8fff0c990bc55980c13641ffad915547d83d807 100644 --- a/Det/FTDet/FTDet/DeFTModule.h +++ b/Det/FTDet/FTDet/DeFTModule.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DEFTMODULE_H #define DEFTMODULE_H 1 diff --git a/Det/FTDet/FTDet/DeFTQuarter.h b/Det/FTDet/FTDet/DeFTQuarter.h index 4626df3139e26d8210b64e8b6e734607f5764e31..8de7b10adb56fb80eac6976e79ca688ed5881af2 100644 --- a/Det/FTDet/FTDet/DeFTQuarter.h +++ b/Det/FTDet/FTDet/DeFTQuarter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 FTDET_DEFTQUARTER_H #define FTDET_DEFTQUARTER_H 1 diff --git a/Det/FTDet/FTDet/DeFTStation.h b/Det/FTDet/FTDet/DeFTStation.h index 2b199c7106d8c8d7912829ef971a77ab4521a821..f8fa991e5f53afc0338738f0fe21e17bdc64835e 100644 --- a/Det/FTDet/FTDet/DeFTStation.h +++ b/Det/FTDet/FTDet/DeFTStation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DEFTSTATION_H #define DEFTSTATION_H 1 diff --git a/Det/FTDet/dict/FTDetDict.h b/Det/FTDet/dict/FTDetDict.h index c1232e360399a91c5d950eb110ba410dda9ff882..bbbc59566a0f1dc05f9db655838b695e75d6653d 100755 --- a/Det/FTDet/dict/FTDetDict.h +++ b/Det/FTDet/dict/FTDetDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_FTDETDICT_H #define DICT_FTDETDICT_H 1 diff --git a/Det/FTDet/dict/FTDetDict.xml b/Det/FTDet/dict/FTDetDict.xml index 66c89843d26c533cbcf83c2a06428756144d95e7..a913567b5732be2018f0cd0e25dbf088ddbec3f7 100755 --- a/Det/FTDet/dict/FTDetDict.xml +++ b/Det/FTDet/dict/FTDetDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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="DeFTDetector" /> diff --git a/Det/FTDet/src/Lib/DeFTDetector.cpp b/Det/FTDet/src/Lib/DeFTDetector.cpp index 051264bf1bc50f121b9dd4c21f1db4d99ad3d959..19ffa5c229e1d5932c122c1025a659ec3764d0c8 100644 --- a/Det/FTDet/src/Lib/DeFTDetector.cpp +++ b/Det/FTDet/src/Lib/DeFTDetector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // FTDet #include "FTDet/DeFTDetector.h" diff --git a/Det/FTDet/src/Lib/DeFTLayer.cpp b/Det/FTDet/src/Lib/DeFTLayer.cpp index e127f3eaf4fb71a322aca29b5ec14bd727bf55bf..58a8269bee2c2c6396757ad4863d6f3ae9007faf 100644 --- a/Det/FTDet/src/Lib/DeFTLayer.cpp +++ b/Det/FTDet/src/Lib/DeFTLayer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // FTDet #include "FTDet/DeFTLayer.h" diff --git a/Det/FTDet/src/Lib/DeFTMat.cpp b/Det/FTDet/src/Lib/DeFTMat.cpp index fcec47103023228fe4d7965bdd9b6a5d2efcae64..d9db735fab2ae5b7df7b59edf9728a84edc5bbe6 100644 --- a/Det/FTDet/src/Lib/DeFTMat.cpp +++ b/Det/FTDet/src/Lib/DeFTMat.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // FTDet #include "FTDet/DeFTMat.h" diff --git a/Det/FTDet/src/Lib/DeFTModule.cpp b/Det/FTDet/src/Lib/DeFTModule.cpp index 09026f29571eb9c5e260c2e6b90001196f8f52c2..8174af599fe2182905c19b2d7a19ea5b091d3179 100644 --- a/Det/FTDet/src/Lib/DeFTModule.cpp +++ b/Det/FTDet/src/Lib/DeFTModule.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // FTDet #include "FTDet/DeFTModule.h" diff --git a/Det/FTDet/src/Lib/DeFTQuarter.cpp b/Det/FTDet/src/Lib/DeFTQuarter.cpp index 8f4fbee45a8ee4b4f37ce33d65a51ac53d877f63..0f84a21d455d8cf26a313653a905238e285a278c 100644 --- a/Det/FTDet/src/Lib/DeFTQuarter.cpp +++ b/Det/FTDet/src/Lib/DeFTQuarter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // FTDet #include "FTDet/DeFTQuarter.h" diff --git a/Det/FTDet/src/Lib/DeFTStation.cpp b/Det/FTDet/src/Lib/DeFTStation.cpp index 856b71f567f4f84aefcb51c9c4465b1bc6f7e18a..a9e1e1c788df0c7cdc2b9fdbba5b505616caac68 100644 --- a/Det/FTDet/src/Lib/DeFTStation.cpp +++ b/Det/FTDet/src/Lib/DeFTStation.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // FTDet #include "FTDet/DeFTStation.h" diff --git a/Det/FTDet/src/component/DeFTTestAlg.cpp b/Det/FTDet/src/component/DeFTTestAlg.cpp index 454e964f415748c3fba8bc8c45494b52d3136fb9..1157b0464b06f3772891f726497df9bf3076267c 100644 --- a/Det/FTDet/src/component/DeFTTestAlg.cpp +++ b/Det/FTDet/src/component/DeFTTestAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Local #include "DeFTTestAlg.h" diff --git a/Det/FTDet/src/component/DeFTTestAlg.h b/Det/FTDet/src/component/DeFTTestAlg.h index ff011c41d5cb132d3fd864b97af6fd214536f504..deb2b4889cf2a64426f2bcdc9ac0311872fa6822 100644 --- a/Det/FTDet/src/component/DeFTTestAlg.h +++ b/Det/FTDet/src/component/DeFTTestAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DEFTTESTALG_H #define DEFTTESTALG_H 1 diff --git a/Det/FTDet/src/component/XmlDeFTDetectorCnv.cpp b/Det/FTDet/src/component/XmlDeFTDetectorCnv.cpp index 3dd882daeae721ab4a48e5d278ce6f841ab0839d..da241abf13a6de30eaa792983afcacf65a70533a 100644 --- a/Det/FTDet/src/component/XmlDeFTDetectorCnv.cpp +++ b/Det/FTDet/src/component/XmlDeFTDetectorCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 XMLDEFTDETECTORCNV_H #define XMLDEFTDETECTORCNV_H 1 diff --git a/Det/FTDet/src/component/XmlDeFTLayerCnv.cpp b/Det/FTDet/src/component/XmlDeFTLayerCnv.cpp index a5d568426d781cfe7a505cd0839c9c51cc4ee89d..aa92745d66ba86eeb1ec0c8205f45e629a2d542e 100644 --- a/Det/FTDet/src/component/XmlDeFTLayerCnv.cpp +++ b/Det/FTDet/src/component/XmlDeFTLayerCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 XMLDEFTLAYERCNV_H #define XMLDEFTLAYERCNV_H 1 diff --git a/Det/FTDet/src/component/XmlDeFTMatCnv.cpp b/Det/FTDet/src/component/XmlDeFTMatCnv.cpp index 59c26e30858b84457997148f51fe6d667cd99b2c..f1dce209d6aee67510bf9b555140dc42c87bf38b 100644 --- a/Det/FTDet/src/component/XmlDeFTMatCnv.cpp +++ b/Det/FTDet/src/component/XmlDeFTMatCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 XMLDEFTMATCNV_H #define XMLDEFTMATCNV_H 1 diff --git a/Det/FTDet/src/component/XmlDeFTModuleCnv.cpp b/Det/FTDet/src/component/XmlDeFTModuleCnv.cpp index 966166f513928d6b38fd39282a5124d28c7b51f7..89632e0147bcdc0d7d16338b881994f54dc30dd0 100644 --- a/Det/FTDet/src/component/XmlDeFTModuleCnv.cpp +++ b/Det/FTDet/src/component/XmlDeFTModuleCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 XMLDEFTMODULECNV_H #define XMLDEFTMODULECNV_H 1 diff --git a/Det/FTDet/src/component/XmlDeFTQuarterCnv.cpp b/Det/FTDet/src/component/XmlDeFTQuarterCnv.cpp index 80c452764707ac2c0833aa80eb554215a1e02064..de82e160b60bd90670a5fd90f9fae4b9508e3767 100644 --- a/Det/FTDet/src/component/XmlDeFTQuarterCnv.cpp +++ b/Det/FTDet/src/component/XmlDeFTQuarterCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 XMLDEFTQUARTERCNV_H #define XMLDEFTQUARTERCNV_H 1 diff --git a/Det/FTDet/src/component/XmlDeFTStationCnv.cpp b/Det/FTDet/src/component/XmlDeFTStationCnv.cpp index b72a8f5947fa22af45bc7b849d034871e9249eb6..13fb053596e1d28308b2c24c7cdf1e7a97e4329b 100644 --- a/Det/FTDet/src/component/XmlDeFTStationCnv.cpp +++ b/Det/FTDet/src/component/XmlDeFTStationCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 XMLDEFTSTATIONCNV_H #define XMLDEFTSTATIONCNV_H 1 diff --git a/Det/FTDet/tests/findChannel.py b/Det/FTDet/tests/findChannel.py index 7269e2ad2ec51642f96d29ff502b67499502509a..33a17b17cb87cf282ff41b637dc60f0b215e365a 100644 --- a/Det/FTDet/tests/findChannel.py +++ b/Det/FTDet/tests/findChannel.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # To run this script: # lb-run LHCb bash # python -i findChannel.py diff --git a/Det/Magnet/CMakeLists.txt b/Det/Magnet/CMakeLists.txt index c1a2c33138562f7312700e83eb086c0c7c933be3..92e69f4d7454c4e49f60a9ecfda0509897bb9132 100644 --- a/Det/Magnet/CMakeLists.txt +++ b/Det/Magnet/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: Magnet ################################################################################ diff --git a/Det/Magnet/options/UseCompensators.py b/Det/Magnet/options/UseCompensators.py index 2c5f175cb924acd6e89c47ac90b92014bbc637c4..3b618f7ff476b991f506b869dbcad83082baa347 100644 --- a/Det/Magnet/options/UseCompensators.py +++ b/Det/Magnet/options/UseCompensators.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 MagneticFieldSvc diff --git a/Det/Magnet/options/UseRealMap.py b/Det/Magnet/options/UseRealMap.py index d7d949fc1341b5238c9ec965d94dac68b722ecc4..0d87ba517f4828e3703c02a979952960daf2c122 100755 --- a/Det/Magnet/options/UseRealMap.py +++ b/Det/Magnet/options/UseRealMap.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 * # Options to switch on measured magnetic field diff --git a/Det/Magnet/options/UseTripletLeft.py b/Det/Magnet/options/UseTripletLeft.py index aea80621a5e259b77c9781e103f15fac105fd4e4..c8072a1dbb39300657ea50787a4f7721e3e98e8d 100644 --- a/Det/Magnet/options/UseTripletLeft.py +++ b/Det/Magnet/options/UseTripletLeft.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 * import os from Configurables import MagneticFieldSvc diff --git a/Det/Magnet/options/UseTripletRight.py b/Det/Magnet/options/UseTripletRight.py index 0b191688bf5bb509cf396cab04af9b96ede700f3..de8b0e4598b72792f9493ec363424d4999cd865a 100644 --- a/Det/Magnet/options/UseTripletRight.py +++ b/Det/Magnet/options/UseTripletRight.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 * import os from Configurables import MagneticFieldSvc diff --git a/Det/Magnet/src/AnalyticFieldSvc.cpp b/Det/Magnet/src/AnalyticFieldSvc.cpp index 56ef5e2d0b83a685e64f8c77a91ba6c94ebb358d..19c60c92cf6b0a8d425a9e53d7a377da9c5a2d44 100755 --- a/Det/Magnet/src/AnalyticFieldSvc.cpp +++ b/Det/Magnet/src/AnalyticFieldSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 AnalyticFieldSvc.cpp * Implementation of AnalyticFieldSvc class * diff --git a/Det/Magnet/src/AnalyticFieldSvc.h b/Det/Magnet/src/AnalyticFieldSvc.h index 481310c319500d77f775f0f241a92135806013fd..9624d1161c51aaed4a51437511088f6814627e83 100755 --- a/Det/Magnet/src/AnalyticFieldSvc.h +++ b/Det/Magnet/src/AnalyticFieldSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ANALYTICFIELDSVC_H #define ANALYTICFIELDSVC_H 1 diff --git a/Det/Magnet/src/BIntegrator.cpp b/Det/Magnet/src/BIntegrator.cpp index bce8b2e1b4ce510e16d1dc686805a04991bff8f1..af0fa4845841d655494daecb073b909edba4bf39 100755 --- a/Det/Magnet/src/BIntegrator.cpp +++ b/Det/Magnet/src/BIntegrator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/Magnet/src/BIntegrator.h b/Det/Magnet/src/BIntegrator.h index 8283020c05e3beaba6623aaf4e82755f6e3ef232..437d56e2708d6bfe5ca3f66b357e894db4286fe4 100755 --- a/Det/Magnet/src/BIntegrator.h +++ b/Det/Magnet/src/BIntegrator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: BIntegrator.h,v 1.3 2007-02-26 14:50:47 cattanem Exp $ #ifndef MAGNET_BINTEGRATOR_H #define MAGNET_BINTEGRATOR_H 1 diff --git a/Det/Magnet/src/BdlTool.cpp b/Det/Magnet/src/BdlTool.cpp index 52257df89e81c6c9aa99ae25107aa30ef862057a..ed7801f57f3f6dc575441380bef50390bbd49854 100755 --- a/Det/Magnet/src/BdlTool.cpp +++ b/Det/Magnet/src/BdlTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/IMagneticFieldSvc.h" diff --git a/Det/Magnet/src/BdlTool.h b/Det/Magnet/src/BdlTool.h index 2676348960b6a8b18bdecbf8fdefcf91d4d1d602..a696acfe575f98825faaf5f7e5059251bb4130c0 100755 --- a/Det/Magnet/src/BdlTool.h +++ b/Det/Magnet/src/BdlTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: BdlTool.h,v 1.3 2007-10-05 11:50:50 cattanem Exp $ #ifndef MAGNET_BDLTOOL_H #define MAGNET_BDLTOOL_H 1 diff --git a/Det/Magnet/src/LutForBdlFunction.cpp b/Det/Magnet/src/LutForBdlFunction.cpp index 6efd6677b02cefe35efe8b6e750921f5c7df342b..83c9b0073e47cea360c24ba849da88a4063e2ff9 100755 --- a/Det/Magnet/src/LutForBdlFunction.cpp +++ b/Det/Magnet/src/LutForBdlFunction.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ #include <iostream> #include "LutForBdlFunction.h" diff --git a/Det/Magnet/src/LutForBdlFunction.h b/Det/Magnet/src/LutForBdlFunction.h index 9bd69eeafea427e192eaa6ee86fecb053778c0c0..424ee420cbd88efca944bf58a51566090fb3fd53 100755 --- a/Det/Magnet/src/LutForBdlFunction.h +++ b/Det/Magnet/src/LutForBdlFunction.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LUTFORBDLFUNCTION_H #define LUTFORBDLFUNCTION_H 1 diff --git a/Det/Magnet/src/MagFieldReader.cpp b/Det/Magnet/src/MagFieldReader.cpp index eb608b9d0ecd567beff706c6ca12429e046ee422..9f433d433792fef4699b146cf9ccb4cf69a8f1e0 100755 --- a/Det/Magnet/src/MagFieldReader.cpp +++ b/Det/Magnet/src/MagFieldReader.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/IMagneticFieldSvc.h" diff --git a/Det/Magnet/src/MagFieldReader.h b/Det/Magnet/src/MagFieldReader.h index 2ad908b012f5a2bcfa4dc44af41fc3296b435f85..6048e65c3879885b96709f66dbf104be5993c851 100755 --- a/Det/Magnet/src/MagFieldReader.h +++ b/Det/Magnet/src/MagFieldReader.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: MagFieldReader.h,v 1.8 2008-07-03 10:35:16 ahicheur Exp $ #ifndef MAGFIELDREADER_H #define MAGFIELDREADER_H 1 diff --git a/Det/Magnet/src/MagMat.cpp b/Det/Magnet/src/MagMat.cpp index 1ec49c5128f6306c0cf873c155fc830db588de05..3472bdfe3ac81bafb7e59ac4b2185f85a09d8afd 100755 --- a/Det/Magnet/src/MagMat.cpp +++ b/Det/Magnet/src/MagMat.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <iostream> #include <iomanip> #include "MagMat.h" diff --git a/Det/Magnet/src/MagMat.h b/Det/Magnet/src/MagMat.h index 89b7582e34e0f557a53ae259b92f46e88b6d7ce4..f0b65f9ad533d1df5662c72dff2960ad02327e86 100755 --- a/Det/Magnet/src/MagMat.h +++ b/Det/Magnet/src/MagMat.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MAGNET_MAGMAT_H #define MAGNET_MAGMAT_H diff --git a/Det/Magnet/src/MagVec.cpp b/Det/Magnet/src/MagVec.cpp index d69155b1a71165ffcea9368ea9137683d599ddcd..500e407fd42f99f5efd07e9a35f3b6e8ae42cfc8 100755 --- a/Det/Magnet/src/MagVec.cpp +++ b/Det/Magnet/src/MagVec.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <iostream> #include <iomanip> #include "MagVec.h" diff --git a/Det/Magnet/src/MagVec.h b/Det/Magnet/src/MagVec.h index 1fddd08a1c14aae9bb687c5fccf4db5d68c378f6..97812433138c231f6c0460e63100ebef521452e7 100755 --- a/Det/Magnet/src/MagVec.h +++ b/Det/Magnet/src/MagVec.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MAGNET_MAGVEC_H #define MAGNET_MAGVEC_H diff --git a/Det/Magnet/src/MagnetCondLocations.h b/Det/Magnet/src/MagnetCondLocations.h index 0d390997426847b7ef52f4103728476c6f64f162..c79373cef706dfce9a07f5d9c575c112966b0843 100755 --- a/Det/Magnet/src/MagnetCondLocations.h +++ b/Det/Magnet/src/MagnetCondLocations.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: MagnetCondLocations.h,v 1.2 2008-09-02 09:11:50 cattanem Exp $ #ifndef MAGNETCONDLOCATIONS_H #define MAGNETCONDLOCATIONS_H 1 diff --git a/Det/Magnet/src/MagneticFieldGridReader.cpp b/Det/Magnet/src/MagneticFieldGridReader.cpp index e27b1491665962d6ac66d37c03e8ae1aad5a4cbf..5d06255484875286b023e03b4cdfc1831b58ded0 100644 --- a/Det/Magnet/src/MagneticFieldGridReader.cpp +++ b/Det/Magnet/src/MagneticFieldGridReader.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "MagneticFieldGridReader.h" #include "DetDesc/MagneticFieldGrid.h" diff --git a/Det/Magnet/src/MagneticFieldGridReader.h b/Det/Magnet/src/MagneticFieldGridReader.h index 78d7dcfd646f3b727167f15e21ff5466a57193ff..2315f61fd86c2c673dd98fe8da6b222bf8cf760d 100644 --- a/Det/Magnet/src/MagneticFieldGridReader.h +++ b/Det/Magnet/src/MagneticFieldGridReader.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Det/Magnet/src/MagneticFieldSvc.cpp b/Det/Magnet/src/MagneticFieldSvc.cpp index 5ec076e34842bac39d4f23da58399230acbea07a..ea7ec3286c72a173499fa773dab076b17a7efa09 100755 --- a/Det/Magnet/src/MagneticFieldSvc.cpp +++ b/Det/Magnet/src/MagneticFieldSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/ISvcLocator.h" #include "GaudiKernel/MsgStream.h" diff --git a/Det/Magnet/src/MagneticFieldSvc.h b/Det/Magnet/src/MagneticFieldSvc.h index 6f976b9e7e6ef7ddf89c727d9984c6fdcb80d7b8..8b58e98f2785c9ae3cb39f893822759db357ad2a 100755 --- a/Det/Magnet/src/MagneticFieldSvc.h +++ b/Det/Magnet/src/MagneticFieldSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Det/Magnet/src/MultipleMagneticFieldSvc.cpp b/Det/Magnet/src/MultipleMagneticFieldSvc.cpp index 26a39e1ccef42965239a8770be308fc0233508fa..59573ceb741212a5c4d786c86b1e7956a293c8b7 100755 --- a/Det/Magnet/src/MultipleMagneticFieldSvc.cpp +++ b/Det/Magnet/src/MultipleMagneticFieldSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/ISvcLocator.h" #include "GaudiKernel/MsgStream.h" diff --git a/Det/Magnet/src/MultipleMagneticFieldSvc.h b/Det/Magnet/src/MultipleMagneticFieldSvc.h index 0b5b429b7966e07a22d0067c4a8e2cfb09d46f06..c5863e3b4f320cc195edcb498694f21f59414055 100755 --- a/Det/Magnet/src/MultipleMagneticFieldSvc.h +++ b/Det/Magnet/src/MultipleMagneticFieldSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MULTIPLEMAGNETICFIELDSVC_H #define MULTIPLEMAGNETICFIELDSVC_H 1 diff --git a/Det/MuonDet/CMakeLists.txt b/Det/MuonDet/CMakeLists.txt index abf121c5330fe5dce5fff5603d2ea71a01bb881f..3e12c42b2e71dfe321382032cab2e4e4b181bf2c 100644 --- a/Det/MuonDet/CMakeLists.txt +++ b/Det/MuonDet/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: MuonDet ################################################################################ diff --git a/Det/MuonDet/MuonDet/CLID_MuonL1Board.h b/Det/MuonDet/MuonDet/CLID_MuonL1Board.h index ad776b698e5bb5aec39b5f6d6cfd15997ec710b0..7a26c9d5839e130901ab86463411d778e2fca98c 100644 --- a/Det/MuonDet/MuonDet/CLID_MuonL1Board.h +++ b/Det/MuonDet/MuonDet/CLID_MuonL1Board.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONDET_CLID_MUONL1BOARD_H #define MUONDET_CLID_MUONL1BOARD_H 1 #include "GaudiKernel/ClassID.h" diff --git a/Det/MuonDet/MuonDet/CLID_MuonODEBoard.h b/Det/MuonDet/MuonDet/CLID_MuonODEBoard.h index 91c9f8557d55361a74b8b007b4926d497c83d1d2..468c4b7f4e88c23c203713b60d4bf06854f86c42 100644 --- a/Det/MuonDet/MuonDet/CLID_MuonODEBoard.h +++ b/Det/MuonDet/MuonDet/CLID_MuonODEBoard.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONDET_CLID_MUONODEBOARD_H #define MUONDET_CLID_MUONODEBOARD_H 1 #include "GaudiKernel/ClassID.h" diff --git a/Det/MuonDet/MuonDet/CLID_MuonReadoutCond.h b/Det/MuonDet/MuonDet/CLID_MuonReadoutCond.h index 3f695b0bb22f7ed4ab5cffacf11fe530185461d3..c435b6c6475b547400edbe1e31b219239545fe43 100644 --- a/Det/MuonDet/MuonDet/CLID_MuonReadoutCond.h +++ b/Det/MuonDet/MuonDet/CLID_MuonReadoutCond.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CLID_MuonReadoutCond.h,v 1.2 2007-02-28 18:33:17 marcocle Exp $ #ifndef MUONDET_CLID_MUONREADOUTCOND_H #define MUONDET_CLID_MUONREADOUTCOND_H 1 diff --git a/Det/MuonDet/MuonDet/CLID_MuonStationCabling.h b/Det/MuonDet/MuonDet/CLID_MuonStationCabling.h index 8464633b8dd4a07c48c80d43f06535388514de8e..8db413de11d3b983d438bd068b1172d1cb10bc0b 100644 --- a/Det/MuonDet/MuonDet/CLID_MuonStationCabling.h +++ b/Det/MuonDet/MuonDet/CLID_MuonStationCabling.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONDET_CLID_MUONSTATIONCABLING_H #define MUONDET_CLID_MUONSTATIONCABLING_H 1 #include "GaudiKernel/ClassID.h" diff --git a/Det/MuonDet/MuonDet/CLID_MuonTSMap.h b/Det/MuonDet/MuonDet/CLID_MuonTSMap.h index 01f267c1fb27b0b16f8a784cecaa643700ace9b0..7660946822ff0d736cd974a73af2223f02e48411 100644 --- a/Det/MuonDet/MuonDet/CLID_MuonTSMap.h +++ b/Det/MuonDet/MuonDet/CLID_MuonTSMap.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONDET_CLID_MUONTSMAP_H #define MUONDET_CLID_MUONTSMAP_H 1 #include "GaudiKernel/ClassID.h" diff --git a/Det/MuonDet/MuonDet/DeMuonChamber.h b/Det/MuonDet/MuonDet/DeMuonChamber.h index a1d6201119eed2352012358155aab207ba2e4d6a..5f9416c53c499d2304b4bf19d89fa8610537e7b3 100644 --- a/Det/MuonDet/MuonDet/DeMuonChamber.h +++ b/Det/MuonDet/MuonDet/DeMuonChamber.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONDET_DEMUONCHAMBER_H #define MUONDET_DEMUONCHAMBER_H 1 diff --git a/Det/MuonDet/MuonDet/DeMuonDetector.h b/Det/MuonDet/MuonDet/DeMuonDetector.h index db76d93102a3602130a2af004434d3eea0d94d1b..f52c2f0bc29c6a6392380e927307975d65ca5b0a 100644 --- a/Det/MuonDet/MuonDet/DeMuonDetector.h +++ b/Det/MuonDet/MuonDet/DeMuonDetector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONDET_DEMUONDETECTOR_H #define MUONDET_DEMUONDETECTOR_H 1 diff --git a/Det/MuonDet/MuonDet/DeMuonRegion.h b/Det/MuonDet/MuonDet/DeMuonRegion.h index fe4596495d958d278f4d25c7801ca07afa6c448c..0c1dd0f38cff6a7ab3afa8de1e55ced55585081d 100644 --- a/Det/MuonDet/MuonDet/DeMuonRegion.h +++ b/Det/MuonDet/MuonDet/DeMuonRegion.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONDET_DEMUONREGION_H #define MUONDET_DEMUONREGION_H 1 diff --git a/Det/MuonDet/MuonDet/IMuonFastPosTool.h b/Det/MuonDet/MuonDet/IMuonFastPosTool.h index dbd876a7756044c27bb5607a91573e32a4d69c02..2e189dc65fc0407ae9d2566b1f7e7aa33ac081ca 100644 --- a/Det/MuonDet/MuonDet/IMuonFastPosTool.h +++ b/Det/MuonDet/MuonDet/IMuonFastPosTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONDET_IMUONFASTPOSTOOL_H #define MUONDET_IMUONFASTPOSTOOL_H 1 diff --git a/Det/MuonDet/MuonDet/MuonBasicGeometry.h b/Det/MuonDet/MuonDet/MuonBasicGeometry.h index 5863b3eb68730a832246a49743c6c0964c4aa5a5..20fdd5f6c19096b5da22b7a290cd353d6e51f3e0 100644 --- a/Det/MuonDet/MuonDet/MuonBasicGeometry.h +++ b/Det/MuonDet/MuonDet/MuonBasicGeometry.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: MuonBasicGeometry.h,v 1.3 2009-09-14 08:58:35 jonrob Exp $ #ifndef MUONDET_MUONBASICGEOMETRY_H #define MUONDET_MUONBASICGEOMETRY_H 1 diff --git a/Det/MuonDet/MuonDet/MuonChamberGrid.h b/Det/MuonDet/MuonDet/MuonChamberGrid.h index 1a22f01c01949fcbf723e40ea77f6280a2ac6dba..3e054205edd98ae53124ab56c58f6e3b9f4e39db 100644 --- a/Det/MuonDet/MuonDet/MuonChamberGrid.h +++ b/Det/MuonDet/MuonDet/MuonChamberGrid.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONDET_MUONCHAMBERGRID_H #define MUONDET_MUONCHAMBERGRID_H 1 diff --git a/Det/MuonDet/MuonDet/MuonDAQHelper.h b/Det/MuonDet/MuonDet/MuonDAQHelper.h index 1d3202976c8dd2876795da68c39bfdf6ef0792d0..fa7a5bffc449a3650f50bd062fe906b5868b1f4b 100644 --- a/Det/MuonDet/MuonDet/MuonDAQHelper.h +++ b/Det/MuonDet/MuonDet/MuonDAQHelper.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONDET_MUONDAQHELPER_H #define MUONDET_MUONDAQHELPER_H 1 #include <string> diff --git a/Det/MuonDet/MuonDet/MuonFrontEndID.h b/Det/MuonDet/MuonDet/MuonFrontEndID.h index 30f219142bb796b88d070fc048c960965d020eba..7c90e8e1e92ba397ad993befd65973483a874822 100644 --- a/Det/MuonDet/MuonDet/MuonFrontEndID.h +++ b/Det/MuonDet/MuonDet/MuonFrontEndID.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONDET_MUONFRONTENDID_H #define MUONDET_MUONFRONTENDID_H 1 diff --git a/Det/MuonDet/MuonDet/MuonFrontEndIDPack.h b/Det/MuonDet/MuonDet/MuonFrontEndIDPack.h index 07236bf48e6b9bf7e5c6de64f3bc6c07d400e212..2ab6949b50d2c880d67d5b1bc218401cece92eb7 100644 --- a/Det/MuonDet/MuonDet/MuonFrontEndIDPack.h +++ b/Det/MuonDet/MuonDet/MuonFrontEndIDPack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONDET_MUONFRONTENDIDPACK_H #define MUONDET_MUONFRONTENDIDPACK_H 1 diff --git a/Det/MuonDet/MuonDet/MuonL1Board.h b/Det/MuonDet/MuonDet/MuonL1Board.h index 1b7e2cb8a4c51d2e56fc81714729c7e097afb103..b4b27aa667f7b5a8808e3c2e776948f891cfbb99 100644 --- a/Det/MuonDet/MuonDet/MuonL1Board.h +++ b/Det/MuonDet/MuonDet/MuonL1Board.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONDET_MUONL1BOARD_H #define MUONDET_MUONL1BOARD_H 1 #include <vector> diff --git a/Det/MuonDet/MuonDet/MuonNamespace.h b/Det/MuonDet/MuonDet/MuonNamespace.h index c941acf0f412f40535c13086cbf9a093cd7485fb..48ded6adc068c73a4141166c11e718613ac69c84 100644 --- a/Det/MuonDet/MuonDet/MuonNamespace.h +++ b/Det/MuonDet/MuonDet/MuonNamespace.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: MuonNamespace.h,v 1.1 2007-06-11 08:37:06 asatta Exp $ #ifndef MUONDET_MUONNAMESPACE_H #define MUONDET_MUONNAMESPACE_H 1 diff --git a/Det/MuonDet/MuonDet/MuonODEBoard.h b/Det/MuonDet/MuonDet/MuonODEBoard.h index 388b64eb897e62945eb5db62ff15926933bc6879..2f50698c0cac61f0bd3239bdd6f954e3fbdcac80 100644 --- a/Det/MuonDet/MuonDet/MuonODEBoard.h +++ b/Det/MuonDet/MuonDet/MuonODEBoard.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONDET_MUONODEBOARD_H #define MUONDET_MUONODEBOARD_H 1 diff --git a/Det/MuonDet/MuonDet/MuonReadoutCond.h b/Det/MuonDet/MuonDet/MuonReadoutCond.h index 6faa0d7c918a705c8ad9d28751ce359e8c258c80..e1d84bbb69329a1467c55313af6a10fb463b7bf5 100644 --- a/Det/MuonDet/MuonDet/MuonReadoutCond.h +++ b/Det/MuonDet/MuonDet/MuonReadoutCond.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: MuonReadoutCond.h,v 1.8 2008-07-15 11:43:09 asatta Exp $ // ============================================================================ #ifndef MUONDET_MUONREADOUTCOND_H diff --git a/Det/MuonDet/MuonDet/MuonStationCabling.h b/Det/MuonDet/MuonDet/MuonStationCabling.h index 4924f8b5ac47d6ddee35ec111e923e1de41e911d..f146cc8e25346fa596bdc769b8f267e3a035c823 100644 --- a/Det/MuonDet/MuonDet/MuonStationCabling.h +++ b/Det/MuonDet/MuonDet/MuonStationCabling.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONDET_MUONSTATIONCABLING_H #define MUONDET_MUONSTATIONCABLING_H 1 diff --git a/Det/MuonDet/MuonDet/MuonTSMap.h b/Det/MuonDet/MuonDet/MuonTSMap.h index e346afef804bc1a6774a94f4049f69182231a874..f51274720977a962c7f8deefb6d52905d6519779 100644 --- a/Det/MuonDet/MuonDet/MuonTSMap.h +++ b/Det/MuonDet/MuonDet/MuonTSMap.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: MuonTSMap.h,v 1.3 2009-07-08 12:42:47 cattanem Exp $ #ifndef MUONDET_MUONTSMAP_H #define MUONDET_MUONTSMAP_H 1 diff --git a/Det/MuonDet/MuonDet/PackMCMuonHit.h b/Det/MuonDet/MuonDet/PackMCMuonHit.h index c222a8985d8ad48ddc98eb5bf13e00d971473c8b..9993fc593f0fa8acb918d20659c3e51804b7e0a7 100644 --- a/Det/MuonDet/MuonDet/PackMCMuonHit.h +++ b/Det/MuonDet/MuonDet/PackMCMuonHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MuonEvent_PackMCMuonHit_H #define MuonEvent_PackMCMuonHit_H 1 diff --git a/Det/MuonDet/dict/MuonDetDict.h b/Det/MuonDet/dict/MuonDetDict.h index 4d72895bc8da753f54a27406bb9c4deb3983bdc4..ca099df2f65163ca84fcd7ed73458736be007833 100644 --- a/Det/MuonDet/dict/MuonDetDict.h +++ b/Det/MuonDet/dict/MuonDetDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: MuonDetDict.h,v 1.4 2009-10-08 15:20:46 asatta Exp $ // ============================================================================ #ifndef DICT_MUONDETDICT_H diff --git a/Det/MuonDet/dict/MuonDetDict.xml b/Det/MuonDet/dict/MuonDetDict.xml index 608ffa6999116d0817a37d051491a05fd56e2f7f..90ad58428598ea9b926192f7f972988729953a16 100644 --- a/Det/MuonDet/dict/MuonDetDict.xml +++ b/Det/MuonDet/dict/MuonDetDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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="DeMuonDetector" /> <class name="DeMuonChamber" /> diff --git a/Det/MuonDet/src/Lib/DeMuonChamber.cpp b/Det/MuonDet/src/Lib/DeMuonChamber.cpp index 58aab07b57b677e1902a96885d4da8ac7f8ab36f..078a0adab718f56ac5b95e38e3f106c76615694c 100644 --- a/Det/MuonDet/src/Lib/DeMuonChamber.cpp +++ b/Det/MuonDet/src/Lib/DeMuonChamber.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONDET_DEMUONCHAMBER_CPP 1 diff --git a/Det/MuonDet/src/Lib/DeMuonDetector.cpp b/Det/MuonDet/src/Lib/DeMuonDetector.cpp index b4b68f6c0833e6008e33f2e65256d2488653a5fa..3f471d75aab8c2c8aa484e114ca66166bcae8f84 100644 --- a/Det/MuonDet/src/Lib/DeMuonDetector.cpp +++ b/Det/MuonDet/src/Lib/DeMuonDetector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "MuonChamberLayout.h" #include "MuonDet/DeMuonDetector.h" diff --git a/Det/MuonDet/src/Lib/DeMuonRegion.cpp b/Det/MuonDet/src/Lib/DeMuonRegion.cpp index 5740de9ec51a335fa539fab03b52bac919f1b15e..ca710f5f9d3c25fcc38b36379c8cf9f97a706856 100644 --- a/Det/MuonDet/src/Lib/DeMuonRegion.cpp +++ b/Det/MuonDet/src/Lib/DeMuonRegion.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/MuonDet/src/Lib/MuonBasicGeometry.cpp b/Det/MuonDet/src/Lib/MuonBasicGeometry.cpp index f746dc57a7f11875041f16d8dc8c5392f6739396..938bf1f953e6f8fcd30eb7337307eea75e5d745b 100644 --- a/Det/MuonDet/src/Lib/MuonBasicGeometry.cpp +++ b/Det/MuonDet/src/Lib/MuonBasicGeometry.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/IDataProviderSvc.h" #include "GaudiKernel/MsgStream.h" diff --git a/Det/MuonDet/src/Lib/MuonChamberGrid.cpp b/Det/MuonDet/src/Lib/MuonChamberGrid.cpp index 0b4c4e1f3d1b29f78bdb885e2d90c141ba956ad4..a062c4ae3f00238727f088625e9ab5b86437e1d1 100644 --- a/Det/MuonDet/src/Lib/MuonChamberGrid.cpp +++ b/Det/MuonDet/src/Lib/MuonChamberGrid.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/MuonDet/src/Lib/MuonChamberLayout.cpp b/Det/MuonDet/src/Lib/MuonChamberLayout.cpp index 302b8e6472333e196de512462cef422380401e55..4311976891a1f25b74314af1fa66d4f8ae6eb5b9 100644 --- a/Det/MuonDet/src/Lib/MuonChamberLayout.cpp +++ b/Det/MuonDet/src/Lib/MuonChamberLayout.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // Gaudi diff --git a/Det/MuonDet/src/Lib/MuonChamberLayout.h b/Det/MuonDet/src/Lib/MuonChamberLayout.h index 43ea5be51f467fb10c7449c8b2a557671d77bb94..9119bf763fef908702ece9a0543ea3a975d6c18c 100644 --- a/Det/MuonDet/src/Lib/MuonChamberLayout.h +++ b/Det/MuonDet/src/Lib/MuonChamberLayout.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PUBLIC_MUONCHAMBERLAYOUT_H #define PUBLIC_MUONCHAMBERLAYOUT_H 1 diff --git a/Det/MuonDet/src/Lib/MuonDAQHelper.cpp b/Det/MuonDet/src/Lib/MuonDAQHelper.cpp index 6391f481e81bef488426a488b618914d3d0bfe79..0cd9a94cb24795dc10c11e16dd1d40ed724e52cb 100644 --- a/Det/MuonDet/src/Lib/MuonDAQHelper.cpp +++ b/Det/MuonDet/src/Lib/MuonDAQHelper.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/SmartDataPtr.h" diff --git a/Det/MuonDet/src/Lib/MuonL1Board.cpp b/Det/MuonDet/src/Lib/MuonL1Board.cpp index 199803676b721f3edd2f4c224d9b88ca2611a841..740fd3b0c654677994f337d436f961a6e57b5bdf 100644 --- a/Det/MuonDet/src/Lib/MuonL1Board.cpp +++ b/Det/MuonDet/src/Lib/MuonL1Board.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: MuonL1Board.cpp,v 1.2 2008-04-02 11:47:48 asatta Exp $ // Include files diff --git a/Det/MuonDet/src/Lib/MuonODEBoard.cpp b/Det/MuonDet/src/Lib/MuonODEBoard.cpp index 8e08c92bdb313cca314f249b1c0be9fc3813487e..ac3e5588fbc33adcd70420a0d4c2d0091f094a09 100644 --- a/Det/MuonDet/src/Lib/MuonODEBoard.cpp +++ b/Det/MuonDet/src/Lib/MuonODEBoard.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <iostream> diff --git a/Det/MuonDet/src/Lib/MuonReadoutCond.cpp b/Det/MuonDet/src/Lib/MuonReadoutCond.cpp index 379f5963b59101509fb52b762cb64ac4efe0f15a..aa3e482d2fb1bc2ecd8dfd16df05c27866374a27 100644 --- a/Det/MuonDet/src/Lib/MuonReadoutCond.cpp +++ b/Det/MuonDet/src/Lib/MuonReadoutCond.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: MuonReadoutCond.cpp,v 1.10 2008-07-12 06:15:40 asatta Exp $ // ============================================================================ // CVS tag $Name: not supported by cvs2svn $ diff --git a/Det/MuonDet/src/Lib/MuonStationCabling.cpp b/Det/MuonDet/src/Lib/MuonStationCabling.cpp index cec6ec07ddf8853574989b5dd2a3e39605f35203..e8c6359fcfcd6e295c1550c162a48da200d12c67 100644 --- a/Det/MuonDet/src/Lib/MuonStationCabling.cpp +++ b/Det/MuonDet/src/Lib/MuonStationCabling.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/MuonDet/src/Lib/MuonTSMap.cpp b/Det/MuonDet/src/Lib/MuonTSMap.cpp index 08c32c5ac865a2894098d6ed0aed28bb17fab016..c6df3dce0f363326551e6f94e8eec6f8f2429df8 100644 --- a/Det/MuonDet/src/Lib/MuonTSMap.cpp +++ b/Det/MuonDet/src/Lib/MuonTSMap.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: MuonTSMap.cpp,v 1.2 2008-04-02 11:47:48 asatta Exp $ // Include files diff --git a/Det/MuonDet/src/Lib/SortPairTileInTU.h b/Det/MuonDet/src/Lib/SortPairTileInTU.h index b6c47a61d7a046468b6c39349a2edf1d41e366a6..bc2e0f74485797660b1d989e1349911414560965 100644 --- a/Det/MuonDet/src/Lib/SortPairTileInTU.h +++ b/Det/MuonDet/src/Lib/SortPairTileInTU.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LIB_SORTPAIRTILEINTU_H #define LIB_SORTPAIRTILEINTU_H 1 #include <iostream> diff --git a/Det/MuonDet/src/Lib/SortTileInTU.h b/Det/MuonDet/src/Lib/SortTileInTU.h index dc3e42ffafa6b969c581555e705261f119899950..b572a50effd99faa72df13a2485f7e1e8411277e 100644 --- a/Det/MuonDet/src/Lib/SortTileInTU.h +++ b/Det/MuonDet/src/Lib/SortTileInTU.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LIB_SORTTILEINTU_H #define LIB_SORTTILEINTU_H 1 #include <iostream> diff --git a/Det/MuonDet/src/component/MuonDetFactories.cpp b/Det/MuonDet/src/component/MuonDetFactories.cpp index bd521146e12943d118b2da85d57c04f92d90e043..3c7b01b5591e8960fa4814fee2c8bf5221c9d8f8 100644 --- a/Det/MuonDet/src/component/MuonDetFactories.cpp +++ b/Det/MuonDet/src/component/MuonDetFactories.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Factories for converters for classes in MuonDetLib #include "DetDescCnv/XmlUserConditionCnv.h" #include "DetDescCnv/XmlUserDetElemCnv.h" diff --git a/Det/MuonDet/src/component/XmlMuonCablingCnv.cpp b/Det/MuonDet/src/component/XmlMuonCablingCnv.cpp index 0c44a6ac2d233967879288eb932fb429101fe4fe..8c76ec66a31a5cb6a9532413d3505bebb5773b44 100644 --- a/Det/MuonDet/src/component/XmlMuonCablingCnv.cpp +++ b/Det/MuonDet/src/component/XmlMuonCablingCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/MuonDet/src/component/XmlMuonL1BoardCnv.cpp b/Det/MuonDet/src/component/XmlMuonL1BoardCnv.cpp index 36b0f2e7ec882ae69879c9fb15df312e3501da21..6cab5cae42c910f7b70fc7e5998b320dc76674f0 100644 --- a/Det/MuonDet/src/component/XmlMuonL1BoardCnv.cpp +++ b/Det/MuonDet/src/component/XmlMuonL1BoardCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/MuonDet/src/component/XmlMuonODECnv.cpp b/Det/MuonDet/src/component/XmlMuonODECnv.cpp index 5fd5e33b0bcf00c2b03f21fc642a3bd319680ea3..1a28c161806ebb3e8a89b9377051c341494afe0f 100644 --- a/Det/MuonDet/src/component/XmlMuonODECnv.cpp +++ b/Det/MuonDet/src/component/XmlMuonODECnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlMuonODECnv.cpp,v 1.10 2010-03-17 16:19:10 cattanem Exp $ // Include files diff --git a/Det/MuonDet/src/component/XmlMuonReadoutCondCnv.cpp b/Det/MuonDet/src/component/XmlMuonReadoutCondCnv.cpp index 7e60ecf351d77135071b8f7195e619c6f1c53e33..73bd2fde21e5aa772cf191d42660698d227fa4bb 100644 --- a/Det/MuonDet/src/component/XmlMuonReadoutCondCnv.cpp +++ b/Det/MuonDet/src/component/XmlMuonReadoutCondCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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> diff --git a/Det/MuonDet/src/component/XmlMuonTSMapCnv.cpp b/Det/MuonDet/src/component/XmlMuonTSMapCnv.cpp index cec8b5173104b329d964daf847d9b603266cb144..eba1b5622c954af3b8c162be09927fdb7797f31f 100644 --- a/Det/MuonDet/src/component/XmlMuonTSMapCnv.cpp +++ b/Det/MuonDet/src/component/XmlMuonTSMapCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlMuonTSMapCnv.cpp,v 1.8 2008-07-12 06:15:40 asatta Exp $ // Include files diff --git a/Det/OTDet/CMakeLists.txt b/Det/OTDet/CMakeLists.txt index 7882a7aba81270f9d1c13b3a0effe2976c7f4e50..73cf0170b8dccb1f183d49cbd84966a0a35de92f 100644 --- a/Det/OTDet/CMakeLists.txt +++ b/Det/OTDet/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: OTDet ################################################################################ diff --git a/Det/OTDet/OTDet/DeOTDetector.h b/Det/OTDet/OTDet/DeOTDetector.h index a6439799d1a658de990d93b8b90d3ce18fb33899..91d2b2ffb2838776a76cddfc2a21e195acea5998 100644 --- a/Det/OTDet/OTDet/DeOTDetector.h +++ b/Det/OTDet/OTDet/DeOTDetector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDET_DEOTDETECTOR_H #define OTDET_DEOTDETECTOR_H 1 diff --git a/Det/OTDet/OTDet/DeOTLayer.h b/Det/OTDet/OTDet/DeOTLayer.h index 3e7868db4a8c0d95fa5f9d49c9c295d55a9457c9..faeab2433db932368218575a9cbe86edea947986 100644 --- a/Det/OTDet/OTDet/DeOTLayer.h +++ b/Det/OTDet/OTDet/DeOTLayer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDET_DEOTLAYER_H #define OTDET_DEOTLAYER_H 1 diff --git a/Det/OTDet/OTDet/DeOTModule.h b/Det/OTDet/OTDet/DeOTModule.h index de310d29bc79cda4cdadc75ff1519c33dcafc28f..692c4249d0fd707616761750ca734249a6cd5dc1 100644 --- a/Det/OTDet/OTDet/DeOTModule.h +++ b/Det/OTDet/OTDet/DeOTModule.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDET_DEOTMODULE_H #define OTDET_DEOTMODULE_H 1 diff --git a/Det/OTDet/OTDet/DeOTQuarter.h b/Det/OTDet/OTDet/DeOTQuarter.h index 12e553fca4d00a6bf9d4aa44fdb2826b57bbebd9..2ead7a0a3f1b3a0eb01874c3ac307b931d43d84e 100644 --- a/Det/OTDet/OTDet/DeOTQuarter.h +++ b/Det/OTDet/OTDet/DeOTQuarter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDET_DEOTQUARTER_H #define OTDET_DEOTQUARTER_H 1 diff --git a/Det/OTDet/OTDet/DeOTStation.h b/Det/OTDet/OTDet/DeOTStation.h index f555c23d49bdb3f7eed1064c80c79138ef118e46..0bed622c7e964418715dd313ce0bf83006171e08 100644 --- a/Det/OTDet/OTDet/DeOTStation.h +++ b/Det/OTDet/OTDet/DeOTStation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDET_DEOTSTATION_H #define OTDET_DEOTSTATION_H 1 diff --git a/Det/OTDet/OTDet/IndexToDetElementMap.h b/Det/OTDet/OTDet/IndexToDetElementMap.h index 99b063cd92c202cf676169a00031fdf0f7d67f97..f177710398a57bf1a195568ce1eaaa750f41c5ad 100644 --- a/Det/OTDet/OTDet/IndexToDetElementMap.h +++ b/Det/OTDet/OTDet/IndexToDetElementMap.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: IndexToDetElementMap.h,v 1.2 2007-06-12 22:49:54 janos Exp $ #ifndef OTDET_INDEXTODETELEMENTMAP_H #define OTDET_INDEXTODETELEMENTMAP_H 1 diff --git a/Det/OTDet/OTDet/OTWireTraj.h b/Det/OTDet/OTDet/OTWireTraj.h index 91ddd2ebdfbbe8606e1ff3c6394f3d96c403bb12..917d71e5f5f22ba072f379c48f0f484c2d46c329 100644 --- a/Det/OTDet/OTDet/OTWireTraj.h +++ b/Det/OTDet/OTDet/OTWireTraj.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDET_OTWIRETRAJ #define OTDET_OTWIRETRAJ diff --git a/Det/OTDet/OTDet/RtRelation.h b/Det/OTDet/OTDet/RtRelation.h index def8109eeeb6dfad2345cb350fea870767eb39c7..e09a1c5931fdef065b496ead82812e283d2e6575 100644 --- a/Det/OTDet/OTDet/RtRelation.h +++ b/Det/OTDet/OTDet/RtRelation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDET_RTRELATION #define OTDET_RTRELATION diff --git a/Det/OTDet/OTDet/WalkRelation.h b/Det/OTDet/OTDet/WalkRelation.h index 9569465b5602e517ab87422bc2e29a452b83a480..05d479f00435989d6016a2481002c5f5bcad227e 100644 --- a/Det/OTDet/OTDet/WalkRelation.h +++ b/Det/OTDet/OTDet/WalkRelation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDET_WALKRELATION #define OTDET_WALKRELATION diff --git a/Det/OTDet/dict/OTDetDict.h b/Det/OTDet/dict/OTDetDict.h index 737dbcbc52a4760e3cf8457166ac0f5399e3f2a9..b6bc6ca5ea7dcaae2fabfae819b57c9f11345907 100644 --- a/Det/OTDet/dict/OTDetDict.h +++ b/Det/OTDet/dict/OTDetDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_OTDETDICT_H #define DICT_OTDETDICT_H 1 diff --git a/Det/OTDet/dict/OTDetDict.xml b/Det/OTDet/dict/OTDetDict.xml index b582de59a657a68af1f386bd3bfa839614d4a870..ebc0edc238d5e705bef61b44480536e8323cb8cd 100644 --- a/Det/OTDet/dict/OTDetDict.xml +++ b/Det/OTDet/dict/OTDetDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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="DeOTDetector" /> <class name="DeOTStation" /> diff --git a/Det/OTDet/src/Lib/DeOTDetector.cpp b/Det/OTDet/src/Lib/DeOTDetector.cpp index 5b4f6769162e8e20f8081c95340a59dbc268033a..3f88b0e01bcc746e3646f94559c2f2b766dfc12e 100644 --- a/Det/OTDet/src/Lib/DeOTDetector.cpp +++ b/Det/OTDet/src/Lib/DeOTDetector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /// Kernel #include "Kernel/LHCbID.h" #include "Kernel/OTChannelID.h" diff --git a/Det/OTDet/src/Lib/DeOTLayer.cpp b/Det/OTDet/src/Lib/DeOTLayer.cpp index 56ff264b6a3f81ddda6e2568cb7156f60b5c0171..084ee1d9765d3359aa628e70fa9804e7380cd736 100644 --- a/Det/OTDet/src/Lib/DeOTLayer.cpp +++ b/Det/OTDet/src/Lib/DeOTLayer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 #include "GaudiKernel/SystemOfUnits.h" #include "GaudiKernel/IUpdateManagerSvc.h" diff --git a/Det/OTDet/src/Lib/DeOTModule.cpp b/Det/OTDet/src/Lib/DeOTModule.cpp index e82bba15f52178e7df53304e4e8b6e836fd82054..73b4104e1b9d71fc87c67bdcf2f0161d92344b19 100644 --- a/Det/OTDet/src/Lib/DeOTModule.cpp +++ b/Det/OTDet/src/Lib/DeOTModule.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <algorithm> // GaudiKernel #include "GaudiKernel/Point3DTypes.h" diff --git a/Det/OTDet/src/Lib/DeOTQuarter.cpp b/Det/OTDet/src/Lib/DeOTQuarter.cpp index b9e63fc8d8066f14752c917fc998732c44716c8e..731ccf9e6024eff669658ebca131319dd184a993 100644 --- a/Det/OTDet/src/Lib/DeOTQuarter.cpp +++ b/Det/OTDet/src/Lib/DeOTQuarter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /// DetDesc #include "DetDesc/IGeometryInfo.h" #include "DetDesc/SolidBox.h" diff --git a/Det/OTDet/src/Lib/DeOTStation.cpp b/Det/OTDet/src/Lib/DeOTStation.cpp index 3bf27378b6450b1a6d588b907fa82c71ebcff6c8..9e8969f3bfeb2b9cac08d67eb0be555158f42adb 100644 --- a/Det/OTDet/src/Lib/DeOTStation.cpp +++ b/Det/OTDet/src/Lib/DeOTStation.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: DeOTStation.cpp,v 1.8 2007-06-09 13:56:49 janos Exp $ /// DetDesc diff --git a/Det/OTDet/src/Lib/RtRelation.cpp b/Det/OTDet/src/Lib/RtRelation.cpp index 8b49d6c6ae407a3ac1156d91a759189fe3ab6fcd..3cec60c2bfe6160175c473c5068758f3aaa9970b 100644 --- a/Det/OTDet/src/Lib/RtRelation.cpp +++ b/Det/OTDet/src/Lib/RtRelation.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "OTDet/RtRelation.h" #include <cmath> #include <iostream> diff --git a/Det/OTDet/src/Lib/WalkRelation.cpp b/Det/OTDet/src/Lib/WalkRelation.cpp index d7e81a798ac2f1eba1e439b80345f1ee483b4401..127fa46333926d90adfc960c2447c99eec5bfe5f 100644 --- a/Det/OTDet/src/Lib/WalkRelation.cpp +++ b/Det/OTDet/src/Lib/WalkRelation.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "OTDet/WalkRelation.h" #include "vdt/exp.h" diff --git a/Det/OTDet/src/component/XmlOTDetectorCnv.cpp b/Det/OTDet/src/component/XmlOTDetectorCnv.cpp index d5981149e33dcafbda0357673047b8919574a545..1c56da3118c691abcbf86ec6fed82c899d9c1dd5 100644 --- a/Det/OTDet/src/component/XmlOTDetectorCnv.cpp +++ b/Det/OTDet/src/component/XmlOTDetectorCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlOTDetectorCnv.cpp,v 1.3 2006-12-14 13:29:51 ranjard Exp $ /// DetDesc diff --git a/Det/OTDet/src/component/XmlOTLayerCnv.cpp b/Det/OTDet/src/component/XmlOTLayerCnv.cpp index 48bf76d8af1b3a92a02cd2bd73744dea76dea38f..8c94664abe1cb8082aee9b1837e4568476e31fb3 100644 --- a/Det/OTDet/src/component/XmlOTLayerCnv.cpp +++ b/Det/OTDet/src/component/XmlOTLayerCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlOTLayerCnv.cpp,v 1.3 2006-12-14 13:29:51 ranjard Exp $ /// DetDesc diff --git a/Det/OTDet/src/component/XmlOTModuleCnv.cpp b/Det/OTDet/src/component/XmlOTModuleCnv.cpp index 0b6ea5f412009c07143ff5d344056e206ec49c3a..f9e4fe23b41ad109c9f10e67117d50c794fadbad 100644 --- a/Det/OTDet/src/component/XmlOTModuleCnv.cpp +++ b/Det/OTDet/src/component/XmlOTModuleCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlOTModuleCnv.cpp,v 1.3 2006-12-14 13:29:51 ranjard Exp $ /// DetDesc diff --git a/Det/OTDet/src/component/XmlOTQuarterCnv.cpp b/Det/OTDet/src/component/XmlOTQuarterCnv.cpp index 2ab124ccccbf149eaf98d8a74aea2605e983082c..4811efa5ac5c9eb5a4dc9493cd6ba924c4439f70 100644 --- a/Det/OTDet/src/component/XmlOTQuarterCnv.cpp +++ b/Det/OTDet/src/component/XmlOTQuarterCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlOTQuarterCnv.cpp,v 1.2 2006-12-14 13:29:51 ranjard Exp $ /// DetDesc diff --git a/Det/OTDet/src/component/XmlOTStationCnv.cpp b/Det/OTDet/src/component/XmlOTStationCnv.cpp index 4576d701e5464edc83084adf8d8cb3c361133909..b31ff7e35a2bfd66593c4b5d7f955b29e5dca85d 100644 --- a/Det/OTDet/src/component/XmlOTStationCnv.cpp +++ b/Det/OTDet/src/component/XmlOTStationCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlOTStationCnv.cpp,v 1.3 2006-12-14 13:29:51 ranjard Exp $ /// DetDesc diff --git a/Det/RichDet/CMakeLists.txt b/Det/RichDet/CMakeLists.txt index 877716d35733e21875e92999526f42c7fc46639d..76983ff64554683b54df1f611ce2fca533e0d799 100644 --- a/Det/RichDet/CMakeLists.txt +++ b/Det/RichDet/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: RichDet ################################################################################ diff --git a/Det/RichDet/RichDet/DeHorizRich.h b/Det/RichDet/RichDet/DeHorizRich.h index 23469ba5ae38496d074213870f26cd8d050a137e..9de463127297da5ec1670ddee0ab75bf66bbf174 100644 --- a/Det/RichDet/RichDet/DeHorizRich.h +++ b/Det/RichDet/RichDet/DeHorizRich.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeHorizRich.h * diff --git a/Det/RichDet/RichDet/DeRich.h b/Det/RichDet/RichDet/DeRich.h index d9aca70e04c27f07f55031dc88120f5371dfd2df..acd228e6ccb14970e7e3957f6b358757ef0ac324 100644 --- a/Det/RichDet/RichDet/DeRich.h +++ b/Det/RichDet/RichDet/DeRich.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRich.h * * Header file for detector description class : DeRich diff --git a/Det/RichDet/RichDet/DeRich1.h b/Det/RichDet/RichDet/DeRich1.h index af3a9340b928a5a74ed9934d80c31d7cbd76f321..3e9bfd7fd7d38a42c6b4f010c82f585313fba581 100644 --- a/Det/RichDet/RichDet/DeRich1.h +++ b/Det/RichDet/RichDet/DeRich1.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRich1.h * diff --git a/Det/RichDet/RichDet/DeRich2.h b/Det/RichDet/RichDet/DeRich2.h index d74d7936d161b92fedb17c120796e7b7d3f01e4b..0d60faed2376a24c458f6731127e2c3d7a382d64 100644 --- a/Det/RichDet/RichDet/DeRich2.h +++ b/Det/RichDet/RichDet/DeRich2.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRich2.h * diff --git a/Det/RichDet/RichDet/DeRichAerogelRadiator.h b/Det/RichDet/RichDet/DeRichAerogelRadiator.h index 512ee0a7e42bc310869a2ae6381a2523f04a5772..d0f8597c648c6eb32aa00fd7841e1455d2d0b0a5 100644 --- a/Det/RichDet/RichDet/DeRichAerogelRadiator.h +++ b/Det/RichDet/RichDet/DeRichAerogelRadiator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichAerogelRadiator.h diff --git a/Det/RichDet/RichDet/DeRichBase.h b/Det/RichDet/RichDet/DeRichBase.h index 769f83ecc1b9ab21acb2d5bc4d71bdf2da5d8d47..eb2652173576b7807b79f49968df69f82abb5f1a 100644 --- a/Det/RichDet/RichDet/DeRichBase.h +++ b/Det/RichDet/RichDet/DeRichBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichBase.h diff --git a/Det/RichDet/RichDet/DeRichBeamPipe.h b/Det/RichDet/RichDet/DeRichBeamPipe.h index 0e930e6145e93a82929660506759dc3bff6a9cde..8581db96178e64a3276ce18921dc0de1cddf9cbf 100644 --- a/Det/RichDet/RichDet/DeRichBeamPipe.h +++ b/Det/RichDet/RichDet/DeRichBeamPipe.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichBeamPipe.h * diff --git a/Det/RichDet/RichDet/DeRichGasRadiator.h b/Det/RichDet/RichDet/DeRichGasRadiator.h index fba4d80e1eff0ad9e5245d36c75cef89db4f5ec1..ee80227aaf26f3d5018fa0d79dba095263fa4750 100644 --- a/Det/RichDet/RichDet/DeRichGasRadiator.h +++ b/Det/RichDet/RichDet/DeRichGasRadiator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichGasRadiator.h diff --git a/Det/RichDet/RichDet/DeRichHPD.h b/Det/RichDet/RichDet/DeRichHPD.h index c0b851a45f28852c42136b8b9c87535247decff7..bc1b21a9637a4d5da3f5a7e82635239fb571ff2b 100644 --- a/Det/RichDet/RichDet/DeRichHPD.h +++ b/Det/RichDet/RichDet/DeRichHPD.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichHPD.h diff --git a/Det/RichDet/RichDet/DeRichHPDPanel.h b/Det/RichDet/RichDet/DeRichHPDPanel.h index fdc178e4478327e57ed8e71b39b41d953ec29750..077933f94df84ee3efe1c5d27e1c233a61e756d2 100644 --- a/Det/RichDet/RichDet/DeRichHPDPanel.h +++ b/Det/RichDet/RichDet/DeRichHPDPanel.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichHPDPanel.h diff --git a/Det/RichDet/RichDet/DeRichLocations.h b/Det/RichDet/RichDet/DeRichLocations.h index da82ca4024b42841ad715cefa99389534a780601..9de7b28ce5cc43d66b0d4d919ea56356c82e9433 100644 --- a/Det/RichDet/RichDet/DeRichLocations.h +++ b/Det/RichDet/RichDet/DeRichLocations.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichLocations.h diff --git a/Det/RichDet/RichDet/DeRichMultiSolidRadiator.h b/Det/RichDet/RichDet/DeRichMultiSolidRadiator.h index b67fedd26eecc2ae04dec2b2c8b0c94943b29102..3824568575cd2623835d1fc189f08186b5aa8cb9 100644 --- a/Det/RichDet/RichDet/DeRichMultiSolidRadiator.h +++ b/Det/RichDet/RichDet/DeRichMultiSolidRadiator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichMultiSolidRadiator.h * diff --git a/Det/RichDet/RichDet/DeRichPD.h b/Det/RichDet/RichDet/DeRichPD.h index a6578da5bd72ebb873d85e1fe5e03b4d9b1a68a7..e7e2b1c286b57828e40a5991a187a5ed27620589 100644 --- a/Det/RichDet/RichDet/DeRichPD.h +++ b/Det/RichDet/RichDet/DeRichPD.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichPD.h * diff --git a/Det/RichDet/RichDet/DeRichPDPanel.h b/Det/RichDet/RichDet/DeRichPDPanel.h index bb3c67d1d1b9d7fc09009d7ec7f7725e6363bfda..1a9be7c40d761881c7a55f443863131f3ab466ba 100644 --- a/Det/RichDet/RichDet/DeRichPDPanel.h +++ b/Det/RichDet/RichDet/DeRichPDPanel.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichPDPanel.h diff --git a/Det/RichDet/RichDet/DeRichPMT.h b/Det/RichDet/RichDet/DeRichPMT.h index ffdf2797c1cbaa726798959bdf3310e1225df179..562ee3ccba8e9db7b24df68b776af53ba48ea471 100644 --- a/Det/RichDet/RichDet/DeRichPMT.h +++ b/Det/RichDet/RichDet/DeRichPMT.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Det/RichDet/RichDet/DeRichPMTPanel.h b/Det/RichDet/RichDet/DeRichPMTPanel.h index caf1df0a5a9c45a83e10ce2ab7aa6770411a3e7b..ce4c5fbc785bd230dd2ea8ece716ec2f6083c04e 100644 --- a/Det/RichDet/RichDet/DeRichPMTPanel.h +++ b/Det/RichDet/RichDet/DeRichPMTPanel.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Det/RichDet/RichDet/DeRichRadiator.h b/Det/RichDet/RichDet/DeRichRadiator.h index 1c026bbe9a54d696962bfa274044a3405de3f03e..4abcb24e59f1a48179912740b05018f355a2702b 100644 --- a/Det/RichDet/RichDet/DeRichRadiator.h +++ b/Det/RichDet/RichDet/DeRichRadiator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichRadiator.h diff --git a/Det/RichDet/RichDet/DeRichSingleSolidRadiator.h b/Det/RichDet/RichDet/DeRichSingleSolidRadiator.h index 21734793db6e06eb9431cef3f0744c114fc0d0c4..327574039024855fb0349f80684cfbd4c27564ab 100644 --- a/Det/RichDet/RichDet/DeRichSingleSolidRadiator.h +++ b/Det/RichDet/RichDet/DeRichSingleSolidRadiator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichSingleSolidRadiator.h diff --git a/Det/RichDet/RichDet/DeRichSphMirror.h b/Det/RichDet/RichDet/DeRichSphMirror.h index b9850526bf230972203d5cd8bffb3ce265b05cfd..1566ebb8477502fbd2e973bfb969e1a02dc62390 100644 --- a/Det/RichDet/RichDet/DeRichSphMirror.h +++ b/Det/RichDet/RichDet/DeRichSphMirror.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichSphMirror.h * diff --git a/Det/RichDet/RichDet/DeRichSystem.h b/Det/RichDet/RichDet/DeRichSystem.h index 4902cfa5f64f4b1473cd18c0f53e8c3c61a84ac6..1a3b51b435b5f15a670ea27d61702fe9b5847d31 100644 --- a/Det/RichDet/RichDet/DeRichSystem.h +++ b/Det/RichDet/RichDet/DeRichSystem.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichSystem.h * diff --git a/Det/RichDet/RichDet/Rich1DTabFunc.h b/Det/RichDet/RichDet/Rich1DTabFunc.h index e4d56e2efdb3e4611ebeb6575061047338adb7d8..e51decaa65fdcd981d310603149c800b6706d95d 100644 --- a/Det/RichDet/RichDet/Rich1DTabFunc.h +++ b/Det/RichDet/RichDet/Rich1DTabFunc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 Rich1DTabFunc.h diff --git a/Det/RichDet/RichDet/Rich1DTabProperty.h b/Det/RichDet/RichDet/Rich1DTabProperty.h index 866f384eb5c93757ea837cb7f7fd8c26c384462f..4285f282e3c621c74130c4ff8b600c0969199370 100644 --- a/Det/RichDet/RichDet/Rich1DTabProperty.h +++ b/Det/RichDet/RichDet/Rich1DTabProperty.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 Rich1DTabProperty.h * diff --git a/Det/RichDet/RichDet/RichDetConfigType.h b/Det/RichDet/RichDet/RichDetConfigType.h index fc364ca9bdaf1c48445fc03a6ea4cb29f6fd50ec..277148c8d3ce0ad2fd3275c6b7ca829a14197016 100644 --- a/Det/RichDet/RichDet/RichDetConfigType.h +++ b/Det/RichDet/RichDet/RichDetConfigType.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Det/RichDet/RichDet/RichMirrorSegPosition.h b/Det/RichDet/RichDet/RichMirrorSegPosition.h index ee367b2ceb1a0dc28aa03e7bf55e30f58b2f33e1..4316df9676fdfe1806c42fcf4ac1cbf8ba35f1de 100644 --- a/Det/RichDet/RichDet/RichMirrorSegPosition.h +++ b/Det/RichDet/RichDet/RichMirrorSegPosition.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichMirrorSegPosition.h * diff --git a/Det/RichDet/dict/RichDetDict.h b/Det/RichDet/dict/RichDetDict.h index 95961168fb69728763ab6d144528ef13be3c2774..f44fb419d59ea4d2ab8e3f6093635bc45b8ee269 100644 --- a/Det/RichDet/dict/RichDetDict.h +++ b/Det/RichDet/dict/RichDetDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RichDetDict.h,v 1.2 2010-01-12 13:36:17 papanest Exp $ // ============================================================================ #ifndef RICHDET_DETDICT_H diff --git a/Det/RichDet/dict/RichDetDict.xml b/Det/RichDet/dict/RichDetDict.xml index 662a0fd4a6100a3655a431d3b677f81fb0f12d69..513fb852c6781e27ec3d0f14feb251dfc73c339e 100755 --- a/Det/RichDet/dict/RichDetDict.xml +++ b/Det/RichDet/dict/RichDetDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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="DeRichBase" /> <class name="DeRich" /> diff --git a/Det/RichDet/src/Lib/DeHorizRich.cpp b/Det/RichDet/src/Lib/DeHorizRich.cpp index 7d4a7f52bf1b5e7a1f1382111574558301dc9fbe..07c57b327cf21e0e62c8af3e2e7f606637b8ad02 100644 --- a/Det/RichDet/src/Lib/DeHorizRich.cpp +++ b/Det/RichDet/src/Lib/DeHorizRich.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeHorizRich.cpp * * Implementation file for detector description class : DeHorizRich diff --git a/Det/RichDet/src/Lib/DeRich.cpp b/Det/RichDet/src/Lib/DeRich.cpp index e0ccf50c2c17cc86c9385c5bd0cc2a0f6be6e505..33876fee1a57fc84e7c8e6870f335a99654eff26 100644 --- a/Det/RichDet/src/Lib/DeRich.cpp +++ b/Det/RichDet/src/Lib/DeRich.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRich.cpp * * Implementation file for detector description class : DeRich diff --git a/Det/RichDet/src/Lib/DeRich1.cpp b/Det/RichDet/src/Lib/DeRich1.cpp index 20fd377931f9265ed22ff3cbdff9627ca55e4574..87281f2f61d72e82fab5965e0d2a2f69cf63d264 100644 --- a/Det/RichDet/src/Lib/DeRich1.cpp +++ b/Det/RichDet/src/Lib/DeRich1.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRich1.cpp * diff --git a/Det/RichDet/src/Lib/DeRich2.cpp b/Det/RichDet/src/Lib/DeRich2.cpp index 7872e4287196e4856f49d9ffd2e1396dceffa574..88c0079eeec9e565b453c6ffb700505d7f6a4747 100644 --- a/Det/RichDet/src/Lib/DeRich2.cpp +++ b/Det/RichDet/src/Lib/DeRich2.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRich2.cpp * * Implementation file for detector description class : DeRich2 diff --git a/Det/RichDet/src/Lib/DeRichAerogelRadiator.cpp b/Det/RichDet/src/Lib/DeRichAerogelRadiator.cpp index e53c4cbb4ffec6b831fb8dcfbca16ee4460ed0c4..e123123ea15e198fe409d6672de3d4a149e06187 100644 --- a/Det/RichDet/src/Lib/DeRichAerogelRadiator.cpp +++ b/Det/RichDet/src/Lib/DeRichAerogelRadiator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichAerogelRadiator.cpp diff --git a/Det/RichDet/src/Lib/DeRichBase.cpp b/Det/RichDet/src/Lib/DeRichBase.cpp index 717d766810294d1174957c9f85d1110f7c4abbd2..2d2a6ecc2fb8c8bb862528adb91aeb21e2eafca2 100644 --- a/Det/RichDet/src/Lib/DeRichBase.cpp +++ b/Det/RichDet/src/Lib/DeRichBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Gaudi #include "GaudiKernel/SmartDataPtr.h" diff --git a/Det/RichDet/src/Lib/DeRichBeamPipe.cpp b/Det/RichDet/src/Lib/DeRichBeamPipe.cpp index 5ab656d9c44a0ce5b0c2e0ece56a02bad33be329..0b263dcda0dc58ced7c50e4719954102a1568bfb 100644 --- a/Det/RichDet/src/Lib/DeRichBeamPipe.cpp +++ b/Det/RichDet/src/Lib/DeRichBeamPipe.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichBeamPipe.cpp diff --git a/Det/RichDet/src/Lib/DeRichGasRadiator.cpp b/Det/RichDet/src/Lib/DeRichGasRadiator.cpp index bba5d8eb00063e1c0f928fa6a39ed27de5c13af7..02dedaa98f02503f33c74dc3f254fb805fe56601 100644 --- a/Det/RichDet/src/Lib/DeRichGasRadiator.cpp +++ b/Det/RichDet/src/Lib/DeRichGasRadiator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichGasRadiator.cpp diff --git a/Det/RichDet/src/Lib/DeRichHPD.cpp b/Det/RichDet/src/Lib/DeRichHPD.cpp index dd40415c1519f0e652b331373e7c2430d176c872..1f9fba2a58ce3e8fa7b9be2e90ceff568fb9a3ec 100644 --- a/Det/RichDet/src/Lib/DeRichHPD.cpp +++ b/Det/RichDet/src/Lib/DeRichHPD.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichHPD.cpp diff --git a/Det/RichDet/src/Lib/DeRichHPDPanel.cpp b/Det/RichDet/src/Lib/DeRichHPDPanel.cpp index c0a6673e4940daa7403e994e5a2fc2dc3328cd8a..3f7abaca507e71849a9e22763e0030bc03e78f0d 100644 --- a/Det/RichDet/src/Lib/DeRichHPDPanel.cpp +++ b/Det/RichDet/src/Lib/DeRichHPDPanel.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichHPDPanel.cpp diff --git a/Det/RichDet/src/Lib/DeRichLocations.cpp b/Det/RichDet/src/Lib/DeRichLocations.cpp index 26770ad8fd1e9bd5d6d59e86c238f0e8f8e80a13..4875d91b764e9558a100ce0c56db58d4fb9da86d 100644 --- a/Det/RichDet/src/Lib/DeRichLocations.cpp +++ b/Det/RichDet/src/Lib/DeRichLocations.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichLocations.h diff --git a/Det/RichDet/src/Lib/DeRichMultiSolidRadiator.cpp b/Det/RichDet/src/Lib/DeRichMultiSolidRadiator.cpp index 20c73e3f19a5a59efa100c1ba8ff68f2016e7bc7..3bcdeb1c60815767a8337a42f2dd2f6203a5cf71 100644 --- a/Det/RichDet/src/Lib/DeRichMultiSolidRadiator.cpp +++ b/Det/RichDet/src/Lib/DeRichMultiSolidRadiator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichMultiSolidRadiator.cpp * * Implementation file for detector description class : DeRichMultiSolidRadiator diff --git a/Det/RichDet/src/Lib/DeRichPD.cpp b/Det/RichDet/src/Lib/DeRichPD.cpp index 66122281a4382875c43011bac1a2ae8cefe87fbc..35b645006dc954e61c3d801340bf6c39459a73f8 100644 --- a/Det/RichDet/src/Lib/DeRichPD.cpp +++ b/Det/RichDet/src/Lib/DeRichPD.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichPD.cpp diff --git a/Det/RichDet/src/Lib/DeRichPDPanel.cpp b/Det/RichDet/src/Lib/DeRichPDPanel.cpp index abeccec8488777ecc436331b84eac211611ac905..4ba92d98a6510663804de541ec05205a072cbd4f 100644 --- a/Det/RichDet/src/Lib/DeRichPDPanel.cpp +++ b/Det/RichDet/src/Lib/DeRichPDPanel.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichPDPanel.cpp diff --git a/Det/RichDet/src/Lib/DeRichPMT.cpp b/Det/RichDet/src/Lib/DeRichPMT.cpp index d35eeb2ad2f851f33dad772131cf2363cc24d858..f166263c6e08521b9a42508dae1d5fd8660d60c5 100644 --- a/Det/RichDet/src/Lib/DeRichPMT.cpp +++ b/Det/RichDet/src/Lib/DeRichPMT.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <sstream> diff --git a/Det/RichDet/src/Lib/DeRichPMTPanel.cpp b/Det/RichDet/src/Lib/DeRichPMTPanel.cpp index 17c381b7d43f31bc5d416ef4596c07b66e8fbd07..e808f50d84e0b8f78cf813e630bced2a6ff4aa63 100644 --- a/Det/RichDet/src/Lib/DeRichPMTPanel.cpp +++ b/Det/RichDet/src/Lib/DeRichPMTPanel.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <sstream> diff --git a/Det/RichDet/src/Lib/DeRichRadiator.cpp b/Det/RichDet/src/Lib/DeRichRadiator.cpp index 0e4424d00bd947993b8caae4536d45679f2cf97d..3dbb9f70cee2eba6b930f2e62e6521b439e2c130 100644 --- a/Det/RichDet/src/Lib/DeRichRadiator.cpp +++ b/Det/RichDet/src/Lib/DeRichRadiator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichRadiator.cpp diff --git a/Det/RichDet/src/Lib/DeRichSingleSolidRadiator.cpp b/Det/RichDet/src/Lib/DeRichSingleSolidRadiator.cpp index b5fe82a21e614e3a5e7538c5392fe51954781004..55fdd2cf2a6d52b5806292f52268233e8e3eded2 100644 --- a/Det/RichDet/src/Lib/DeRichSingleSolidRadiator.cpp +++ b/Det/RichDet/src/Lib/DeRichSingleSolidRadiator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichSingleSolidRadiator.cpp diff --git a/Det/RichDet/src/Lib/DeRichSphMirror.cpp b/Det/RichDet/src/Lib/DeRichSphMirror.cpp index c23026d7140e372fbf400a9fe3e9b1177da69990..6867cd9ebe7b9883a69d571d5a38a10d602f17bc 100644 --- a/Det/RichDet/src/Lib/DeRichSphMirror.cpp +++ b/Det/RichDet/src/Lib/DeRichSphMirror.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichSphMirror.cpp * diff --git a/Det/RichDet/src/Lib/DeRichSystem.cpp b/Det/RichDet/src/Lib/DeRichSystem.cpp index a062c4be4e77adf7a004cc46e0da63f782757ad5..8cb1b3a868a4bd186242d9a0e35238fd93ffe5f3 100644 --- a/Det/RichDet/src/Lib/DeRichSystem.cpp +++ b/Det/RichDet/src/Lib/DeRichSystem.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DeRichSystem.cpp diff --git a/Det/RichDet/src/Lib/Rich1DTabFunc.cpp b/Det/RichDet/src/Lib/Rich1DTabFunc.cpp index 140e1fa6ea5ae286d11d3ed17fb0e68deee8d419..92fb9c777c74ab8116cbfeb075bffa279c17ba31 100644 --- a/Det/RichDet/src/Lib/Rich1DTabFunc.cpp +++ b/Det/RichDet/src/Lib/Rich1DTabFunc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 Rich1DTabFunc.cpp diff --git a/Det/RichDet/src/Lib/Rich1DTabProperty.cpp b/Det/RichDet/src/Lib/Rich1DTabProperty.cpp index a2dd014dfaceab54d1cf2f7c8e4a8c94fea63316..cf2d92f2073a779dd5d795c06ef3e2aedb551927 100644 --- a/Det/RichDet/src/Lib/Rich1DTabProperty.cpp +++ b/Det/RichDet/src/Lib/Rich1DTabProperty.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 Rich1DTabProperty.cpp diff --git a/Det/RichDet/src/Lib/RichDetConfigType.cpp b/Det/RichDet/src/Lib/RichDetConfigType.cpp index 6d97fd6a4977477fc98d34b3f7bc6bc960586668..d22c28abc639d6f2c488223e7e2e7caa79c99b17 100644 --- a/Det/RichDet/src/Lib/RichDetConfigType.cpp +++ b/Det/RichDet/src/Lib/RichDetConfigType.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichDet/RichDetConfigType.h" diff --git a/Det/RichDet/src/component/XmlDeHorizRichCnv.cpp b/Det/RichDet/src/component/XmlDeHorizRichCnv.cpp index efd2725ba72c57c8c939b381fa964ef8f6d7c533..d52c835674ba1a022df62301cfce1ffd3d7dd851 100644 --- a/Det/RichDet/src/component/XmlDeHorizRichCnv.cpp +++ b/Det/RichDet/src/component/XmlDeHorizRichCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 XMLDEHORIZRICHCNV_H #define XMLDEHORIZRICHCNV_H 1 diff --git a/Det/RichDet/src/component/XmlDeRich1Cnv.cpp b/Det/RichDet/src/component/XmlDeRich1Cnv.cpp index ecdf5e4042d14c4fe9b41ffda56085650a0098ae..7893c4426d47e90c9ee9e8aa9e21aee7f9524d8c 100644 --- a/Det/RichDet/src/component/XmlDeRich1Cnv.cpp +++ b/Det/RichDet/src/component/XmlDeRich1Cnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 XMLDERICH1CNV_H #define XMLDERICH1CNV_H 1 diff --git a/Det/RichDet/src/component/XmlDeRich2Cnv.cpp b/Det/RichDet/src/component/XmlDeRich2Cnv.cpp index f0bbc74385c153381df827d9a597ccdd3bb1ea00..0ec937ba620c68f10f202b25859b81388a553de1 100644 --- a/Det/RichDet/src/component/XmlDeRich2Cnv.cpp +++ b/Det/RichDet/src/component/XmlDeRich2Cnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 XMLDERICH2CNV_H #define XMLDERICH2CNV_H 1 diff --git a/Det/RichDet/src/component/XmlDeRichAerogelRadiatorCnv.cpp b/Det/RichDet/src/component/XmlDeRichAerogelRadiatorCnv.cpp index 75c063e5f30012914991ab45920b6403618b30a1..01262288d28ea454ec4f664d3567bf429666d42f 100644 --- a/Det/RichDet/src/component/XmlDeRichAerogelRadiatorCnv.cpp +++ b/Det/RichDet/src/component/XmlDeRichAerogelRadiatorCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 XMLDERICHAEROGELRADIATORCNV_H #define XMLDERICHAEROGELRADIATORCNV_H 1 diff --git a/Det/RichDet/src/component/XmlDeRichBeamPipeCnv.cpp b/Det/RichDet/src/component/XmlDeRichBeamPipeCnv.cpp index 32bb06eeb373d03a6d561063bfa7bfc623b3bf22..cda6b64153791ea311a3236f69bd92490549bd61 100644 --- a/Det/RichDet/src/component/XmlDeRichBeamPipeCnv.cpp +++ b/Det/RichDet/src/component/XmlDeRichBeamPipeCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 XMLDERICHBEAMPIPECNV_H #define XMLDERICHBEAMPIPECNV_H 1 diff --git a/Det/RichDet/src/component/XmlDeRichGasRadiatorCnv.cpp b/Det/RichDet/src/component/XmlDeRichGasRadiatorCnv.cpp index 1ee1ca34333830f5874c08af6941999208411149..65d8ed26c57833ba767911f7a88ab83f8f93f428 100644 --- a/Det/RichDet/src/component/XmlDeRichGasRadiatorCnv.cpp +++ b/Det/RichDet/src/component/XmlDeRichGasRadiatorCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 XMLDERICHGASRADIATORCNV_H #define XMLDERICHGASRADIATORCNV_H 1 diff --git a/Det/RichDet/src/component/XmlDeRichHPDCnv.cpp b/Det/RichDet/src/component/XmlDeRichHPDCnv.cpp index f87e0d5537ab07fea6935be7f9cde48041e7bc5d..161d5603f99a90c1399d8290cf7e1a30a8daefa8 100644 --- a/Det/RichDet/src/component/XmlDeRichHPDCnv.cpp +++ b/Det/RichDet/src/component/XmlDeRichHPDCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 XMLDERICHHPDCNV_H #define XMLDERICHHPDCNV_H 1 diff --git a/Det/RichDet/src/component/XmlDeRichHPDPanelCnv.cpp b/Det/RichDet/src/component/XmlDeRichHPDPanelCnv.cpp index 5cbe7e6364da7bc65f14a5c63fd0a8e6fd33d129..2b4baf997f071f3695ba5326235631fbba34eccf 100644 --- a/Det/RichDet/src/component/XmlDeRichHPDPanelCnv.cpp +++ b/Det/RichDet/src/component/XmlDeRichHPDPanelCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 XMLDERICHHPDPANELCNV_CPP #define XMLDERICHHPDPANELCNV_CPP 1 diff --git a/Det/RichDet/src/component/XmlDeRichMultiSolidRadiatorCnv.cpp b/Det/RichDet/src/component/XmlDeRichMultiSolidRadiatorCnv.cpp index b30529de55a8a10840aad15e3cad1d548e63e6a9..c0aff30c3dc75ca8d3850446c8ade8678e32bc13 100644 --- a/Det/RichDet/src/component/XmlDeRichMultiSolidRadiatorCnv.cpp +++ b/Det/RichDet/src/component/XmlDeRichMultiSolidRadiatorCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 XMLDERICHMULTISOLIDRADIATORCNV_CPP #define XMLDERICHMULTISOLIDRADIATORCNV_CPP 1 diff --git a/Det/RichDet/src/component/XmlDeRichPMTCnv.cpp b/Det/RichDet/src/component/XmlDeRichPMTCnv.cpp index 2aa9b87d92e07cede4a440e3b5bd8504dbbce222..c8094226410c9a5e3a2e35e07bd3d0c05d6d2eef 100644 --- a/Det/RichDet/src/component/XmlDeRichPMTCnv.cpp +++ b/Det/RichDet/src/component/XmlDeRichPMTCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 XMLDERICHPMTCNV_H #define XMLDERICHPMTCNV_H 1 diff --git a/Det/RichDet/src/component/XmlDeRichPMTPanelCnv.cpp b/Det/RichDet/src/component/XmlDeRichPMTPanelCnv.cpp index e97de92945bc4a0bd2b16fb954807edcbc554793..bdf4f57298cf31ca85b765ae234eae6e4280801c 100644 --- a/Det/RichDet/src/component/XmlDeRichPMTPanelCnv.cpp +++ b/Det/RichDet/src/component/XmlDeRichPMTPanelCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 XMLDERICHPMTPANELCNV_CPP #define XMLDERICHPMTPANELCNV_CPP 1 diff --git a/Det/RichDet/src/component/XmlDeRichSingleSolidRadiatorCnv.cpp b/Det/RichDet/src/component/XmlDeRichSingleSolidRadiatorCnv.cpp index de7431730e7b2a1957299e886403839e6055dc97..90f84ae868496053b4e0c2fb60587f6709a836ee 100644 --- a/Det/RichDet/src/component/XmlDeRichSingleSolidRadiatorCnv.cpp +++ b/Det/RichDet/src/component/XmlDeRichSingleSolidRadiatorCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 XMLDERICHSINGLESOLIDRADIATORCNV_CPP #define XMLDERICHSINGLESOLIDRADIATORCNV_CPP 1 diff --git a/Det/RichDet/src/component/XmlDeRichSphMirrorCnv.cpp b/Det/RichDet/src/component/XmlDeRichSphMirrorCnv.cpp index f2cd4bad7bffa2fa37f2058e2f076e4e36f69c3e..121a8837a50f59d2c4c552e08f5221a7d63bf633 100644 --- a/Det/RichDet/src/component/XmlDeRichSphMirrorCnv.cpp +++ b/Det/RichDet/src/component/XmlDeRichSphMirrorCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 XMLDERICHSPHMIRRORCNV_H #define XMLDERICHSPHMIRRORCNV_H 1 diff --git a/Det/RichDet/src/component/XmlDeRichSystemCnv.cpp b/Det/RichDet/src/component/XmlDeRichSystemCnv.cpp index b7be9a4813a9e2d875925199085d2ad82b4aca53..a3f99ded0efc7c2ce616d8d0a59b3732ed1786f9 100644 --- a/Det/RichDet/src/component/XmlDeRichSystemCnv.cpp +++ b/Det/RichDet/src/component/XmlDeRichSystemCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 XMLDERICHSYSTEMCNV_H #define XMLDERICHSYSTEMCNV_H 1 diff --git a/Det/STDet/CMakeLists.txt b/Det/STDet/CMakeLists.txt index c100b3f6025ed4c5a19763c9cb52a8e185ef8c84..9d45aa7b4f71add7e5f9fe45105b0301028d2b2f 100644 --- a/Det/STDet/CMakeLists.txt +++ b/Det/STDet/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: STDet ################################################################################ diff --git a/Det/STDet/STDet/DeITBox.h b/Det/STDet/STDet/DeITBox.h index 4f12339d66711307bea6fbbc5b3c1f14defb436c..94afbaf9774a7497dac2dd7c2e91824d7bad8280 100644 --- a/Det/STDet/STDet/DeITBox.h +++ b/Det/STDet/STDet/DeITBox.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _DeITBox_H_ #define _DeITBox_H_ 1 diff --git a/Det/STDet/STDet/DeITDetector.h b/Det/STDet/STDet/DeITDetector.h index 2aceb95215d0b1ca565cc651f469ca2b251a457c..e6d19337eb9ddc477517001b13363da35f490388 100644 --- a/Det/STDet/STDet/DeITDetector.h +++ b/Det/STDet/STDet/DeITDetector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: DeITDetector.h,v 1.10 2009-02-27 12:17:50 mneedham Exp $ #ifndef _DeITDetector_H_ #define _DeITDetector_H_ diff --git a/Det/STDet/STDet/DeITLadder.h b/Det/STDet/STDet/DeITLadder.h index 5bdb663e2c337e1b6791ff937dd7a3e522590c23..f1a459ce7a13ea27e1018712c548fb36d713339f 100644 --- a/Det/STDet/STDet/DeITLadder.h +++ b/Det/STDet/STDet/DeITLadder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _DeITLadder_H_ #define _DeITLadder_H_ diff --git a/Det/STDet/STDet/DeITLayer.h b/Det/STDet/STDet/DeITLayer.h index d90fa7d8e11ea980545b93a2fe88713ca0e6edc6..374b0a106965888f9b5cc9eab419fd9cefba14cf 100644 --- a/Det/STDet/STDet/DeITLayer.h +++ b/Det/STDet/STDet/DeITLayer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _DeITLayer_H_ #define _DeITLayer_H_ diff --git a/Det/STDet/STDet/DeITSector.h b/Det/STDet/STDet/DeITSector.h index ce8e9dd16b0cc73d6dda910acac968e33508efe1..5bb9064f95bea9914f3891a098b6fe13be7cf3c8 100644 --- a/Det/STDet/STDet/DeITSector.h +++ b/Det/STDet/STDet/DeITSector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _DeITSector_H_ #define _DeITSector_H_ diff --git a/Det/STDet/STDet/DeITSensor.h b/Det/STDet/STDet/DeITSensor.h index 8ccd77e8050d435def32620ad7d6a67020eb94f0..b7782e4d9c5f699d4cdfae03547ca78193017de6 100644 --- a/Det/STDet/STDet/DeITSensor.h +++ b/Det/STDet/STDet/DeITSensor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _DeITSensor_H_ #define _DeITSensor_H_ diff --git a/Det/STDet/STDet/DeITStation.h b/Det/STDet/STDet/DeITStation.h index 2df5e509d331f96f05b866cca51e057cf9aa0b11..2ff68bc9c3d4c346f2101570d10cdbf74e3d5046 100644 --- a/Det/STDet/STDet/DeITStation.h +++ b/Det/STDet/STDet/DeITStation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: DeITStation.h,v 1.4 2008-07-14 07:38:36 mneedham Exp $ #ifndef _DeITStation_H_ #define _DeITStation_H_ diff --git a/Det/STDet/STDet/DeSTBaseElement.h b/Det/STDet/STDet/DeSTBaseElement.h index cc71f3bad04263f475bbd03356d5d2ac4164c1f0..23cc810c085826a8072f67ef442ee7c1b83bbcf3 100644 --- a/Det/STDet/STDet/DeSTBaseElement.h +++ b/Det/STDet/STDet/DeSTBaseElement.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _DeSTBaseElement_H_ #define _DeSTBaseElement_H_ diff --git a/Det/STDet/STDet/DeSTDetector.h b/Det/STDet/STDet/DeSTDetector.h index 2da983e34fc3f8487da4442713e9966341a99911..470e0eeb7dda029957da942e546a7443393ee5a3 100644 --- a/Det/STDet/STDet/DeSTDetector.h +++ b/Det/STDet/STDet/DeSTDetector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _DeSTDetector_H_ #define _DeSTDetector_H_ diff --git a/Det/STDet/STDet/DeSTLayer.h b/Det/STDet/STDet/DeSTLayer.h index ce34a5b2646af178bf5c6d7e04c8571b8d826914..54f4e2dc33592338a93fba7bb731ce66ed30aef1 100644 --- a/Det/STDet/STDet/DeSTLayer.h +++ b/Det/STDet/STDet/DeSTLayer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _DeSTLayer_H_ #define _DeSTLayer_H_ diff --git a/Det/STDet/STDet/DeSTSector.h b/Det/STDet/STDet/DeSTSector.h index 7d86a1b2de45b3dcee66acabd502d7a27e556652..d65f4b550e37f4ecbb9539fcf15722520a137abc 100644 --- a/Det/STDet/STDet/DeSTSector.h +++ b/Det/STDet/STDet/DeSTSector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _DeSTSector_H_ #define _DeSTSector_H_ diff --git a/Det/STDet/STDet/DeSTSensor.h b/Det/STDet/STDet/DeSTSensor.h index 1c4f87a392f9e2185e005b7295789224941d6349..2f9b573dcbf0a00a57404b5eec3bac2ebd418524 100644 --- a/Det/STDet/STDet/DeSTSensor.h +++ b/Det/STDet/STDet/DeSTSensor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _DeSTSensor_H_ #define _DeSTSensor_H_ diff --git a/Det/STDet/STDet/DeSTStation.h b/Det/STDet/STDet/DeSTStation.h index 74b8ebc578475d1b5717b174076b56619533cc17..aa4159dce62490373d88cf3918f7eada38aab6d9 100644 --- a/Det/STDet/STDet/DeSTStation.h +++ b/Det/STDet/STDet/DeSTStation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: DeSTStation.h,v 1.5 2009-03-14 09:18:07 mneedham Exp $ #ifndef _DeSTStation_H_ #define _DeSTStation_H_ diff --git a/Det/STDet/STDet/DeTTDetector.h b/Det/STDet/STDet/DeTTDetector.h index 1ea58329d47caa30ea78c12d901c7010930d1bec..4e5a9b0d30b53a74ab96a0dd457c07bb1ab86a72 100644 --- a/Det/STDet/STDet/DeTTDetector.h +++ b/Det/STDet/STDet/DeTTDetector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: DeTTDetector.h,v 1.7 2009-02-27 12:17:50 mneedham Exp $ #ifndef _DeTTDetector_H_ #define _DeTTDetector_H_ diff --git a/Det/STDet/STDet/DeTTHalfModule.h b/Det/STDet/STDet/DeTTHalfModule.h index 43be2e7091383fcdd9c4d55431860bebcebdf006..649b468a8395c8026a1fcb68578aa9b5fd6e3959 100644 --- a/Det/STDet/STDet/DeTTHalfModule.h +++ b/Det/STDet/STDet/DeTTHalfModule.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _DeTTHalfModule_H_ #define _DeTTHalfModule_H_ diff --git a/Det/STDet/STDet/DeTTLayer.h b/Det/STDet/STDet/DeTTLayer.h index 4ac0e21b2fc30b5a5f0e5df72c3ff767db2119c2..a54ce6fb87fd1b7b17c091c74e098b8620d66fb1 100644 --- a/Det/STDet/STDet/DeTTLayer.h +++ b/Det/STDet/STDet/DeTTLayer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: DeTTLayer.h,v 1.8 2009-03-14 09:18:07 mneedham Exp $ #ifndef _DeTTLayer_H_ #define _DeTTLayer_H_ diff --git a/Det/STDet/STDet/DeTTSector.h b/Det/STDet/STDet/DeTTSector.h index adba4b9106b4b7d1d244261f5dee9c87877e6851..554f7e853275f6a9162c49b1f04a2d1fdb2a4410 100644 --- a/Det/STDet/STDet/DeTTSector.h +++ b/Det/STDet/STDet/DeTTSector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _DeTTSector_H_ #define _DeTTSector_H_ diff --git a/Det/STDet/STDet/DeTTSensor.h b/Det/STDet/STDet/DeTTSensor.h index fec1fa25d3a73ec61bab42de9958d32ad8447c31..f30cd1eb91f41ecf4b801037ebdef51984189046 100644 --- a/Det/STDet/STDet/DeTTSensor.h +++ b/Det/STDet/STDet/DeTTSensor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _DeTTSensor_H_ #define _DeTTSensor_H_ diff --git a/Det/STDet/STDet/DeTTStation.h b/Det/STDet/STDet/DeTTStation.h index 3da60cdbde733934c1e322b61c5d4f58d43607c4..210823631240df92bb834d01ac8bbf008909be79 100644 --- a/Det/STDet/STDet/DeTTStation.h +++ b/Det/STDet/STDet/DeTTStation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _DeTTStation_H_ #define _DeTTStation_H_ diff --git a/Det/STDet/STDet/DeUTDetector.h b/Det/STDet/STDet/DeUTDetector.h index 24f1ca2652a5d9572b8612a0b86ca5c24022aef5..4e7a3e385423616f29fb3250c257b203b8a666fa 100644 --- a/Det/STDet/STDet/DeUTDetector.h +++ b/Det/STDet/STDet/DeUTDetector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _DEUTDETECTOR_H_ #define _DEUTDETECTOR_H_ diff --git a/Det/STDet/STDet/DeUTLayer.h b/Det/STDet/STDet/DeUTLayer.h index 787e48dc996026a00101f97dd507217a38526ef4..763b7f2b47cbd85cb991b652e4fc67a77e90a7d0 100644 --- a/Det/STDet/STDet/DeUTLayer.h +++ b/Det/STDet/STDet/DeUTLayer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _DEUTLAYER_H_ #define _DEUTLAYER_H_ diff --git a/Det/STDet/STDet/DeUTModule.h b/Det/STDet/STDet/DeUTModule.h index 09e64478a1aa0df8b14a02f37e61ed5cdfc4acc7..4945c9f946c258f8aef72f207f6606bccedea625 100644 --- a/Det/STDet/STDet/DeUTModule.h +++ b/Det/STDet/STDet/DeUTModule.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _DEUTMODULE_H_ #define _DEUTMODULE_H_ diff --git a/Det/STDet/STDet/DeUTSector.h b/Det/STDet/STDet/DeUTSector.h index b82167202e70dbbb90de747551b0de45d3ae52ce..e1430fc9cc1577b0dea7472849ea9ba88614fe77 100644 --- a/Det/STDet/STDet/DeUTSector.h +++ b/Det/STDet/STDet/DeUTSector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _DEUTSECTOR_H_ #define _DEUTSECTOR_H_ diff --git a/Det/STDet/STDet/DeUTSensor.h b/Det/STDet/STDet/DeUTSensor.h index 81b872ba8d40eec25484f65b9bff7df2a8b6aab1..0142d01f43bd521ce15b167ea93f7d7322842867 100644 --- a/Det/STDet/STDet/DeUTSensor.h +++ b/Det/STDet/STDet/DeUTSensor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _DEUTSENSOR_H_ #define _DEUTSENSOR_H_ diff --git a/Det/STDet/STDet/DeUTStation.h b/Det/STDet/STDet/DeUTStation.h index 88bf6cf12d370d710b40e098c35272f113eb4aae..a3247397a5f37b7d4daa6c9609c60e8cf414678b 100644 --- a/Det/STDet/STDet/DeUTStation.h +++ b/Det/STDet/STDet/DeUTStation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _DEUTSTATION_H_ #define _DEUTSTATION_H_ diff --git a/Det/STDet/STDet/STDetFun.h b/Det/STDet/STDet/STDetFun.h index f14563eae63ff7496326e9b3ef7851a1bf9256f6..eed438a66aafcf9568206bafaae832daa87d6d94 100644 --- a/Det/STDet/STDet/STDetFun.h +++ b/Det/STDet/STDet/STDetFun.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _STDetFun_H_ #define _STDetFun_H_ diff --git a/Det/STDet/STDet/STDetTraits.h b/Det/STDet/STDet/STDetTraits.h index 58814946905f5b8644ac5105ce15fd724f7651bb..0e3b4a4a91994190253e1020bc82511ced79a767 100644 --- a/Det/STDet/STDet/STDetTraits.h +++ b/Det/STDet/STDet/STDetTraits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _STDetTraits_H #define _STDetTraits_H diff --git a/Det/STDet/STDet/StatusMap.h b/Det/STDet/STDet/StatusMap.h index f57d7c7411e9b5ffd1e45cf7c9f36e1a69103caa..4a457e061a42c636e4b31be98e0c70065fe8da26 100644 --- a/Det/STDet/STDet/StatusMap.h +++ b/Det/STDet/STDet/StatusMap.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _Status_H #define _Status_H 1 diff --git a/Det/STDet/dict/STDetDict.h b/Det/STDet/dict/STDetDict.h index 289687928e85c04e8317d896a5180bdfdd8178ec..e716ed70154e6ce2ad76f30521693752dfdd0bae 100644 --- a/Det/STDet/dict/STDetDict.h +++ b/Det/STDet/dict/STDetDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: STDetDict.h,v 1.3 2008-08-04 07:23:56 mneedham Exp $ // ============================================================================ #ifndef STDET_STDETDICT_H diff --git a/Det/STDet/dict/STDetDict.xml b/Det/STDet/dict/STDetDict.xml index cd6439b92d08d8456298ed770da422c46d46ecf3..2dd4691ee7b78264719bd21133dbaa0b32456a6c 100644 --- a/Det/STDet/dict/STDetDict.xml +++ b/Det/STDet/dict/STDetDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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="DeSTBaseElement" /> <class name="DeSTDetector" /> diff --git a/Det/STDet/src/Component/XmlITBoxCnv.cpp b/Det/STDet/src/Component/XmlITBoxCnv.cpp index 7d5504b4344844b488e78eeb703a826120ec743a..df8b15ac2384197019d7b7369f2cca4682846031 100644 --- a/Det/STDet/src/Component/XmlITBoxCnv.cpp +++ b/Det/STDet/src/Component/XmlITBoxCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlITBoxCnv.cpp,v 1.2 2006-12-14 13:41:07 ranjard Exp $ // DetDesc diff --git a/Det/STDet/src/Component/XmlITDetectorCnv.cpp b/Det/STDet/src/Component/XmlITDetectorCnv.cpp index 13b2ee4063b55462411c8088c459fab0a5303894..ee4dce1620bb9fb1043a43e10ecf4f49cb24d619 100644 --- a/Det/STDet/src/Component/XmlITDetectorCnv.cpp +++ b/Det/STDet/src/Component/XmlITDetectorCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlITDetectorCnv.cpp,v 1.2 2006-12-14 13:41:07 ranjard Exp $ // DetDesc diff --git a/Det/STDet/src/Component/XmlITLadderCnv.cpp b/Det/STDet/src/Component/XmlITLadderCnv.cpp index 723e0b4db9ee968a6660a068b3224c041e0393dd..be7701f5837cb11e544c88c093606151f7e8a418 100644 --- a/Det/STDet/src/Component/XmlITLadderCnv.cpp +++ b/Det/STDet/src/Component/XmlITLadderCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlITLadderCnv.cpp,v 1.2 2006-12-14 13:41:07 ranjard Exp $ // DetDesc diff --git a/Det/STDet/src/Component/XmlITLayerCnv.cpp b/Det/STDet/src/Component/XmlITLayerCnv.cpp index ca08cd3974262405e3df0e672a0098f86fda846a..2ef423506fb18d04fd8bfb22101898cebc13c29c 100644 --- a/Det/STDet/src/Component/XmlITLayerCnv.cpp +++ b/Det/STDet/src/Component/XmlITLayerCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlITLayerCnv.cpp,v 1.2 2006-12-14 13:41:07 ranjard Exp $ // DetDesc diff --git a/Det/STDet/src/Component/XmlITSectorCnv.cpp b/Det/STDet/src/Component/XmlITSectorCnv.cpp index f1c0b6324ade232f3e133c0836ea7d45966a3d56..b62ae3e0fc93f25cd08e350036b26397fa59a492 100644 --- a/Det/STDet/src/Component/XmlITSectorCnv.cpp +++ b/Det/STDet/src/Component/XmlITSectorCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlITSectorCnv.cpp,v 1.2 2006-12-14 13:41:07 ranjard Exp $ // DetDesc diff --git a/Det/STDet/src/Component/XmlITSensorCnv.cpp b/Det/STDet/src/Component/XmlITSensorCnv.cpp index 9d1318c02424dc9148dae22670467e37926fdf08..39dbe62ad104c519e7ab1442bdd94ff9c38bb9da 100644 --- a/Det/STDet/src/Component/XmlITSensorCnv.cpp +++ b/Det/STDet/src/Component/XmlITSensorCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlITSensorCnv.cpp,v 1.1 2008-03-14 18:26:40 mneedham Exp $ // DetDesc diff --git a/Det/STDet/src/Component/XmlITStationCnv.cpp b/Det/STDet/src/Component/XmlITStationCnv.cpp index 8d0b834ae24bffcfa4430cc67ea8482a5b7ee94e..733dd522499ce95267fe12661af261c3107972ab 100644 --- a/Det/STDet/src/Component/XmlITStationCnv.cpp +++ b/Det/STDet/src/Component/XmlITStationCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlITStationCnv.cpp,v 1.2 2006-12-14 13:41:07 ranjard Exp $ // DetDesc diff --git a/Det/STDet/src/Component/XmlTTDetectorCnv.cpp b/Det/STDet/src/Component/XmlTTDetectorCnv.cpp index 7c82c0af4473df5e6bbe3eb6d6d5aba5037580a2..ed6e6900a76a83f0689b66de339c30880dc5ea52 100644 --- a/Det/STDet/src/Component/XmlTTDetectorCnv.cpp +++ b/Det/STDet/src/Component/XmlTTDetectorCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlTTDetectorCnv.cpp,v 1.2 2006-12-14 13:41:07 ranjard Exp $ // DetDesc diff --git a/Det/STDet/src/Component/XmlTTHalfModuleCnv.cpp b/Det/STDet/src/Component/XmlTTHalfModuleCnv.cpp index 7441b8f9dc940e4aa1590e993f6b6a8303c19a34..0b2c5a2fa099302e11673e1c9af98422c06a0b9d 100644 --- a/Det/STDet/src/Component/XmlTTHalfModuleCnv.cpp +++ b/Det/STDet/src/Component/XmlTTHalfModuleCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlTTHalfModuleCnv.cpp,v 1.2 2006-12-14 13:41:07 ranjard Exp $ // DetDesc diff --git a/Det/STDet/src/Component/XmlTTLayerCnv.cpp b/Det/STDet/src/Component/XmlTTLayerCnv.cpp index 90ec3019379d42442119c4e98ed0f6d570641ec6..b8fae052a9d761ec98650142c41fb336bc638bba 100644 --- a/Det/STDet/src/Component/XmlTTLayerCnv.cpp +++ b/Det/STDet/src/Component/XmlTTLayerCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlTTLayerCnv.cpp,v 1.2 2006-12-14 13:41:07 ranjard Exp $ // DetDesc diff --git a/Det/STDet/src/Component/XmlTTSectorCnv.cpp b/Det/STDet/src/Component/XmlTTSectorCnv.cpp index ac012abd2775ec396dde89667300167cd5f936ee..cc4380c539fa23e0eac5704f1a5f5d1021a4b68a 100644 --- a/Det/STDet/src/Component/XmlTTSectorCnv.cpp +++ b/Det/STDet/src/Component/XmlTTSectorCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlTTSectorCnv.cpp,v 1.2 2006-12-14 13:41:07 ranjard Exp $ // DetDesc diff --git a/Det/STDet/src/Component/XmlTTSensorCnv.cpp b/Det/STDet/src/Component/XmlTTSensorCnv.cpp index 22281af3b57af99886e84e39a03f35059abe9ca3..a8bc4f9c438bba49e8dc3fefcad628ef8cae91ac 100644 --- a/Det/STDet/src/Component/XmlTTSensorCnv.cpp +++ b/Det/STDet/src/Component/XmlTTSensorCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlTTSensorCnv.cpp,v 1.1 2008-03-14 18:26:41 mneedham Exp $ // DetDesc diff --git a/Det/STDet/src/Component/XmlTTStationCnv.cpp b/Det/STDet/src/Component/XmlTTStationCnv.cpp index 430de23621dbb08e9865ee8e8c2b51030854560e..22ed9cc8c14234b52f0fd2fbf10c026178c7bf45 100644 --- a/Det/STDet/src/Component/XmlTTStationCnv.cpp +++ b/Det/STDet/src/Component/XmlTTStationCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlTTStationCnv.cpp,v 1.2 2006-12-14 13:41:07 ranjard Exp $ // DetDesc diff --git a/Det/STDet/src/Component/XmlUTDetectorCnv.cpp b/Det/STDet/src/Component/XmlUTDetectorCnv.cpp index 0ca79d15695b2f5d67f689c73af7bafa52b3b21d..348a8d5681e8fada2ccc88c2f9060f30babb2b55 100644 --- a/Det/STDet/src/Component/XmlUTDetectorCnv.cpp +++ b/Det/STDet/src/Component/XmlUTDetectorCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // DetDesc #include "DetDescCnv/XmlUserDetElemCnv.h" diff --git a/Det/STDet/src/Component/XmlUTLayerCnv.cpp b/Det/STDet/src/Component/XmlUTLayerCnv.cpp index 34d90ea4878c7cf2b72aedcc15750830b8fe4bc3..b5a04732d71c488962644e6613a1bc2f4a249c0e 100644 --- a/Det/STDet/src/Component/XmlUTLayerCnv.cpp +++ b/Det/STDet/src/Component/XmlUTLayerCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // DetDesc #include "DetDescCnv/XmlUserDetElemCnv.h" diff --git a/Det/STDet/src/Component/XmlUTModuleCnv.cpp b/Det/STDet/src/Component/XmlUTModuleCnv.cpp index 2f04813c3887344c9c4187bcb584eeda4bbad9d0..08a5da0b036ad1cc3ce1d809d1e43351529140e0 100644 --- a/Det/STDet/src/Component/XmlUTModuleCnv.cpp +++ b/Det/STDet/src/Component/XmlUTModuleCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // DetDesc #include "DetDescCnv/XmlUserDetElemCnv.h" diff --git a/Det/STDet/src/Component/XmlUTSectorCnv.cpp b/Det/STDet/src/Component/XmlUTSectorCnv.cpp index 6ef9134db9f1d3fb83ae7ccb15d5a85b1a0ce256..59b22c56abda6ff182c4c3a9051a18dcea838c14 100644 --- a/Det/STDet/src/Component/XmlUTSectorCnv.cpp +++ b/Det/STDet/src/Component/XmlUTSectorCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // DetDesc #include "DetDescCnv/XmlUserDetElemCnv.h" diff --git a/Det/STDet/src/Component/XmlUTSensorCnv.cpp b/Det/STDet/src/Component/XmlUTSensorCnv.cpp index 2c80e95d835d93028a7c54b04e3b29af132d51a2..8bd5575b2d562ff15cc3bd96a6465ca970012b3c 100644 --- a/Det/STDet/src/Component/XmlUTSensorCnv.cpp +++ b/Det/STDet/src/Component/XmlUTSensorCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // DetDesc #include "DetDescCnv/XmlUserDetElemCnv.h" diff --git a/Det/STDet/src/Component/XmlUTStationCnv.cpp b/Det/STDet/src/Component/XmlUTStationCnv.cpp index 98ab5f7bef8ddc948610f4eacb1a72a009efc14d..a63ee8ab95a79509b3b45f258deb6bd6c5c17b33 100644 --- a/Det/STDet/src/Component/XmlUTStationCnv.cpp +++ b/Det/STDet/src/Component/XmlUTStationCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // DetDesc #include "DetDescCnv/XmlUserDetElemCnv.h" diff --git a/Det/STDet/src/Lib/DeITBox.cpp b/Det/STDet/src/Lib/DeITBox.cpp index 751f97950f7cdd3a44615175cc2ebecba78298aa..b74ea83f12a09c31f475597797a8a2a3bcc3d63a 100644 --- a/Det/STDet/src/Lib/DeITBox.cpp +++ b/Det/STDet/src/Lib/DeITBox.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeITStation.h" #include "STDet/DeITLayer.h" diff --git a/Det/STDet/src/Lib/DeITDetector.cpp b/Det/STDet/src/Lib/DeITDetector.cpp index 467da67629ee0c27e70e63d890572543853a4432..987460d00dfd06ea2748a5d000c87bd8929a5afd 100644 --- a/Det/STDet/src/Lib/DeITDetector.cpp +++ b/Det/STDet/src/Lib/DeITDetector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeITDetector.h" #include "DetDesc/IGeometryInfo.h" diff --git a/Det/STDet/src/Lib/DeITLadder.cpp b/Det/STDet/src/Lib/DeITLadder.cpp index eb22cf433bf7bc773159a7702ce103d733ce0d2b..ca436ef74501ff1518cab1a2cafb3eb06bb404d3 100644 --- a/Det/STDet/src/Lib/DeITLadder.cpp +++ b/Det/STDet/src/Lib/DeITLadder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeITLayer.h" #include "STDet/DeITLadder.h" diff --git a/Det/STDet/src/Lib/DeITLayer.cpp b/Det/STDet/src/Lib/DeITLayer.cpp index 573f28eebf82cb5da5390b6fc2fae2cb2961e324..9ea9bf11e8fbc80745e50099ee009d6c04aa18f3 100644 --- a/Det/STDet/src/Lib/DeITLayer.cpp +++ b/Det/STDet/src/Lib/DeITLayer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeITLayer.h" #include "STDet/DeITLadder.h" #include "STDet/DeITBox.h" diff --git a/Det/STDet/src/Lib/DeITSector.cpp b/Det/STDet/src/Lib/DeITSector.cpp index 238e95ca20113f890da54462fcee96b504e6f5fd..b3a1312438c846a6f6fe8c4c7966ae1aa23ca89e 100644 --- a/Det/STDet/src/Lib/DeITSector.cpp +++ b/Det/STDet/src/Lib/DeITSector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeITSector.h" #include "STDet/DeITSensor.h" #include "STDet/DeSTSensor.h" diff --git a/Det/STDet/src/Lib/DeITSensor.cpp b/Det/STDet/src/Lib/DeITSensor.cpp index a82f243ede167ba06d38cbf07306b1b73d054b7a..3386f0a83ff6e927e284eb7cfd7dbe05f4188f61 100644 --- a/Det/STDet/src/Lib/DeITSensor.cpp +++ b/Det/STDet/src/Lib/DeITSensor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeITSensor.h" #include "STDet/DeITSector.h" diff --git a/Det/STDet/src/Lib/DeITStation.cpp b/Det/STDet/src/Lib/DeITStation.cpp index 53e3b89fba6ef98d47bbb7460ace12d2a5a96059..110ea65e5bb52c83fbf213c0fd194dd1c6fa1a55 100644 --- a/Det/STDet/src/Lib/DeITStation.cpp +++ b/Det/STDet/src/Lib/DeITStation.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeITStation.h" #include "STDet/DeITDetector.h" diff --git a/Det/STDet/src/Lib/DeSTBaseElement.cpp b/Det/STDet/src/Lib/DeSTBaseElement.cpp index 47ab75ba7ca95fe8d87729a0eb28d759c58325f3..2fcaa08078dbfd162bb97799dfda80ef54620e87 100644 --- a/Det/STDet/src/Lib/DeSTBaseElement.cpp +++ b/Det/STDet/src/Lib/DeSTBaseElement.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeSTBaseElement.h" #include "GaudiKernel/IUpdateManagerSvc.h" diff --git a/Det/STDet/src/Lib/DeSTDetector.cpp b/Det/STDet/src/Lib/DeSTDetector.cpp index 153a875ebdc882f0ed76e98285b55ca13a232610..4b3d8b68619b75cee7d694072c5efadf87f4ee7a 100644 --- a/Det/STDet/src/Lib/DeSTDetector.cpp +++ b/Det/STDet/src/Lib/DeSTDetector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeSTDetector.h" #include "STDet/DeSTStation.h" #include "DetDesc/IGeometryInfo.h" diff --git a/Det/STDet/src/Lib/DeSTLayer.cpp b/Det/STDet/src/Lib/DeSTLayer.cpp index b4ef87384c4eaa4a832fc5a57150a3c61efd861a..9802b143c20b8251df6c6f8cff4bb07186273316 100644 --- a/Det/STDet/src/Lib/DeSTLayer.cpp +++ b/Det/STDet/src/Lib/DeSTLayer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeSTLayer.h" #include "DetDesc/IGeometryInfo.h" diff --git a/Det/STDet/src/Lib/DeSTSector.cpp b/Det/STDet/src/Lib/DeSTSector.cpp index e81cbf91f94c75a444582622df77fefd3bda8a28..48551f3fb439afd7f698762543d241c942e8e444 100644 --- a/Det/STDet/src/Lib/DeSTSector.cpp +++ b/Det/STDet/src/Lib/DeSTSector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeSTSector.h" #include "STDet/StatusMap.h" diff --git a/Det/STDet/src/Lib/DeSTSensor.cpp b/Det/STDet/src/Lib/DeSTSensor.cpp index 9c8794d8c32b224680863007b89b5814fc625f51..3b13b02265337357e1cdec503966d6a9df8e068e 100644 --- a/Det/STDet/src/Lib/DeSTSensor.cpp +++ b/Det/STDet/src/Lib/DeSTSensor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeSTSensor.h" #include "DetDesc/IGeometryInfo.h" diff --git a/Det/STDet/src/Lib/DeSTStation.cpp b/Det/STDet/src/Lib/DeSTStation.cpp index 21130c0e936bbeb975f6ecd7726ec489051157b8..e06a84e6e9f26ab5ac1cc43d2d62b6636eb1130f 100644 --- a/Det/STDet/src/Lib/DeSTStation.cpp +++ b/Det/STDet/src/Lib/DeSTStation.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeSTStation.h" // DetDesc diff --git a/Det/STDet/src/Lib/DeTTDetector.cpp b/Det/STDet/src/Lib/DeTTDetector.cpp index 56f93e3b04cff0b63426c3be7805932b3572e143..728bd3fe6b47ab3fc964aaaf21e71629ebf6ba12 100644 --- a/Det/STDet/src/Lib/DeTTDetector.cpp +++ b/Det/STDet/src/Lib/DeTTDetector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeTTDetector.h" #include "DetDesc/IGeometryInfo.h" diff --git a/Det/STDet/src/Lib/DeTTHalfModule.cpp b/Det/STDet/src/Lib/DeTTHalfModule.cpp index 8c51b87e958308e567822f73cdf484769dfbc938..dc0b0565d9485c3d35aced6272804d9f88448673 100644 --- a/Det/STDet/src/Lib/DeTTHalfModule.cpp +++ b/Det/STDet/src/Lib/DeTTHalfModule.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeTTSector.h" #include "STDet/DeTTLayer.h" diff --git a/Det/STDet/src/Lib/DeTTLayer.cpp b/Det/STDet/src/Lib/DeTTLayer.cpp index b2c84f222ebd2d00a6beb207d870ac9579c449e2..f1b30f6a6d774956656dba5f33068a7c64b2d945 100644 --- a/Det/STDet/src/Lib/DeTTLayer.cpp +++ b/Det/STDet/src/Lib/DeTTLayer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeTTSector.h" #include "STDet/DeTTLayer.h" diff --git a/Det/STDet/src/Lib/DeTTSector.cpp b/Det/STDet/src/Lib/DeTTSector.cpp index 4c49a5ea00e054d9e4f89c227968bb75f8beb941..bc3f51563ff2ce42950e7d99ed182c0167806dfa 100644 --- a/Det/STDet/src/Lib/DeTTSector.cpp +++ b/Det/STDet/src/Lib/DeTTSector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeTTSector.h" #include "STDet/DeTTHalfModule.h" #include "STDet/DeTTSensor.h" diff --git a/Det/STDet/src/Lib/DeTTSensor.cpp b/Det/STDet/src/Lib/DeTTSensor.cpp index 5d3e34752f0add14a38c08d258c59d390ff9a9aa..3edfc4ae17a284c55674784437cdb35c7d9bd704 100644 --- a/Det/STDet/src/Lib/DeTTSensor.cpp +++ b/Det/STDet/src/Lib/DeTTSensor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeTTSensor.h" /** @file DeTTSensor.cpp diff --git a/Det/STDet/src/Lib/DeTTStation.cpp b/Det/STDet/src/Lib/DeTTStation.cpp index 2bb71cd3044e648332c284ef5eab47c58bb2f923..8e97465a4d337991df57e08f6a5c0edeea2eb781 100644 --- a/Det/STDet/src/Lib/DeTTStation.cpp +++ b/Det/STDet/src/Lib/DeTTStation.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeTTStation.h" #include "STDet/DeTTDetector.h" diff --git a/Det/STDet/src/Lib/DeUTDetector.cpp b/Det/STDet/src/Lib/DeUTDetector.cpp index 74e59d871f7aa8c566526909b65925963955b9a0..5cf4dde10060812e39f80ff2c12e45014628f2f2 100644 --- a/Det/STDet/src/Lib/DeUTDetector.cpp +++ b/Det/STDet/src/Lib/DeUTDetector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeUTDetector.h" #include "DetDesc/IGeometryInfo.h" diff --git a/Det/STDet/src/Lib/DeUTLayer.cpp b/Det/STDet/src/Lib/DeUTLayer.cpp index f6a88ce6af8e7d09bdcb4f835f1c87536a2c3e2a..f73f39bfab410283a7a9b598c17d6996bd748092 100644 --- a/Det/STDet/src/Lib/DeUTLayer.cpp +++ b/Det/STDet/src/Lib/DeUTLayer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeUTLayer.h" #include "STDet/DeUTModule.h" #include "STDet/DeUTStation.h" diff --git a/Det/STDet/src/Lib/DeUTModule.cpp b/Det/STDet/src/Lib/DeUTModule.cpp index e10aa216f824c53bd30ae05d7a0e7982f36adb9d..4a5686033f58ac8b579e604014db9ac31d354c25 100644 --- a/Det/STDet/src/Lib/DeUTModule.cpp +++ b/Det/STDet/src/Lib/DeUTModule.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeUTModule.h" #include "STDet/DeUTSector.h" #include "STDet/DeUTLayer.h" diff --git a/Det/STDet/src/Lib/DeUTSector.cpp b/Det/STDet/src/Lib/DeUTSector.cpp index 8de897cfa44b77f21300e0782da622cb01c0f310..d0fad517efd1e69c9fcc60f5e74a1603fc4f0394 100644 --- a/Det/STDet/src/Lib/DeUTSector.cpp +++ b/Det/STDet/src/Lib/DeUTSector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeUTSector.h" #include "STDet/DeUTModule.h" #include "STDet/DeUTSensor.h" diff --git a/Det/STDet/src/Lib/DeUTSensor.cpp b/Det/STDet/src/Lib/DeUTSensor.cpp index a991173f407174c329198e4b8ae45f137f7c0092..86c899a62dbecd657b77819dd26812e6302cec83 100644 --- a/Det/STDet/src/Lib/DeUTSensor.cpp +++ b/Det/STDet/src/Lib/DeUTSensor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeUTSensor.h" #include "STDet/DeUTSector.h" diff --git a/Det/STDet/src/Lib/DeUTStation.cpp b/Det/STDet/src/Lib/DeUTStation.cpp index c2af391d81cd4ab44dfd7015bb0f01bb8e6bc2fc..c69ee22d1120088cc1fa06e78ecbbc52e550a670 100644 --- a/Det/STDet/src/Lib/DeUTStation.cpp +++ b/Det/STDet/src/Lib/DeUTStation.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/DeUTStation.h" #include "STDet/DeUTDetector.h" #include "STDet/DeUTLayer.h" diff --git a/Det/STDet/src/Lib/StatusMap.cpp b/Det/STDet/src/Lib/StatusMap.cpp index 2857425adf58f4eaaa7380f459083b52450ad8f1..35b996f91b781aa3c2c85f4a593ed422a4bc35e8 100644 --- a/Det/STDet/src/Lib/StatusMap.cpp +++ b/Det/STDet/src/Lib/StatusMap.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STDet/StatusMap.h" const Status::StatusToStringMap& Status::statusDescription() { diff --git a/Det/VPDet/CMakeLists.txt b/Det/VPDet/CMakeLists.txt index 76536d15ff83ad81f2ed65e5a1cd4bec5a56ab47..7cdb549a96e59062fa95349e015c3efb51998b6c 100644 --- a/Det/VPDet/CMakeLists.txt +++ b/Det/VPDet/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: VPDet ################################################################################ diff --git a/Det/VPDet/VPDet/DeVP.h b/Det/VPDet/VPDet/DeVP.h index 6693dfdd6901b9c2a034a4455627575bec053319..467f01fdce612c4e384170c6a4e1e4dcf3aec5f8 100644 --- a/Det/VPDet/VPDet/DeVP.h +++ b/Det/VPDet/VPDet/DeVP.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VPDET_DEVP_H #define VPDET_DEVP_H 1 diff --git a/Det/VPDet/VPDet/DeVPSensor.h b/Det/VPDet/VPDet/DeVPSensor.h index 6b45f2aee4f169f8add60eae27cf3be4975e8f82..1c36dd709ab86c0e7fa7ca093d9a520583a37cbb 100644 --- a/Det/VPDet/VPDet/DeVPSensor.h +++ b/Det/VPDet/VPDet/DeVPSensor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VPDET_DEVPSENSOR_H #define VPDET_DEVPSENSOR_H 1 diff --git a/Det/VPDet/dict/VPDetDict.h b/Det/VPDet/dict/VPDetDict.h index 2bba2bce4ebaece478ee733689d3df32ec38f862..b103f66c642d50cd231c4e2eca93a47b55ed779c 100644 --- a/Det/VPDet/dict/VPDetDict.h +++ b/Det/VPDet/dict/VPDetDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VPDET_DETDICT_H #define VPDET_DETDICT_H 1 diff --git a/Det/VPDet/dict/VPDetDict.xml b/Det/VPDet/dict/VPDetDict.xml index 35dd36e14657fc2f34db72cf9ff45576366924ec..eea5774201616efa3e51c5da4608c1f552f13a61 100644 --- a/Det/VPDet/dict/VPDetDict.xml +++ b/Det/VPDet/dict/VPDetDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "DeVP"/> <class name = "DeVPSensor"/> diff --git a/Det/VPDet/src/Lib/DeVP.cpp b/Det/VPDet/src/Lib/DeVP.cpp index edfd09ad72043696232c85ee760137303599f604..d0ae589e634638865963f067026e762041c64b13 100644 --- a/Det/VPDet/src/Lib/DeVP.cpp +++ b/Det/VPDet/src/Lib/DeVP.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <algorithm> // Gaudi diff --git a/Det/VPDet/src/Lib/DeVPSensor.cpp b/Det/VPDet/src/Lib/DeVPSensor.cpp index 399fe82cfb99a74f6ad64589ffb6d04875cf96dc..28d4ebd0ea28d1b815123d307040a73559e48a9d 100644 --- a/Det/VPDet/src/Lib/DeVPSensor.cpp +++ b/Det/VPDet/src/Lib/DeVPSensor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <mutex> // Gaudi #include "GaudiKernel/IUpdateManagerSvc.h" diff --git a/Det/VPDet/src/Lib/getOutputLevel.h b/Det/VPDet/src/Lib/getOutputLevel.h index e4d5a9ba0d024f8a6897596a34d8977ab61e9cda..d5f7f0108d92bb5b99945f889d5767261a494c20 100644 --- a/Det/VPDet/src/Lib/getOutputLevel.h +++ b/Det/VPDet/src/Lib/getOutputLevel.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 GET_OUTPUT_LEVEL_H #define GET_OUTPUT_LEVEL_H diff --git a/Det/VPDet/src/component/XmlDeVPCnv.cpp b/Det/VPDet/src/component/XmlDeVPCnv.cpp index 108057c71e8df4c5e088cce74b2252d87fffa957..3b5abca771dbec89fab2a9b7c1267ffa16716594 100644 --- a/Det/VPDet/src/component/XmlDeVPCnv.cpp +++ b/Det/VPDet/src/component/XmlDeVPCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DetDescCnv/XmlUserDetElemCnv.h" #include "VPDet/DeVP.h" diff --git a/Det/VPDet/src/component/XmlDeVPSensorCnv.cpp b/Det/VPDet/src/component/XmlDeVPSensorCnv.cpp index ccabe477fcc8a7d468be99aac4854fdaf83d990a..5e040e5541952f1224272b5e9a7d7aa103d9e800 100644 --- a/Det/VPDet/src/component/XmlDeVPSensorCnv.cpp +++ b/Det/VPDet/src/component/XmlDeVPSensorCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DetDescCnv/XmlUserDetElemCnv.h" #include "VPDet/DeVPSensor.h" diff --git a/Det/VeloDet/CMakeLists.txt b/Det/VeloDet/CMakeLists.txt index 8b12de5feef9e3030906480b875fe345b506f1cf..ce46a6f7f560959b11f09752cd58bd530ed32511 100644 --- a/Det/VeloDet/CMakeLists.txt +++ b/Det/VeloDet/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: VeloDet ################################################################################ diff --git a/Det/VeloDet/VeloDet/CLIDVeloAlignCond.h b/Det/VeloDet/VeloDet/CLIDVeloAlignCond.h index 1a7bcb8cbde285bc2031c7a51eab777fa93c7c10..bc47df3d8bd9ab4422a41267f2fb2dc0fd5112d2 100644 --- a/Det/VeloDet/VeloDet/CLIDVeloAlignCond.h +++ b/Det/VeloDet/VeloDet/CLIDVeloAlignCond.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CLIDVeloAlignCond.h,v 1.1 2008-07-11 16:35:58 marcocle Exp $ #ifndef VELODET_CLIDVELOALIGNCOND_H #define VELODET_CLIDVELOALIGNCOND_H 1 diff --git a/Det/VeloDet/VeloDet/DeVelo.h b/Det/VeloDet/VeloDet/DeVelo.h index 996f28ecf2504c0d07b15529833a611dc5e45abf..f087b68c19dfffbbfa339859e6abbe6d291ade7d 100644 --- a/Det/VeloDet/VeloDet/DeVelo.h +++ b/Det/VeloDet/VeloDet/DeVelo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VELODET_DEVELO_H #define VELODET_DEVELO_H 1 // ============================================================================ diff --git a/Det/VeloDet/VeloDet/DeVeloPhiType.h b/Det/VeloDet/VeloDet/DeVeloPhiType.h index 0d5244e5dce23fa6ccb5e27a89df461d72682c67..f79327077bf143f0d761d099c34d1ac8a63c228d 100644 --- a/Det/VeloDet/VeloDet/DeVeloPhiType.h +++ b/Det/VeloDet/VeloDet/DeVeloPhiType.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VELODET_DEVELOPHITYPE_H #define VELODET_DEVELOPHITYPE_H 1 diff --git a/Det/VeloDet/VeloDet/DeVeloRType.h b/Det/VeloDet/VeloDet/DeVeloRType.h index b4e97f44ff327a64cc195e349fbf28b4ca73ad2a..4aaa564ace9325032b5169f139b8d0180c719590 100644 --- a/Det/VeloDet/VeloDet/DeVeloRType.h +++ b/Det/VeloDet/VeloDet/DeVeloRType.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: DeVeloRType.h,v 1.31 2009-07-27 10:36:15 jonrob Exp $ #ifndef VELODET_DEVELORTYPE_H #define VELODET_DEVELORTYPE_H 1 diff --git a/Det/VeloDet/VeloDet/DeVeloSensor.h b/Det/VeloDet/VeloDet/DeVeloSensor.h index ded36f6b621969ad5fd3d580d4eca79aedf71e26..647e98f190799ba321562c027f8efad721fac2b4 100644 --- a/Det/VeloDet/VeloDet/DeVeloSensor.h +++ b/Det/VeloDet/VeloDet/DeVeloSensor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VELODET_DEVELOSENSOR_H #define VELODET_DEVELOSENSOR_H 1 diff --git a/Det/VeloDet/VeloDet/VeloAlignCond.h b/Det/VeloDet/VeloDet/VeloAlignCond.h index 96777edb591c2424242646f97459702fe0a5ec84..5c85aa068b6b1e19ac2c6cd10f7a7b5d358ec1ae 100644 --- a/Det/VeloDet/VeloDet/VeloAlignCond.h +++ b/Det/VeloDet/VeloDet/VeloAlignCond.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VELODET_VELOALIGNCOND_H #define VELODET_VELOALIGNCOND_H 1 diff --git a/Det/VeloDet/VeloDet/VeloTell1Channel.h b/Det/VeloDet/VeloDet/VeloTell1Channel.h index 68930393c54fa1b2d8e3af9d8921d98f91f33e0e..d90fe0e363f4fc79713f1b824f34a44aff88599e 100644 --- a/Det/VeloDet/VeloDet/VeloTell1Channel.h +++ b/Det/VeloDet/VeloDet/VeloTell1Channel.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: VeloTell1Channel.h,v 1.1 2009-03-24 13:28:24 krinnert Exp $ #ifndef INCLUDE_VELOTELL1CHANNEL_H #define INCLUDE_VELOTELL1CHANNEL_H 1 diff --git a/Det/VeloDet/dict/VeloDetDict.h b/Det/VeloDet/dict/VeloDetDict.h index ffd4b5a06a33977dc38ed846383087cd95b261d6..77d2da060d9cdb5f18b4fa426ee1ddf0d53ca2c7 100644 --- a/Det/VeloDet/dict/VeloDetDict.h +++ b/Det/VeloDet/dict/VeloDetDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: VeloDetDict.h,v 1.2 2008-07-11 16:35:58 marcocle Exp $ // ============================================================================ #ifndef VELODET_DETDICT_H diff --git a/Det/VeloDet/dict/VeloDetDict.xml b/Det/VeloDet/dict/VeloDetDict.xml index 7f570e66bce03a3c3afbb2800372eb5e477aa304..a7cdd69c03e0005fc4c11f8f41bb4a70cdd31620 100644 --- a/Det/VeloDet/dict/VeloDetDict.xml +++ b/Det/VeloDet/dict/VeloDetDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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="DeVelo" /> <class name="DeVeloSensor" /> diff --git a/Det/VeloDet/src/Lib/DeVelo.cpp b/Det/VeloDet/src/Lib/DeVelo.cpp index f7be3f8cbef3b7ed17458fc1bbded2a4c333d7a1..407f28d4741849e35c03b24f6a171572d40a3cbd 100644 --- a/Det/VeloDet/src/Lib/DeVelo.cpp +++ b/Det/VeloDet/src/Lib/DeVelo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VELODET_DEVELO_CPP 1 // ============================================================================ diff --git a/Det/VeloDet/src/Lib/DeVeloPhiType.cpp b/Det/VeloDet/src/Lib/DeVeloPhiType.cpp index ed47b460658a06768dd6704e3ef282d5ebc229d1..793ab1af35e2e611bef982eb5272b82a2b96b702 100644 --- a/Det/VeloDet/src/Lib/DeVeloPhiType.cpp +++ b/Det/VeloDet/src/Lib/DeVeloPhiType.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VELODET_DEVELOPHITYPE_CPP 1 //============================================================================== diff --git a/Det/VeloDet/src/Lib/DeVeloRType.cpp b/Det/VeloDet/src/Lib/DeVeloRType.cpp index e63d549395f3d4343833e374fcffdff6d8cbd97d..f88e689263c761621e10660215de5e8f9bcdb5ca 100644 --- a/Det/VeloDet/src/Lib/DeVeloRType.cpp +++ b/Det/VeloDet/src/Lib/DeVeloRType.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VELODET_DEVELORTYPE_CPP 1 //============================================================================== diff --git a/Det/VeloDet/src/Lib/DeVeloSensor.cpp b/Det/VeloDet/src/Lib/DeVeloSensor.cpp index 0c13a70eea838a5c4ae52f65c18060a19af1de49..0f968e93a0b06265aa83a63a6b5a17f975640100 100644 --- a/Det/VeloDet/src/Lib/DeVeloSensor.cpp +++ b/Det/VeloDet/src/Lib/DeVeloSensor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VELODET_DEVELOSENSOR_CPP 1 //============================================================================== diff --git a/Det/VeloDet/src/Lib/VeloAlignCond.cpp b/Det/VeloDet/src/Lib/VeloAlignCond.cpp index 2793249f6afb39de153ee3b5272607b7aec1fe72..19295bba63027b7f2f43eb5108d1b040c14a53ce 100644 --- a/Det/VeloDet/src/Lib/VeloAlignCond.cpp +++ b/Det/VeloDet/src/Lib/VeloAlignCond.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "VeloDet/VeloAlignCond.h" #include "DetDesc/3DTransformationFunctions.h" diff --git a/Det/VeloDet/src/Lib/getOutputLevel.h b/Det/VeloDet/src/Lib/getOutputLevel.h index e4d5a9ba0d024f8a6897596a34d8977ab61e9cda..d5f7f0108d92bb5b99945f889d5767261a494c20 100644 --- a/Det/VeloDet/src/Lib/getOutputLevel.h +++ b/Det/VeloDet/src/Lib/getOutputLevel.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 GET_OUTPUT_LEVEL_H #define GET_OUTPUT_LEVEL_H diff --git a/Det/VeloDet/src/component/VeloDetChecker.cpp b/Det/VeloDet/src/component/VeloDetChecker.cpp index 189ed0bcf12d3625f638f3366a40fe192e8b9fe9..a48ce0abb495191ae74b9830f8496253265ebcfe 100644 --- a/Det/VeloDet/src/component/VeloDetChecker.cpp +++ b/Det/VeloDet/src/component/VeloDetChecker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Det/VeloDet/src/component/VeloDetChecker.h b/Det/VeloDet/src/component/VeloDetChecker.h index 62ad2198918cdfb23105ec42eafd5ab14d4bf72d..cdf0c4a41a4811e2f7175df9536587256c3c83d4 100644 --- a/Det/VeloDet/src/component/VeloDetChecker.h +++ b/Det/VeloDet/src/component/VeloDetChecker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: VeloDetChecker.h,v 1.2 2006-11-16 21:58:25 mtobin Exp $ #ifndef VELODETCHECKER_H #define VELODETCHECKER_H 1 diff --git a/Det/VeloDet/src/component/XmlDeVeloCnv.cpp b/Det/VeloDet/src/component/XmlDeVeloCnv.cpp index 6dbceae1cefa4872fb16af9733c2a509ca1e239f..264aeb6afbed170ffd1db809078196d09c66b9e1 100644 --- a/Det/VeloDet/src/component/XmlDeVeloCnv.cpp +++ b/Det/VeloDet/src/component/XmlDeVeloCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlDeVeloCnv.cpp,v 1.3 2006-11-30 07:57:41 cattanem Exp $ /// DetDesc #include "DetDescCnv/XmlUserDetElemCnv.h" diff --git a/Det/VeloDet/src/component/XmlDeVeloPhiTypeCnv.cpp b/Det/VeloDet/src/component/XmlDeVeloPhiTypeCnv.cpp index d70022de3cbc6176809af736bbe630f246cd1b0c..9a86793f65e18d8220730916f07d7bfcb0e84383 100644 --- a/Det/VeloDet/src/component/XmlDeVeloPhiTypeCnv.cpp +++ b/Det/VeloDet/src/component/XmlDeVeloPhiTypeCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlDeVeloPhiTypeCnv.cpp,v 1.2 2006-11-30 07:57:41 cattanem Exp $ /// DetDesc #include "DetDescCnv/XmlUserDetElemCnv.h" diff --git a/Det/VeloDet/src/component/XmlDeVeloRTypeCnv.cpp b/Det/VeloDet/src/component/XmlDeVeloRTypeCnv.cpp index 66801132c1850838cd1349583ddd8027c7c5550d..9857de17c265c55a2ecc380191f8664693fe82a2 100644 --- a/Det/VeloDet/src/component/XmlDeVeloRTypeCnv.cpp +++ b/Det/VeloDet/src/component/XmlDeVeloRTypeCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlDeVeloRTypeCnv.cpp,v 1.2 2006-11-30 07:57:41 cattanem Exp $ /// DetDesc diff --git a/Det/VeloDet/src/component/XmlVeloAlignCondCnv.cpp b/Det/VeloDet/src/component/XmlVeloAlignCondCnv.cpp index 42476572f3c456bc7c94df1bf87a408730bdb5e3..d4421b1d2c263d7158c0ee7b886e77e7222bbde7 100644 --- a/Det/VeloDet/src/component/XmlVeloAlignCondCnv.cpp +++ b/Det/VeloDet/src/component/XmlVeloAlignCondCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "VeloDet/VeloAlignCond.h" #include "DetDescCnv/XmlUserConditionCnv.h" diff --git a/Det/VeloDet/tests/qmtest/velodet.qms/veloaligncond.qms/basic.qmt b/Det/VeloDet/tests/qmtest/velodet.qms/veloaligncond.qms/basic.qmt index 9ee1d6f5fb3c74623398e2451501c92bb7e60cd8..171141c9090bf48d484371480d2be5ebd299f68f 100644 --- a/Det/VeloDet/tests/qmtest/velodet.qms/veloaligncond.qms/basic.qmt +++ b/Det/VeloDet/tests/qmtest/velodet.qms/veloaligncond.qms/basic.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>../scripts/VeloAlignmentTest.py</text></argument> </extension> diff --git a/Det/VeloDet/tests/qmtest/velodet.qms/veloaligncond.qms/override1.qmt b/Det/VeloDet/tests/qmtest/velodet.qms/veloaligncond.qms/override1.qmt index 9b7427ca01284be65366a22524ab3c27b9bf4f3f..dfcc8c5921b96a76afa4a4d7ac4a95bc04b21c92 100644 --- a/Det/VeloDet/tests/qmtest/velodet.qms/veloaligncond.qms/override1.qmt +++ b/Det/VeloDet/tests/qmtest/velodet.qms/veloaligncond.qms/override1.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>../scripts/VeloAlignmentTest.py</text></argument> <argument name="args"><set><text>override_motion_system</text></set></argument> diff --git a/Det/VeloDet/tests/qmtest/velodet.qms/veloaligncond.qms/override2.qmt b/Det/VeloDet/tests/qmtest/velodet.qms/veloaligncond.qms/override2.qmt index ec51795c738235529793a0090f07ffbd92793acc..c6905463cfc8d9e3fb8bb6b5b194748c1afd2d41 100644 --- a/Det/VeloDet/tests/qmtest/velodet.qms/veloaligncond.qms/override2.qmt +++ b/Det/VeloDet/tests/qmtest/velodet.qms/veloaligncond.qms/override2.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>../scripts/VeloAlignmentTest.py</text></argument> <argument name="args"><set><text>override_alignment</text></set></argument> diff --git a/Det/VeloDet/tests/qmtest/velodet.qms/veloaligncond.qms/override3.qmt b/Det/VeloDet/tests/qmtest/velodet.qms/veloaligncond.qms/override3.qmt index 809051a858eed7a76fcb705cc805fa90bb19b778..32773add4f3af9f77badbac6c627cd98fc78c396 100644 --- a/Det/VeloDet/tests/qmtest/velodet.qms/veloaligncond.qms/override3.qmt +++ b/Det/VeloDet/tests/qmtest/velodet.qms/veloaligncond.qms/override3.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>../scripts/VeloAlignmentTest.py</text></argument> <argument name="args"><set><text>override_alignment2</text></set></argument> diff --git a/Det/VeloDet/tests/qmtest/velodet.qms/veloaligncond.qms/updates.qmt b/Det/VeloDet/tests/qmtest/velodet.qms/veloaligncond.qms/updates.qmt index 49799fed84b4529ef1da5c4354cd66aca1aef674..a30a6d0bb272430c8518874c81a1a637cb8ae49c 100644 --- a/Det/VeloDet/tests/qmtest/velodet.qms/veloaligncond.qms/updates.qmt +++ b/Det/VeloDet/tests/qmtest/velodet.qms/veloaligncond.qms/updates.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="options"><text> diff --git a/Det/VeloDet/tests/scripts/VeloAlignmentTest.py b/Det/VeloDet/tests/scripts/VeloAlignmentTest.py index ee12dc5f49c4cdde7d31285459c33b5c7de6432e..ab248a35ca99e57140a19711876928acc4730ee8 100755 --- a/Det/VeloDet/tests/scripts/VeloAlignmentTest.py +++ b/Det/VeloDet/tests/scripts/VeloAlignmentTest.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Test the """ diff --git a/Event/DAQEvent/CMakeLists.txt b/Event/DAQEvent/CMakeLists.txt index 22587d8d39b313b6e5a45c7a0d28d78e8acc5b67..1d81777acf515a0e37b223feedc1a13bcea897d7 100644 --- a/Event/DAQEvent/CMakeLists.txt +++ b/Event/DAQEvent/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: DAQEvent ################################################################################ diff --git a/Event/DAQEvent/Event/RawBank.h b/Event/DAQEvent/Event/RawBank.h index 4200b7486dc80f487a6a9f1d1a0d535c5de7991e..9f9b09eac0051ebdadac97db6d4b6dd4a0ae698f 100755 --- a/Event/DAQEvent/Event/RawBank.h +++ b/Event/DAQEvent/Event/RawBank.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DAQEVENT_RAWBANK_H #define DAQEVENT_RAWBANK_H 1 diff --git a/Event/DAQEvent/Event/RawEvent.h b/Event/DAQEvent/Event/RawEvent.h index d14f2a5fe24e4df66bbe8a695f05fdedc9d91c07..6707f9d9eb3c0f4d1489a3650c5d6372b81465a7 100755 --- a/Event/DAQEvent/Event/RawEvent.h +++ b/Event/DAQEvent/Event/RawEvent.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DAQEVENT_RAWEVENT_H #define DAQEVENT_RAWEVENT_H 1 diff --git a/Event/DAQEvent/src/RawBank.cpp b/Event/DAQEvent/src/RawBank.cpp index 384771ad23730b2302ccfc1660e2ab432ba5d14c..133c718a7c44d3de98d8ada3b7f7006916bc13ab 100755 --- a/Event/DAQEvent/src/RawBank.cpp +++ b/Event/DAQEvent/src/RawBank.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RawBank.cpp,v 1.9 2010-01-15 13:20:13 marcin Exp $ // local diff --git a/Event/DAQEvent/src/RawEvent.cpp b/Event/DAQEvent/src/RawEvent.cpp index dcaab8c8e3f456f5c62716c942bb4893d206d1ca..bf85fe2c87c6ff82ab59f48e28136c7473753f7d 100755 --- a/Event/DAQEvent/src/RawEvent.cpp +++ b/Event/DAQEvent/src/RawEvent.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/RawEvent.h" #include <cstring> // for memcpy with gcc 4.3 diff --git a/Event/DAQEvent/xml/ODIN.xml b/Event/DAQEvent/xml/ODIN.xml index 17c1336c3346c055754d4923b3ca64e906725427..caccb6eb251a6a5c28304656878e5378239dfdbf 100644 --- a/Event/DAQEvent/xml/ODIN.xml +++ b/Event/DAQEvent/xml/ODIN.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Marco Clemencic --> <!--- Created : 2006-09-22 --> diff --git a/Event/DAQEvent/xml/RawBankReadoutStatus.xml b/Event/DAQEvent/xml/RawBankReadoutStatus.xml index 95891db9b1b5d19e77b570635dbb50b5d9a0bb5b..c4de0472024ddd03b076eb5bfab84c0d4efb805d 100644 --- a/Event/DAQEvent/xml/RawBankReadoutStatus.xml +++ b/Event/DAQEvent/xml/RawBankReadoutStatus.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 : Marco Clemencic --> <!--- Created : 2006-09-22 --> diff --git a/Event/DAQEvent/xml/lcgdict/lcg_headers.h b/Event/DAQEvent/xml/lcgdict/lcg_headers.h index f38ba6d7d787a6a04cd79b6ed9914a5fa8ec56fc..34392a3064f56f0ebd5c4a22ba54b934bda34446 100755 --- a/Event/DAQEvent/xml/lcgdict/lcg_headers.h +++ b/Event/DAQEvent/xml/lcgdict/lcg_headers.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // begin include files #include <vector> #include "GaudiKernel/SmartRefVector.h" diff --git a/Event/DAQEvent/xml/lcgdict/lcg_selection.xml b/Event/DAQEvent/xml/lcgdict/lcg_selection.xml index 80602ae5801e09eaa3f4a0881e4a238d5da149e5..cbc5a1170ded285bce3c0aba780d02f3127a4c55 100755 --- a/Event/DAQEvent/xml/lcgdict/lcg_selection.xml +++ b/Event/DAQEvent/xml/lcgdict/lcg_selection.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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="LHCb::RawEvent" id="000003EA-0000-0000-0000-000000000000"> <field name="m_eventMap" transient="true"/> diff --git a/Event/DigiEvent/CMakeLists.txt b/Event/DigiEvent/CMakeLists.txt index 9c8d79db1141184015564d3fb6cb840479bddacb..90533ca285a4efb139ae7bae9fda06c8a4109b57 100644 --- a/Event/DigiEvent/CMakeLists.txt +++ b/Event/DigiEvent/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: DigiEvent ################################################################################ diff --git a/Event/DigiEvent/Event/VPFullCluster.h b/Event/DigiEvent/Event/VPFullCluster.h index 7a9369f88295ba460a02840b9fc78b39c93b915b..08e5c92f6949024788d7e750e4a9bbc23338eaf6 100644 --- a/Event/DigiEvent/Event/VPFullCluster.h +++ b/Event/DigiEvent/Event/VPFullCluster.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RecEvent_VPFullCluster_H #define RecEvent_VPFullCluster_H 1 diff --git a/Event/DigiEvent/Event/VPLightCluster.h b/Event/DigiEvent/Event/VPLightCluster.h index fe9543417545a0e37fce5ba29e987a5a6a699f10..10c23d06fc2d16afcc01d61fb018a21b459cdd34 100644 --- a/Event/DigiEvent/Event/VPLightCluster.h +++ b/Event/DigiEvent/Event/VPLightCluster.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RecEvent_VPLightCluster_H #define RecEvent_VPLightCluster_H 1 diff --git a/Event/DigiEvent/dict/lcgDict.h b/Event/DigiEvent/dict/lcgDict.h index 22d289cd2fc5e5928e85825b1fee8796a31872cb..80296b18c23ec1665b361dd8824b628cc68f4af3 100755 --- a/Event/DigiEvent/dict/lcgDict.h +++ b/Event/DigiEvent/dict/lcgDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DIGIEVENT_LCGDICT_H #define DIGIEVENT_LCGDICT_H 1 diff --git a/Event/DigiEvent/xml/BcmDigit.xml b/Event/DigiEvent/xml/BcmDigit.xml index 2078b50814ebf491a44f478a60ad41b635e12372..d63fd394684254aa85c8152b9308361b3da9d557 100644 --- a/Event/DigiEvent/xml/BcmDigit.xml +++ b/Event/DigiEvent/xml/BcmDigit.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : M. Lieng --> <!--- Created : 2010-06-22 --> diff --git a/Event/DigiEvent/xml/CaloAdc.xml b/Event/DigiEvent/xml/CaloAdc.xml index 60fd96183ef85a04dc466e6e199516a180b19782..7088096e468cb71965699d6a8f97cb0931ad947b 100644 --- a/Event/DigiEvent/xml/CaloAdc.xml +++ b/Event/DigiEvent/xml/CaloAdc.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"[ <!ENTITY CLID_CaloAdc "2007" > ]> diff --git a/Event/DigiEvent/xml/CaloDigit.xml b/Event/DigiEvent/xml/CaloDigit.xml index 9167015a51e1a4e76fea56e538e62ada2197567c..a6bae742080ea4401ac956587a600db7a3b090c4 100644 --- a/Event/DigiEvent/xml/CaloDigit.xml +++ b/Event/DigiEvent/xml/CaloDigit.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"[ <!ENTITY CLID_CaloDigit "2002" > ]> diff --git a/Event/DigiEvent/xml/CaloDigitStatus.xml b/Event/DigiEvent/xml/CaloDigitStatus.xml index 56719046d7312180203021300b1455bd39f3288d..72b8cddba7f4cc25040de1cc9239aaa49abdf225 100644 --- a/Event/DigiEvent/xml/CaloDigitStatus.xml +++ b/Event/DigiEvent/xml/CaloDigitStatus.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="DigiEvent"> diff --git a/Event/DigiEvent/xml/HCDigit.xml b/Event/DigiEvent/xml/HCDigit.xml index 65be4619eadc3b21b8c006f1b3d36f5217f3910f..e656f003ec74f4dc79214b22846df6d39e48510d 100644 --- a/Event/DigiEvent/xml/HCDigit.xml +++ b/Event/DigiEvent/xml/HCDigit.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> <package name = "DigiEvent"> diff --git a/Event/DigiEvent/xml/MuonDigit.xml b/Event/DigiEvent/xml/MuonDigit.xml index e15991c23bd5575ff275475afc209389b907f338..dbeee753c1a0e269064f5e4933128690d51d5d31 100644 --- a/Event/DigiEvent/xml/MuonDigit.xml +++ b/Event/DigiEvent/xml/MuonDigit.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="DigiEvent"> diff --git a/Event/DigiEvent/xml/MuonPack.xml b/Event/DigiEvent/xml/MuonPack.xml index 2438228d55273d12ab88b8b2bd8f33e55ba23548..814d8189787d42b0821604a159a9efb5364ab2cb 100644 --- a/Event/DigiEvent/xml/MuonPack.xml +++ b/Event/DigiEvent/xml/MuonPack.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Alessia Satta --> <!--- Created : 2005-12-15 --> diff --git a/Event/DigiEvent/xml/OTTime.xml b/Event/DigiEvent/xml/OTTime.xml index a5bf9a05e571caf6811803f6388d0c71b983d11d..12d16fd55415d85ddbd5d89889587678f6322a69 100644 --- a/Event/DigiEvent/xml/OTTime.xml +++ b/Event/DigiEvent/xml/OTTime.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> diff --git a/Event/DigiEvent/xml/RichDigit.xml b/Event/DigiEvent/xml/RichDigit.xml index 6ba5b3d3c4b50fd0dbbca6053b905f55498a243b..e806e1f7eb9820a27995f0c37887d70cded081fc 100644 --- a/Event/DigiEvent/xml/RichDigit.xml +++ b/Event/DigiEvent/xml/RichDigit.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="DigiEvent"> diff --git a/Event/DigiEvent/xml/STCluster.xml b/Event/DigiEvent/xml/STCluster.xml index b41168263d1107d13298a477aff6a12c483a6ee1..874d7a36091ff784a87b6920ec3b30cf2abb46d1 100644 --- a/Event/DigiEvent/xml/STCluster.xml +++ b/Event/DigiEvent/xml/STCluster.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : M. Needham --> <!--- Created : 2006-01-30 --> diff --git a/Event/DigiEvent/xml/STDigit.xml b/Event/DigiEvent/xml/STDigit.xml index a2706c608ce46b695e3f96cae8f75c9acb5cd909..a089bd5da3016e4afa5b0fba0b04f5692b997cf5 100644 --- a/Event/DigiEvent/xml/STDigit.xml +++ b/Event/DigiEvent/xml/STDigit.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd' [ <!ENTITY STClusterChannelIDFunctions SYSTEM "STChannelID.ent"> <!ENTITY channelIDFunction "channelID()" > diff --git a/Event/DigiEvent/xml/STLiteCluster.xml b/Event/DigiEvent/xml/STLiteCluster.xml index e043d542339222b3b922f416bf0bf5534f1b46d8..8444f6815c629c3804ccaa16aaf50a2d703fff1f 100644 --- a/Event/DigiEvent/xml/STLiteCluster.xml +++ b/Event/DigiEvent/xml/STLiteCluster.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : M. Needham --> <!--- Created : 2006-01-30 --> diff --git a/Event/DigiEvent/xml/VPCluster.xml b/Event/DigiEvent/xml/VPCluster.xml index 33f9af8b5af333c50d4bbd6f25f693f7eb82a231..1e1de685c2fc0af4d8aba3f20247fbeb956eaa0c 100644 --- a/Event/DigiEvent/xml/VPCluster.xml +++ b/Event/DigiEvent/xml/VPCluster.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> <package name = "DigiEvent"> diff --git a/Event/DigiEvent/xml/VPDigit.xml b/Event/DigiEvent/xml/VPDigit.xml index 837e2b94d35227cc2b22b59956ec055107812150..1614841cff346ea663bef532e4b9365bcd70a7c0 100644 --- a/Event/DigiEvent/xml/VPDigit.xml +++ b/Event/DigiEvent/xml/VPDigit.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> <package name = "DigiEvent"> diff --git a/Event/DigiEvent/xml/VeloCluster.xml b/Event/DigiEvent/xml/VeloCluster.xml index 435c1a151178d44db7cdc1bc309727687741631a..4418f21c0d9d14aaf997778e2801736e0c3b4c39 100644 --- a/Event/DigiEvent/xml/VeloCluster.xml +++ b/Event/DigiEvent/xml/VeloCluster.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : C. Parkes --> <!--- Created : 2006-02-13 --> diff --git a/Event/DigiEvent/xml/VeloDigit.xml b/Event/DigiEvent/xml/VeloDigit.xml index e6289c24757700613beb6286636c00d2e8e3a9f3..78069e6d28b00a2efb67fd06a1afaec56488c210 100644 --- a/Event/DigiEvent/xml/VeloDigit.xml +++ b/Event/DigiEvent/xml/VeloDigit.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Tomasz Szumlak --> <!--- Created : 2005-12-21 --> diff --git a/Event/DigiEvent/xml/VeloLiteCluster.xml b/Event/DigiEvent/xml/VeloLiteCluster.xml index 9826f234f22a637ae7849904e5ca3aa9116fc142..1de736603a5052a9d91d3928bce2720dc8e83b47 100644 --- a/Event/DigiEvent/xml/VeloLiteCluster.xml +++ b/Event/DigiEvent/xml/VeloLiteCluster.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : C. Parkes --> <!--- Created : 2006-02-13 --> diff --git a/Event/DigiEvent/xml/lcgdict/lcg_selection.xml b/Event/DigiEvent/xml/lcgdict/lcg_selection.xml index 3c1b5d6e0258c74239b244021a2b6092260a96ba..e40993fb9699a0c1927bad69b9601c38ed95a7ae 100755 --- a/Event/DigiEvent/xml/lcgdict/lcg_selection.xml +++ b/Event/DigiEvent/xml/lcgdict/lcg_selection.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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="FastClusterContainer<LHCb::VeloLiteCluster, int >"/> <class name="FastClusterContainer<LHCb::STLiteCluster, int >"/> diff --git a/Event/EventAssoc/CMakeLists.txt b/Event/EventAssoc/CMakeLists.txt index 59957b1a9b2b0249ce0dd79a512b554f610ce72e..e03a818dd80ba4e55401188b682c0145d4a2ded9 100644 --- a/Event/EventAssoc/CMakeLists.txt +++ b/Event/EventAssoc/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: EventAssoc ################################################################################ diff --git a/Event/EventAssoc/dict/mc.py b/Event/EventAssoc/dict/mc.py index b15b6c856834f829da4ffa40d0841c8d1f9ab3c5..c7ac14bdc0aa3dfb07a476cb259e107c57e6c4e1 100644 --- a/Event/EventAssoc/dict/mc.py +++ b/Event/EventAssoc/dict/mc.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 # Simple script to create proper selection files to buils relations diff --git a/Event/EventAssoc/dict/phys.py b/Event/EventAssoc/dict/phys.py index 33f1c734ee863e9e8b80eac35acca8d32b4bed60..245f656b9abc41b36b998a57f825154d9f27d5cb 100755 --- a/Event/EventAssoc/dict/phys.py +++ b/Event/EventAssoc/dict/phys.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 # Simple script to create proper selection files to buils relations diff --git a/Event/EventAssoc/dict/selMC.h b/Event/EventAssoc/dict/selMC.h index e03663306b2c50ea7c4dce6e1bd592d2d6fa138d..8a486f328018d22c28cd9424378b971eed89c3df 100644 --- a/Event/EventAssoc/dict/selMC.h +++ b/Event/EventAssoc/dict/selMC.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Rels.py,v 1.2 2008-11-02 16:44:38 ibelyaev Exp $ // ==================================================================== // CVS tag $Name: not supported by cvs2svn $, version $Revision: 1.2 $ diff --git a/Event/EventAssoc/dict/selMC.xml b/Event/EventAssoc/dict/selMC.xml index e72688bd40ad982b025cc2768423bd249f3360a8..6f765d3809c557d82caf4a8b3343d4b0d9d592b8 100644 --- a/Event/EventAssoc/dict/selMC.xml +++ b/Event/EventAssoc/dict/selMC.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: Rels.py,v 1.2 2008-11-02 16:44:38 ibelyaev Exp $ * ======================================================================== * $CVS tag:$, version $Revision: 1.2 $ diff --git a/Event/EventAssoc/dict/selPhys.h b/Event/EventAssoc/dict/selPhys.h index 2cd88d433da8ab3eaa8c8a268885cf9abfc7db9c..68cad675a59eadf7f3676fa96b8eeeeee638c18f 100644 --- a/Event/EventAssoc/dict/selPhys.h +++ b/Event/EventAssoc/dict/selPhys.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Rels.py,v 1.2 2008-11-02 16:44:38 ibelyaev Exp $ // ==================================================================== // CVS tag $Name: not supported by cvs2svn $, version $Revision: 1.2 $ diff --git a/Event/EventAssoc/dict/selPhys.xml b/Event/EventAssoc/dict/selPhys.xml index ef530058a42a97f79bbfae21dc5f482551e4014c..75dbc197334c2ad097a6d841d841e0bf0b956672 100644 --- a/Event/EventAssoc/dict/selPhys.xml +++ b/Event/EventAssoc/dict/selPhys.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: Rels.py,v 1.2 2008-11-02 16:44:38 ibelyaev Exp $ * ======================================================================== * $CVS tag:$, version $Revision: 1.2 $ diff --git a/Event/EventAssoc/dict/selection.py b/Event/EventAssoc/dict/selection.py index c22d87e5bccd499091ce9304284403f0b9321344..904a83c8d2325e0583aa7ca65cbc177d840d3eec 100755 --- a/Event/EventAssoc/dict/selection.py +++ b/Event/EventAssoc/dict/selection.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 # Simple script to create proper selection files to buils relations diff --git a/Event/EventBase/CMakeLists.txt b/Event/EventBase/CMakeLists.txt index a0f46d222b3f5a8a8fb379e92796f81dccba7f0b..6783ad3a323edce7fa59efe1f92ebaca6daf29cc 100644 --- a/Event/EventBase/CMakeLists.txt +++ b/Event/EventBase/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: EventBase ################################################################################ diff --git a/Event/EventBase/xml/IntLink.xml b/Event/EventBase/xml/IntLink.xml index 966d43a53686d9d24b8541a754b3caf97760198d..25e11349a17d74d6edb24309cb933227b1eef388 100755 --- a/Event/EventBase/xml/IntLink.xml +++ b/Event/EventBase/xml/IntLink.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> <package name='EventBase'> diff --git a/Event/EventBase/xml/ProcessHeader.xml b/Event/EventBase/xml/ProcessHeader.xml index 564b200a1d40d355892038c9efc3663a0e563564..c322785708e85b5f880ab825ae80c551c58395da 100755 --- a/Event/EventBase/xml/ProcessHeader.xml +++ b/Event/EventBase/xml/ProcessHeader.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Patrick KOPPENBURG --> <!--- Created : 2005-08-17 --> diff --git a/Event/EventPacker/CMakeLists.txt b/Event/EventPacker/CMakeLists.txt index 2b20031ba544c76dba15c66883599012174ec8a1..abec58637cced952fb68d5245af77d3e3327e01b 100644 --- a/Event/EventPacker/CMakeLists.txt +++ b/Event/EventPacker/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: EventPacker ################################################################################ diff --git a/Event/EventPacker/Event/GenericBuffer.h b/Event/EventPacker/Event/GenericBuffer.h index 2f9ff2b60ed3c8a75279ef6a256655fd80839b2d..45de0b2757b17aabf3ef604fd0f24b45da8e6030 100644 --- a/Event/EventPacker/Event/GenericBuffer.h +++ b/Event/EventPacker/Event/GenericBuffer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 __EVENTPACKER_EVENT_GENERICBUFFER_H__ #define __EVENTPACKER_EVENT_GENERICBUFFER_H__ diff --git a/Event/EventPacker/Event/PackedCaloAdc.h b/Event/EventPacker/Event/PackedCaloAdc.h index 8d1dc6c6a9f011fadfa32b9aab43ea8c51a51501..888430e64de7d842826952a337da84e99f98e7c5 100644 --- a/Event/EventPacker/Event/PackedCaloAdc.h +++ b/Event/EventPacker/Event/PackedCaloAdc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PackedCaloAdc_H #define EVENT_PackedCaloAdc_H 1 diff --git a/Event/EventPacker/Event/PackedCaloCluster.h b/Event/EventPacker/Event/PackedCaloCluster.h index 14170525344c394f2899088d1e0d6e152ad3e598..00528d2662cf63098e7951b0fb7c7be7459a0801 100644 --- a/Event/EventPacker/Event/PackedCaloCluster.h +++ b/Event/EventPacker/Event/PackedCaloCluster.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PackedCaloCluster_H #define EVENT_PackedCaloCluster_H 1 diff --git a/Event/EventPacker/Event/PackedCaloDigit.h b/Event/EventPacker/Event/PackedCaloDigit.h index 4bfc3b1b118fc86e11e0cf53a5385d0eaf8ef494..c69d5daa3d4973e03f3357bfc1ae2661dd1d084d 100644 --- a/Event/EventPacker/Event/PackedCaloDigit.h +++ b/Event/EventPacker/Event/PackedCaloDigit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PackedCaloDigit_H #define EVENT_PackedCaloDigit_H 1 diff --git a/Event/EventPacker/Event/PackedCaloHypo.h b/Event/EventPacker/Event/PackedCaloHypo.h index 489811ee8370a1495d792b57847b34dbf267bb65..8a6df5ce847da2b90eb060560a078c786204e04b 100644 --- a/Event/EventPacker/Event/PackedCaloHypo.h +++ b/Event/EventPacker/Event/PackedCaloHypo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PACKEDCALOHYPO_H #define EVENT_PACKEDCALOHYPO_H 1 diff --git a/Event/EventPacker/Event/PackedCluster.h b/Event/EventPacker/Event/PackedCluster.h index 627f79a3998fcd05d0772282ced1d409fd3ea33a..655b7ecde2f4b3fc9dcebc92f30b794eec57b8a0 100644 --- a/Event/EventPacker/Event/PackedCluster.h +++ b/Event/EventPacker/Event/PackedCluster.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PACKEDCLUSTER_H #define EVENT_PACKEDCLUSTER_H 1 #include "GaudiKernel/DataObject.h" diff --git a/Event/EventPacker/Event/PackedDecReport.h b/Event/EventPacker/Event/PackedDecReport.h index af9ea63f5f64455c80e49c408fca437e032cc365..e4dce07222c73f294801ed8a5eff1a6b050698d3 100644 --- a/Event/EventPacker/Event/PackedDecReport.h +++ b/Event/EventPacker/Event/PackedDecReport.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PACKEDDECREPORT_H #define EVENT_PACKEDDECREPORT_H 1 diff --git a/Event/EventPacker/Event/PackedEventChecks.h b/Event/EventPacker/Event/PackedEventChecks.h index f9b141b862be34e6b8f9926f1d717626bae14de0..b4fb67b1bc31c8f8f670471b2b3992eba606b971 100644 --- a/Event/EventPacker/Event/PackedEventChecks.h +++ b/Event/EventPacker/Event/PackedEventChecks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PACKEDEVENTCHECKS_H #define EVENT_PACKEDEVENTCHECKS_H 1 diff --git a/Event/EventPacker/Event/PackedFlavourTag.h b/Event/EventPacker/Event/PackedFlavourTag.h index c7b3f231af7bb1a577a6d2c38aafd9527d492a12..134f8b4c344c16d1b6fa7a23015cf313b0538d12 100644 --- a/Event/EventPacker/Event/PackedFlavourTag.h +++ b/Event/EventPacker/Event/PackedFlavourTag.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PackedFlavourTag_H #define EVENT_PackedFlavourTag_H 1 diff --git a/Event/EventPacker/Event/PackedMCCaloHit.h b/Event/EventPacker/Event/PackedMCCaloHit.h index f32f4e66ad71bd7bfbd947dbc7c76a7b28948df5..1928624785b94ca48e2bfbaab2c1ce6da88ebffd 100644 --- a/Event/EventPacker/Event/PackedMCCaloHit.h +++ b/Event/EventPacker/Event/PackedMCCaloHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PACKEDMCCALOHIT_H #define EVENT_PACKEDMCCALOHIT_H 1 diff --git a/Event/EventPacker/Event/PackedMCHit.h b/Event/EventPacker/Event/PackedMCHit.h index 4231cd7b12653468894ba6b5496c98faca0771c3..16c8fd283e70f15adac16a7b92dc95efa15e5c13 100644 --- a/Event/EventPacker/Event/PackedMCHit.h +++ b/Event/EventPacker/Event/PackedMCHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PACKEDMCHIT_H #define EVENT_PACKEDMCHIT_H 1 diff --git a/Event/EventPacker/Event/PackedMCParticle.h b/Event/EventPacker/Event/PackedMCParticle.h index b472ee89534870eddd296ef9ae49dad077875546..1fad6bcfd4c8ec6ccf9296e7d6d36cee3ed7de22 100644 --- a/Event/EventPacker/Event/PackedMCParticle.h +++ b/Event/EventPacker/Event/PackedMCParticle.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PACKEDMCPARTICLE_H #define EVENT_PACKEDMCPARTICLE_H 1 diff --git a/Event/EventPacker/Event/PackedMCRichDigitSummary.h b/Event/EventPacker/Event/PackedMCRichDigitSummary.h index 0c946c9248ab253af89db5824a4010e2a425d779..6f0c63ceadd76281ecec67957cdc98eca22faa0b 100644 --- a/Event/EventPacker/Event/PackedMCRichDigitSummary.h +++ b/Event/EventPacker/Event/PackedMCRichDigitSummary.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PackedMCRichDigitSummary_H #define EVENT_PackedMCRichDigitSummary_H 1 diff --git a/Event/EventPacker/Event/PackedMCRichHit.h b/Event/EventPacker/Event/PackedMCRichHit.h index 14262a082bdfb68b79d98bf71088d0ab9f58fd15..823b351501f717ec477752ad1712f315459a6972 100644 --- a/Event/EventPacker/Event/PackedMCRichHit.h +++ b/Event/EventPacker/Event/PackedMCRichHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PACKEDMCRICHHIT_H #define EVENT_PACKEDMCRICHHIT_H 1 diff --git a/Event/EventPacker/Event/PackedMCRichOpticalPhoton.h b/Event/EventPacker/Event/PackedMCRichOpticalPhoton.h index a69ae437f51c7aaff81be02e4112ea9125f31301..515b46e265d01f5c7dc03611c940590d7aa182af 100644 --- a/Event/EventPacker/Event/PackedMCRichOpticalPhoton.h +++ b/Event/EventPacker/Event/PackedMCRichOpticalPhoton.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PACKEDMCRICHOPTICALPHOTON_H #define EVENT_PACKEDMCRICHOPTICALPHOTON_H 1 diff --git a/Event/EventPacker/Event/PackedMCRichSegment.h b/Event/EventPacker/Event/PackedMCRichSegment.h index e413d3544d8bf406bed64156360eb98dfb7c50d3..d68f95fd88e4a802c019c648ef5a793f21be52b2 100644 --- a/Event/EventPacker/Event/PackedMCRichSegment.h +++ b/Event/EventPacker/Event/PackedMCRichSegment.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PackedMCRichSegment_H #define EVENT_PackedMCRichSegment_H 1 diff --git a/Event/EventPacker/Event/PackedMCRichTrack.h b/Event/EventPacker/Event/PackedMCRichTrack.h index 6c9ea9a072ce43ec94d32d6d160fce24748049f9..8fd79fd308343c5d9c298dd05a4ae99a3f4197f1 100644 --- a/Event/EventPacker/Event/PackedMCRichTrack.h +++ b/Event/EventPacker/Event/PackedMCRichTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PackedMCRichTrack_H #define EVENT_PackedMCRichTrack_H 1 diff --git a/Event/EventPacker/Event/PackedMCVertex.h b/Event/EventPacker/Event/PackedMCVertex.h index dcc240eaed7800b58e3c7e3a23c755ba15f83f1f..ff87aa287c314c17d771009baa5a7da88620e5a0 100644 --- a/Event/EventPacker/Event/PackedMCVertex.h +++ b/Event/EventPacker/Event/PackedMCVertex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PACKEDMCVERTEX_H #define EVENT_PACKEDMCVERTEX_H 1 diff --git a/Event/EventPacker/Event/PackedMuonPID.h b/Event/EventPacker/Event/PackedMuonPID.h index c56c7b289859e2695442ab09d9c10ed9ac0252fd..9594d750ecabe094d0eaf6690998adb9cc2e3089 100644 --- a/Event/EventPacker/Event/PackedMuonPID.h +++ b/Event/EventPacker/Event/PackedMuonPID.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PACKEDMUONPID_H #define EVENT_PACKEDMUONPID_H 1 diff --git a/Event/EventPacker/Event/PackedPartToRelatedInfoRelation.h b/Event/EventPacker/Event/PackedPartToRelatedInfoRelation.h index d2e5e4471f7cba779bc90c3153e7d872bea65269..0caee1bf30a339c656d632ab4ece25f99492d31c 100644 --- a/Event/EventPacker/Event/PackedPartToRelatedInfoRelation.h +++ b/Event/EventPacker/Event/PackedPartToRelatedInfoRelation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PackedPartToRelatedInfoRelation_H #define EVENT_PackedPartToRelatedInfoRelation_H 1 diff --git a/Event/EventPacker/Event/PackedParticle.h b/Event/EventPacker/Event/PackedParticle.h index 85cfa0ed60002d80403b1a682ce461532b72b61d..8a4445dab802ad451f1c13755a13d836ab689ded 100644 --- a/Event/EventPacker/Event/PackedParticle.h +++ b/Event/EventPacker/Event/PackedParticle.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PACKEDPARTICLE_H #define EVENT_PACKEDPARTICLE_H 1 diff --git a/Event/EventPacker/Event/PackedParticle2Ints.h b/Event/EventPacker/Event/PackedParticle2Ints.h index 2e1ba724d2bec372fb3b7bfee605e2af32bf66c7..2045708ecdac1e78126d055082350cf554a63631 100644 --- a/Event/EventPacker/Event/PackedParticle2Ints.h +++ b/Event/EventPacker/Event/PackedParticle2Ints.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PACKEDPARTICLE2INTS_H #define EVENT_PACKEDPARTICLE2INTS_H 1 diff --git a/Event/EventPacker/Event/PackedProtoParticle.h b/Event/EventPacker/Event/PackedProtoParticle.h index 3b356ca854a4018268221624e230891c02b5e188..19cd30c5f8d3fbf33c1159e8a34b4dd602a9a3b4 100644 --- a/Event/EventPacker/Event/PackedProtoParticle.h +++ b/Event/EventPacker/Event/PackedProtoParticle.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PACKEDPROTOPARTICLE_H #define EVENT_PACKEDPROTOPARTICLE_H 1 diff --git a/Event/EventPacker/Event/PackedRecVertex.h b/Event/EventPacker/Event/PackedRecVertex.h index c73604d4caf89e4b1449ebeedb3994fcc890efaa..ee6e985bec51ce2f02d10c5b5b1ee8e51536e9f4 100644 --- a/Event/EventPacker/Event/PackedRecVertex.h +++ b/Event/EventPacker/Event/PackedRecVertex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PACKEDRECVERTEX_H #define EVENT_PACKEDRECVERTEX_H 1 diff --git a/Event/EventPacker/Event/PackedRelations.h b/Event/EventPacker/Event/PackedRelations.h index d431a9ba98f73d2c5eb672aec597f0356ce8f24a..21d792a21206dde2b51b0bcfe6be2c0a071b51ab 100644 --- a/Event/EventPacker/Event/PackedRelations.h +++ b/Event/EventPacker/Event/PackedRelations.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PACKEDRELATIONS_H #define EVENT_PACKEDRELATIONS_H 1 diff --git a/Event/EventPacker/Event/PackedRichPID.h b/Event/EventPacker/Event/PackedRichPID.h index ffc94aeb23e74ffdc8b666d4f68f3cc86b2834db..e6148bb79d373a7118276ad2d3c950cc6a8d13cd 100644 --- a/Event/EventPacker/Event/PackedRichPID.h +++ b/Event/EventPacker/Event/PackedRichPID.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PACKEDRICHPID_H #define EVENT_PACKEDRICHPID_H 1 diff --git a/Event/EventPacker/Event/PackedTrack.h b/Event/EventPacker/Event/PackedTrack.h index da540e05f170acaa9ab7e67b9df368cbfbff1c8b..2146bb102cd922941bce91f646c5e48dd63dc8c1 100644 --- a/Event/EventPacker/Event/PackedTrack.h +++ b/Event/EventPacker/Event/PackedTrack.h @@ -1,4 +1,13 @@ - +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once // STL diff --git a/Event/EventPacker/Event/PackedTwoProngVertex.h b/Event/EventPacker/Event/PackedTwoProngVertex.h index e7b5fc8f508f4bc62b396b6314fdad6d9cbf7f8c..2f2a07586c79fd5638fe546ffb938e88d2eaff26 100644 --- a/Event/EventPacker/Event/PackedTwoProngVertex.h +++ b/Event/EventPacker/Event/PackedTwoProngVertex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PACKEDTWOPRONGVERTEX_H #define EVENT_PACKEDTWOPRONGVERTEX_H 1 diff --git a/Event/EventPacker/Event/PackedVertex.h b/Event/EventPacker/Event/PackedVertex.h index e0c6c31179d40e16e10c22d7fa5e2e982ccce7f1..bcc1f9eb3f19286370d798eae440b62746df6933 100644 --- a/Event/EventPacker/Event/PackedVertex.h +++ b/Event/EventPacker/Event/PackedVertex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PACKEDVERTEX_H #define EVENT_PACKEDVERTEX_H 1 diff --git a/Event/EventPacker/Event/PackedWeightsVector.h b/Event/EventPacker/Event/PackedWeightsVector.h index 1b7f126371cc561139af31bb1332cdb157ab3d71..a47ed137a3d4bec4d6499c04068eddef5593cef9 100644 --- a/Event/EventPacker/Event/PackedWeightsVector.h +++ b/Event/EventPacker/Event/PackedWeightsVector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PackedWeightsVector_H #define EVENT_PackedWeightsVector_H 1 diff --git a/Event/EventPacker/Event/PackerUtils.h b/Event/EventPacker/Event/PackerUtils.h index 72d2b1c0ac35c0eef7c238d4044cbe6f3ae55637..06cd87dbd626730708e94497d9ab26cdec098548 100644 --- a/Event/EventPacker/Event/PackerUtils.h +++ b/Event/EventPacker/Event/PackerUtils.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_PACKERUTILS_H #define EVENT_PACKERUTILS_H 1 #include <string> diff --git a/Event/EventPacker/Event/StandardPacker.h b/Event/EventPacker/Event/StandardPacker.h index f91b6d3c54f399ed13e7860451c3f6f6e53bd72d..bf01c020cc10fb1fea4b45f509207fc468f8a60b 100644 --- a/Event/EventPacker/Event/StandardPacker.h +++ b/Event/EventPacker/Event/StandardPacker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_STANDARDPACKER_H #define KERNEL_STANDARDPACKER_H 1 diff --git a/Event/EventPacker/dict/PackedEventDict.h b/Event/EventPacker/dict/PackedEventDict.h index 44f334ba6cf32798aff28561a38fed7570daa1f3..5f29fbf98457e2914a4f9942f7829e08df8f9af8 100755 --- a/Event/EventPacker/dict/PackedEventDict.h +++ b/Event/EventPacker/dict/PackedEventDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: PackedEventDict.h,v 1.6 2010-05-18 09:04:35 jonrob Exp $ #ifndef DICT_PACKEDEVENTDICT_H #define DICT_PACKEDEVENTDICT_H 1 diff --git a/Event/EventPacker/dict/PackedEventDict.xml b/Event/EventPacker/dict/PackedEventDict.xml index 7edfd0332f5cc12fb4fadb63504f2c851b6f88eb..5e62c461e04520c927f75d5d83265fc7a1e3bad5 100755 --- a/Event/EventPacker/dict/PackedEventDict.xml +++ b/Event/EventPacker/dict/PackedEventDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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> <!-- Produce dictionary for the packed classes The magic number is just the class ID in Hex, followed by the given pattern of zeroes diff --git a/Event/EventPacker/src/component/ChargedProtoParticleMapper.cpp b/Event/EventPacker/src/component/ChargedProtoParticleMapper.cpp index 7a3d6d17473520febcbadffe14333f83660a0fd7..5c6aee16b40aafab8ffcf65e51bae1ed781cd9eb 100644 --- a/Event/EventPacker/src/component/ChargedProtoParticleMapper.cpp +++ b/Event/EventPacker/src/component/ChargedProtoParticleMapper.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <iterator> diff --git a/Event/EventPacker/src/component/ChargedProtoParticleMapper.h b/Event/EventPacker/src/component/ChargedProtoParticleMapper.h index 9fb10b9ecd20090c1a30e3aa384e12d24221bd4d..52a25fc67f3460f1e60b3e97d0576b58ea135c0f 100644 --- a/Event/EventPacker/src/component/ChargedProtoParticleMapper.h +++ b/Event/EventPacker/src/component/ChargedProtoParticleMapper.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SRC_ChargedProtoParticleMapper_H #define SRC_ChargedProtoParticleMapper_H 1 diff --git a/Event/EventPacker/src/component/CheckerBaseAlg.h b/Event/EventPacker/src/component/CheckerBaseAlg.h index 3c3573e8f24299dc628a36399ad0d4eb8f18afe9..c87c1f24adaec03efa0df72580779f041292fd56 100644 --- a/Event/EventPacker/src/component/CheckerBaseAlg.h +++ b/Event/EventPacker/src/component/CheckerBaseAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CHECKERBASEALG_H #define CHECKERBASEALG_H 1 diff --git a/Event/EventPacker/src/component/CheckerBaseAlg.icpp b/Event/EventPacker/src/component/CheckerBaseAlg.icpp index d625ab780f7f54527b9ef86ac5010bdcdb9d71d1..584de5ad40ba8806764813653bc5d98071a98261 100644 --- a/Event/EventPacker/src/component/CheckerBaseAlg.icpp +++ b/Event/EventPacker/src/component/CheckerBaseAlg.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Local #include "CheckerBaseAlg.h" diff --git a/Event/EventPacker/src/component/Checkers.cpp b/Event/EventPacker/src/component/Checkers.cpp index e12c6f99d771fae54885b882a7bd1c1408faf415..f1cbb6e55aad353fd081ffbede1f2a494036205d 100644 --- a/Event/EventPacker/src/component/Checkers.cpp +++ b/Event/EventPacker/src/component/Checkers.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "CheckerBaseAlg.icpp" #include "Event/PackedMCRichHit.h" diff --git a/Event/EventPacker/src/component/CompareCaloHypo.cpp b/Event/EventPacker/src/component/CompareCaloHypo.cpp index 4c758b84bf03926ec33de1621766ee2e952183dc..51e8eb4295f6784bd1d873bd3391ab0314711d1c 100644 --- a/Event/EventPacker/src/component/CompareCaloHypo.cpp +++ b/Event/EventPacker/src/component/CompareCaloHypo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/EventPacker/src/component/CompareCaloHypo.h b/Event/EventPacker/src/component/CompareCaloHypo.h index 80cc5574008c8faf8fd417970f84558070c41b47..d8facb76b15c3e7f8f1c260e456f11ef08e509f6 100644 --- a/Event/EventPacker/src/component/CompareCaloHypo.h +++ b/Event/EventPacker/src/component/CompareCaloHypo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPARECALOHYPO_H #define COMPARECALOHYPO_H 1 diff --git a/Event/EventPacker/src/component/CompareMCParticle.cpp b/Event/EventPacker/src/component/CompareMCParticle.cpp index 6513bf4d8a909cd61119e408401b46bc82b73395..bd2b0d79fd178c9163e9986cd7351d5dd05a27e3 100644 --- a/Event/EventPacker/src/component/CompareMCParticle.cpp +++ b/Event/EventPacker/src/component/CompareMCParticle.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/MCParticle.h" diff --git a/Event/EventPacker/src/component/CompareMCParticle.h b/Event/EventPacker/src/component/CompareMCParticle.h index 2fbfd039e2f4df198a444549ed20d20756be9e39..e471c78dbd040a2ebbcf7ce463ef800b58d4e119 100644 --- a/Event/EventPacker/src/component/CompareMCParticle.h +++ b/Event/EventPacker/src/component/CompareMCParticle.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPAREMCPARTICLE_H #define COMPAREMCPARTICLE_H 1 diff --git a/Event/EventPacker/src/component/CompareMCVertex.cpp b/Event/EventPacker/src/component/CompareMCVertex.cpp index c6deb0777d1a426a01936407553cb7ad9d9b76ff..6f64cd0cb663928501c03bfb77fe8b9dff3ee923 100644 --- a/Event/EventPacker/src/component/CompareMCVertex.cpp +++ b/Event/EventPacker/src/component/CompareMCVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 Boost diff --git a/Event/EventPacker/src/component/CompareMCVertex.h b/Event/EventPacker/src/component/CompareMCVertex.h index f6744f4f1b892020a013945080f6c46c934848da..bdd7c25b72a35e5af41a834097a62e3181e70d47 100644 --- a/Event/EventPacker/src/component/CompareMCVertex.h +++ b/Event/EventPacker/src/component/CompareMCVertex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPAREMCVERTEX_H #define COMPAREMCVERTEX_H 1 diff --git a/Event/EventPacker/src/component/CompareProtoParticle.cpp b/Event/EventPacker/src/component/CompareProtoParticle.cpp index 5fdd900aeb3847ae285e7d7fd7877e5719f7f415..6cfee559667d6b98041660847a59f92ac6aa6590 100644 --- a/Event/EventPacker/src/component/CompareProtoParticle.cpp +++ b/Event/EventPacker/src/component/CompareProtoParticle.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/EventPacker/src/component/CompareProtoParticle.h b/Event/EventPacker/src/component/CompareProtoParticle.h index 7c4cdaacf29913e89a5d4aa26afb9fdf161b6ce1..e62f4bcfe64f546f97ce01905daf74ec4a76e157 100644 --- a/Event/EventPacker/src/component/CompareProtoParticle.h +++ b/Event/EventPacker/src/component/CompareProtoParticle.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPAREPROTOPARTICLE_H #define COMPAREPROTOPARTICLE_H 1 diff --git a/Event/EventPacker/src/component/CompareRecVertex.cpp b/Event/EventPacker/src/component/CompareRecVertex.cpp index ec3e97ab722ec4d7879132e4d1a55b59da23b6b5..112b12fed14b24a4965f052bae307e338313a1e2 100644 --- a/Event/EventPacker/src/component/CompareRecVertex.cpp +++ b/Event/EventPacker/src/component/CompareRecVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/EventPacker/src/component/CompareRecVertex.h b/Event/EventPacker/src/component/CompareRecVertex.h index 5b4c7e5f45c22ab09292aa47c8c11bb65ed71dee..d821d6cbd869aced07cd1d5f616a53ea28b2b006 100644 --- a/Event/EventPacker/src/component/CompareRecVertex.h +++ b/Event/EventPacker/src/component/CompareRecVertex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPARERECVERTEX_H #define COMPARERECVERTEX_H 1 diff --git a/Event/EventPacker/src/component/CompareTrack.cpp b/Event/EventPacker/src/component/CompareTrack.cpp index 8d7492ca3eaaeee080b82500c4845a8b6e5264a2..26f764bc7057e4e8c73444dfc1b19af4bcd27a28 100644 --- a/Event/EventPacker/src/component/CompareTrack.cpp +++ b/Event/EventPacker/src/component/CompareTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/EventPacker/src/component/CompareTrack.h b/Event/EventPacker/src/component/CompareTrack.h index 3ca9c53d28aa906e771896c69386f9a32fe45777..56a2c66b54d0b3f1884f500ec3b5e64fab7f7026 100644 --- a/Event/EventPacker/src/component/CompareTrack.h +++ b/Event/EventPacker/src/component/CompareTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPARETRACK_H #define COMPARETRACK_H 1 diff --git a/Event/EventPacker/src/component/CompareTwoProngVertex.cpp b/Event/EventPacker/src/component/CompareTwoProngVertex.cpp index 7290a14cfe3d5ddc7c4b6899c52752dba538f905..dfc03d329204f7df727ebc2c9a4ba1b33e782786 100644 --- a/Event/EventPacker/src/component/CompareTwoProngVertex.cpp +++ b/Event/EventPacker/src/component/CompareTwoProngVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/TwoProngVertex.h" diff --git a/Event/EventPacker/src/component/CompareTwoProngVertex.h b/Event/EventPacker/src/component/CompareTwoProngVertex.h index aa50f4b5235d0ee4fbeec9c977b9d91a75c7b6a6..d0f03f6fdafab8102955ce42722f50f836f355e7 100644 --- a/Event/EventPacker/src/component/CompareTwoProngVertex.h +++ b/Event/EventPacker/src/component/CompareTwoProngVertex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPARETWOPRONGVERTEX_H #define COMPARETWOPRONGVERTEX_H 1 diff --git a/Event/EventPacker/src/component/ConversionDODMapper.cpp b/Event/EventPacker/src/component/ConversionDODMapper.cpp index d915b889120ca835b9d66a8eb1de427a3e64be65..27bbf067f6c01d782070ab01b777790695b762cd 100644 --- a/Event/EventPacker/src/component/ConversionDODMapper.cpp +++ b/Event/EventPacker/src/component/ConversionDODMapper.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Local parser for vector<pair<string,string> > // Must be done very early. #include "GaudiKernel/ParsersFactory.h" diff --git a/Event/EventPacker/src/component/ConversionDODMapper.h b/Event/EventPacker/src/component/ConversionDODMapper.h index 20eca063bc5eff08f4dc9cfd485dca19e790bb6d..d67ebe1e8e955547dfaecd6af7fab4457b3e2e66 100644 --- a/Event/EventPacker/src/component/ConversionDODMapper.h +++ b/Event/EventPacker/src/component/ConversionDODMapper.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SRC_CONVERSIONDODMAPPER_H #define SRC_CONVERSIONDODMAPPER_H 1 diff --git a/Event/EventPacker/src/component/DumpTracks.cpp b/Event/EventPacker/src/component/DumpTracks.cpp index d1766e510cf9bca5f3251f61951f825e16746e0b..00e4b45087bd0f3e408757392f94a28071a164b2 100644 --- a/Event/EventPacker/src/component/DumpTracks.cpp +++ b/Event/EventPacker/src/component/DumpTracks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // Event Model diff --git a/Event/EventPacker/src/component/DumpTracks.h b/Event/EventPacker/src/component/DumpTracks.h index cdc0f78eafac47374504727c42ac13f10b0f45e9..f00ab522d3a1f416dcd127b49dfb426863de27b2 100644 --- a/Event/EventPacker/src/component/DumpTracks.h +++ b/Event/EventPacker/src/component/DumpTracks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DUMPTRACKS_H #define DUMPTRACKS_H 1 diff --git a/Event/EventPacker/src/component/MapperToolBase.cpp b/Event/EventPacker/src/component/MapperToolBase.cpp index 8d1b898b896229b5842ed12ce5c9b0b1db97deaa..4a6ed609355b300464712cb17118d03ae672ce08 100644 --- a/Event/EventPacker/src/component/MapperToolBase.cpp +++ b/Event/EventPacker/src/component/MapperToolBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/EventPacker/src/component/MapperToolBase.h b/Event/EventPacker/src/component/MapperToolBase.h index b81649af5c6e3b056470bd6b6c1e2f23fa791ed7..16b32ebe6c6acea11cb74a7e6778cfda034a0fdd 100644 --- a/Event/EventPacker/src/component/MapperToolBase.h +++ b/Event/EventPacker/src/component/MapperToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MAPPERTOOLBASE_H #define MAPPERTOOLBASE_H 1 diff --git a/Event/EventPacker/src/component/PVToRecConverter.cpp b/Event/EventPacker/src/component/PVToRecConverter.cpp index e3911d4e923424f79fc3051cbd2af7365177c63f..9409183a10127e2741259e0aba908b6c495327e3 100644 --- a/Event/EventPacker/src/component/PVToRecConverter.cpp +++ b/Event/EventPacker/src/component/PVToRecConverter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/PrimaryVertex.h" #include "Event/RecVertex.h" #include "GaudiAlg/GaudiAlgorithm.h" diff --git a/Event/EventPacker/src/component/PackCaloHypo.cpp b/Event/EventPacker/src/component/PackCaloHypo.cpp index f3d150cb4c3f7a77b117a7731194fdc18d401af6..2bc76b02b50381e557d5848fc8d1befd22748668 100644 --- a/Event/EventPacker/src/component/PackCaloHypo.cpp +++ b/Event/EventPacker/src/component/PackCaloHypo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/EventPacker/src/component/PackCaloHypo.h b/Event/EventPacker/src/component/PackCaloHypo.h index 93bfa80bb2cc9df2e594316ce21e93d65e58fa1b..9051e4d85cadc9835bd2c0fbe6f54047c2f3dc79 100644 --- a/Event/EventPacker/src/component/PackCaloHypo.h +++ b/Event/EventPacker/src/component/PackCaloHypo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PACKCALOHYPO_H #define PACKCALOHYPO_H 1 diff --git a/Event/EventPacker/src/component/PackCluster.cpp b/Event/EventPacker/src/component/PackCluster.cpp index edbba86af96ba7b689c85f1f6c179dc4f66cf864..5bb707049246750a85a7891a5bf37cbfa7311d70 100644 --- a/Event/EventPacker/src/component/PackCluster.cpp +++ b/Event/EventPacker/src/component/PackCluster.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "Event/Track.h" diff --git a/Event/EventPacker/src/component/PackCluster.h b/Event/EventPacker/src/component/PackCluster.h index bfc0dc74890da053014cb5ec4e17f9d06455adf3..5a5c2409e9fe4980df8d2a4798593a6c5cd71726 100644 --- a/Event/EventPacker/src/component/PackCluster.h +++ b/Event/EventPacker/src/component/PackCluster.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PACKCLUSTER_H #define PACKCLUSTER_H 1 diff --git a/Event/EventPacker/src/component/PackDecReport.cpp b/Event/EventPacker/src/component/PackDecReport.cpp index d11b1ddc9c9a235bc970fe1744ce489fa0c7f4df..07799db6796dab8bf37ef01150dd9caf5ae6ed3a 100644 --- a/Event/EventPacker/src/component/PackDecReport.cpp +++ b/Event/EventPacker/src/component/PackDecReport.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/EventPacker/src/component/PackDecReport.h b/Event/EventPacker/src/component/PackDecReport.h index 1a6b6d7e5a7ef36bfe09adfba588229ca6f8559a..e63dddb77cd6319ef25dec15fab248a4d953de1c 100644 --- a/Event/EventPacker/src/component/PackDecReport.h +++ b/Event/EventPacker/src/component/PackDecReport.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PACKDECREPORT_H #define PACKDECREPORT_H 1 diff --git a/Event/EventPacker/src/component/PackMCParticle.cpp b/Event/EventPacker/src/component/PackMCParticle.cpp index 1f2b12a722265e414d1c781ca28c9e7d491a5c0e..f81ed048e52b093ebad3ccab32e63e41becabeca 100644 --- a/Event/EventPacker/src/component/PackMCParticle.cpp +++ b/Event/EventPacker/src/component/PackMCParticle.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <algorithm> diff --git a/Event/EventPacker/src/component/PackMCParticle.h b/Event/EventPacker/src/component/PackMCParticle.h index b239bf49e7c48ea15ea3205fda2aea2cf52af1b4..013f4203cb7b97b0747461f65e6eb4d15250e99f 100644 --- a/Event/EventPacker/src/component/PackMCParticle.h +++ b/Event/EventPacker/src/component/PackMCParticle.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PACKMCPARTICLE_H #define PACKMCPARTICLE_H 1 diff --git a/Event/EventPacker/src/component/PackMCVertex.cpp b/Event/EventPacker/src/component/PackMCVertex.cpp index da4e25622f48036fdc8c6d5dead68436b07d87aa..32f6f320d9d0089648750a3557ea64487f1026c8 100644 --- a/Event/EventPacker/src/component/PackMCVertex.cpp +++ b/Event/EventPacker/src/component/PackMCVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 Boost diff --git a/Event/EventPacker/src/component/PackMCVertex.h b/Event/EventPacker/src/component/PackMCVertex.h index 610fc4b17f3d897aa4343efa16dd63872a94f303..ba5ba8f4e54000d1e65e31d06e4e6915d3ec75a0 100644 --- a/Event/EventPacker/src/component/PackMCVertex.h +++ b/Event/EventPacker/src/component/PackMCVertex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PACKMCVERTEX_H #define PACKMCVERTEX_H 1 diff --git a/Event/EventPacker/src/component/PackParticlesAndVertices.cpp b/Event/EventPacker/src/component/PackParticlesAndVertices.cpp index 422cefb9e4c0ac4aea5a6e6959a10a1fd0aca3ac..db05b58f47491b005232ab2faea19f115641aa84 100644 --- a/Event/EventPacker/src/component/PackParticlesAndVertices.cpp +++ b/Event/EventPacker/src/component/PackParticlesAndVertices.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/EventPacker/src/component/PackParticlesAndVertices.h b/Event/EventPacker/src/component/PackParticlesAndVertices.h index 059a4d7e51d7dff926c4993689adbf6388b74fd3..9390906dd83c941679098c6003b3493bc9e1c799 100644 --- a/Event/EventPacker/src/component/PackParticlesAndVertices.h +++ b/Event/EventPacker/src/component/PackParticlesAndVertices.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PACKPARTICLESANDVERTICES_H #define PACKPARTICLESANDVERTICES_H 1 diff --git a/Event/EventPacker/src/component/PackPrimaryVertex.cpp b/Event/EventPacker/src/component/PackPrimaryVertex.cpp index a7271d4661accc06a97b0e72c15b08c3d9acb2e1..00682aa7ab86301cd1183f563c3eaa794eb4dcf4 100644 --- a/Event/EventPacker/src/component/PackPrimaryVertex.cpp +++ b/Event/EventPacker/src/component/PackPrimaryVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/PrimaryVertex.h" #include "Event/GenericBuffer.h" diff --git a/Event/EventPacker/src/component/PackProtoParticle.cpp b/Event/EventPacker/src/component/PackProtoParticle.cpp index e062ea65fb23d7606f4c2c959cac252bb36d81f5..b80c624cde5696a9cb208647c4c4f07ffe09dfa0 100644 --- a/Event/EventPacker/src/component/PackProtoParticle.cpp +++ b/Event/EventPacker/src/component/PackProtoParticle.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/EventPacker/src/component/PackProtoParticle.h b/Event/EventPacker/src/component/PackProtoParticle.h index 2f1b6cc3151daa2e0f70447615bf783da6f79290..7d679ca409e27a379c4587508ac7dda032c68f1f 100644 --- a/Event/EventPacker/src/component/PackProtoParticle.h +++ b/Event/EventPacker/src/component/PackProtoParticle.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PACKPROTOPARTICLE_H #define PACKPROTOPARTICLE_H 1 diff --git a/Event/EventPacker/src/component/PackRecVertex.cpp b/Event/EventPacker/src/component/PackRecVertex.cpp index ee7df7e433accf1d6c1f815cfbec80d83a86cb79..19edd5c81e72b21982b254f8f1921c1f4a707a20 100644 --- a/Event/EventPacker/src/component/PackRecVertex.cpp +++ b/Event/EventPacker/src/component/PackRecVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/RecVertex.h" diff --git a/Event/EventPacker/src/component/PackRecVertex.h b/Event/EventPacker/src/component/PackRecVertex.h index 183e045fd65a43169095f52938b6a25eb87d8610..8fc7e75b1d0dde2d09417eebbd362ae26680f2ab 100644 --- a/Event/EventPacker/src/component/PackRecVertex.h +++ b/Event/EventPacker/src/component/PackRecVertex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PACKRECVERTEX_H #define PACKRECVERTEX_H 1 diff --git a/Event/EventPacker/src/component/PackSTCluster.cpp b/Event/EventPacker/src/component/PackSTCluster.cpp index 7fbe4aef47dc0758980601e8a6c3e6edc4872f63..c25053e973c79f980fa7944066d6eef8fd7e55cc 100644 --- a/Event/EventPacker/src/component/PackSTCluster.cpp +++ b/Event/EventPacker/src/component/PackSTCluster.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "PackSTCluster.h" DECLARE_COMPONENT( PackSTCluster ) diff --git a/Event/EventPacker/src/component/PackSTCluster.h b/Event/EventPacker/src/component/PackSTCluster.h index 5e6ff813b296125146a43467b11cb4f1a8dfc0bc..2d6eb22b2d582d1a39caf057e2e0ff8eb79b2400 100644 --- a/Event/EventPacker/src/component/PackSTCluster.h +++ b/Event/EventPacker/src/component/PackSTCluster.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PACKSTCLUSTER_H #define PACKSTCLUSTER_H 1 diff --git a/Event/EventPacker/src/component/PackTrack.cpp b/Event/EventPacker/src/component/PackTrack.cpp index e211728d4964b746f0c6385c4ede32c339297144..c92ffbbc80ca57d3689bcb7100b8a9e3da9186cc 100644 --- a/Event/EventPacker/src/component/PackTrack.cpp +++ b/Event/EventPacker/src/component/PackTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Track.h" #include "Event/StandardPacker.h" diff --git a/Event/EventPacker/src/component/PackTrack.h b/Event/EventPacker/src/component/PackTrack.h index ea84b97279b4ee981e4ebef03c2489222d5b09b9..5c1e1e48a9be3b6d0475accbd7970cda8b2a6972 100644 --- a/Event/EventPacker/src/component/PackTrack.h +++ b/Event/EventPacker/src/component/PackTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PACKTRACK_H #define PACKTRACK_H 1 diff --git a/Event/EventPacker/src/component/PackTwoProngVertex.cpp b/Event/EventPacker/src/component/PackTwoProngVertex.cpp index 99f7fccd1e76f5f841141d9586af8766ce85bb06..eef3431e78c44cfa75f98eaed5f8dbe734afae5c 100644 --- a/Event/EventPacker/src/component/PackTwoProngVertex.cpp +++ b/Event/EventPacker/src/component/PackTwoProngVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/TwoProngVertex.h" #include "Event/PackedTwoProngVertex.h" #include "Event/StandardPacker.h" diff --git a/Event/EventPacker/src/component/PackTwoProngVertex.h b/Event/EventPacker/src/component/PackTwoProngVertex.h index 98c78336b9b1014f0833d00e279f9f3954455687..1a27a46bf0860348eeefe43f43ae152eadf8415e 100644 --- a/Event/EventPacker/src/component/PackTwoProngVertex.h +++ b/Event/EventPacker/src/component/PackTwoProngVertex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PACKTWOPRONGVERTEX_H #define PACKTWOPRONGVERTEX_H 1 diff --git a/Event/EventPacker/src/component/PackVeloCluster.cpp b/Event/EventPacker/src/component/PackVeloCluster.cpp index e7618fcdaafed06b6f01a177d212023e837f1b51..fe2b62850c6165ce3339420e8e9d6908d8a6cde4 100644 --- a/Event/EventPacker/src/component/PackVeloCluster.cpp +++ b/Event/EventPacker/src/component/PackVeloCluster.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "PackVeloCluster.h" DECLARE_COMPONENT( PackVeloCluster ) diff --git a/Event/EventPacker/src/component/PackVeloCluster.h b/Event/EventPacker/src/component/PackVeloCluster.h index aa363379a10f13af5b2494f4d3c31aa5ed288246..0d41db844c257736d45b9283fe4f301b557d0af8 100644 --- a/Event/EventPacker/src/component/PackVeloCluster.h +++ b/Event/EventPacker/src/component/PackVeloCluster.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PACKVELOCLUSTER_H #define PACKVELOCLUSTER_H 1 diff --git a/Event/EventPacker/src/component/PackedBank.h b/Event/EventPacker/src/component/PackedBank.h index 18697b704f5b453849af7e3d7311f0e3aa6fcef5..a00a08f5d62f48bd334c6e325fb64cfdfde7b97b 100644 --- a/Event/EventPacker/src/component/PackedBank.h +++ b/Event/EventPacker/src/component/PackedBank.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PACKEDBANK_H #define PACKEDBANK_H 1 diff --git a/Event/EventPacker/src/component/PackerBaseAlg.h b/Event/EventPacker/src/component/PackerBaseAlg.h index 72036c5e0cf7a53701214e17d6ef3466af92c635..e22519d3781af21dc609d6bc0f8884afa20ca09b 100644 --- a/Event/EventPacker/src/component/PackerBaseAlg.h +++ b/Event/EventPacker/src/component/PackerBaseAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PACKERBASEALG_H #define PACKERBASEALG_H 1 diff --git a/Event/EventPacker/src/component/PackerBaseAlg.icpp b/Event/EventPacker/src/component/PackerBaseAlg.icpp index cb48f066b41ffef3b23c6dfdfdbb908c8e42ef7d..87ab533dc52fad3970f3c77f209a4e83b7d909dc 100644 --- a/Event/EventPacker/src/component/PackerBaseAlg.icpp +++ b/Event/EventPacker/src/component/PackerBaseAlg.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Local #include "PackerBaseAlg.h" diff --git a/Event/EventPacker/src/component/Packers.cpp b/Event/EventPacker/src/component/Packers.cpp index b60d750c173a1942f8e8bd072e1d8d02360a1176..a78936e518bb4e23c07b81515c38849f6db44a3e 100644 --- a/Event/EventPacker/src/component/Packers.cpp +++ b/Event/EventPacker/src/component/Packers.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "PackerBaseAlg.icpp" #include "Event/PackedMCRichHit.h" diff --git a/Event/EventPacker/src/component/ParticlesAndVerticesMapper.cpp b/Event/EventPacker/src/component/ParticlesAndVerticesMapper.cpp index df8c4fdac9a0f0740c2831f3d8aa9bec246f2649..229e6dfe55da0ac62286462a55c83fecf28d81b9 100644 --- a/Event/EventPacker/src/component/ParticlesAndVerticesMapper.cpp +++ b/Event/EventPacker/src/component/ParticlesAndVerticesMapper.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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> diff --git a/Event/EventPacker/src/component/ParticlesAndVerticesMapper.h b/Event/EventPacker/src/component/ParticlesAndVerticesMapper.h index 57b3d66cc97ac09d2016c237b8d9e0760cc989c3..6c8942398dbfe6ae9c86e12c6b4c8ef4595fed0b 100644 --- a/Event/EventPacker/src/component/ParticlesAndVerticesMapper.h +++ b/Event/EventPacker/src/component/ParticlesAndVerticesMapper.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SRC_ParticlesAndVerticesMapper_H #define SRC_ParticlesAndVerticesMapper_H 1 diff --git a/Event/EventPacker/src/component/ReadPackedDst.cpp b/Event/EventPacker/src/component/ReadPackedDst.cpp index ee43e2a98260863b75e9883672915e522c6daf36..f69ea811f0e7f6b8f18acc984dfd9694fa9ae62f 100644 --- a/Event/EventPacker/src/component/ReadPackedDst.cpp +++ b/Event/EventPacker/src/component/ReadPackedDst.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/EventPacker/src/component/ReadPackedDst.h b/Event/EventPacker/src/component/ReadPackedDst.h index 9ab69c834348622a3a3e0871aec2824e9b2d2fd7..74f6ed49c90fabcbf7197f47afb3b30f213b958b 100644 --- a/Event/EventPacker/src/component/ReadPackedDst.h +++ b/Event/EventPacker/src/component/ReadPackedDst.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 READPACKEDDST_H #define READPACKEDDST_H 1 diff --git a/Event/EventPacker/src/component/RecToPVConverter.cpp b/Event/EventPacker/src/component/RecToPVConverter.cpp index bad4f36d0b0578e64b6cdbb93cc73a3f07bca784..2c7dffc1aa9aac73f7f1ee6fc1fa83d9e2c19675 100644 --- a/Event/EventPacker/src/component/RecToPVConverter.cpp +++ b/Event/EventPacker/src/component/RecToPVConverter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/PrimaryVertex.h" #include "Event/RecVertex.h" #include "GaudiAlg/GaudiAlgorithm.h" diff --git a/Event/EventPacker/src/component/TrackClustersMapper.cpp b/Event/EventPacker/src/component/TrackClustersMapper.cpp index 4558a5f1d842d0d1549f7dc3aa667a2a3068056d..3bcab965cd71bfa41bc6e6a6afdd91aac0b6c1e1 100644 --- a/Event/EventPacker/src/component/TrackClustersMapper.cpp +++ b/Event/EventPacker/src/component/TrackClustersMapper.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <iterator> diff --git a/Event/EventPacker/src/component/TrackClustersMapper.h b/Event/EventPacker/src/component/TrackClustersMapper.h index 71ac2bf4ba70d4d70ffed5576e710619e2432103..e19644cc15fdabd087a7b420cd46465f450f53f0 100644 --- a/Event/EventPacker/src/component/TrackClustersMapper.h +++ b/Event/EventPacker/src/component/TrackClustersMapper.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SRC_TrackClustersMapper_H #define SRC_TrackClustersMapper_H 1 diff --git a/Event/EventPacker/src/component/UnpackCaloHypo.cpp b/Event/EventPacker/src/component/UnpackCaloHypo.cpp index d5364dae60e6862f0a824f7baff7ccc29ea1eff7..b436c46accf38df34e321e4da938cc0fa2d63b65 100644 --- a/Event/EventPacker/src/component/UnpackCaloHypo.cpp +++ b/Event/EventPacker/src/component/UnpackCaloHypo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/StandardPacker.h" #include "Event/PackedCaloHypo.h" diff --git a/Event/EventPacker/src/component/UnpackCaloHypo.h b/Event/EventPacker/src/component/UnpackCaloHypo.h index f2f4affce5d044457ba4bb4c953d0dfa13968c40..877c532971e5c48f8b112a7c99a15da7ca3562a0 100644 --- a/Event/EventPacker/src/component/UnpackCaloHypo.h +++ b/Event/EventPacker/src/component/UnpackCaloHypo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 UNPACKCALOHYPO_H #define UNPACKCALOHYPO_H 1 diff --git a/Event/EventPacker/src/component/UnpackCluster.cpp b/Event/EventPacker/src/component/UnpackCluster.cpp index 408e7a672547ee1539b27a4309befb9f49899bff..71e96723022d50fb8071560f8f1679f7a1eb26b7 100644 --- a/Event/EventPacker/src/component/UnpackCluster.cpp +++ b/Event/EventPacker/src/component/UnpackCluster.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/VeloCluster.h" #include "Event/STCluster.h" diff --git a/Event/EventPacker/src/component/UnpackCluster.h b/Event/EventPacker/src/component/UnpackCluster.h index f4efd7c04dd6549323d93ac71a2b09204533f429..2ea6509d86738dcff6650158ae281e20a355a2a4 100644 --- a/Event/EventPacker/src/component/UnpackCluster.h +++ b/Event/EventPacker/src/component/UnpackCluster.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 UNPACKCLUSTER_H #define UNPACKCLUSTER_H 1 diff --git a/Event/EventPacker/src/component/UnpackDecReport.cpp b/Event/EventPacker/src/component/UnpackDecReport.cpp index 541b1431cfbcafffe9d2006d662b60cc132387de..21e7522a2dba43720999031d3f1dce8737ec10fd 100644 --- a/Event/EventPacker/src/component/UnpackDecReport.cpp +++ b/Event/EventPacker/src/component/UnpackDecReport.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/EventPacker/src/component/UnpackDecReport.h b/Event/EventPacker/src/component/UnpackDecReport.h index c642749dc27eb4517c17aecb683fa0fc65976bca..1fbb8673442e344ab931f150a9badd1ab7304fbc 100644 --- a/Event/EventPacker/src/component/UnpackDecReport.h +++ b/Event/EventPacker/src/component/UnpackDecReport.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 UNPACKDECREPORT_H #define UNPACKDECREPORT_H 1 diff --git a/Event/EventPacker/src/component/UnpackMCParticle.cpp b/Event/EventPacker/src/component/UnpackMCParticle.cpp index 0b1636163dc1afad06e5a393438e54e6438b7451..96166d989e878bb6403dff61bcc3e1f34c05b87b 100644 --- a/Event/EventPacker/src/component/UnpackMCParticle.cpp +++ b/Event/EventPacker/src/component/UnpackMCParticle.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <algorithm> diff --git a/Event/EventPacker/src/component/UnpackMCParticle.h b/Event/EventPacker/src/component/UnpackMCParticle.h index 1adc397a56b07ee458bcf23f660e9c587dcc3774..ff0534907c84e00036f22ba1efc0a565ca012aca 100644 --- a/Event/EventPacker/src/component/UnpackMCParticle.h +++ b/Event/EventPacker/src/component/UnpackMCParticle.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 UNPACKMCPARTICLE_H #define UNPACKMCPARTICLE_H 1 diff --git a/Event/EventPacker/src/component/UnpackMCVertex.cpp b/Event/EventPacker/src/component/UnpackMCVertex.cpp index e5e532997fc39c51554b16216966ee1598958347..25dd055e6e6b8fd5641502ae8f084567fff0b39a 100644 --- a/Event/EventPacker/src/component/UnpackMCVertex.cpp +++ b/Event/EventPacker/src/component/UnpackMCVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <algorithm> diff --git a/Event/EventPacker/src/component/UnpackMCVertex.h b/Event/EventPacker/src/component/UnpackMCVertex.h index 76c29538f478b70077539180190b4eea06614994..3ba8d6c3232b28504340ecac80a2c79b446bd08c 100644 --- a/Event/EventPacker/src/component/UnpackMCVertex.h +++ b/Event/EventPacker/src/component/UnpackMCVertex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 UNPACKMCVERTEX_H #define UNPACKMCVERTEX_H 1 diff --git a/Event/EventPacker/src/component/UnpackParticlesAndVertices.cpp b/Event/EventPacker/src/component/UnpackParticlesAndVertices.cpp index 860a70da0cc182f573b7ff8995f4e739785679cd..f7a9340d36f1d4de034dc8b0833614da08df85e6 100644 --- a/Event/EventPacker/src/component/UnpackParticlesAndVertices.cpp +++ b/Event/EventPacker/src/component/UnpackParticlesAndVertices.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/RecVertex.h" // local diff --git a/Event/EventPacker/src/component/UnpackParticlesAndVertices.h b/Event/EventPacker/src/component/UnpackParticlesAndVertices.h index 0ccb250def540fcf8dd542b01bbba5d37c151711..b9e6a9f71ed625a7faf35c2ed9493ad892047f7d 100644 --- a/Event/EventPacker/src/component/UnpackParticlesAndVertices.h +++ b/Event/EventPacker/src/component/UnpackParticlesAndVertices.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 UNPACKPARTICLESANDVERTICES_H #define UNPACKPARTICLESANDVERTICES_H 1 diff --git a/Event/EventPacker/src/component/UnpackProtoParticle.cpp b/Event/EventPacker/src/component/UnpackProtoParticle.cpp index 7d724d4943000a0dd3ed6a19d474f7a9fef512e7..0e32967dc3b56149f81072c752e6bb82e8ef35fe 100644 --- a/Event/EventPacker/src/component/UnpackProtoParticle.cpp +++ b/Event/EventPacker/src/component/UnpackProtoParticle.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/EventPacker/src/component/UnpackProtoParticle.h b/Event/EventPacker/src/component/UnpackProtoParticle.h index b4c37669162e2d88bd443c8de0b16adf4fd670a3..fe3596d0ba101a17ed05f4d11609cb5420a71612 100644 --- a/Event/EventPacker/src/component/UnpackProtoParticle.h +++ b/Event/EventPacker/src/component/UnpackProtoParticle.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 UNPACKPROTOPARTICLE_H #define UNPACKPROTOPARTICLE_H 1 diff --git a/Event/EventPacker/src/component/UnpackRecVertex.cpp b/Event/EventPacker/src/component/UnpackRecVertex.cpp index c57eefcd7700befa07fb144ff9c114b921d7deb4..b98d3e4ac08abc80bee907f5803ea187764c9ec6 100644 --- a/Event/EventPacker/src/component/UnpackRecVertex.cpp +++ b/Event/EventPacker/src/component/UnpackRecVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/EventPacker/src/component/UnpackRecVertex.h b/Event/EventPacker/src/component/UnpackRecVertex.h index 312fdc39c5d5c08fc71aa6ca895db438ddfa21f3..8aacd0fe528c1378470d41b778d3fe77fd591e03 100644 --- a/Event/EventPacker/src/component/UnpackRecVertex.h +++ b/Event/EventPacker/src/component/UnpackRecVertex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 UNPACKRECVERTEX_H #define UNPACKRECVERTEX_H 1 diff --git a/Event/EventPacker/src/component/UnpackSTCluster.cpp b/Event/EventPacker/src/component/UnpackSTCluster.cpp index ad3e4b61b10bc9276fb9442c2e4b16696f540ce7..02c67d52b484fafa3adf931541343bb34fff5ae5 100644 --- a/Event/EventPacker/src/component/UnpackSTCluster.cpp +++ b/Event/EventPacker/src/component/UnpackSTCluster.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <string> #include "UnpackSTCluster.h" diff --git a/Event/EventPacker/src/component/UnpackSTCluster.h b/Event/EventPacker/src/component/UnpackSTCluster.h index 1b82a3243eee38750b78d1cbd7845033e60394d5..13d779a6a5aac85f9ca4047d0b3afc310925642d 100644 --- a/Event/EventPacker/src/component/UnpackSTCluster.h +++ b/Event/EventPacker/src/component/UnpackSTCluster.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 UNPACKSTCLUSTER_H #define UNPACKSTCLUSTER_H 1 diff --git a/Event/EventPacker/src/component/UnpackTrack.cpp b/Event/EventPacker/src/component/UnpackTrack.cpp index ddc6e72cc23f8ce17bd5552661fecb6d63c1b55e..5aa9bac8a9077477f7f2213db96e953601df6b77 100644 --- a/Event/EventPacker/src/component/UnpackTrack.cpp +++ b/Event/EventPacker/src/component/UnpackTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/EventPacker/src/component/UnpackTrack.h b/Event/EventPacker/src/component/UnpackTrack.h index ffd1a6340feb8dc276e6af519f127c998022562c..3a5393550dfe3610788e994b8e6f97a46d243141 100644 --- a/Event/EventPacker/src/component/UnpackTrack.h +++ b/Event/EventPacker/src/component/UnpackTrack.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 UNPACKTRACK_H #define UNPACKTRACK_H 1 diff --git a/Event/EventPacker/src/component/UnpackTrackFunctional.cpp b/Event/EventPacker/src/component/UnpackTrackFunctional.cpp index 082d4fc951ab0a360977b7e9f8212584fdd08c2e..d45dcc342cc1b191c923ac8b9744ad08807618ba 100644 --- a/Event/EventPacker/src/component/UnpackTrackFunctional.cpp +++ b/Event/EventPacker/src/component/UnpackTrackFunctional.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "Event/StandardPacker.h" diff --git a/Event/EventPacker/src/component/UnpackTrackFunctional.h b/Event/EventPacker/src/component/UnpackTrackFunctional.h index 521dc0bb52099950685e8daa4b35872f909575e3..59e981bbbdd2ede27d790fb48fb38b6b1392293d 100644 --- a/Event/EventPacker/src/component/UnpackTrackFunctional.h +++ b/Event/EventPacker/src/component/UnpackTrackFunctional.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: UnpackTrackFunctional.h,v 1.2 2009-11-06 18:34:34 jonrob Exp $ #ifndef UnpackTrackFunctional_H #define UnpackTrackFunctional_H 1 diff --git a/Event/EventPacker/src/component/UnpackTwoProngVertex.cpp b/Event/EventPacker/src/component/UnpackTwoProngVertex.cpp index 85a7b53444975bb0f6fd65586c9a4dc9f3d63243..3972ee06b399b24f45249969c7fd6dada1c6f8ad 100644 --- a/Event/EventPacker/src/component/UnpackTwoProngVertex.cpp +++ b/Event/EventPacker/src/component/UnpackTwoProngVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/PackedTwoProngVertex.h" #include "Event/TwoProngVertex.h" #include "Event/StandardPacker.h" diff --git a/Event/EventPacker/src/component/UnpackTwoProngVertex.h b/Event/EventPacker/src/component/UnpackTwoProngVertex.h index f72cc3195ae72cb43c12a15e80ff9e12dcc7d4eb..2d1956833239daba3c4abd49a0f74aca526225a6 100644 --- a/Event/EventPacker/src/component/UnpackTwoProngVertex.h +++ b/Event/EventPacker/src/component/UnpackTwoProngVertex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 UNPACKTWOPRONGVERTEX_H #define UNPACKTWOPRONGVERTEX_H 1 diff --git a/Event/EventPacker/src/component/UnpackVeloCluster.cpp b/Event/EventPacker/src/component/UnpackVeloCluster.cpp index 533f1f31b61340ab231fa6e152277e94d98a6f6d..596b6cdb066168dd4d74920fd30665dbec6a8729 100644 --- a/Event/EventPacker/src/component/UnpackVeloCluster.cpp +++ b/Event/EventPacker/src/component/UnpackVeloCluster.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <string> #include "UnpackVeloCluster.h" diff --git a/Event/EventPacker/src/component/UnpackVeloCluster.h b/Event/EventPacker/src/component/UnpackVeloCluster.h index 456050accef106e16881d13a703ed09dd2e04a3b..1f02905e10c7d3185718766a1079479e799659be 100644 --- a/Event/EventPacker/src/component/UnpackVeloCluster.h +++ b/Event/EventPacker/src/component/UnpackVeloCluster.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 UNPACKVELOCLUSTER_H #define UNPACKVELOCLUSTER_H 1 diff --git a/Event/EventPacker/src/component/UnpackerBaseAlg.h b/Event/EventPacker/src/component/UnpackerBaseAlg.h index 748fe3c19285f8e249f91d912f99cad211589ce6..6e591317c2f0be1bb1636bdc91fcb2047098766d 100644 --- a/Event/EventPacker/src/component/UnpackerBaseAlg.h +++ b/Event/EventPacker/src/component/UnpackerBaseAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 UNPACKERBASEALG_H #define UNPACKERBASEALG_H 1 diff --git a/Event/EventPacker/src/component/UnpackerBaseAlg.icpp b/Event/EventPacker/src/component/UnpackerBaseAlg.icpp index 6a4e42d3029cbd0540b3baf095fa6d6da0157d2a..a469901b26e69bf08d0843c2555e2a6198aa09e1 100644 --- a/Event/EventPacker/src/component/UnpackerBaseAlg.icpp +++ b/Event/EventPacker/src/component/UnpackerBaseAlg.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Local #include "UnpackerBaseAlg.h" diff --git a/Event/EventPacker/src/component/Unpackers.cpp b/Event/EventPacker/src/component/Unpackers.cpp index 48d8a99d670c117fa6a73c38166be2ee3bd81fee..500d0467d7c52e8abf494cad18db4fe01f183509 100644 --- a/Event/EventPacker/src/component/Unpackers.cpp +++ b/Event/EventPacker/src/component/Unpackers.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "UnpackerBaseAlg.icpp" #include "Event/PackedMCRichHit.h" diff --git a/Event/EventPacker/src/component/WritePackedDst.cpp b/Event/EventPacker/src/component/WritePackedDst.cpp index 1d13d305dadf9a9896e9d3734ac59ce9c1e46fc3..77ac8bdd527e0924bf283276bc26ce04eafaac56 100644 --- a/Event/EventPacker/src/component/WritePackedDst.cpp +++ b/Event/EventPacker/src/component/WritePackedDst.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/EventPacker/src/component/WritePackedDst.h b/Event/EventPacker/src/component/WritePackedDst.h index 0d25af9a3127ce6140becf6b68ac4cad95522b8d..76b2fabf0ad74031e248756016f0f06dbf75862d 100644 --- a/Event/EventPacker/src/component/WritePackedDst.h +++ b/Event/EventPacker/src/component/WritePackedDst.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 WRITEPACKEDDST_H #define WRITEPACKEDDST_H 1 diff --git a/Event/EventPacker/src/lib/PackedCaloAdc.cpp b/Event/EventPacker/src/lib/PackedCaloAdc.cpp index f4a654a5758de077ce4e4393d5bb1f33e1abeb29..4aecfce379c6304e4ade550f9e108476ea79cc50 100644 --- a/Event/EventPacker/src/lib/PackedCaloAdc.cpp +++ b/Event/EventPacker/src/lib/PackedCaloAdc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/PackedCaloAdc.h" diff --git a/Event/EventPacker/src/lib/PackedCaloCluster.cpp b/Event/EventPacker/src/lib/PackedCaloCluster.cpp index fcf4195ef9b2bb3044d0fd37fdde14712ce2c012..7bb6b64c2ce1c60f146e728211a8134450ee8983 100644 --- a/Event/EventPacker/src/lib/PackedCaloCluster.cpp +++ b/Event/EventPacker/src/lib/PackedCaloCluster.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/PackedCaloCluster.h" diff --git a/Event/EventPacker/src/lib/PackedCaloDigit.cpp b/Event/EventPacker/src/lib/PackedCaloDigit.cpp index 7630796ed5d5a28fc34130e36d6fed2d1daa8f3c..d100278c1e4a6dda0f35eb8034763e7899f39e4c 100644 --- a/Event/EventPacker/src/lib/PackedCaloDigit.cpp +++ b/Event/EventPacker/src/lib/PackedCaloDigit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/PackedCaloDigit.h" diff --git a/Event/EventPacker/src/lib/PackedCaloHypo.cpp b/Event/EventPacker/src/lib/PackedCaloHypo.cpp index f577787c6e73267b43b78e26195d30154aacffeb..90c311e6d939f23153b77469ded027872820abb9 100644 --- a/Event/EventPacker/src/lib/PackedCaloHypo.cpp +++ b/Event/EventPacker/src/lib/PackedCaloHypo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/PackedCaloHypo.h" diff --git a/Event/EventPacker/src/lib/PackedCluster.cpp b/Event/EventPacker/src/lib/PackedCluster.cpp index 82162b8a568b6379977ac919690c2e175360009e..3e2df662d729216964148e37f41523bf3a26e919 100644 --- a/Event/EventPacker/src/lib/PackedCluster.cpp +++ b/Event/EventPacker/src/lib/PackedCluster.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/PackedCluster.h" //----------------------------------------------------------------------------- diff --git a/Event/EventPacker/src/lib/PackedEventChecks.cpp b/Event/EventPacker/src/lib/PackedEventChecks.cpp index a7f4f7f40d9a046d8abbd32de33e89371dfbc1d0..14d506025e05522425508446ace5df53bef9df34 100644 --- a/Event/EventPacker/src/lib/PackedEventChecks.cpp +++ b/Event/EventPacker/src/lib/PackedEventChecks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <cmath> #include <sstream> diff --git a/Event/EventPacker/src/lib/PackedFlavourTag.cpp b/Event/EventPacker/src/lib/PackedFlavourTag.cpp index 99a5898e9d2dea1bf60e04c9648d0e57a5663894..e2f386c2dfe7a164296a7a03f2e981b45f594462 100644 --- a/Event/EventPacker/src/lib/PackedFlavourTag.cpp +++ b/Event/EventPacker/src/lib/PackedFlavourTag.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/PackedFlavourTag.h" diff --git a/Event/EventPacker/src/lib/PackedMCCaloHit.cpp b/Event/EventPacker/src/lib/PackedMCCaloHit.cpp index 37246aa4b5e29b940afc86ec9879ca273af59146..188c8c7f2ace16f5db1b7f58b8415ff7b2548abe 100644 --- a/Event/EventPacker/src/lib/PackedMCCaloHit.cpp +++ b/Event/EventPacker/src/lib/PackedMCCaloHit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/PackedMCCaloHit.h" diff --git a/Event/EventPacker/src/lib/PackedMCHit.cpp b/Event/EventPacker/src/lib/PackedMCHit.cpp index f83f742fa78d00af307cdb12b3c93041150d4bf0..8fae6665618a1d6e93a67e8c934ec6a54d1f81f1 100644 --- a/Event/EventPacker/src/lib/PackedMCHit.cpp +++ b/Event/EventPacker/src/lib/PackedMCHit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <sstream> diff --git a/Event/EventPacker/src/lib/PackedMCRichDigitSummary.cpp b/Event/EventPacker/src/lib/PackedMCRichDigitSummary.cpp index e68828de610aa09a433d75c9b03cb225001812fb..5097ff5e99a8040e8547180a9c889d410839ce78 100644 --- a/Event/EventPacker/src/lib/PackedMCRichDigitSummary.cpp +++ b/Event/EventPacker/src/lib/PackedMCRichDigitSummary.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/PackedMCRichDigitSummary.h" diff --git a/Event/EventPacker/src/lib/PackedMCRichHit.cpp b/Event/EventPacker/src/lib/PackedMCRichHit.cpp index 122de07540ce1fda365c68d2d18c725aa2220450..4fa64541743c8b4fa6a157c5d0f370d07840a1cc 100644 --- a/Event/EventPacker/src/lib/PackedMCRichHit.cpp +++ b/Event/EventPacker/src/lib/PackedMCRichHit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/PackedMCRichHit.h" diff --git a/Event/EventPacker/src/lib/PackedMCRichOpticalPhoton.cpp b/Event/EventPacker/src/lib/PackedMCRichOpticalPhoton.cpp index 10b6b311465c589a4b626952447d6cc503c536c8..e153d08db9477c710c757ae572491f7d0dc8de0d 100644 --- a/Event/EventPacker/src/lib/PackedMCRichOpticalPhoton.cpp +++ b/Event/EventPacker/src/lib/PackedMCRichOpticalPhoton.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/PackedMCRichOpticalPhoton.h" diff --git a/Event/EventPacker/src/lib/PackedMCRichSegment.cpp b/Event/EventPacker/src/lib/PackedMCRichSegment.cpp index 709ddebc4704276b4c44f302ee074e8c1a3c0ccc..558db7af87cfd865008896c1563490ed4ffa856b 100644 --- a/Event/EventPacker/src/lib/PackedMCRichSegment.cpp +++ b/Event/EventPacker/src/lib/PackedMCRichSegment.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/PackedMCRichSegment.h" diff --git a/Event/EventPacker/src/lib/PackedMCRichTrack.cpp b/Event/EventPacker/src/lib/PackedMCRichTrack.cpp index 5a2193e3b2169c4f95fc1e47135bfc453b43f37a..6679801f55cc8142a4929f3e93ddaf7251a32767 100644 --- a/Event/EventPacker/src/lib/PackedMCRichTrack.cpp +++ b/Event/EventPacker/src/lib/PackedMCRichTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/PackedMCRichTrack.h" diff --git a/Event/EventPacker/src/lib/PackedMuonPID.cpp b/Event/EventPacker/src/lib/PackedMuonPID.cpp index 3fddbb12da8d7fcde5d54a6f7a6be3d3310b7711..f2cfa08cf7f18599061545f6041c083c913a1536 100644 --- a/Event/EventPacker/src/lib/PackedMuonPID.cpp +++ b/Event/EventPacker/src/lib/PackedMuonPID.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/PackedMuonPID.h" diff --git a/Event/EventPacker/src/lib/PackedPartToRelatedInfoRelation.cpp b/Event/EventPacker/src/lib/PackedPartToRelatedInfoRelation.cpp index 22f99067722801677b416d8faf24f0b61af9456f..efe15f0e2d9498594435f3e4753a7410399ccbfe 100644 --- a/Event/EventPacker/src/lib/PackedPartToRelatedInfoRelation.cpp +++ b/Event/EventPacker/src/lib/PackedPartToRelatedInfoRelation.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/PackedPartToRelatedInfoRelation.h" diff --git a/Event/EventPacker/src/lib/PackedParticle.cpp b/Event/EventPacker/src/lib/PackedParticle.cpp index 0b6d70824d3129c26fc6819fe3a901b444c9d951..4b3902315e6762702bf932eedd35fe2d8e99580b 100644 --- a/Event/EventPacker/src/lib/PackedParticle.cpp +++ b/Event/EventPacker/src/lib/PackedParticle.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/PackedParticle.h" diff --git a/Event/EventPacker/src/lib/PackedProtoParticle.cpp b/Event/EventPacker/src/lib/PackedProtoParticle.cpp index e4e7c7e520ccaecc032ef2e11fa0a1e410ed6afe..dd9a1b87b1c107ea41e3c47c4eff265d3f7d36ec 100644 --- a/Event/EventPacker/src/lib/PackedProtoParticle.cpp +++ b/Event/EventPacker/src/lib/PackedProtoParticle.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <sstream> diff --git a/Event/EventPacker/src/lib/PackedRecVertex.cpp b/Event/EventPacker/src/lib/PackedRecVertex.cpp index 649142e3f86852ea846ffda2b0883af228ca219e..efd699f7871e6e8614d22ba72691e0af371fb71a 100644 --- a/Event/EventPacker/src/lib/PackedRecVertex.cpp +++ b/Event/EventPacker/src/lib/PackedRecVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/PackedRecVertex.h" diff --git a/Event/EventPacker/src/lib/PackedRichPID.cpp b/Event/EventPacker/src/lib/PackedRichPID.cpp index c80e874e4b8ae1db1dc401be5d335b866b129e2e..9cc8f69e5b5dd95c95befec42669d1f3aaa9d2e6 100644 --- a/Event/EventPacker/src/lib/PackedRichPID.cpp +++ b/Event/EventPacker/src/lib/PackedRichPID.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/PackedRichPID.h" diff --git a/Event/EventPacker/src/lib/PackedTrack.cpp b/Event/EventPacker/src/lib/PackedTrack.cpp index 71f49b663463ac94d6aa890c7d6d81166d7fc933..64a1d462fa97e866d89e3a9e8d814051d8935567 100644 --- a/Event/EventPacker/src/lib/PackedTrack.cpp +++ b/Event/EventPacker/src/lib/PackedTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/PackedTrack.h" diff --git a/Event/EventPacker/src/lib/PackedVertex.cpp b/Event/EventPacker/src/lib/PackedVertex.cpp index e6d27d758aa5790e2755a34a5fd30bc23228e157..f9c634bf5167900a84fc736ffef2b2867e7f009d 100644 --- a/Event/EventPacker/src/lib/PackedVertex.cpp +++ b/Event/EventPacker/src/lib/PackedVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <algorithm> diff --git a/Event/EventPacker/src/lib/PackedWeightsVector.cpp b/Event/EventPacker/src/lib/PackedWeightsVector.cpp index 905c8dd17937594588a083bc659e3ce1afe1ef50..e443e79366714b1d6d213fab193f02630d45cedd 100644 --- a/Event/EventPacker/src/lib/PackedWeightsVector.cpp +++ b/Event/EventPacker/src/lib/PackedWeightsVector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/PackedWeightsVector.h" diff --git a/Event/EventPacker/src/lib/StandardPacker.cpp b/Event/EventPacker/src/lib/StandardPacker.cpp index 1775bf44ed96e81c82127e9c711c4e617758c38b..c297e9d9079d68d5b66b3dc022fe6b6530d8549c 100644 --- a/Event/EventPacker/src/lib/StandardPacker.cpp +++ b/Event/EventPacker/src/lib/StandardPacker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/StandardPacker.h" diff --git a/Event/EventSys/CMakeLists.txt b/Event/EventSys/CMakeLists.txt index c74bba8dd53dc4b973f5225a362aa3565a4b9d2d..c23b47c85673bda62be63ee136fe1df9814b813b 100644 --- a/Event/EventSys/CMakeLists.txt +++ b/Event/EventSys/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: EventSys ################################################################################ diff --git a/Event/FSREvent/CMakeLists.txt b/Event/FSREvent/CMakeLists.txt index 626fbf8adfa1a0d5f5e36f0a906ad7e828204fe9..78b6c3afada5f5056bb219836665827384df89f9 100644 --- a/Event/FSREvent/CMakeLists.txt +++ b/Event/FSREvent/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: FSREvent ################################################################################ diff --git a/Event/FSREvent/xml/IOFSR.xml b/Event/FSREvent/xml/IOFSR.xml index 4cf7b512d84ee7e75710142127c817858e852d79..84077b06134f42e10fe9aa8ca53350089448ab71 100644 --- a/Event/FSREvent/xml/IOFSR.xml +++ b/Event/FSREvent/xml/IOFSR.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Rob Lambert --> <!--- Created : 2012-09-03 --> diff --git a/Event/FSREvent/xml/ProcessFSR.xml b/Event/FSREvent/xml/ProcessFSR.xml index 2b3b9f5f50e7dc8892e7f499117f3b8287d5cbbd..ac70a637378549e6f9dd6ab55f4aecfe46f45aea 100755 --- a/Event/FSREvent/xml/ProcessFSR.xml +++ b/Event/FSREvent/xml/ProcessFSR.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Rob Lambert --> <!--- Created : 2012-09-03 --> diff --git a/Event/FSREvent/xml/lcgdict/lcg_selection.h b/Event/FSREvent/xml/lcgdict/lcg_selection.h index 9553d9ac63655bbb23bec0ea79ad4c12bc961da1..8820c42d47ebf92dfdca8faee15a5a4938a195e9 100755 --- a/Event/FSREvent/xml/lcgdict/lcg_selection.h +++ b/Event/FSREvent/xml/lcgdict/lcg_selection.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: lcg_selection.h,v 1.4 2010-03-17 21:30:50 raaij Exp $ #ifndef FSREVENT_LCGDICT_H #define FSREVENT_LCGDICT_H 1 diff --git a/Event/FSREvent/xml/lcgdict/lcg_selection.xml b/Event/FSREvent/xml/lcgdict/lcg_selection.xml index 690c8e03cb1558d5d8f6db53acd9dabb63676372..6653de9841411f4905b6c4ceac286c3872976f0c 100755 --- a/Event/FSREvent/xml/lcgdict/lcg_selection.xml +++ b/Event/FSREvent/xml/lcgdict/lcg_selection.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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="std::map<std::string, unsigned long long>"/> </lcgdict> diff --git a/Event/FTEvent/CMakeLists.txt b/Event/FTEvent/CMakeLists.txt index 5167b940b8a49f25df65ee81f2d9daccb99a1e47..bf715712b86d701b5d13eacf56057c7c2c5daa16 100644 --- a/Event/FTEvent/CMakeLists.txt +++ b/Event/FTEvent/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: FTEvent ################################################################################ diff --git a/Event/FTEvent/xml/FTCluster.xml b/Event/FTEvent/xml/FTCluster.xml index f9e7283369e8dac389a844dd65e8fc99d58f71a2..cccf5dde25329fec7b694ec1ad6b1df2aa7a1758 100644 --- a/Event/FTEvent/xml/FTCluster.xml +++ b/Event/FTEvent/xml/FTCluster.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Olivier Callot --> <!--- Created : 2012-05-11 --> diff --git a/Event/FTEvent/xml/FTLiteCluster.xml b/Event/FTEvent/xml/FTLiteCluster.xml index 06350a1f7703fb21eff551672408e7883c006be3..f5dbdf273d17c3cd331a12c598801671bd45d6fe 100644 --- a/Event/FTEvent/xml/FTLiteCluster.xml +++ b/Event/FTEvent/xml/FTLiteCluster.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Olivier Callot --> <!--- Created : 2012-05-11 --> diff --git a/Event/FTEvent/xml/MCFTDeposit.xml b/Event/FTEvent/xml/MCFTDeposit.xml index ab683ea21d9c4391a53e3df859236b5d9e3de585..ffc9a3ed2f9e31cd272272006c1197f35bff799d 100644 --- a/Event/FTEvent/xml/MCFTDeposit.xml +++ b/Event/FTEvent/xml/MCFTDeposit.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Eric Cogneras --> <!--- Created : 2012-05-15 --> diff --git a/Event/FTEvent/xml/MCFTDigit.xml b/Event/FTEvent/xml/MCFTDigit.xml index 3ee71bc50c419022cb0cce2562f522661fb93280..8dd68587a2b579f96bf2f2c65142e078e17b175e 100644 --- a/Event/FTEvent/xml/MCFTDigit.xml +++ b/Event/FTEvent/xml/MCFTDigit.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Eric Cogneras --> <!--- Created : 2012-05-15 --> diff --git a/Event/FTEvent/xml/MCFTPhoton.xml b/Event/FTEvent/xml/MCFTPhoton.xml index d16383b1ca5c540b4227ef19be37f85d5f9b1c65..3f6a608bbb1a6012eb0b93c0be20a4128f8c6d84 100644 --- a/Event/FTEvent/xml/MCFTPhoton.xml +++ b/Event/FTEvent/xml/MCFTPhoton.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Violaine Bellee, Julian Wishahi --> <!--- Created : 2016-10-24 --> diff --git a/Event/FTEvent/xml/gdd.dtd b/Event/FTEvent/xml/gdd.dtd index 05489caf96082bb6d954c1aff5323cfc787dc914..b206135a29acf1c09c775d805d7c67759c02ab74 100755 --- a/Event/FTEvent/xml/gdd.dtd +++ b/Event/FTEvent/xml/gdd.dtd @@ -1,4 +1,14 @@ <?xml encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ?xml encoding="ISO-8859-1"? --> <!ELEMENT gdd ((import*, package+)+)> <!ATTLIST gdd diff --git a/Event/GenEvent/CMakeLists.txt b/Event/GenEvent/CMakeLists.txt index 1ba1f4804e14428496be497a1ca1df5994591534..652c8f4f8dce83cf725a87140264ae1a59da7f1f 100644 --- a/Event/GenEvent/CMakeLists.txt +++ b/Event/GenEvent/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: GenEvent ################################################################################ diff --git a/Event/GenEvent/GenEvent/BeamForInitialization.h b/Event/GenEvent/GenEvent/BeamForInitialization.h index f2f2f42fc30d0e63ec6104f7af8529f46b3127e0..9a3983b971b51a9958916e7ea37c9e03d30f3656 100644 --- a/Event/GenEvent/GenEvent/BeamForInitialization.h +++ b/Event/GenEvent/GenEvent/BeamForInitialization.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ #ifndef GENEVENT_BEAMFORINITIALIZATION_H #define GENEVENT_BEAMFORINITIALIZATION_H 1 diff --git a/Event/GenEvent/GenEvent/HepMCUtils.h b/Event/GenEvent/GenEvent/HepMCUtils.h index eb31c3a4293e88e871c4a7bc342c4ffd464327d9..d816399fb7b903f78cc7cd6c0566286f569b79db 100755 --- a/Event/GenEvent/GenEvent/HepMCUtils.h +++ b/Event/GenEvent/GenEvent/HepMCUtils.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 GENEVENT_HEPMCUTILS_H #define GENEVENT_HEPMCUTILS_H 1 diff --git a/Event/GenEvent/src/BeamForInitialization.cpp b/Event/GenEvent/src/BeamForInitialization.cpp index ddc8dded5d90718d0bfdc40be54452fa2a171ed0..4e1beb50f9a10223c816bd3909f890d319ba9292 100644 --- a/Event/GenEvent/src/BeamForInitialization.cpp +++ b/Event/GenEvent/src/BeamForInitialization.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "GenEvent/BeamForInitialization.h" diff --git a/Event/GenEvent/src/HepMCEvent.cpp b/Event/GenEvent/src/HepMCEvent.cpp index 767c62727ac1d3cda7934cc37f68fb187eadfb41..9764d5759a7c95cb504d146bd1ea7cb997590241 100755 --- a/Event/GenEvent/src/HepMCEvent.cpp +++ b/Event/GenEvent/src/HepMCEvent.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Event/HepMCEvent.cpp // diff --git a/Event/GenEvent/xml/BeamParameters.xml b/Event/GenEvent/xml/BeamParameters.xml index 34ffaf36854a1a7ddff1b0755bd2424d0d0770de..fe1e4451acd21774605bc5875b1183cc04b03d0d 100755 --- a/Event/GenEvent/xml/BeamParameters.xml +++ b/Event/GenEvent/xml/BeamParameters.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd' > <gdd> diff --git a/Event/GenEvent/xml/CrossSectionsFSR.xml b/Event/GenEvent/xml/CrossSectionsFSR.xml index 481f97f76789a08718c18618ba94294dce14e71b..6ca8abed9128dab2440b4bcd491352813358a6bd 100644 --- a/Event/GenEvent/xml/CrossSectionsFSR.xml +++ b/Event/GenEvent/xml/CrossSectionsFSR.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Davide Fazzini --> <!--- Created : 2015-05-24 --> diff --git a/Event/GenEvent/xml/GenCollision.xml b/Event/GenEvent/xml/GenCollision.xml index af0c079f03f13146a769be8b1fd8f25a4350f267..4d6522e30c828ce45ffbe9578a4776e3af6e2d65 100755 --- a/Event/GenEvent/xml/GenCollision.xml +++ b/Event/GenEvent/xml/GenCollision.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd' > <gdd> diff --git a/Event/GenEvent/xml/GenCountersFSR.xml b/Event/GenEvent/xml/GenCountersFSR.xml index 08dde82dacf8beb329108d711537a66881e11f73..55225787c6e498c3b122ac2d6f8d26edec70580c 100644 --- a/Event/GenEvent/xml/GenCountersFSR.xml +++ b/Event/GenEvent/xml/GenCountersFSR.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Davide Fazzini --> <!--- Created : 2015-05-24 --> diff --git a/Event/GenEvent/xml/GenFSR.xml b/Event/GenEvent/xml/GenFSR.xml index 669faae48f754284f9f13a0de12fd833b0a6846b..d6433c6cc601b68b17be5619080d13a7e3322cad 100644 --- a/Event/GenEvent/xml/GenFSR.xml +++ b/Event/GenEvent/xml/GenFSR.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Davide Fazzini --> <!--- Created : 2015-05-22 --> diff --git a/Event/GenEvent/xml/GenHeader.xml b/Event/GenEvent/xml/GenHeader.xml index 540ab50e0b66e29fc0e473b5510ddbee0575578d..014bbca5d04d7784f03f69e123ae2ac62ace7d84 100755 --- a/Event/GenEvent/xml/GenHeader.xml +++ b/Event/GenEvent/xml/GenHeader.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> <package name='GenEvent'> diff --git a/Event/GenEvent/xml/HepMCEvent.xml b/Event/GenEvent/xml/HepMCEvent.xml index 4d7667940a7ab347085442b5b29a8716d1d7ed72..0878b70eb5ebf8013049febd16a9f33fb4c98f48 100755 --- a/Event/GenEvent/xml/HepMCEvent.xml +++ b/Event/GenEvent/xml/HepMCEvent.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> diff --git a/Event/GenEvent/xml/lcgdict/lcg_selection.h b/Event/GenEvent/xml/lcgdict/lcg_selection.h index d34b61b711d777570f21ddefcdd7e2c2a038bafd..8b71da25f7191dab1149592c23e22876cfded173 100644 --- a/Event/GenEvent/xml/lcgdict/lcg_selection.h +++ b/Event/GenEvent/xml/lcgdict/lcg_selection.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: lcg_selection.h,v 1.1 2009-02-11 08:18:06 cattanem Exp $ #ifndef GENEVENT_LCGDICT_H #define GENEVENT_LCGDICT_H 1 diff --git a/Event/GenEvent/xml/lcgdict/lcg_selection.xml b/Event/GenEvent/xml/lcgdict/lcg_selection.xml index 72b7db895d51c457164ce9d162b2d0e8c29984af..ba46e47e70bd0faa285bccffb993d7361b0f774b 100755 --- a/Event/GenEvent/xml/lcgdict/lcg_selection.xml +++ b/Event/GenEvent/xml/lcgdict/lcg_selection.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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> <!-- Temporary, to be added to LCG 61++ /--> <!-- <class name="std::map<std::string,HepMC::WeightContainer::size_type>" /> --> diff --git a/Event/HltEvent/CMakeLists.txt b/Event/HltEvent/CMakeLists.txt index 364ee409f8fbb743ad7decf9d671dbd6ee7f8a5c..619bdffb4d0f314aea9debf98005cc52519181b4 100644 --- a/Event/HltEvent/CMakeLists.txt +++ b/Event/HltEvent/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: HltEvent ################################################################################ diff --git a/Event/HltEvent/dict/lcgDict.h b/Event/HltEvent/dict/lcgDict.h index a49be448ef184e03ad873a4755708611a07f292d..2c17a2e60bd57d39945edeac5d7a574bd320dc3f 100644 --- a/Event/HltEvent/dict/lcgDict.h +++ b/Event/HltEvent/dict/lcgDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: lcgDict.h,v 1.5 2009-06-11 12:03:13 jpalac Exp $ #ifndef DICT_LCGDICT_H #define DICT_LCGDICT_H 1 diff --git a/Event/HltEvent/src/HltDecReport.cpp b/Event/HltEvent/src/HltDecReport.cpp index d325c1b32f32b3141133035d7c68b20951992d3c..bec3365177598ff6bbd3919e877862762ba2c46f 100644 --- a/Event/HltEvent/src/HltDecReport.cpp +++ b/Event/HltEvent/src/HltDecReport.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/HltEvent/src/HltDecReports.cpp b/Event/HltEvent/src/HltDecReports.cpp index 7af05feacb5acd6ac5b6523bd7e8ad34af13d61a..47e1132e37e980f7566a261ddeb27bd262930a12 100644 --- a/Event/HltEvent/src/HltDecReports.cpp +++ b/Event/HltEvent/src/HltDecReports.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/HltEvent/src/HltObjectSummary.cpp b/Event/HltEvent/src/HltObjectSummary.cpp index 32159af89d5bf05b34541fe0393b83915cd95686..c432e70c635da711035b4b51b6fad59a5b8825ba 100644 --- a/Event/HltEvent/src/HltObjectSummary.cpp +++ b/Event/HltEvent/src/HltObjectSummary.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ // Include files diff --git a/Event/HltEvent/src/HltSelReports.cpp b/Event/HltEvent/src/HltSelReports.cpp index 607444b918c4fb90d0f17b3858521df26b352d9b..d51c6e20cd3027fe87cd1b454bf17b1adca8f637 100644 --- a/Event/HltEvent/src/HltSelReports.cpp +++ b/Event/HltEvent/src/HltSelReports.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/HltEvent/src/HltVertexReports.cpp b/Event/HltEvent/src/HltVertexReports.cpp index 1bbb289f8c5a04a2a1c0ae2f5865c14f6069eb4a..5a1250f2a2337fc6905fa29709d9be4483775683 100644 --- a/Event/HltEvent/src/HltVertexReports.cpp +++ b/Event/HltEvent/src/HltVertexReports.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/HltEvent/xml/HltDecReport.xml b/Event/HltEvent/xml/HltDecReport.xml index 9c134d911846e099f207342442102ec62e75f0b2..a938784e9d2b8db1437c9a6adfa5f9f36abbae43 100755 --- a/Event/HltEvent/xml/HltDecReport.xml +++ b/Event/HltEvent/xml/HltDecReport.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Tomasz Skwarnicki --> <!--- Created : 2008-07-22 --> diff --git a/Event/HltEvent/xml/HltLumiResult.xml b/Event/HltEvent/xml/HltLumiResult.xml index 310a3c2aba6bcb30ef96ec3408850e18666e2be3..0e6239dccb69948e5b01dfb8536ce137a4f98cbb 100755 --- a/Event/HltEvent/xml/HltLumiResult.xml +++ b/Event/HltEvent/xml/HltLumiResult.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> <package name='HltEvent'> diff --git a/Event/HltEvent/xml/HltObjectSummary.xml b/Event/HltEvent/xml/HltObjectSummary.xml index c8b76fa943eb23ec5d645a7d2ed0bd39bf75af6d..f38f2a45f39e161d0dccfac29d31a38fe5aa4e42 100755 --- a/Event/HltEvent/xml/HltObjectSummary.xml +++ b/Event/HltEvent/xml/HltObjectSummary.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='ISO-8859-1'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Tomasz Skwarnicki --> <!--- Created : 2008-07-23 --> diff --git a/Event/HltEvent/xml/HltVertexReports.xml b/Event/HltEvent/xml/HltVertexReports.xml index 56134f471449ca1a5f7c0dda43d3563bbe794554..43c29954e4ecc6c87f6f183744e050f1d80c4a36 100755 --- a/Event/HltEvent/xml/HltVertexReports.xml +++ b/Event/HltEvent/xml/HltVertexReports.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Tomasz Skwarnicki --> <!--- Created : 2008-08-05 --> diff --git a/Event/HltEvent/xml/lcgdict/lcg_selection.xml b/Event/HltEvent/xml/lcgdict/lcg_selection.xml index ed308a5dd1475ca6a86df642b300f32a2f7b8766..b4f8f3fb3d8d0a97724416fad401ef25bb684c2f 100644 --- a/Event/HltEvent/xml/lcgdict/lcg_selection.xml +++ b/Event/HltEvent/xml/lcgdict/lcg_selection.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "std::pair<std::string, LHCb::HltDecReport>" /> <class name = "std::vector<std::pair<std::string, LHCb::HltDecReport> >" /> diff --git a/Event/L0Event/CMakeLists.txt b/Event/L0Event/CMakeLists.txt index 607b1f13f5a698cd370da7df22cb7b37fbc51d7d..981b9c2417c4f47874bacf2c7b459136cbf272e7 100644 --- a/Event/L0Event/CMakeLists.txt +++ b/Event/L0Event/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: L0Event ################################################################################ diff --git a/Event/L0Event/Event/L0DUBase.h b/Event/L0Event/Event/L0DUBase.h index 60565dbb8315804da2016ac14983afb9d7a858d3..8e2e16e573302b36e446ef055103cdb56c120397 100755 --- a/Event/L0Event/Event/L0DUBase.h +++ b/Event/L0Event/Event/L0DUBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUON_L0DUBASE_H #define L0MUON_L0DUBASE_H 1 #include <string> diff --git a/Event/L0Event/src/L0CaloCandidate.cpp b/Event/L0Event/src/L0CaloCandidate.cpp index 52af9a06802546992d6aa546f283282c6056246c..9b66dbc37820c869d8a1b0d0d72ea33b3ac58d79 100644 --- a/Event/L0Event/src/L0CaloCandidate.cpp +++ b/Event/L0Event/src/L0CaloCandidate.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "GaudiKernel/SystemOfUnits.h" diff --git a/Event/L0Event/src/L0DUChannel.cpp b/Event/L0Event/src/L0DUChannel.cpp index 0295e305131fb3bd722691dc3bbbce102de72419..57632271a51306db91bb0ffce447d39757493ac1 100644 --- a/Event/L0Event/src/L0DUChannel.cpp +++ b/Event/L0Event/src/L0DUChannel.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <utility> #include <string> diff --git a/Event/L0Event/src/L0DUConfig.cpp b/Event/L0Event/src/L0DUConfig.cpp index 1a397a67c5607b71d5cf4720e11017ef5093631e..68cc15d658cba3230b51959a59d5ae7b458743c4 100644 --- a/Event/L0Event/src/L0DUConfig.cpp +++ b/Event/L0Event/src/L0DUConfig.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <utility> #include <string> diff --git a/Event/L0Event/src/L0DUElementaryCondition.cpp b/Event/L0Event/src/L0DUElementaryCondition.cpp index 698165b8c4ba454986339b1fdfeb1b0c39b8077e..ca45ca649f90f36812a0ca543f2963b49971c255 100644 --- a/Event/L0Event/src/L0DUElementaryCondition.cpp +++ b/Event/L0Event/src/L0DUElementaryCondition.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: L0DUElementaryCondition.cpp,v 1.6 2010-01-20 15:59:06 odescham Exp $ // Include files #include <utility> diff --git a/Event/L0Event/src/L0DUElementaryData.cpp b/Event/L0Event/src/L0DUElementaryData.cpp index 5d9bad4cd32b0198b03781d85be931dc2ea9565a..3e51bdaa5990fd31aa088f23ec19f0b9d25f1e9a 100644 --- a/Event/L0Event/src/L0DUElementaryData.cpp +++ b/Event/L0Event/src/L0DUElementaryData.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <utility> #include <string> diff --git a/Event/L0Event/src/L0DUTrigger.cpp b/Event/L0Event/src/L0DUTrigger.cpp index 0d7089a20eed1948aec8d8e6af15e84293ba4f02..426a0d02f12ba0882314ab0a71ef56f228eb9399 100644 --- a/Event/L0Event/src/L0DUTrigger.cpp +++ b/Event/L0Event/src/L0DUTrigger.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <utility> #include <string> diff --git a/Event/L0Event/src/L0MuonCandidate.cpp b/Event/L0Event/src/L0MuonCandidate.cpp index 174f4aeeebe27c59240f9459980342b3ccceb867..db4c3ce5f38886036ecd41a8a4d63f9df138325b 100644 --- a/Event/L0Event/src/L0MuonCandidate.cpp +++ b/Event/L0Event/src/L0MuonCandidate.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <cmath> #include <vector> #include "Event/L0MuonCandidate.h" diff --git a/Event/L0Event/src/L0MuonError.cpp b/Event/L0Event/src/L0MuonError.cpp index e97eec408bd80afe2946ffa43d82e800f1b4ef04..e226d2767555be245621e6b7e5d894cfd9eaab58 100644 --- a/Event/L0Event/src/L0MuonError.cpp +++ b/Event/L0Event/src/L0MuonError.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/L0MuonError.h" diff --git a/Event/L0Event/xml/L0CaloAdc.xml b/Event/L0Event/xml/L0CaloAdc.xml index 1cf5f77e6c6e3e80cf965c20b0f58586bc13c507..8dc510fc6969217cf9f638970ca9bf0276aa9977 100644 --- a/Event/L0Event/xml/L0CaloAdc.xml +++ b/Event/L0Event/xml/L0CaloAdc.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Olivier Callot --> <!--- Created : 2005-12-14 --> diff --git a/Event/L0Event/xml/L0CaloCandidate.xml b/Event/L0Event/xml/L0CaloCandidate.xml index 8381128c5ccc15c8fe9eb981cb1f7db71dc3bb6f..9c2c63e50844cc9adf0150132a38985610b0366b 100644 --- a/Event/L0Event/xml/L0CaloCandidate.xml +++ b/Event/L0Event/xml/L0CaloCandidate.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="L0Event"> diff --git a/Event/L0Event/xml/L0DUChannel.xml b/Event/L0Event/xml/L0DUChannel.xml index 16efc70129f1636528c3c78d3e74efabef2700a1..305c723fc5a396c39cc4e6e68fabc3654993647d 100644 --- a/Event/L0Event/xml/L0DUChannel.xml +++ b/Event/L0Event/xml/L0DUChannel.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="L0Event"> diff --git a/Event/L0Event/xml/L0DUConfig.xml b/Event/L0Event/xml/L0DUConfig.xml index 725662ad68874c7a7255e123fe2188dc0a59cf7b..1a9f9cea835ae16427a5de346fd5515d6f5e89e2 100644 --- a/Event/L0Event/xml/L0DUConfig.xml +++ b/Event/L0Event/xml/L0DUConfig.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="L0Event"> diff --git a/Event/L0Event/xml/L0DUElementaryCondition.xml b/Event/L0Event/xml/L0DUElementaryCondition.xml index 130a7ac18934497e8e768b8d54592c0bcb6a5628..db9e883fded53eb97a65a21d20bcb073f5688f55 100644 --- a/Event/L0Event/xml/L0DUElementaryCondition.xml +++ b/Event/L0Event/xml/L0DUElementaryCondition.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="L0Event"> diff --git a/Event/L0Event/xml/L0DUElementaryData.xml b/Event/L0Event/xml/L0DUElementaryData.xml index 051a3ec73cce54f2aee6815409f51da7abf5bb13..67cd172fd2ba8c0a470065d029fe590f27e823e6 100644 --- a/Event/L0Event/xml/L0DUElementaryData.xml +++ b/Event/L0Event/xml/L0DUElementaryData.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="L0Event"> diff --git a/Event/L0Event/xml/L0DUReport.xml b/Event/L0Event/xml/L0DUReport.xml index db16a2f66416db0085c72817d0b78cfad44e0922..0514a1a6ca71bd66a72a28c2f4ebc2edbe7339a2 100644 --- a/Event/L0Event/xml/L0DUReport.xml +++ b/Event/L0Event/xml/L0DUReport.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="L0Event"> diff --git a/Event/L0Event/xml/L0DUTrigger.xml b/Event/L0Event/xml/L0DUTrigger.xml index f6169d40e5f559679eece3893e4b042cc7cfef22..58ed0a71dc55caba25f36b81e410c61f7556c78a 100644 --- a/Event/L0Event/xml/L0DUTrigger.xml +++ b/Event/L0Event/xml/L0DUTrigger.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="L0Event"> diff --git a/Event/L0Event/xml/L0Muon.xml b/Event/L0Event/xml/L0Muon.xml index 991445afaf0ef76023ca08a5d7be59e700ec0af8..9133c7e9147041ce5f7ddfaf2320d07624ad737a 100644 --- a/Event/L0Event/xml/L0Muon.xml +++ b/Event/L0Event/xml/L0Muon.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> <package name='L0Event' > diff --git a/Event/L0Event/xml/L0MuonCtrlError.xml b/Event/L0Event/xml/L0MuonCtrlError.xml index b3887b61af0c01e58eeb16f2a71301959ac9e60b..3c79e8c8768cd979abb09c3ef684a8017f21b741 100644 --- a/Event/L0Event/xml/L0MuonCtrlError.xml +++ b/Event/L0Event/xml/L0MuonCtrlError.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : --> <!--- Created : 2008-02-12 --> diff --git a/Event/L0Event/xml/L0MuonData.xml b/Event/L0Event/xml/L0MuonData.xml index b8f4d02264fcac0dccecd673065410218abc79a2..b31ef96e49247a2f9917c5b32c9f635a9295ffed 100644 --- a/Event/L0Event/xml/L0MuonData.xml +++ b/Event/L0Event/xml/L0MuonData.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> <package name="L0Event"> diff --git a/Event/L0Event/xml/L0MuonError.xml b/Event/L0Event/xml/L0MuonError.xml index 49a84b27e71ceaa4904fb227ce1ddb6ced0af5cb..b588802179aed92727b6a8695ae437566892627c 100644 --- a/Event/L0Event/xml/L0MuonError.xml +++ b/Event/L0Event/xml/L0MuonError.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : --> <!--- Created : 2008-02-12 --> diff --git a/Event/L0Event/xml/L0MuonInfo.xml b/Event/L0Event/xml/L0MuonInfo.xml index 0cf2068627a725e9da74fb4f0f1d9d1908d76469..98f5cf74633019ee1e0c07a02d994873da72a7bb 100644 --- a/Event/L0Event/xml/L0MuonInfo.xml +++ b/Event/L0Event/xml/L0MuonInfo.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : --> <!--- Created : 2008-02-12 --> diff --git a/Event/L0Event/xml/L0MuonProcError.xml b/Event/L0Event/xml/L0MuonProcError.xml index c7ecdf7f30fef6d1d8d7a66d5a7738b45c0f71aa..fbae169b25a97207e33b411cc720b54b5f007ad2 100644 --- a/Event/L0Event/xml/L0MuonProcError.xml +++ b/Event/L0Event/xml/L0MuonProcError.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : --> <!--- Created : 2008-02-12 --> diff --git a/Event/L0Event/xml/L0ProcessorData.xml b/Event/L0Event/xml/L0ProcessorData.xml index 2746bc61ef0528ecae3d6ca51ba35a270930c267..89dd3e9d16c34c03827c1626f12298c71625d44a 100644 --- a/Event/L0Event/xml/L0ProcessorData.xml +++ b/Event/L0Event/xml/L0ProcessorData.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="L0Event"> diff --git a/Event/L0Event/xml/L0PrsSpdHit.xml b/Event/L0Event/xml/L0PrsSpdHit.xml index c7e8ca06fb0b31a84a479c696568fdbd9b3d2866..c02dc43a2b45a62e6228540a1c51d97c7af6562b 100644 --- a/Event/L0Event/xml/L0PrsSpdHit.xml +++ b/Event/L0Event/xml/L0PrsSpdHit.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Olivier Callot --> <!--- Created : 2005-12-14 --> diff --git a/Event/L0Event/xml/lcgdict/lcg_selection.h b/Event/L0Event/xml/lcgdict/lcg_selection.h index 58e49702910d74f2b30837f2d80ad51c61b3d7e4..feb8f83b89fad3f1ce18d4bd2415154fb255c9ef 100755 --- a/Event/L0Event/xml/lcgdict/lcg_selection.h +++ b/Event/L0Event/xml/lcgdict/lcg_selection.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: lcg_selection.h,v 1.4 2010-03-17 21:30:50 raaij Exp $ #ifndef L0EVENT_LCGDICT_H #define L0EVENT_LCGDICT_H 1 diff --git a/Event/L0Event/xml/lcgdict/lcg_selection.xml b/Event/L0Event/xml/lcgdict/lcg_selection.xml index 2dfb04c529845de8a38afa5aab49835754db5ddc..0053bd5827d2338b3f7831e85e454bd00ebf44e2 100755 --- a/Event/L0Event/xml/lcgdict/lcg_selection.xml +++ b/Event/L0Event/xml/lcgdict/lcg_selection.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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="std::map<int,unsigned int>"/> <class name="std::map<std::string,LHCb::L0DUElementaryData*>"/> diff --git a/Event/LinkerEvent/CMakeLists.txt b/Event/LinkerEvent/CMakeLists.txt index 680fd9f1af6967c7dd6834487fcce7a44d7c8b73..8433ae25c3251ce54326abceea48bb3631b4c4dd 100644 --- a/Event/LinkerEvent/CMakeLists.txt +++ b/Event/LinkerEvent/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: LinkerEvent ################################################################################ diff --git a/Event/LinkerEvent/Linker/AllLinks.h b/Event/LinkerEvent/Linker/AllLinks.h index 14bd6c4d1f35db342266ee62d1964b5076a78fc1..4571e30f07c87de6b566a646148afde2bce94453 100755 --- a/Event/LinkerEvent/Linker/AllLinks.h +++ b/Event/LinkerEvent/Linker/AllLinks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LINKER_ALLLINKS_H #define LINKER_ALLLINKS_H 1 diff --git a/Event/LinkerEvent/Linker/LinkedFrom.h b/Event/LinkerEvent/Linker/LinkedFrom.h index 96315b80ac06430e8154a6877c73390677e6d334..ba5b44b573d6ae03f43768973af5a4209c1b779b 100755 --- a/Event/LinkerEvent/Linker/LinkedFrom.h +++ b/Event/LinkerEvent/Linker/LinkedFrom.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LINKER_LINKEDFROM_H #define LINKER_LINKEDFROM_H 1 diff --git a/Event/LinkerEvent/Linker/LinkedFromKey.h b/Event/LinkerEvent/Linker/LinkedFromKey.h index a361c0efc1aed4913d4cd799640db80e72d0af69..648343ae5472bd8c8bc76093ea3732a7c0d9a628 100755 --- a/Event/LinkerEvent/Linker/LinkedFromKey.h +++ b/Event/LinkerEvent/Linker/LinkedFromKey.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LINKER_LINKEDFROMKEY_H #define LINKER_LINKEDFROMKEY_H 1 diff --git a/Event/LinkerEvent/Linker/LinkedTo.h b/Event/LinkerEvent/Linker/LinkedTo.h index 3c26a5f60ee600cbb6a9c1f0609ba4147bd44686..4698189f9e0accc0a6115768c7f37100a77676f5 100755 --- a/Event/LinkerEvent/Linker/LinkedTo.h +++ b/Event/LinkerEvent/Linker/LinkedTo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LINKER_LINKEDTO_H #define LINKER_LINKEDTO_H 1 diff --git a/Event/LinkerEvent/Linker/LinkerEntry.h b/Event/LinkerEvent/Linker/LinkerEntry.h index 87214affc78c43b68f99b35bfe7cf58dd0fc27a9..1c870c4df5da75b945bdc10637a31d1d0f390141 100755 --- a/Event/LinkerEvent/Linker/LinkerEntry.h +++ b/Event/LinkerEvent/Linker/LinkerEntry.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LINKER_LINKERENTRY_H #define LINKER_LINKERENTRY_H 1 diff --git a/Event/LinkerEvent/Linker/LinkerRange.h b/Event/LinkerEvent/Linker/LinkerRange.h index c6445a0c181c3997593319dd639311bef8a12f0e..2902568118bed52c35ad7893ee1276d87c9b75a6 100755 --- a/Event/LinkerEvent/Linker/LinkerRange.h +++ b/Event/LinkerEvent/Linker/LinkerRange.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LINKER_LINKERRANGE_H #define LINKER_LINKERRANGE_H 1 diff --git a/Event/LinkerEvent/Linker/LinkerTable.h b/Event/LinkerEvent/Linker/LinkerTable.h index ff38b8942376bab954d6e55f568864f922aa9c47..ebed46f3cf07e5ba073375ab7cdb302a01e6ec9e 100755 --- a/Event/LinkerEvent/Linker/LinkerTable.h +++ b/Event/LinkerEvent/Linker/LinkerTable.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LINKER_LINKERTABLE_H #define LINKER_LINKERTABLE_H 1 diff --git a/Event/LinkerEvent/Linker/LinkerTool.h b/Event/LinkerEvent/Linker/LinkerTool.h index 98057d4ee0dec99f366bdd11237411367b909976..5605e1808ea4c5bc8d996f63d294d8bdd5ff7d51 100755 --- a/Event/LinkerEvent/Linker/LinkerTool.h +++ b/Event/LinkerEvent/Linker/LinkerTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LINKER_LINKERTOOL_H #define LINKER_LINKERTOOL_H 1 diff --git a/Event/LinkerEvent/Linker/LinkerWithKey.h b/Event/LinkerEvent/Linker/LinkerWithKey.h index 8a3d127be991f65ac7cf5f4273366b8f7b56a0d6..9ad38c8810ed4d3d7732078a3d3991c55ce59303 100755 --- a/Event/LinkerEvent/Linker/LinkerWithKey.h +++ b/Event/LinkerEvent/Linker/LinkerWithKey.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LINKER_LINKERWITHKEY_H #define LINKER_LINKERWITHKEY_H 1 diff --git a/Event/LinkerEvent/Linker/LocalLinker.h b/Event/LinkerEvent/Linker/LocalLinker.h index 9d34d54181dee55afd4553eff1b278afc96fa6ca..c21e5add1f9ee5d64d4140f4543e457ceaddefeb 100755 --- a/Event/LinkerEvent/Linker/LocalLinker.h +++ b/Event/LinkerEvent/Linker/LocalLinker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LINKER_LOCALLINKER_H #define LINKER_LOCALLINKER_H 1 diff --git a/Event/LinkerEvent/Linker/LocalLinkerTool.h b/Event/LinkerEvent/Linker/LocalLinkerTool.h index 8313a937a7ffe69a427f568cbcc4fb86e7b52ce5..cb9e0fbff0ce376558429b5308addfdc38bb32c9 100755 --- a/Event/LinkerEvent/Linker/LocalLinkerTool.h +++ b/Event/LinkerEvent/Linker/LocalLinkerTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LINKER_LOCALLINKERTOOL_H #define LINKER_LOCALLINKERTOOL_H 1 diff --git a/Event/LinkerEvent/src/LinksByKey.cpp b/Event/LinkerEvent/src/LinksByKey.cpp index a57a6f23e58210b6c1ac1885f480a9e059835393..37a27c17c8d0981761a31b3ede2ce71916538f5b 100755 --- a/Event/LinkerEvent/src/LinksByKey.cpp +++ b/Event/LinkerEvent/src/LinksByKey.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/IRegistry.h" diff --git a/Event/LinkerEvent/xml/LinksByKey.xml b/Event/LinkerEvent/xml/LinksByKey.xml index 209c1b37efd9b0bda5bfa869536e3010892cd235..136ae840f69d69520e37bee3725c93dde31c686c 100755 --- a/Event/LinkerEvent/xml/LinksByKey.xml +++ b/Event/LinkerEvent/xml/LinksByKey.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="LinkerEvent"> diff --git a/Event/LinkerInstances/CMakeLists.txt b/Event/LinkerInstances/CMakeLists.txt index a5a14d00b918d3a11403c005b32a7a8662fb1aba..ef86118406604d7578ac26347993b76d5110d275 100644 --- a/Event/LinkerInstances/CMakeLists.txt +++ b/Event/LinkerInstances/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: LinkerInstances ################################################################################ diff --git a/Event/LinkerInstances/dict/linker_instances.h b/Event/LinkerInstances/dict/linker_instances.h index 83ecb715ed192e2240b712fa6903d50d07f58b4e..c64f669a4a05efcb579e447d6532d2d9f2f38492 100755 --- a/Event/LinkerInstances/dict/linker_instances.h +++ b/Event/LinkerInstances/dict/linker_instances.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "Linker/LinkedTo.h" #include "Linker/LinkedFrom.h" diff --git a/Event/LinkerInstances/python/LinkerInstances/__init__.py b/Event/LinkerInstances/python/LinkerInstances/__init__.py index 110712455f2da14b35b65b53ac1705b454fee7f4..390db4b772b673e671c67c83cb11834d48275d4e 100755 --- a/Event/LinkerInstances/python/LinkerInstances/__init__.py +++ b/Event/LinkerInstances/python/LinkerInstances/__init__.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: __init__.py,v 1.1 2007-12-09 20:13:20 ibelyaev Exp $ # ============================================================================= diff --git a/Event/LinkerInstances/python/LinkerInstances/eventassoc.py b/Event/LinkerInstances/python/LinkerInstances/eventassoc.py index 7d9b98893bc295e58b5663ea3f78f891a39e272c..c02c3aa250bb401f105a4f011db2cb91c0c73f7e 100755 --- a/Event/LinkerInstances/python/LinkerInstances/eventassoc.py +++ b/Event/LinkerInstances/python/LinkerInstances/eventassoc.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: eventassoc.py,v 1.3 2007-12-11 08:34:25 truf Exp $ # ============================================================================= diff --git a/Event/LinkerInstances/python/eventassoc.py b/Event/LinkerInstances/python/eventassoc.py index 2e45c99628765468eb74770ce4af8fbedce69a88..ccb2fd90a092b4190eb085e2c845db2d45402b4d 100755 --- a/Event/LinkerInstances/python/eventassoc.py +++ b/Event/LinkerInstances/python/eventassoc.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: eventassoc.py,v 1.8 2007-12-09 20:13:20 ibelyaev Exp $ # ============================================================================= diff --git a/Event/LinkerInstances/xml/lcg_selection.xml b/Event/LinkerInstances/xml/lcg_selection.xml index 4895c6a5f867599ca0c85d696f69826f77e14262..0586f93245c58527d8a9c34066b3cd65c18530f1 100755 --- a/Event/LinkerInstances/xml/lcg_selection.xml +++ b/Event/LinkerInstances/xml/lcg_selection.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 pattern="LinkedTo<*"/> <class pattern="LinkedFrom<*"/> diff --git a/Event/LumiEvent/CMakeLists.txt b/Event/LumiEvent/CMakeLists.txt index b802ff3cc6610c7c6a5a06cc61c0ca7ecaf614b4..3173659dc82e902d9056af6d84f0008733fb4b92 100644 --- a/Event/LumiEvent/CMakeLists.txt +++ b/Event/LumiEvent/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: LumiEvent ################################################################################ diff --git a/Event/LumiEvent/dict/lcgDict.h b/Event/LumiEvent/dict/lcgDict.h index 434242ce0c8f112188a88a37e92adf34f5d5ce63..cd19765d4707cd8f4770520caeb4750c1f567671 100755 --- a/Event/LumiEvent/dict/lcgDict.h +++ b/Event/LumiEvent/dict/lcgDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: lcgDict.h,v 1.1.1.1 2009-02-16 16:04:17 panmanj Exp $ #ifndef LUMIEVENT_LCGDICT_H #define LUMIEVENT_LCGDICT_H 1 diff --git a/Event/LumiEvent/src/HltLumiSummaryDecoder.cpp b/Event/LumiEvent/src/HltLumiSummaryDecoder.cpp index 8197199d1f233bd763e8572407555f1e9c6a89f0..3819a7fc8ffb3d9d1b207e4a27697fe1672ef8e9 100755 --- a/Event/LumiEvent/src/HltLumiSummaryDecoder.cpp +++ b/Event/LumiEvent/src/HltLumiSummaryDecoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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> diff --git a/Event/LumiEvent/src/HltLumiSummaryDecoder.h b/Event/LumiEvent/src/HltLumiSummaryDecoder.h index 21ab2625912cee4b14f8cafde4714bab55c4c45c..4e87adf087ffd82dc54dc1af1c6c72771e4aee79 100755 --- a/Event/LumiEvent/src/HltLumiSummaryDecoder.h +++ b/Event/LumiEvent/src/HltLumiSummaryDecoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 HLTLUMISUMMARYDECODER_H #define HLTLUMISUMMARYDECODER_H 1 diff --git a/Event/LumiEvent/xml/EventCountFSR.xml b/Event/LumiEvent/xml/EventCountFSR.xml index d8cf21b86ee873b7ac29393d1be084e6b79a17c0..e837f5dbc437d4555ca3c25a0ff7e4a771041b92 100644 --- a/Event/LumiEvent/xml/EventCountFSR.xml +++ b/Event/LumiEvent/xml/EventCountFSR.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Rob Lambert --> <!--- Created : 2009-11-09 --> diff --git a/Event/LumiEvent/xml/HltLumiSummary.xml b/Event/LumiEvent/xml/HltLumiSummary.xml index 0c8a5a552ccaa9c14bf6181f89d4bfd9b93f0fbc..cf71c3fe0bb2c9747d3c30c4c65bf59228888783 100644 --- a/Event/LumiEvent/xml/HltLumiSummary.xml +++ b/Event/LumiEvent/xml/HltLumiSummary.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> <package name='LumiEvent'> diff --git a/Event/LumiEvent/xml/LumiCounters.xml b/Event/LumiEvent/xml/LumiCounters.xml index 6e2b8800c781c93f4c1027712e82462317187ef0..0411ccbc53ad90a3231d0e17064c762e35445e3e 100644 --- a/Event/LumiEvent/xml/LumiCounters.xml +++ b/Event/LumiEvent/xml/LumiCounters.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Jaap Panman --> <!--- Created : 2009-01-19 --> diff --git a/Event/LumiEvent/xml/LumiFSR.xml b/Event/LumiEvent/xml/LumiFSR.xml index 62db0a5da18f8aa92ef0d2d3abeceb75ebd2490a..3a167a3b917d3cc8d8273fd2e146195a7718b4b2 100644 --- a/Event/LumiEvent/xml/LumiFSR.xml +++ b/Event/LumiEvent/xml/LumiFSR.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Jaap Panman --> <!--- Created : 2009-01-19 --> diff --git a/Event/LumiEvent/xml/LumiIntegral.xml b/Event/LumiEvent/xml/LumiIntegral.xml index 5c9adf5a4111428f96dce29bf5df0c05b5ea419c..f5f8987856e5b24ad90e975428ddf48e999f2e0b 100644 --- a/Event/LumiEvent/xml/LumiIntegral.xml +++ b/Event/LumiEvent/xml/LumiIntegral.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Jaap Panman --> <!--- Created : 2009-01-19 --> diff --git a/Event/LumiEvent/xml/LumiMethods.xml b/Event/LumiEvent/xml/LumiMethods.xml index 9c5160c3d8b5a5d1bea0d7c9e81cdde300985c64..2a1fbfd36296e6d31d5d3a7e6ec9a34be25e328e 100644 --- a/Event/LumiEvent/xml/LumiMethods.xml +++ b/Event/LumiEvent/xml/LumiMethods.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Jaap Panman --> <!--- Created : 2010-01-28 --> diff --git a/Event/LumiEvent/xml/TimeSpanFSR.xml b/Event/LumiEvent/xml/TimeSpanFSR.xml index 7866a58ff1ff86f648fe2b20d73287b14bb6748e..ad5e235957cfb9911e176b163c6a28eb0f5dbfa5 100644 --- a/Event/LumiEvent/xml/TimeSpanFSR.xml +++ b/Event/LumiEvent/xml/TimeSpanFSR.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Jaap Panman --> <!--- Created : 2009-12-31 --> diff --git a/Event/LumiEvent/xml/lcgdict/lcg_selection.xml b/Event/LumiEvent/xml/lcgdict/lcg_selection.xml index b856adcdd524710154ef030fd0fa7cced496219b..f0228e8430cd52cc89d736d84f929f05a98215dc 100755 --- a/Event/LumiEvent/xml/lcgdict/lcg_selection.xml +++ b/Event/LumiEvent/xml/lcgdict/lcg_selection.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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="LHCb::LumiFSR::ValuePair"/> <class name="LHCb::LumiFSR::ExtraInfo"/> diff --git a/Event/MCEvent/CMakeLists.txt b/Event/MCEvent/CMakeLists.txt index 6f3ed169f929f67888cedb19c6fe2804616820a7..f30fd010b7d5d1dfd081d6a509039ae2e10faae4 100644 --- a/Event/MCEvent/CMakeLists.txt +++ b/Event/MCEvent/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: MCEvent ################################################################################ diff --git a/Event/MCEvent/Event/MCFun.h b/Event/MCEvent/Event/MCFun.h index 5fe6e5ec56283eded3786bcdef4f810b1751563f..783dec1e88b408d986e3f859608b82319986bed9 100755 --- a/Event/MCEvent/Event/MCFun.h +++ b/Event/MCEvent/Event/MCFun.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MCEVENT_MCFUN_H #define MCEVENT_MCFUN_H 1 diff --git a/Event/MCEvent/Event/MCTrackGeomCriteria.h b/Event/MCEvent/Event/MCTrackGeomCriteria.h index e2789200403d934f365327b34401e488be13df0c..8716a025069b9d09436b5ee4d34793f0bcda4c68 100755 --- a/Event/MCEvent/Event/MCTrackGeomCriteria.h +++ b/Event/MCEvent/Event/MCTrackGeomCriteria.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MCEVENT_MCTRACKGEOMCRITERIA_H #define MCEVENT_MCTRACKGEOMCRITERIA_H 1 diff --git a/Event/MCEvent/Event/MCTrackInfo.h b/Event/MCEvent/Event/MCTrackInfo.h index 9e88d7070267b2842501c9d39af84856d0bb3d96..d0259595fd36927dd43ced8bd22edfa347e2db1b 100755 --- a/Event/MCEvent/Event/MCTrackInfo.h +++ b/Event/MCEvent/Event/MCTrackInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MCEVENT_MCTRACKINFO_H #define MCEVENT_MCTRACKINFO_H 1 diff --git a/Event/MCEvent/Event/MCTruth.h b/Event/MCEvent/Event/MCTruth.h index 9869de7bd8b54e6ccfec93b5705cc451aed6bc19..c45ea1df980d1fbbd5ad9c6c0b14db0fb19abe8c 100755 --- a/Event/MCEvent/Event/MCTruth.h +++ b/Event/MCEvent/Event/MCTruth.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ==================================================================== // MCTruth.h // -------------------------------------------------------------------- diff --git a/Event/MCEvent/dict/lcgDict.h b/Event/MCEvent/dict/lcgDict.h index 957fae3bc909670a9159d0c7b0d81f07b9a0ca3b..b253243aa5690f97fd8a1d182532ed81a78412d3 100755 --- a/Event/MCEvent/dict/lcgDict.h +++ b/Event/MCEvent/dict/lcgDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: lcgDict.h,v 1.10 2008-09-03 14:32:22 cattanem Exp $ #ifndef MCEVENT_LCGDICT_H #define MCEVENT_LCGDICT_H 1 diff --git a/Event/MCEvent/src/GhostTrackInfo.cpp b/Event/MCEvent/src/GhostTrackInfo.cpp index fc26f5e88a62e41aecae6a9b4727ebc18a652733..3206077aadc4c8e325810224d931348afdddf3a4 100755 --- a/Event/MCEvent/src/GhostTrackInfo.cpp +++ b/Event/MCEvent/src/GhostTrackInfo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/GhostTrackInfo.h" diff --git a/Event/MCEvent/src/MCFun.cpp b/Event/MCEvent/src/MCFun.cpp index 60a75a133d05b6518775597559ae61509e6b148f..5cb6c80aa9c8d9084312373eabd504d36cea8229 100755 --- a/Event/MCEvent/src/MCFun.cpp +++ b/Event/MCEvent/src/MCFun.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/MCFun.h" diff --git a/Event/MCEvent/src/MCParticle.cpp b/Event/MCEvent/src/MCParticle.cpp index 7fdb05ec18e02c306db803ba98b506566193e745..e1cc2206bc87a1641aa19207523c0cba09a9eae5 100644 --- a/Event/MCEvent/src/MCParticle.cpp +++ b/Event/MCEvent/src/MCParticle.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Event #include "Event/MCParticle.h" diff --git a/Event/MCEvent/src/MCProperty.cpp b/Event/MCEvent/src/MCProperty.cpp index 1c05c1d891e20c0fd4b44e29948e204caa7c758e..e2d5835e8867f9b3976f5f349fdd425bb29a928d 100755 --- a/Event/MCEvent/src/MCProperty.cpp +++ b/Event/MCEvent/src/MCProperty.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/MCEvent/src/MCRichDigit.cpp b/Event/MCEvent/src/MCRichDigit.cpp index 837610f4fc4f798f4680ea27bc31018fc6d874d2..dd81c0c8753e4ef91eb97c20de5fb2200b542f0e 100755 --- a/Event/MCEvent/src/MCRichDigit.cpp +++ b/Event/MCEvent/src/MCRichDigit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MCRichDigit.cpp diff --git a/Event/MCEvent/src/MCRichDigitHistoryCode.cpp b/Event/MCEvent/src/MCRichDigitHistoryCode.cpp index 4cf5649e259912ef63db3cd38b05a4fcf5fa7722..bc52ee8346f88a80db185ce2ddfe6414c3feb773 100755 --- a/Event/MCEvent/src/MCRichDigitHistoryCode.cpp +++ b/Event/MCEvent/src/MCRichDigitHistoryCode.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MCRichDigitHistoryCode.cpp diff --git a/Event/MCEvent/src/MCRichHit.cpp b/Event/MCEvent/src/MCRichHit.cpp index a14aa97e8b25f39bc3c2cdb8c27ceca3f7e619a0..2895e9649f11263d468116522600c64e96128c03 100755 --- a/Event/MCEvent/src/MCRichHit.cpp +++ b/Event/MCEvent/src/MCRichHit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MCRichHit.cpp diff --git a/Event/MCEvent/src/MCRichSegment.cpp b/Event/MCEvent/src/MCRichSegment.cpp index 0bd793b4310982942f867d956ffb10c790b3affe..0c4ff99c78e7cfa2728405fada392b98e67bee60 100755 --- a/Event/MCEvent/src/MCRichSegment.cpp +++ b/Event/MCEvent/src/MCRichSegment.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MCRichSegment.cpp diff --git a/Event/MCEvent/src/MCRichTrack.cpp b/Event/MCEvent/src/MCRichTrack.cpp index 21a6b5310811880d1016fe23589d280c3408780d..80321de44b1feae00a105c29f0effd2c320a3e53 100755 --- a/Event/MCEvent/src/MCRichTrack.cpp +++ b/Event/MCEvent/src/MCRichTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MCRichTrack.cpp diff --git a/Event/MCEvent/src/MCTrackGeomCriteria.cpp b/Event/MCEvent/src/MCTrackGeomCriteria.cpp index 71a371e4adeec801ab60c8e87a88419264fa873d..c661f480bdc4e6bc130b187f7edb2bdd7696410b 100755 --- a/Event/MCEvent/src/MCTrackGeomCriteria.cpp +++ b/Event/MCEvent/src/MCTrackGeomCriteria.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/MCTrackGeomCriteria.h" diff --git a/Event/MCEvent/src/MCTruth.cpp b/Event/MCEvent/src/MCTruth.cpp index 80aaf83ea858f7baecf7c9650c4901a68adb8364..28ccde5f425542d56ea75dd44b4ef1d6396ad689 100755 --- a/Event/MCEvent/src/MCTruth.cpp +++ b/Event/MCEvent/src/MCTruth.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/ContainedObject.h" #include "GaudiKernel/LinkManager.h" #include "GaudiKernel/IRegistry.h" diff --git a/Event/MCEvent/src/MCVertex.cpp b/Event/MCEvent/src/MCVertex.cpp index 1058ae7642a541711fabe0186dc9c844436b4d3d..4b4073177db0204f7205e12e78ae2b9446661867 100644 --- a/Event/MCEvent/src/MCVertex.cpp +++ b/Event/MCEvent/src/MCVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Event #include "Event/MCVertex.h" diff --git a/Event/MCEvent/xml/GhostTrackInfo.xml b/Event/MCEvent/xml/GhostTrackInfo.xml index 5ff1978bdd6b63df12dbad0ffe7296398b27cd08..10166f74f0ada5d3d05e428f3fa0c87f9f7ccbe5 100755 --- a/Event/MCEvent/xml/GhostTrackInfo.xml +++ b/Event/MCEvent/xml/GhostTrackInfo.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> <package name='MCEvent'> diff --git a/Event/MCEvent/xml/MCBcmDigit.xml b/Event/MCEvent/xml/MCBcmDigit.xml index 763e64053b5facc4a9dee2c6060269e2496b4ff8..d74e48444d8d1f43eae62af1de643f6d174be842 100755 --- a/Event/MCEvent/xml/MCBcmDigit.xml +++ b/Event/MCEvent/xml/MCBcmDigit.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : M. Lieng --> <!--- Created : 2010-06-22 --> diff --git a/Event/MCEvent/xml/MCCaloDigit.xml b/Event/MCEvent/xml/MCCaloDigit.xml index 3d167e8eff6829e8db30568424c1f051ac049a4d..f36e63a5be27183176d7447c91feaf5422d69174 100755 --- a/Event/MCEvent/xml/MCCaloDigit.xml +++ b/Event/MCEvent/xml/MCCaloDigit.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"[ <!ENTITY CLID_MCCaloDigit "2001" > ]> diff --git a/Event/MCEvent/xml/MCCaloHit.xml b/Event/MCEvent/xml/MCCaloHit.xml index 3bf26d9e29d4ea94b683a5a6adfdfd5409e9ca78..36827e22a064e5e88cc62b1c5e4d3a563ee782d1 100755 --- a/Event/MCEvent/xml/MCCaloHit.xml +++ b/Event/MCEvent/xml/MCCaloHit.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"[ <!ENTITY CLID_MCCaloHit "2000" > ]> diff --git a/Event/MCEvent/xml/MCExtendedHit.xml b/Event/MCEvent/xml/MCExtendedHit.xml index 7cecbe1f106677e6453cb1e071a3a44215524774..375aba78162d99cfcc8880a1622328ee48605621 100755 --- a/Event/MCEvent/xml/MCExtendedHit.xml +++ b/Event/MCEvent/xml/MCExtendedHit.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Gloria CORTI --> <!--- Created : 2006-07-24 --> diff --git a/Event/MCEvent/xml/MCHeader.xml b/Event/MCEvent/xml/MCHeader.xml index 6c0c57811360c5da1ebb35180ab6515384686fdc..959a10c86c31bb1c154edfd5b016c389043b4340 100755 --- a/Event/MCEvent/xml/MCHeader.xml +++ b/Event/MCEvent/xml/MCHeader.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> <package name='MCEvent'> diff --git a/Event/MCEvent/xml/MCHit.xml b/Event/MCEvent/xml/MCHit.xml index cf6edd0215d1a58cdcae8aa969fa12e34889004a..590899e6ade14fa6a1220b2b0c9746216189276e 100755 --- a/Event/MCEvent/xml/MCHit.xml +++ b/Event/MCEvent/xml/MCHit.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> <package name='MCEvent'> diff --git a/Event/MCEvent/xml/MCMuonDigit.xml b/Event/MCEvent/xml/MCMuonDigit.xml index d9511304b2c2061ae94341e6f4fefe3530d64e0d..f9d72d37ac2b34e8164bf81fbe3987cca68195f7 100755 --- a/Event/MCEvent/xml/MCMuonDigit.xml +++ b/Event/MCEvent/xml/MCMuonDigit.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Alessia Satta --> <!--- Created : 2005-12-15 --> diff --git a/Event/MCEvent/xml/MCMuonDigitInfo.xml b/Event/MCEvent/xml/MCMuonDigitInfo.xml index 5f21ec299e046f4a766e4c30462e4bf449fa5a99..82cf649fb9b4bd04de2536de9f5212b2a3cdbebe 100755 --- a/Event/MCEvent/xml/MCMuonDigitInfo.xml +++ b/Event/MCEvent/xml/MCMuonDigitInfo.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="MCEvent"> diff --git a/Event/MCEvent/xml/MCMuonHitHistory.xml b/Event/MCEvent/xml/MCMuonHitHistory.xml index f493cea1117fb26fd3bda0850e9c109de1c514ed..1a5c627b4f58931ddbe21253b7741dfefd8d2b68 100755 --- a/Event/MCEvent/xml/MCMuonHitHistory.xml +++ b/Event/MCEvent/xml/MCMuonHitHistory.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="MCEvent"> diff --git a/Event/MCEvent/xml/MCMuonPack.xml b/Event/MCEvent/xml/MCMuonPack.xml index 96896685e16fc89b3a7dca1199f17852b8605ec3..e558623183ddf150a2990c5d21491c65ae75bd1c 100755 --- a/Event/MCEvent/xml/MCMuonPack.xml +++ b/Event/MCEvent/xml/MCMuonPack.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Alessia Satta --> <!--- Created : 2005-12-15 --> diff --git a/Event/MCEvent/xml/MCOTDeposit.xml b/Event/MCEvent/xml/MCOTDeposit.xml index 2044084c6118c268af5c566ba5d8e839d9291c73..d9db11a174b3b903e714504223d9a46ea8fd737a 100755 --- a/Event/MCEvent/xml/MCOTDeposit.xml +++ b/Event/MCEvent/xml/MCOTDeposit.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> diff --git a/Event/MCEvent/xml/MCOTTime.xml b/Event/MCEvent/xml/MCOTTime.xml index d37f5f410d8b924e58462d3943c04e8d55617f68..f4dafef58744325a9dcc072fd7e359324ba05c54 100755 --- a/Event/MCEvent/xml/MCOTTime.xml +++ b/Event/MCEvent/xml/MCOTTime.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> diff --git a/Event/MCEvent/xml/MCParticle.xml b/Event/MCEvent/xml/MCParticle.xml index 5eb5dd995fb9035934d992872637c273d27351a4..1a544645ed21d087d5a4257b8366bcfbc1631ad2 100755 --- a/Event/MCEvent/xml/MCParticle.xml +++ b/Event/MCEvent/xml/MCParticle.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> <package name='MCEvent'> diff --git a/Event/MCEvent/xml/MCProperty.xml b/Event/MCEvent/xml/MCProperty.xml index c25a7494db6370dc634e39f6f207d516347ace6b..caa0526289513dc395c79165e8a3d7b46f9615ad 100755 --- a/Event/MCEvent/xml/MCProperty.xml +++ b/Event/MCEvent/xml/MCProperty.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> <package name='MCEvent'> diff --git a/Event/MCEvent/xml/MCRichDigit.xml b/Event/MCEvent/xml/MCRichDigit.xml index 9752ec72dedbf8cfcfa774f4843096f78d2e0068..68d343af7b7f7089f46c28290cfb934942e37ba5 100755 --- a/Event/MCEvent/xml/MCRichDigit.xml +++ b/Event/MCEvent/xml/MCRichDigit.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="MCEvent"> diff --git a/Event/MCEvent/xml/MCRichDigitHistoryCode.xml b/Event/MCEvent/xml/MCRichDigitHistoryCode.xml index 9ddbc45ca6f1d0d89f6f522a530ce666ae8cc835..77d90d8649f7d9e20978c67479f3e952c0b7d5fd 100755 --- a/Event/MCEvent/xml/MCRichDigitHistoryCode.xml +++ b/Event/MCEvent/xml/MCRichDigitHistoryCode.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="MCEvent"> diff --git a/Event/MCEvent/xml/MCRichDigitHit.xml b/Event/MCEvent/xml/MCRichDigitHit.xml index da1731b02bf075956ee1297527c5e89a0cdb00d5..6502c960712f74fc40c91959f6d88328e643f57b 100755 --- a/Event/MCEvent/xml/MCRichDigitHit.xml +++ b/Event/MCEvent/xml/MCRichDigitHit.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="MCEvent"> diff --git a/Event/MCEvent/xml/MCRichDigitSummary.xml b/Event/MCEvent/xml/MCRichDigitSummary.xml index ebc8d8e5f5dc9bf78875d42877e09561d3935833..af0a801a9209cb129d08c6fe2944d9ce187c845c 100755 --- a/Event/MCEvent/xml/MCRichDigitSummary.xml +++ b/Event/MCEvent/xml/MCRichDigitSummary.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="MCEvent"> diff --git a/Event/MCEvent/xml/MCRichHit.xml b/Event/MCEvent/xml/MCRichHit.xml index 45c833b148dd9792db49597e10483a78099c8a83..73d859285d65eb3c1a97afd6adf209f37e32fd43 100755 --- a/Event/MCEvent/xml/MCRichHit.xml +++ b/Event/MCEvent/xml/MCRichHit.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="MCEvent"> diff --git a/Event/MCEvent/xml/MCRichOpticalPhoton.xml b/Event/MCEvent/xml/MCRichOpticalPhoton.xml index 2b9f0d678863d04ccbabcb71fda5c07c369655b9..0033713584630fdc9b9b6e8fe2d48850876999f9 100755 --- a/Event/MCEvent/xml/MCRichOpticalPhoton.xml +++ b/Event/MCEvent/xml/MCRichOpticalPhoton.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="MCEvent"> diff --git a/Event/MCEvent/xml/MCRichSegment.xml b/Event/MCEvent/xml/MCRichSegment.xml index aed35c06824989958e49112429300c40f70ee56d..b17cd78bfb8e2b38ae46105316e13c8a2806113a 100755 --- a/Event/MCEvent/xml/MCRichSegment.xml +++ b/Event/MCEvent/xml/MCRichSegment.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="MCEvent"> diff --git a/Event/MCEvent/xml/MCRichTrack.xml b/Event/MCEvent/xml/MCRichTrack.xml index 2655d88d1e5acd43851406fa8415fa33dde18a7d..04e9cc7110e211c56ea7bb6e9f60087e24b1aabf 100755 --- a/Event/MCEvent/xml/MCRichTrack.xml +++ b/Event/MCEvent/xml/MCRichTrack.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="MCEvent"> diff --git a/Event/MCEvent/xml/MCSTDeposit.xml b/Event/MCEvent/xml/MCSTDeposit.xml index 7e3bcc5d96509f798c61ed3ba6c589536c407169..3a4f4ac7968910522cc4a367dec427e07d3a1520 100755 --- a/Event/MCEvent/xml/MCSTDeposit.xml +++ b/Event/MCEvent/xml/MCSTDeposit.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> <package name='MCEvent'> diff --git a/Event/MCEvent/xml/MCSTDigit.xml b/Event/MCEvent/xml/MCSTDigit.xml index 8e821ba4d289e50660a46783ff6d96707ced77cb..052fc127c127118e2b657c1cb9733fe889ee8abd 100755 --- a/Event/MCEvent/xml/MCSTDigit.xml +++ b/Event/MCEvent/xml/MCSTDigit.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> <package name='MCEvent'> diff --git a/Event/MCEvent/xml/MCSensPlaneHit.xml b/Event/MCEvent/xml/MCSensPlaneHit.xml index a85988cff03412360d05bebd8a005580b5f2f807..82e369bbc4bf97e1fa314b3fb46789c5856c7c31 100755 --- a/Event/MCEvent/xml/MCSensPlaneHit.xml +++ b/Event/MCEvent/xml/MCSensPlaneHit.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> <package name="MCEvent"> diff --git a/Event/MCEvent/xml/MCVPDigit.xml b/Event/MCEvent/xml/MCVPDigit.xml index 98fc4d93771579379398d379a901a8197ba08350..a33f77c6c80d8819d515fab88d02e663de374ca4 100755 --- a/Event/MCEvent/xml/MCVPDigit.xml +++ b/Event/MCEvent/xml/MCVPDigit.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> <package name = 'MCEvent'> diff --git a/Event/MCEvent/xml/MCVeloFE.xml b/Event/MCEvent/xml/MCVeloFE.xml index 0e6462470a3e7a29e924e5414fa922751604a1d5..5fd9b739704517dcd30f531f192e38370f3ef8c4 100755 --- a/Event/MCEvent/xml/MCVeloFE.xml +++ b/Event/MCEvent/xml/MCVeloFE.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Tomasz Szumlak --> <!--- Created : 2005-12-21 --> diff --git a/Event/MCEvent/xml/MCVertex.xml b/Event/MCEvent/xml/MCVertex.xml index 10d1faff6dc735f3616975dd5abb3a47edf5dd93..bb6d40aadabcd4e626acb4a2cfa93b00c7d98282 100755 --- a/Event/MCEvent/xml/MCVertex.xml +++ b/Event/MCEvent/xml/MCVertex.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> <package name='MCEvent'> diff --git a/Event/MCEvent/xml/lcgdict/lcg_selection.xml b/Event/MCEvent/xml/lcgdict/lcg_selection.xml index d79156e99c3768b636f09d48de8191e5886c1f80..a3792e05d5a02bd766ebf475b5e9fc5d16ce74b4 100755 --- a/Event/MCEvent/xml/lcgdict/lcg_selection.xml +++ b/Event/MCEvent/xml/lcgdict/lcg_selection.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "MCTrackInfo" /> <class name = "std::vector<const LHCb::MCParticle*>" /> diff --git a/Event/MicroDst/CMakeLists.txt b/Event/MicroDst/CMakeLists.txt index ef35c9401fb7f542532b84b45faa539d40a592f4..f361d1257171155064433503fd78e74594ab2260 100644 --- a/Event/MicroDst/CMakeLists.txt +++ b/Event/MicroDst/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: MicroDst ################################################################################ diff --git a/Event/MicroDst/Kernel/DataObject2ObjectMap.h b/Event/MicroDst/Kernel/DataObject2ObjectMap.h index 50679f73c8bee85b9495fa8d57c862dd3672b95e..758a2fd2721c94b6735463d582cc0292648f1d0e 100644 --- a/Event/MicroDst/Kernel/DataObject2ObjectMap.h +++ b/Event/MicroDst/Kernel/DataObject2ObjectMap.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: DataObject2ObjectVector.h,v 1.1 2010/08/19 15:09:43 jpalac Exp $ #ifndef DATAOBJECT2OBJECTMAP_H #define DATAOBJECT2OBJECTMAP_H 1 diff --git a/Event/MicroDst/Kernel/Particle2LHCbIDs.h b/Event/MicroDst/Kernel/Particle2LHCbIDs.h index 3989933204c07e42daf65b4acefbcc71cfee437f..f0a290d5a5bf0f66954e3d2d246985fd309894a2 100644 --- a/Event/MicroDst/Kernel/Particle2LHCbIDs.h +++ b/Event/MicroDst/Kernel/Particle2LHCbIDs.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Particle2LHCbIDs.h,v 1.1 2010/08/19 15:09:43 jpalac Exp $ #ifndef PARTICLE2LHCBIDS_H #define PARTICLE2LHCBIDS_H 1 diff --git a/Event/MicroDst/Kernel/Particle2UnsignedInts.h b/Event/MicroDst/Kernel/Particle2UnsignedInts.h index d37cc0e8e6ce6193a9318474bfedd277f7325104..a1127a8945a904f28fc71a380e1de7a29fcf4381 100644 --- a/Event/MicroDst/Kernel/Particle2UnsignedInts.h +++ b/Event/MicroDst/Kernel/Particle2UnsignedInts.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Particle2UnsignedInts.h,v 1.1 2010/08/19 15:09:43 jpalac Exp $ #ifndef PARTICLE2UNSIGNEDINTS_H #define PARTICLE2UNSIGNEDINTS_H 1 diff --git a/Event/MicroDst/Kernel/Particle2VertexBase.h b/Event/MicroDst/Kernel/Particle2VertexBase.h index ec5fa29affe98a2fdfd6cbf5c3ba1c4553c8cc68..a554cb411e01db47b854a5121a1d077629aab161 100644 --- a/Event/MicroDst/Kernel/Particle2VertexBase.h +++ b/Event/MicroDst/Kernel/Particle2VertexBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Particle2LHCbIDs.h,v 1.1 2010/08/19 15:09:43 jpalac Exp $ #ifndef PARTICLE2VERTEXBASE_H #define PARTICLE2VERTEXBASE_H 1 diff --git a/Event/MicroDst/dict/MicroDstDict.h b/Event/MicroDst/dict/MicroDstDict.h index 140d71e3b29f3fd7c52dca5096a9b5fe31ed6626..b47d527b735e3dbb0515cbea12c8636ed592477f 100755 --- a/Event/MicroDst/dict/MicroDstDict.h +++ b/Event/MicroDst/dict/MicroDstDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MICRODSTDICT_H #define DICT_MICRODSTDICT_H 1 diff --git a/Event/MicroDst/dict/MicroDstDict.xml b/Event/MicroDst/dict/MicroDstDict.xml index d420535d5bc1448abaa9e1d5f4b5de600088f512..831c7050fa0034fcc6b2088664e322d78746b6af 100755 --- a/Event/MicroDst/dict/MicroDstDict.xml +++ b/Event/MicroDst/dict/MicroDstDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "std::vector<LHCb::LHCbID>"/> <class name = "std::pair<SmartRef<LHCb::Particle>, std::vector<LHCb::LHCbID> >" /> diff --git a/Event/MicroDst/python/MicroDst/Pythonizations.py b/Event/MicroDst/python/MicroDst/Pythonizations.py index 6cb94e98c8458a4783064b674a3a52645351db5b..a8d5a5506de80e397c4397db3fc12514f8028771 100644 --- a/Event/MicroDst/python/MicroDst/Pythonizations.py +++ b/Event/MicroDst/python/MicroDst/Pythonizations.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """Add python dictionary methods to DaVinci::Map maps. """ diff --git a/Event/MicroDst/python/MicroDst/__init__.py b/Event/MicroDst/python/MicroDst/__init__.py index a6562087c4f4e6b45a3a23d80cc6973c8dfcde41..20207dfe3736149acf9aa54fa8609685fa5869cb 100644 --- a/Event/MicroDst/python/MicroDst/__init__.py +++ b/Event/MicroDst/python/MicroDst/__init__.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """Add python dictionary methods to DaVinci::Map maps. """ import Pythonizations diff --git a/Event/MicroDst/src/Particle2LHCbIDs.cpp b/Event/MicroDst/src/Particle2LHCbIDs.cpp index 6de0c207c27c9ea2dd6a3536fdd5bb847bc3765b..c7774185e3da21bcd04b276784d5a0bf34c6a6f5 100644 --- a/Event/MicroDst/src/Particle2LHCbIDs.cpp +++ b/Event/MicroDst/src/Particle2LHCbIDs.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Particle2LHCbIDs.cpp,v 1.1 2010/08/19 15:09:43 jpalac Exp $ // Include files // local diff --git a/Event/MicroDst/src/Particle2UnsignedInts.cpp b/Event/MicroDst/src/Particle2UnsignedInts.cpp index 046755780833ba068cf5b16458c5e5acd1c09cda..e491107db173c0d968f322bf027ddd7d60e06ac6 100644 --- a/Event/MicroDst/src/Particle2UnsignedInts.cpp +++ b/Event/MicroDst/src/Particle2UnsignedInts.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/MicroDst/src/Particle2VertexBase.cpp b/Event/MicroDst/src/Particle2VertexBase.cpp index 4975b8d73256b10db78b95b5bab096b60a01cff3..a01d5d40ab5114682c79873455a52fdf65fb48b0 100644 --- a/Event/MicroDst/src/Particle2VertexBase.cpp +++ b/Event/MicroDst/src/Particle2VertexBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Particle2VertexBase.cpp,v 1.1 2010/08/19 15:09:43 jpalac Exp $ // Include files // local diff --git a/Event/PhysEvent/CMakeLists.txt b/Event/PhysEvent/CMakeLists.txt index a5761efe0f14d633fa417f627142bfe4c83eebc1..67cfe7c7969a37968195f48be21246f78549f8a9 100644 --- a/Event/PhysEvent/CMakeLists.txt +++ b/Event/PhysEvent/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: PhysEvent ################################################################################ diff --git a/Event/PhysEvent/Event/RelatedInfoMap.h b/Event/PhysEvent/Event/RelatedInfoMap.h index 95de57c947308aae620e1a786527da1715d67c2e..2aa7e83ec138bb6152ebcda8242e139f837fa87d 100644 --- a/Event/PhysEvent/Event/RelatedInfoMap.h +++ b/Event/PhysEvent/Event/RelatedInfoMap.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_RELATEDINFOMAP_H #define EVENT_RELATEDINFOMAP_H 1 diff --git a/Event/PhysEvent/dict/lcgDict.h b/Event/PhysEvent/dict/lcgDict.h index 291711d67e3029f552b7bf1339644b751255afc8..3db00b158ee0c953b6b1d3549f64db6383afac6d 100755 --- a/Event/PhysEvent/dict/lcgDict.h +++ b/Event/PhysEvent/dict/lcgDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: lcgDict.h,v 1.2 2010-05-26 09:31:28 cattanem Exp $ #ifndef PHYSEVENT_LCGDICT_H #define PHYSEVENT_LCGDICT_H 1 diff --git a/Event/PhysEvent/src/Particle.cpp b/Event/PhysEvent/src/Particle.cpp index 77b8fcb48acafca3f249be2fca62a070ab60e183..c7693208752af7e64a8de3fe0bc1ba08f46f9e73 100755 --- a/Event/PhysEvent/src/Particle.cpp +++ b/Event/PhysEvent/src/Particle.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // STD #include <iostream> diff --git a/Event/PhysEvent/src/Vertex.cpp b/Event/PhysEvent/src/Vertex.cpp index b2149e93e139da64e1f0f6a34c61e4608df0ba87..cd1bc51d20eb532300124f98b6c4a5c193895b2b 100644 --- a/Event/PhysEvent/src/Vertex.cpp +++ b/Event/PhysEvent/src/Vertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ #include "Event/Vertex.h" diff --git a/Event/PhysEvent/xml/FlavourTag.xml b/Event/PhysEvent/xml/FlavourTag.xml index 22991d53616d7f7261dc9d001915faa826296eb0..6a0d017997e49a86c364881f9f3df569f50f9a5a 100755 --- a/Event/PhysEvent/xml/FlavourTag.xml +++ b/Event/PhysEvent/xml/FlavourTag.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> diff --git a/Event/PhysEvent/xml/Particle.xml b/Event/PhysEvent/xml/Particle.xml index 77b6dce5ea6e0ea8adfff6a7bd40456ff2469fa8..21d7233ecd047eb24cf31c759c02f0bb821811d9 100755 --- a/Event/PhysEvent/xml/Particle.xml +++ b/Event/PhysEvent/xml/Particle.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> diff --git a/Event/PhysEvent/xml/Tagger.xml b/Event/PhysEvent/xml/Tagger.xml index ae0b2d09ee1e44bc68a83199b70d890b7dabe3f9..24348935daf5344cb451133329b587b6af97eadd 100755 --- a/Event/PhysEvent/xml/Tagger.xml +++ b/Event/PhysEvent/xml/Tagger.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> diff --git a/Event/PhysEvent/xml/Vertex.xml b/Event/PhysEvent/xml/Vertex.xml index f8717e6bd5fc0fb37f05f274f175a4475dc65440..13f92472e5e0d4d2a8b59f5b7a2d9ced0c56df2e 100755 --- a/Event/PhysEvent/xml/Vertex.xml +++ b/Event/PhysEvent/xml/Vertex.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> diff --git a/Event/PhysEvent/xml/lcgdict/lcg_selection.xml b/Event/PhysEvent/xml/lcgdict/lcg_selection.xml index 2d5b3e43fedfe95a4fddda0ee93e6895b19090c3..e04c3554eab1e064c8751f2e8dcf8327117c7eea 100755 --- a/Event/PhysEvent/xml/lcgdict/lcg_selection.xml +++ b/Event/PhysEvent/xml/lcgdict/lcg_selection.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "std::vector<const LHCb::Particle*>" /> diff --git a/Event/RecEvent/CMakeLists.txt b/Event/RecEvent/CMakeLists.txt index 5f08b2a34392fa8a8b9472f091d45c5baef84808..bd87ead74f8dd3ab26da7d4ee6bd867846fa6990 100644 --- a/Event/RecEvent/CMakeLists.txt +++ b/Event/RecEvent/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: RecEvent ################################################################################ diff --git a/Event/RecEvent/Event/CaloDataFunctor.h b/Event/RecEvent/Event/CaloDataFunctor.h index 53c2caab29bed6865d6130b5da507ffed4a92b95..202b10cd8de6dd91e47d98cec7897f2afe9c3043 100755 --- a/Event/RecEvent/Event/CaloDataFunctor.h +++ b/Event/RecEvent/Event/CaloDataFunctor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_CALODATAFUNCTOR_H #define EVENT_CALODATAFUNCTOR_H 1 diff --git a/Event/RecEvent/Event/CellID.h b/Event/RecEvent/Event/CellID.h index e6f125860a32b67e8a5c43994d199121f56530d6..665a3d09142daf1db311b5573b937325cc9fa7df 100755 --- a/Event/RecEvent/Event/CellID.h +++ b/Event/RecEvent/Event/CellID.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_CLUSTERCELLID_H #define EVENT_CLUSTERCELLID_H 1 // ============================================================================ diff --git a/Event/RecEvent/dict/lcgDict.h b/Event/RecEvent/dict/lcgDict.h index 496efcdca33a64a0f361340c44c7f83146c3c191..6470377bea906e494e5158f4d1810a5e1f35b2b6 100755 --- a/Event/RecEvent/dict/lcgDict.h +++ b/Event/RecEvent/dict/lcgDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: lcgDict.h,v 1.2 2008-02-15 07:42:17 cattanem Exp $ #ifndef RECEVENT_LCGDICT_H #define RECEVENT_LCGDICT_H 1 diff --git a/Event/RecEvent/src/CaloClusterEntry.cpp b/Event/RecEvent/src/CaloClusterEntry.cpp index 27a81531132f821b432b5afc12fcdb26060f0b57..735451df74570b2c7a28223a99e087fbf54e3c2c 100644 --- a/Event/RecEvent/src/CaloClusterEntry.cpp +++ b/Event/RecEvent/src/CaloClusterEntry.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Event //----------------------------------------------------------------------------- diff --git a/Event/RecEvent/src/CaloHypo.cpp b/Event/RecEvent/src/CaloHypo.cpp index 05e41e630b5630b0ce64a7a189aa035cddc6153b..974974550a2103e31f1a9c96449979d3ddb22070 100644 --- a/Event/RecEvent/src/CaloHypo.cpp +++ b/Event/RecEvent/src/CaloHypo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/CaloHypo.h" diff --git a/Event/RecEvent/src/CaloPosition.cpp b/Event/RecEvent/src/CaloPosition.cpp index c1215044fd489e712bf3c7ecc342d417f3b744ed..d614c1601dbd76193c5498306a1cb6f534b5e5c9 100644 --- a/Event/RecEvent/src/CaloPosition.cpp +++ b/Event/RecEvent/src/CaloPosition.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Event #include "Event/CaloPosition.h" diff --git a/Event/RecEvent/src/PrimaryVertex.cpp b/Event/RecEvent/src/PrimaryVertex.cpp index 7a30375997f28b17b4c6351eceb4075efea6b65a..f378c4b2c73bfb8f537e2f4e9a692dca2d8fc9c9 100644 --- a/Event/RecEvent/src/PrimaryVertex.cpp +++ b/Event/RecEvent/src/PrimaryVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/PrimaryVertex.h" #include "Event/Track.h" #include "Event/RecVertex.h" diff --git a/Event/RecEvent/src/PrimaryVertexTrack.cpp b/Event/RecEvent/src/PrimaryVertexTrack.cpp index 7d5ccd4b5a220ef4c729cf9a17c4af6d1c8bd9b0..b85ff48ed6b4d366d635900aff2f8be24828faed 100644 --- a/Event/RecEvent/src/PrimaryVertexTrack.cpp +++ b/Event/RecEvent/src/PrimaryVertexTrack.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/PrimaryVertexTrack.h" #include "Event/PrimaryVertex.h" #include "Event/Track.h" diff --git a/Event/RecEvent/src/ProcStatus.cpp b/Event/RecEvent/src/ProcStatus.cpp index 27db0cbbe55aea7186e86002f30bfb4f5c3b6557..6a7b91e8f7db903c6eb9df289e363e6990b74b8c 100644 --- a/Event/RecEvent/src/ProcStatus.cpp +++ b/Event/RecEvent/src/ProcStatus.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/ProcStatus.h" diff --git a/Event/RecEvent/src/ProtoParticle.cpp b/Event/RecEvent/src/ProtoParticle.cpp index 8acad883d8d82038ddc454188455f1169bf3cf17..81e910585ec48f9e19ce1312d89fb9d193f6d42e 100755 --- a/Event/RecEvent/src/ProtoParticle.cpp +++ b/Event/RecEvent/src/ProtoParticle.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <algorithm> diff --git a/Event/RecEvent/src/RecSummary.cpp b/Event/RecEvent/src/RecSummary.cpp index d95a9bba585d67c7621c43feef19d48169708a8d..b2fbfb64b363709caedbf6179e85787f083cad39 100644 --- a/Event/RecEvent/src/RecSummary.cpp +++ b/Event/RecEvent/src/RecSummary.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RecSummary.cpp diff --git a/Event/RecEvent/src/RecVertex.cpp b/Event/RecEvent/src/RecVertex.cpp index 568de825abfc88817a704c8890fb1308a5fc6d8e..ddf62f0c69141dcdf9ffd29493b20b04292371b4 100644 --- a/Event/RecEvent/src/RecVertex.cpp +++ b/Event/RecEvent/src/RecVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // STD #include <iostream> diff --git a/Event/RecEvent/src/RichPID.cpp b/Event/RecEvent/src/RichPID.cpp index 013ff24c25cfe25c2de82d3a15ef0969463a4b31..10a0360d8a0c4aaef3ad50c99bff32081867fee1 100755 --- a/Event/RecEvent/src/RichPID.cpp +++ b/Event/RecEvent/src/RichPID.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichPID.cpp diff --git a/Event/RecEvent/src/STSummary.cpp b/Event/RecEvent/src/STSummary.cpp index 77e7111907a652f16714ec8ba265979b14e47aff..897137748c256f671979d2e36b0148b1e248154a 100644 --- a/Event/RecEvent/src/STSummary.cpp +++ b/Event/RecEvent/src/STSummary.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/STSummary.h" diff --git a/Event/RecEvent/src/TwoProngVertex.cpp b/Event/RecEvent/src/TwoProngVertex.cpp index d0b33e25e24d5a6c4b3f1d674c90200c79180e4a..926135928ae4b26d3997be63c908854e58cac142 100755 --- a/Event/RecEvent/src/TwoProngVertex.cpp +++ b/Event/RecEvent/src/TwoProngVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/TwoProngVertex.h" diff --git a/Event/RecEvent/src/VertexBase.cpp b/Event/RecEvent/src/VertexBase.cpp index eb4d0c344d9037c58c3d764f897f19656f986a47..50d3948d15302835dbb6bf71e1626d7d4901f9fd 100644 --- a/Event/RecEvent/src/VertexBase.cpp +++ b/Event/RecEvent/src/VertexBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/VertexBase.h" //----------------------------------------------------------------------------- diff --git a/Event/RecEvent/xml/CaloCluster.xml b/Event/RecEvent/xml/CaloCluster.xml index f60814a8f15cf86decf2cfbb16d3cc81cb369ffc..3f6a33d39d008900b4d79f2e07bb6ff3a59cd76f 100644 --- a/Event/RecEvent/xml/CaloCluster.xml +++ b/Event/RecEvent/xml/CaloCluster.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"[ <!ENTITY CLID_CaloCluster "2003" > ]> diff --git a/Event/RecEvent/xml/CaloClusterEntry.xml b/Event/RecEvent/xml/CaloClusterEntry.xml index 173ccd8ad2a4a64ce656457302f383b1c2431ce4..f6f756a1050592c336302f79dc178ee674f8c4aa 100644 --- a/Event/RecEvent/xml/CaloClusterEntry.xml +++ b/Event/RecEvent/xml/CaloClusterEntry.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="RecEvent"> diff --git a/Event/RecEvent/xml/CaloHypo.xml b/Event/RecEvent/xml/CaloHypo.xml index 1cf88e94c001478e298ee134402160f55ac04691..6ba3cbd092038036d34ffb43e073978df33d34d7 100644 --- a/Event/RecEvent/xml/CaloHypo.xml +++ b/Event/RecEvent/xml/CaloHypo.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"[ <!ENTITY CLID_CaloHypo "2004" > ]> diff --git a/Event/RecEvent/xml/CaloPosition.xml b/Event/RecEvent/xml/CaloPosition.xml index c54003bfe55877082d40d9e0496e62e3ae5548ec..091dc0fc7b87c7f972b1e6fd1b271f591940a07a 100644 --- a/Event/RecEvent/xml/CaloPosition.xml +++ b/Event/RecEvent/xml/CaloPosition.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="RecEvent"> diff --git a/Event/RecEvent/xml/MuonCluster.xml b/Event/RecEvent/xml/MuonCluster.xml index 76dbb8eb88353b60074d722fdb564810af52fcf3..2d17f0e8076529057bb0edacc422e30a037908a5 100644 --- a/Event/RecEvent/xml/MuonCluster.xml +++ b/Event/RecEvent/xml/MuonCluster.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Alessia Satta --> <!--- Created : 2010-01-15 --> diff --git a/Event/RecEvent/xml/MuonCoords.xml b/Event/RecEvent/xml/MuonCoords.xml index ceb00d3d61e9fdc00ff361bedfc6ae05eba26a46..e35625883c0729f2db43417208974265bfb5c875 100644 --- a/Event/RecEvent/xml/MuonCoords.xml +++ b/Event/RecEvent/xml/MuonCoords.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="RecEvent"> diff --git a/Event/RecEvent/xml/MuonPID.xml b/Event/RecEvent/xml/MuonPID.xml index ec2ccc95ebfeda80f966fc7638d15c1a28ec0654..1b7468b8bc38a6929741a19878c98034a998e890 100644 --- a/Event/RecEvent/xml/MuonPID.xml +++ b/Event/RecEvent/xml/MuonPID.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> <package name="RecEvent"> diff --git a/Event/RecEvent/xml/PrimaryVertex.xml b/Event/RecEvent/xml/PrimaryVertex.xml index 1c9460b4c7366dfa97444d708a9274df5484d22e..af25f6f834e2e7ea1acd6e3fb86209d656935f78 100644 --- a/Event/RecEvent/xml/PrimaryVertex.xml +++ b/Event/RecEvent/xml/PrimaryVertex.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Alessia Satta --> <!--- Created : 2010-01-15 --> diff --git a/Event/RecEvent/xml/PrimaryVertexTrack.xml b/Event/RecEvent/xml/PrimaryVertexTrack.xml index 792b3747a6b3fdc787f6edd04a8f38932b0c2c71..6ed26bf6dcf121e35a7a5121015f00e7595a6f81 100644 --- a/Event/RecEvent/xml/PrimaryVertexTrack.xml +++ b/Event/RecEvent/xml/PrimaryVertexTrack.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Alessia Satta --> <!--- Created : 2010-01-15 --> diff --git a/Event/RecEvent/xml/ProcStatus.xml b/Event/RecEvent/xml/ProcStatus.xml index 38e0ee285137df7ca6af27204006a09925530ce1..c3185c6022572c8fe54743aed391c32d591c8071 100644 --- a/Event/RecEvent/xml/ProcStatus.xml +++ b/Event/RecEvent/xml/ProcStatus.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd' > <gdd> diff --git a/Event/RecEvent/xml/ProtoParticle.xml b/Event/RecEvent/xml/ProtoParticle.xml index 87558c32de5784dae88f116987a03c73c6cd7263..b58eb66be05fddf366148f01668c291d546d15e7 100644 --- a/Event/RecEvent/xml/ProtoParticle.xml +++ b/Event/RecEvent/xml/ProtoParticle.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> diff --git a/Event/RecEvent/xml/RecHeader.xml b/Event/RecEvent/xml/RecHeader.xml index d043157ac526da39d72ce4738b200a33553cd3f7..a4c50fef0da5314a463b27ea9280034e7bfc3381 100644 --- a/Event/RecEvent/xml/RecHeader.xml +++ b/Event/RecEvent/xml/RecHeader.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> <package name='RecEvent'> diff --git a/Event/RecEvent/xml/RecSummary.xml b/Event/RecEvent/xml/RecSummary.xml index de15d9a16c7e1f51d25578b4f5abd429d06fd221..cd78a870fc2e4ed6b0df7e6e1fa3e0dd47da89e6 100644 --- a/Event/RecEvent/xml/RecSummary.xml +++ b/Event/RecEvent/xml/RecSummary.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> diff --git a/Event/RecEvent/xml/RecVertex.xml b/Event/RecEvent/xml/RecVertex.xml index 86c5e162b0ce6aba57ced59e7b460bb7d13c3d3f..554d19d2894e4d41dce596a351fad4aecf69576e 100644 --- a/Event/RecEvent/xml/RecVertex.xml +++ b/Event/RecEvent/xml/RecVertex.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <!--- $Id: --> diff --git a/Event/RecEvent/xml/RichPID.xml b/Event/RecEvent/xml/RichPID.xml index b29d0d4a7506a4134c7be82c520802723ec0cf37..b59be83c8d79ccbd303b4ed229ce3a8ec7303e55 100644 --- a/Event/RecEvent/xml/RichPID.xml +++ b/Event/RecEvent/xml/RichPID.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="RecEvent"> diff --git a/Event/RecEvent/xml/RichSummaryPhoton.xml b/Event/RecEvent/xml/RichSummaryPhoton.xml index 3497156eef4cd233a04d549813451a954395b3a5..9ec3c1b06f11976280f843fe0e0de697536009e2 100644 --- a/Event/RecEvent/xml/RichSummaryPhoton.xml +++ b/Event/RecEvent/xml/RichSummaryPhoton.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="RecEvent"> diff --git a/Event/RecEvent/xml/RichSummaryRadSegment.xml b/Event/RecEvent/xml/RichSummaryRadSegment.xml index 37305ce8c5aacec1f456cf4de0c65e36fad9052b..869c9e3d115d692bd167de0d4ebaf2f7e8d9f541 100644 --- a/Event/RecEvent/xml/RichSummaryRadSegment.xml +++ b/Event/RecEvent/xml/RichSummaryRadSegment.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="RecEvent"> diff --git a/Event/RecEvent/xml/RichSummaryTrack.xml b/Event/RecEvent/xml/RichSummaryTrack.xml index 6e932dd6a92a02ac11d29e62c46876da836a96fa..2b6b023c33bb372cc055252d6ee7898e453c76ea 100644 --- a/Event/RecEvent/xml/RichSummaryTrack.xml +++ b/Event/RecEvent/xml/RichSummaryTrack.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="RecEvent"> diff --git a/Event/RecEvent/xml/STSummary.xml b/Event/RecEvent/xml/STSummary.xml index 05887fad4f59fa6cc6e095a4c1899e544fb0a80a..cc7b557d6cdbf554fec4e6d3b493d11fcb8fecdc 100644 --- a/Event/RecEvent/xml/STSummary.xml +++ b/Event/RecEvent/xml/STSummary.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> <package name='RecEvent'> diff --git a/Event/RecEvent/xml/TwoProngVertex.xml b/Event/RecEvent/xml/TwoProngVertex.xml index 42b01d510dccfde010986640b935170411bd80b4..8d5641c19d3cfa339c473b7e0fdfa7c0b6633e20 100644 --- a/Event/RecEvent/xml/TwoProngVertex.xml +++ b/Event/RecEvent/xml/TwoProngVertex.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Wouter HULSBERGEN --> <!--- Created : 2007-11-07 --> diff --git a/Event/RecEvent/xml/VertexBase.xml b/Event/RecEvent/xml/VertexBase.xml index 99777667ee7de5fb1bf3dc1aba72c7f69554c316..815489820475d69805fc969ddd08ae60230cdd6e 100644 --- a/Event/RecEvent/xml/VertexBase.xml +++ b/Event/RecEvent/xml/VertexBase.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> diff --git a/Event/RecEvent/xml/WeightsVector.xml b/Event/RecEvent/xml/WeightsVector.xml index 728f9c0629fdec23920685db8d49f43e936fe552..dfd623096f4d8896842209eb5703d316913f5501 100644 --- a/Event/RecEvent/xml/WeightsVector.xml +++ b/Event/RecEvent/xml/WeightsVector.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd' > <gdd> diff --git a/Event/RecEvent/xml/lcgdict/lcg_selection.xml b/Event/RecEvent/xml/lcgdict/lcg_selection.xml index 29e2ecac91703f57bb5af839592faa296769f34c..630742767b1d8d701a19ab87aba484d48c4cd4ae 100755 --- a/Event/RecEvent/xml/lcgdict/lcg_selection.xml +++ b/Event/RecEvent/xml/lcgdict/lcg_selection.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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> diff --git a/Event/RecreatePIDTools/CMakeLists.txt b/Event/RecreatePIDTools/CMakeLists.txt index 9a672107b8a69b6988f3e2e889f50e3477e9510c..a56fbc62ecc1cc8e99d74e655b6afd70c30c8acf 100644 --- a/Event/RecreatePIDTools/CMakeLists.txt +++ b/Event/RecreatePIDTools/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: RecreatePIDTools ################################################################################ diff --git a/Event/RecreatePIDTools/src/ChargedProtoCombineDLLsAlg.cpp b/Event/RecreatePIDTools/src/ChargedProtoCombineDLLsAlg.cpp index a9c056c5618d0cfd7aefa904f4882eacbd46a78a..7d27e5072f38c310e13653d7f7c59f6bfd937285 100644 --- a/Event/RecreatePIDTools/src/ChargedProtoCombineDLLsAlg.cpp +++ b/Event/RecreatePIDTools/src/ChargedProtoCombineDLLsAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ChargedProtoCombineDLLsAlg.cpp * diff --git a/Event/RecreatePIDTools/src/ChargedProtoCombineDLLsAlg.h b/Event/RecreatePIDTools/src/ChargedProtoCombineDLLsAlg.h index baf3e7c06cb8f42dc8fbab046bbc6f5f9642422b..b3e4cd68a04ceb316312a6383cb76f5d2e619297 100644 --- a/Event/RecreatePIDTools/src/ChargedProtoCombineDLLsAlg.h +++ b/Event/RecreatePIDTools/src/ChargedProtoCombineDLLsAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ChargedProtoCombineDLLsAlg.h diff --git a/Event/RecreatePIDTools/src/ChargedProtoParticleAddMuonInfo.cpp b/Event/RecreatePIDTools/src/ChargedProtoParticleAddMuonInfo.cpp index c537026cd74f735598610e62206cad8f2003c31b..5c3bd20130215a3f9205997bea2985ed71319e83 100644 --- a/Event/RecreatePIDTools/src/ChargedProtoParticleAddMuonInfo.cpp +++ b/Event/RecreatePIDTools/src/ChargedProtoParticleAddMuonInfo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ChargedProtoParticleAddMuonInfo.cpp diff --git a/Event/RecreatePIDTools/src/ChargedProtoParticleAddMuonInfo.h b/Event/RecreatePIDTools/src/ChargedProtoParticleAddMuonInfo.h index 09cb8ef8ab7de9d025aae389f56286f247316076..ebe19e802a4fe53480702bc5978303f7139a5ec2 100644 --- a/Event/RecreatePIDTools/src/ChargedProtoParticleAddMuonInfo.h +++ b/Event/RecreatePIDTools/src/ChargedProtoParticleAddMuonInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ChargedProtoParticleAddMuonInfo.h diff --git a/Event/RecreatePIDTools/src/ChargedProtoParticleAddRichInfo.cpp b/Event/RecreatePIDTools/src/ChargedProtoParticleAddRichInfo.cpp index 1780da2c0c21c1580e1abe79e1166dfb8c876c42..6b2ed38682f73f9de5f72b62e4cf274987382648 100644 --- a/Event/RecreatePIDTools/src/ChargedProtoParticleAddRichInfo.cpp +++ b/Event/RecreatePIDTools/src/ChargedProtoParticleAddRichInfo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ChargedProtoParticleAddRichInfo.cpp diff --git a/Event/RecreatePIDTools/src/ChargedProtoParticleAddRichInfo.h b/Event/RecreatePIDTools/src/ChargedProtoParticleAddRichInfo.h index 558f79ab3deaee79dc0287fbfeb4cede24bbbe7c..4b18c18811e0e5b47269fe4719db46722b6293d5 100644 --- a/Event/RecreatePIDTools/src/ChargedProtoParticleAddRichInfo.h +++ b/Event/RecreatePIDTools/src/ChargedProtoParticleAddRichInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ChargedProtoParticleAddRichInfo.h diff --git a/Event/RecreatePIDTools/src/MuonPIDsFromProtoParticlesAlg.cpp b/Event/RecreatePIDTools/src/MuonPIDsFromProtoParticlesAlg.cpp index 8eed5e22b0e777e1903b57f3db94e5c708787ded..100aeae8c7247d27d6e7276ef63238384b7e1f35 100644 --- a/Event/RecreatePIDTools/src/MuonPIDsFromProtoParticlesAlg.cpp +++ b/Event/RecreatePIDTools/src/MuonPIDsFromProtoParticlesAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MuonPIDsFromProtoParticlesAlg.cpp diff --git a/Event/RecreatePIDTools/src/MuonPIDsFromProtoParticlesAlg.h b/Event/RecreatePIDTools/src/MuonPIDsFromProtoParticlesAlg.h index 75ccb5012a573fc442098a8e1ca38d58968beaf2..8a34956cb2e41b58418f6c6861c786a482c6f502 100644 --- a/Event/RecreatePIDTools/src/MuonPIDsFromProtoParticlesAlg.h +++ b/Event/RecreatePIDTools/src/MuonPIDsFromProtoParticlesAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MuonPIDsFromProtoParticlesAlg.h diff --git a/Event/RecreatePIDTools/src/RichPIDsFromProtoParticlesAlg.cpp b/Event/RecreatePIDTools/src/RichPIDsFromProtoParticlesAlg.cpp index 0abf0b81636896920ae05310afb6728471086aa1..206ac75724b55a7a7528b13a27a06dd3158e7597 100644 --- a/Event/RecreatePIDTools/src/RichPIDsFromProtoParticlesAlg.cpp +++ b/Event/RecreatePIDTools/src/RichPIDsFromProtoParticlesAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichPIDsFromProtoParticlesAlg.cpp * diff --git a/Event/RecreatePIDTools/src/RichPIDsFromProtoParticlesAlg.h b/Event/RecreatePIDTools/src/RichPIDsFromProtoParticlesAlg.h index 863ced3a89b872142800746e846178b9c45b032f..3de71e49d80183f1f05f28e005f87f8c831d8a55 100644 --- a/Event/RecreatePIDTools/src/RichPIDsFromProtoParticlesAlg.h +++ b/Event/RecreatePIDTools/src/RichPIDsFromProtoParticlesAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichPIDsFromProtoParticlesAlg.h * diff --git a/Event/SwimmingEvent/CMakeLists.txt b/Event/SwimmingEvent/CMakeLists.txt index c3e6a8fa466e57ba7fd652bff248864a8fb4f2c5..b3a7bc5c1f6486f7c3d4da759e8411886e8bdd68 100644 --- a/Event/SwimmingEvent/CMakeLists.txt +++ b/Event/SwimmingEvent/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: SwimmingEvent ################################################################################ diff --git a/Event/SwimmingEvent/Event/SwimmingReport.h b/Event/SwimmingEvent/Event/SwimmingReport.h index 263d3c44bed22f5c286cca9b47b4f3225c8317a5..53f36ec8e756edb06528ef862299653cc4ee9291 100644 --- a/Event/SwimmingEvent/Event/SwimmingReport.h +++ b/Event/SwimmingEvent/Event/SwimmingReport.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_SwimmingReport_H #define HltEvent_SwimmingReport_H 1 diff --git a/Event/SwimmingEvent/Event/TurningPoint.h b/Event/SwimmingEvent/Event/TurningPoint.h index 0add752df8bbe1c0d1dbeb7c8f4f4215ebe70e91..1f7af8f5d6cb78cafbd673c6dd0beb6b6ff1ea79 100644 --- a/Event/SwimmingEvent/Event/TurningPoint.h +++ b/Event/SwimmingEvent/Event/TurningPoint.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ #ifndef EVENT_TURNINGPOINT_H #define EVENT_TURNINGPOINT_H 1 diff --git a/Event/SwimmingEvent/dict/SwimmingEvent.h b/Event/SwimmingEvent/dict/SwimmingEvent.h index ee2f76d7f3309c210834bc55c8d6e61b6fba35fd..418ba606bb713a1010b883f05e6e106ce9234758 100644 --- a/Event/SwimmingEvent/dict/SwimmingEvent.h +++ b/Event/SwimmingEvent/dict/SwimmingEvent.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_LCGDICT_H #define DICT_LCGDICT_H 1 diff --git a/Event/SwimmingEvent/dict/SwimmingEvent.xml b/Event/SwimmingEvent/dict/SwimmingEvent.xml index cdcabc8b004948393f68d872ed64eaf31ef1fce9..e1e502e67036e4fff007dc3ab7331cf86b6dff64 100644 --- a/Event/SwimmingEvent/dict/SwimmingEvent.xml +++ b/Event/SwimmingEvent/dict/SwimmingEvent.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "Swimming::Helpers" /> diff --git a/Event/TrackEvent/CMakeLists.txt b/Event/TrackEvent/CMakeLists.txt index 1c8465383fb00484ca983c5cc90a229f1ea9ef36..25942e3a517a71d8847bfcb3e74836dfecc6460b 100644 --- a/Event/TrackEvent/CMakeLists.txt +++ b/Event/TrackEvent/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: TrackEvent ################################################################################ diff --git a/Event/TrackEvent/Event/StateParameters.h b/Event/TrackEvent/Event/StateParameters.h index 658059e7b021dacb22b57b02312d6e65713b94c6..cfe8bfb16e4149944718067499315fddc0383088 100644 --- a/Event/TrackEvent/Event/StateParameters.h +++ b/Event/TrackEvent/Event/StateParameters.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TRACKEVENT_STATEPARAMETERS_H #define TRACKEVENT_STATEPARAMETERS_H 1 diff --git a/Event/TrackEvent/Event/Track.h b/Event/TrackEvent/Event/Track.h index 13876e66faa55e1e825e9dad85984bcf03f5e4d2..40b9c4c4d1185bdb191538217901ade3ac54f0cf 100644 --- a/Event/TrackEvent/Event/Track.h +++ b/Event/TrackEvent/Event/Track.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include "Event/Track_v1.h" diff --git a/Event/TrackEvent/Event/TrackFunctor.h b/Event/TrackEvent/Event/TrackFunctor.h index 9cfd5e1e39d2305d6e3e0b28056158ba71cbbeec..e63432eac8faaca7074013c813b6ed4d198508d4 100644 --- a/Event/TrackEvent/Event/TrackFunctor.h +++ b/Event/TrackEvent/Event/TrackFunctor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TrackEvent_TrackFunctor_H #define TrackEvent_TrackFunctor_H 1 diff --git a/Event/TrackEvent/Event/TrackParameters.h b/Event/TrackEvent/Event/TrackParameters.h index c1fd4ced3c5960abbecd5fd7eb43436522d93e1f..7a29c6be466b4650157826b7bff18f1243398808 100644 --- a/Event/TrackEvent/Event/TrackParameters.h +++ b/Event/TrackEvent/Event/TrackParameters.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TRACKEVENT_TRACKPARAMETERS_H #define TRACKEVENT_TRACKPARAMETERS_H 1 diff --git a/Event/TrackEvent/Event/TrackTags.h b/Event/TrackEvent/Event/TrackTags.h index d0a0b0cfbbd963d546544a9919aecadf803283de..f0ee43ac966043c45fc94bf89b078dacf684ef04 100644 --- a/Event/TrackEvent/Event/TrackTags.h +++ b/Event/TrackEvent/Event/TrackTags.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once namespace LHCb { diff --git a/Event/TrackEvent/Event/TrackTypes.h b/Event/TrackEvent/Event/TrackTypes.h index 425f08f870a840dc9f9a485a3ec448003cfd26f5..675f31500d766e099b9f9e39adc8452908996e8e 100644 --- a/Event/TrackEvent/Event/TrackTypes.h +++ b/Event/TrackEvent/Event/TrackTypes.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TrackTypes.h * diff --git a/Event/TrackEvent/Event/TrackUnitsConverters.h b/Event/TrackEvent/Event/TrackUnitsConverters.h index 34c35d64fc8c98875ccc467231089618897e1e24..834d5cfc4b37441c954ea20d3642aa22f68b757c 100644 --- a/Event/TrackEvent/Event/TrackUnitsConverters.h +++ b/Event/TrackEvent/Event/TrackUnitsConverters.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TRACKEVENT_TRACKUNITSCONVERTERS_H #define TRACKEVENT_TRACKUNITSCONVERTERS_H 1 diff --git a/Event/TrackEvent/Event/TrackUse.h b/Event/TrackEvent/Event/TrackUse.h index 2afe4b199f2858ce28741ccd6aaa2efb401cde34..a2e7f3eec53a5671dd46d6b173050e1d01d6b1f8 100644 --- a/Event/TrackEvent/Event/TrackUse.h +++ b/Event/TrackEvent/Event/TrackUse.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_TRACKUSE_H #define EVENT_TRACKUSE_H 1 // ============================================================================ diff --git a/Event/TrackEvent/dict/lcgDict.h b/Event/TrackEvent/dict/lcgDict.h index 5f1caf8fc836f360d6d67d7affde69101f4b48f4..241abf6bbcbcf612d8165340623f2d24d254a92d 100755 --- a/Event/TrackEvent/dict/lcgDict.h +++ b/Event/TrackEvent/dict/lcgDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ CBRE#ifndef TRACKEVENT_LCGDICT_H #define TRACKEVENT_LCGDICT_H 1 diff --git a/Event/TrackEvent/src/ChiSquare.cpp b/Event/TrackEvent/src/ChiSquare.cpp index 75aa6ff86a3d4b8cc68ddc806f5ec43279cdcbcd..f2bc31ee11bc178984bf8fad0d2940fc1a02004b 100644 --- a/Event/TrackEvent/src/ChiSquare.cpp +++ b/Event/TrackEvent/src/ChiSquare.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/ChiSquare.h" #include "gsl/gsl_cdf.h" diff --git a/Event/TrackEvent/src/Node.cpp b/Event/TrackEvent/src/Node.cpp index a704ebdb657d6838cd3f5ee5e81d172c81fbea0e..e625862b7cf2f8a6115b1c0617b6d9f080812713 100644 --- a/Event/TrackEvent/src/Node.cpp +++ b/Event/TrackEvent/src/Node.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Node.cpp,v 1.4 2007-11-30 13:12:29 wouter Exp $ // local diff --git a/Event/TrackEvent/src/State.cpp b/Event/TrackEvent/src/State.cpp index 87e3ddab6c5e73dd350780b04d1a43ef7904751b..ec6b1f56798e57801b996cbd8d3fcc898d9cb133 100644 --- a/Event/TrackEvent/src/State.cpp +++ b/Event/TrackEvent/src/State.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <cmath> // from GaudiKernel diff --git a/Event/TrackEvent/src/StateVector.cpp b/Event/TrackEvent/src/StateVector.cpp index 37bad389ecb078f9d0daa4878ef500c4061b88e7..0e2a9349ff229cb9e6bf21d844c4b810a30e8f48 100644 --- a/Event/TrackEvent/src/StateVector.cpp +++ b/Event/TrackEvent/src/StateVector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: StateVector.cpp,v 1.3 2007-09-17 06:41:45 cattanem Exp $ #include <math.h> diff --git a/Event/TrackEvent/src/TrackFitResult.cpp b/Event/TrackEvent/src/TrackFitResult.cpp index 3678ec89b7e013e5e90609acc084b7e3e51b66dd..b26cd1dd4b6290dcd8e0eb55d6cb5d934b729ebd 100644 --- a/Event/TrackEvent/src/TrackFitResult.cpp +++ b/Event/TrackEvent/src/TrackFitResult.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/TrackFitResult.h" #include "Event/TrackFunctor.h" #include "Event/Node.h" diff --git a/Event/TrackEvent/src/TrackUse.cpp b/Event/TrackEvent/src/TrackUse.cpp index 44374208d8f86440509805b55af1a38f9c842a5b..cfe0e5213d4de336c332ada20f418e196a37160c 100644 --- a/Event/TrackEvent/src/TrackUse.cpp +++ b/Event/TrackEvent/src/TrackUse.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/TrackEvent/src/Track_v1.cpp b/Event/TrackEvent/src/Track_v1.cpp index 951594642c5a5ce6d5869504bc56af7e630767b9..a8ff3f258c8a134797ff6a4054cb541d69616bb8 100644 --- a/Event/TrackEvent/src/Track_v1.cpp +++ b/Event/TrackEvent/src/Track_v1.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Event/TrackEvent/tests/src/test_deref.cpp b/Event/TrackEvent/tests/src/test_deref.cpp index 6db27096985d7b1f73cb3293667aba6c3b72308b..bdc0542b4253e4dfc3db2b6d9616e2523cb80298 100644 --- a/Event/TrackEvent/tests/src/test_deref.cpp +++ b/Event/TrackEvent/tests/src/test_deref.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 BOOST_TEST_DYN_LINK #define BOOST_TEST_MODULE test_add_ref #include <boost/test/unit_test.hpp> diff --git a/Event/TrackEvent/xml/ChiSquare.xml b/Event/TrackEvent/xml/ChiSquare.xml index 7861b36fb47ec7de322d0724f0d9197822132806..652f5fd093d3fed54921b3c3c70452e809b4c5dc 100644 --- a/Event/TrackEvent/xml/ChiSquare.xml +++ b/Event/TrackEvent/xml/ChiSquare.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> <package name='TrackEvent'> diff --git a/Event/TrackEvent/xml/Measurement.xml b/Event/TrackEvent/xml/Measurement.xml index 377f4625e293cc7dd760f3d45b399fe2c8b82261..966d7f5f09f18eac4f18898ab8578badcee9e4c4 100755 --- a/Event/TrackEvent/xml/Measurement.xml +++ b/Event/TrackEvent/xml/Measurement.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> <package name='TrackEvent'> diff --git a/Event/TrackEvent/xml/Node.xml b/Event/TrackEvent/xml/Node.xml index cc7752b0d4d175a90e7254cdf8fb7ec71efef55a..a1c8768155b81248234d7bbc82404d26795f98c9 100755 --- a/Event/TrackEvent/xml/Node.xml +++ b/Event/TrackEvent/xml/Node.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> <package name='TrackEvent'> diff --git a/Event/TrackEvent/xml/State.xml b/Event/TrackEvent/xml/State.xml index 5e1ebe6651a42ce8fbb20064a706a1a8140f79a7..0d96d82d3b9c46a9e89674dfb918ce2cb66c76ba 100755 --- a/Event/TrackEvent/xml/State.xml +++ b/Event/TrackEvent/xml/State.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> <package name='TrackEvent'> diff --git a/Event/TrackEvent/xml/StateVector.xml b/Event/TrackEvent/xml/StateVector.xml index 9300ac0430d97da3cb86a4842fb231fa066aa57e..e63452b7c88db7594ee1c4551d967d0381964535 100755 --- a/Event/TrackEvent/xml/StateVector.xml +++ b/Event/TrackEvent/xml/StateVector.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> <package name='TrackEvent'> diff --git a/Event/TrackEvent/xml/TrackFitResult.xml b/Event/TrackEvent/xml/TrackFitResult.xml index 4e9c337b8c86bbb211373e02db17d09250acf2d8..644ac8b1b5d320eaf2202172848a6cd0e54ca545 100644 --- a/Event/TrackEvent/xml/TrackFitResult.xml +++ b/Event/TrackEvent/xml/TrackFitResult.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> <package name='TrackEvent'> diff --git a/Event/TrackEvent/xml/Track_v1.xml b/Event/TrackEvent/xml/Track_v1.xml index cb5904e64c291c02e703c8f768c6b4a71cab3ad5..1d077325cfe3f49187e8126d46b4a350ee8c958f 100644 --- a/Event/TrackEvent/xml/Track_v1.xml +++ b/Event/TrackEvent/xml/Track_v1.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> <package name='TrackEvent'> diff --git a/Event/TrackEvent/xml/lcgdict/lcg_selection.xml b/Event/TrackEvent/xml/lcgdict/lcg_selection.xml index e890753625fb34dab2417e2dcccde25ab954180d..ff9efaa77f2555bef30e1c8a146e2a46b8380ece 100755 --- a/Event/TrackEvent/xml/lcgdict/lcg_selection.xml +++ b/Event/TrackEvent/xml/lcgdict/lcg_selection.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "std::vector<const LHCb::Track*>" /> <class name = "std::pair<const LHCb::Track*,float>" /> diff --git a/Event/VeloEvent/CMakeLists.txt b/Event/VeloEvent/CMakeLists.txt index 7eda158df52c3243ea71b6a60f507f3c441fe23f..1d2b60c46a1f8b5a8aa238041ebdddcc8011b9a4 100644 --- a/Event/VeloEvent/CMakeLists.txt +++ b/Event/VeloEvent/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: VeloEvent ################################################################################ diff --git a/Event/VeloEvent/VeloEvent/EvtInfo.h b/Event/VeloEvent/VeloEvent/EvtInfo.h index 68ef797a53980392a488330f21eb98ce2f13dbaf..60392cc6030788330ced3658a5962e27aad3fe47 100755 --- a/Event/VeloEvent/VeloEvent/EvtInfo.h +++ b/Event/VeloEvent/VeloEvent/EvtInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVTINFO_H #define EVTINFO_H 1 diff --git a/Event/VeloEvent/VeloEvent/VeloErrorBank.h b/Event/VeloEvent/VeloEvent/VeloErrorBank.h index c8c05183de93cab8172b97c7d3d15a25731d71aa..f89d954858df6b4cfc757edf11b315189b1c132a 100755 --- a/Event/VeloEvent/VeloEvent/VeloErrorBank.h +++ b/Event/VeloEvent/VeloEvent/VeloErrorBank.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: VeloErrorBank.h,v 1.7 2010-02-18 07:54:54 szumlat Exp $ #ifndef VELOERRORBANK_H #define VELOERRORBANK_H 1 diff --git a/Event/VeloEvent/VeloEvent/VeloFullBank.h b/Event/VeloEvent/VeloEvent/VeloFullBank.h index 833b9beaddb718c6defc182c5b99f19da242ee0d..069d1f2300d0c4300bdcab90c101a4e9b6ba3dbf 100755 --- a/Event/VeloEvent/VeloEvent/VeloFullBank.h +++ b/Event/VeloEvent/VeloEvent/VeloFullBank.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VELOFULLBANK_H #define VELOFULLBANK_H 1 diff --git a/Event/VeloEvent/VeloEvent/VeloNZSInfo.h b/Event/VeloEvent/VeloEvent/VeloNZSInfo.h index 467cf1bdb7bfc848b33787b654286d90d3f67720..4b8c3cefd9dd6593967df304f3a10b7e4748f096 100755 --- a/Event/VeloEvent/VeloEvent/VeloNZSInfo.h +++ b/Event/VeloEvent/VeloEvent/VeloNZSInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_VELONZSINFO_H #define EVENT_VELONZSINFO_H 1 diff --git a/Event/VeloEvent/VeloEvent/VeloProcessInfo.h b/Event/VeloEvent/VeloEvent/VeloProcessInfo.h index 07faae0b86d1159973959b63e1bb5ad6da0b1706..79c8e81898deab9752b083c72b0b44f54dc38dfe 100755 --- a/Event/VeloEvent/VeloEvent/VeloProcessInfo.h +++ b/Event/VeloEvent/VeloEvent/VeloProcessInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_VELOPROCESSINFO_H #define EVENT_VELOPROCESSINFO_H 1 diff --git a/Event/VeloEvent/VeloEvent/VeloTELL1FData.h b/Event/VeloEvent/VeloEvent/VeloTELL1FData.h index 733b9979cd34997b925711fe89d0ac2b2b802391..412304a2b79f6eb26f673fae9e20349d54d08169 100755 --- a/Event/VeloEvent/VeloEvent/VeloTELL1FData.h +++ b/Event/VeloEvent/VeloEvent/VeloTELL1FData.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VeloTELL1Event_VeloTELL1FData_H #define VeloTELL1Event_VeloTELL1FData_H 1 diff --git a/Event/VeloEvent/xml/InternalVeloCluster.xml b/Event/VeloEvent/xml/InternalVeloCluster.xml index 457b1d5e8487c2d28c6bdd6434922e774d8188de..aea65e045255c4e9b5307ec9091ab83e57222a8d 100755 --- a/Event/VeloEvent/xml/InternalVeloCluster.xml +++ b/Event/VeloEvent/xml/InternalVeloCluster.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Tomasz Szumlak --> <!--- Created : 2006-01-20 --> diff --git a/Event/VeloEvent/xml/VeloDecodeStatus.xml b/Event/VeloEvent/xml/VeloDecodeStatus.xml index c158ec311374379cfae9bc84e458e4e88ff9ef48..31783c3834f267107b6bd44baaeeb207bb13ac74 100644 --- a/Event/VeloEvent/xml/VeloDecodeStatus.xml +++ b/Event/VeloEvent/xml/VeloDecodeStatus.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : David Hutchcroft --> <!--- Created : 2016-12-20 --> diff --git a/Event/VeloEvent/xml/VeloFullFPGADigit.xml b/Event/VeloEvent/xml/VeloFullFPGADigit.xml index b51157caf7fb0f701f864abe61e7412fbce08908..7c51e3c50b65d009f81563af5b1fe2f5e0ed6e5d 100755 --- a/Event/VeloEvent/xml/VeloFullFPGADigit.xml +++ b/Event/VeloEvent/xml/VeloFullFPGADigit.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Tomasz Szumlak --> <!--- Created : 2005-12-09 --> diff --git a/Event/VeloEvent/xml/VeloTELL1Data.xml b/Event/VeloEvent/xml/VeloTELL1Data.xml index 14b3ff0c51a9c6d267a10faf993dc7e21f5f2063..3d11751faa3f62304422b0a747b28c1c0a3fb2a9 100755 --- a/Event/VeloEvent/xml/VeloTELL1Data.xml +++ b/Event/VeloEvent/xml/VeloTELL1Data.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Tomasz Szumlak --> <!--- Created : 2006-06-01 --> diff --git a/Ex/DetCondExample/CMakeLists.txt b/Ex/DetCondExample/CMakeLists.txt index 3c18c6f42972a44aef7d0816167e4559e185a6ff..4ce099448a307dc1e25131dfca952466a1084327 100644 --- a/Ex/DetCondExample/CMakeLists.txt +++ b/Ex/DetCondExample/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: DetCondExample ################################################################################ diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/Ecal/AlignmentCatalog.xml b/Ex/DetCondExample/XMLDDDB/Conditions/Ecal/AlignmentCatalog.xml index 5b9fb15dc775130ddff0ba60d6119b3445e3d3b6..d536ec7840000dffe0251b288f89eeab91b057eb 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/Ecal/AlignmentCatalog.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/Ecal/AlignmentCatalog.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/structure.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/Ecal/Calibration/Main.xml b/Ex/DetCondExample/XMLDDDB/Conditions/Ecal/Calibration/Main.xml index 4c36991b8a4ba4b5c5f80f04fe51eca327cf977e..0d32e03483da663cf28e8090161d87f099b5ebe4 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/Ecal/Calibration/Main.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/Ecal/Calibration/Main.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../../DTD/structure.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/Ecal/CalibrationCatalog.xml b/Ex/DetCondExample/XMLDDDB/Conditions/Ecal/CalibrationCatalog.xml index f7732147e158c8b7d463e24b161d9f0b68a8e5e2..1cdea2a777c80f5d1d64440239a8f397b933f6c8 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/Ecal/CalibrationCatalog.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/Ecal/CalibrationCatalog.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/structure.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/Ecal/ReadoutConf/Main.xml b/Ex/DetCondExample/XMLDDDB/Conditions/Ecal/ReadoutConf/Main.xml index 0d4ff86a61ecc1312f48d8c19ce25dff5994079e..4f8fd5c8e22a075a58f97dbf69215ee602fe1bda 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/Ecal/ReadoutConf/Main.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/Ecal/ReadoutConf/Main.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../../DTD/structure.dtd"> <DDDB> <!--- $Id: --> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/Ecal/ReadoutConfCatalog.xml b/Ex/DetCondExample/XMLDDDB/Conditions/Ecal/ReadoutConfCatalog.xml index 91ef19c48084c2c703d6f808ce402ffb17538653..80e5003f061ac84167fb6b56d5a28fbc7c8bc350 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/Ecal/ReadoutConfCatalog.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/Ecal/ReadoutConfCatalog.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/structure.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/Hcal/AlignmentCatalog.xml b/Ex/DetCondExample/XMLDDDB/Conditions/Hcal/AlignmentCatalog.xml index e53952a1065f5b705675a6105a6c310ecefc8f98..01b9ea8795996c1a611a9eab689dbcd232cf5bb3 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/Hcal/AlignmentCatalog.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/Hcal/AlignmentCatalog.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/structure.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/Hcal/Calibration/Main.xml b/Ex/DetCondExample/XMLDDDB/Conditions/Hcal/Calibration/Main.xml index 28fadcda76130edd5f6844fb9fa7d039e1b784b2..e9b288ab564c8205a8643a00882bde82736c9f74 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/Hcal/Calibration/Main.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/Hcal/Calibration/Main.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../../DTD/structure.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/Hcal/CalibrationCatalog.xml b/Ex/DetCondExample/XMLDDDB/Conditions/Hcal/CalibrationCatalog.xml index 89d5105a81b4b56c1908d3e87058c0e369287272..75f3c6f9886bb8602645b41b0e167cd4c636dc88 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/Hcal/CalibrationCatalog.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/Hcal/CalibrationCatalog.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/structure.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/Hcal/ReadoutConf/Main.xml b/Ex/DetCondExample/XMLDDDB/Conditions/Hcal/ReadoutConf/Main.xml index a4e13f509d229aec6a676dcc69da74fe1ee4f5ed..c95cba09fad1cc4bc562e21cbc62ce037174ef97 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/Hcal/ReadoutConf/Main.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/Hcal/ReadoutConf/Main.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../../DTD/structure.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/Hcal/ReadoutConfCatalog.xml b/Ex/DetCondExample/XMLDDDB/Conditions/Hcal/ReadoutConfCatalog.xml index 250c5afe828b8c63f4dd711cbbbe5253ab2eb7ca..176099a7d762898e7062e4d2c6f21198bb86055b 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/Hcal/ReadoutConfCatalog.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/Hcal/ReadoutConfCatalog.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/structure.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/LHCb/Alignment/Global.xml b/Ex/DetCondExample/XMLDDDB/Conditions/LHCb/Alignment/Global.xml index 2ecf73e449de26a8c98d7c3616af920d7010d42b..6fcca13e5e09e6a41bd78b6046182e4839665c92 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/LHCb/Alignment/Global.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/LHCb/Alignment/Global.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../../DTD/structure.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/LHCb/AlignmentCatalog.xml b/Ex/DetCondExample/XMLDDDB/Conditions/LHCb/AlignmentCatalog.xml index 052be7d238740ae6d10261929a38f741ae0ae810..3f57bb90f8126063fe548765c7fe44d4581613a5 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/LHCb/AlignmentCatalog.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/LHCb/AlignmentCatalog.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/structure.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/LHCb/Environment/Global.xml b/Ex/DetCondExample/XMLDDDB/Conditions/LHCb/Environment/Global.xml index 8e2f2b8263541c87b06ed1b7c2aed9a754dd5dde..9a3d96ee7e6c60e250c8446f9bfb1f0169c35a87 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/LHCb/Environment/Global.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/LHCb/Environment/Global.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../../DTD/structure.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/LHCb/EnvironmentCatalog.xml b/Ex/DetCondExample/XMLDDDB/Conditions/LHCb/EnvironmentCatalog.xml index 06d16c94a6dc1f4e189bf9b1f635582def4c8cd8..b0787a6de4319432dc2c6eb305a95fee1bf795ff 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/LHCb/EnvironmentCatalog.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/LHCb/EnvironmentCatalog.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/structure.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/MainCatalog.xml b/Ex/DetCondExample/XMLDDDB/Conditions/MainCatalog.xml index c3a953e70e24db5e62ba28782e30f7e28a9a50f5..adc7d3967c6398287943e80abe4bd5297d583d3e 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/MainCatalog.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/MainCatalog.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../DTD/structure.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/Trigger/Catalog.xml b/Ex/DetCondExample/XMLDDDB/Conditions/Trigger/Catalog.xml index 4527881e7f3cc9aaf9890dc514b518a509f10a22..b59882e1ea55c7887f4975f388830991bf055416 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/Trigger/Catalog.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/Trigger/Catalog.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/structure.dtd"> <DDDB> <catalog name ="Trigger"> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/Trigger/HltHadAlley.xml b/Ex/DetCondExample/XMLDDDB/Conditions/Trigger/HltHadAlley.xml index 204919b6a6873ed4daf0f09cc7c62e5c9fc86bbd..be392399b22cb9afd37d55dd435e9975827c7400 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/Trigger/HltHadAlley.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/Trigger/HltHadAlley.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/structure.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/Trigger/HltMuonAlley.xml b/Ex/DetCondExample/XMLDDDB/Conditions/Trigger/HltMuonAlley.xml index d5494de0c42432be44dd338752700fc5745ecbac..3e583a248b336569186f6fa9a69c2ee226a6f043 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/Trigger/HltMuonAlley.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/Trigger/HltMuonAlley.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/structure.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/Velo/Alignment/Detectors.xml b/Ex/DetCondExample/XMLDDDB/Conditions/Velo/Alignment/Detectors.xml index bc369e33f8e10965e514ef65cd139f4ff8348097..afa4f80769363a2636417886e6177b9936630e83 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/Velo/Alignment/Detectors.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/Velo/Alignment/Detectors.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../../DTD/structure.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/Velo/Alignment/Global.xml b/Ex/DetCondExample/XMLDDDB/Conditions/Velo/Alignment/Global.xml index df1e799f38111610506899cc49ae4bd874b04cea..24bf718ac13e12513646f22b63283a34b14b9e08 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/Velo/Alignment/Global.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/Velo/Alignment/Global.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../../DTD/structure.dtd" > <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/Velo/Alignment/Modules.xml b/Ex/DetCondExample/XMLDDDB/Conditions/Velo/Alignment/Modules.xml index 584cbfb3cb318e1a9afcbbf3372092b5d5a63270..3676cfd51724d6eddab8ee9c9158ec37745931fa 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/Velo/Alignment/Modules.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/Velo/Alignment/Modules.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../../DTD/structure.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/Velo/AlignmentCatalog.xml b/Ex/DetCondExample/XMLDDDB/Conditions/Velo/AlignmentCatalog.xml index b09d7a52a29d537e8cb686769f94e52157c6f297..997345da7c6d1b75fc438a29aa0f23a8c5ce8e2c 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/Velo/AlignmentCatalog.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/Velo/AlignmentCatalog.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/structure.dtd"> <DDDB> <catalog name ="Velo"> diff --git a/Ex/DetCondExample/XMLDDDB/Conditions/properties.xml b/Ex/DetCondExample/XMLDDDB/Conditions/properties.xml index d3220836bbd605add1a2aad965063e3e1a50a3f0..c11d4d50e0c1fcf80df40f4e667978b469b992e1 100755 --- a/Ex/DetCondExample/XMLDDDB/Conditions/properties.xml +++ b/Ex/DetCondExample/XMLDDDB/Conditions/properties.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../DTD/geometry.dtd"> <!-- $Id: properties.xml,v 1.1 2007-02-02 18:19:27 marcocle Exp $ --> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/DTD/geometry.dtd b/Ex/DetCondExample/XMLDDDB/DTD/geometry.dtd index e6e245b2fe5c49bacb1fad952745b3053696310f..14df5b5da3c3ba26ff4a15c73ed376dae8e3cc4f 100755 --- a/Ex/DetCondExample/XMLDDDB/DTD/geometry.dtd +++ b/Ex/DetCondExample/XMLDDDB/DTD/geometry.dtd @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!--XML root element, Gaudi transient root as well--> <!ELEMENT DDDB (parameter|catalog|catalogref|logvol|surface|tabproperty)+> diff --git a/Ex/DetCondExample/XMLDDDB/DTD/materials.dtd b/Ex/DetCondExample/XMLDDDB/DTD/materials.dtd index 057461574fb4719e5979f181c9194a2ec4a517f7..caf20c0389fb8ff7f09a30e66d135e6d604f01e5 100755 --- a/Ex/DetCondExample/XMLDDDB/DTD/materials.dtd +++ b/Ex/DetCondExample/XMLDDDB/DTD/materials.dtd @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DTD for tags "tabproperty" and "tabpropertyref" --> diff --git a/Ex/DetCondExample/XMLDDDB/DTD/structure.dtd b/Ex/DetCondExample/XMLDDDB/DTD/structure.dtd index 48006d93226d8d8d56cd3347b55e700824740e60..b53a9030a49055c06a90ed1a76e1fc421ce80872 100755 --- a/Ex/DetCondExample/XMLDDDB/DTD/structure.dtd +++ b/Ex/DetCondExample/XMLDDDB/DTD/structure.dtd @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- DDDB: XML root element, Gaudi transient root as well --> <!ELEMENT DDDB (macro|parameter|catalog|catalogref|detelem|condition)+> diff --git a/Ex/DetCondExample/XMLDDDB/DTD/surface.dtd b/Ex/DetCondExample/XMLDDDB/DTD/surface.dtd index 1f0c7e8cdaf606e4668fcb4e3084fcb6e7eeaff5..1b142d5361ed5d37933079847bcf949ab2395ad4 100755 --- a/Ex/DetCondExample/XMLDDDB/DTD/surface.dtd +++ b/Ex/DetCondExample/XMLDDDB/DTD/surface.dtd @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- Surface (V.B., March'2k+1 3) --> <!ELEMENT surface (tabprops*)> diff --git a/Ex/DetCondExample/XMLDDDB/DTD/tabproperty.dtd b/Ex/DetCondExample/XMLDDDB/DTD/tabproperty.dtd index f5c619c1696280c528e29caf2d70ce6dc6a3fcda..9dc8a3ad1bbea4462894be8970dd36b1f4469569 100755 --- a/Ex/DetCondExample/XMLDDDB/DTD/tabproperty.dtd +++ b/Ex/DetCondExample/XMLDDDB/DTD/tabproperty.dtd @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- Tabulated Property NameReference (V.B., March'2k+1 3) --> diff --git a/Ex/DetCondExample/XMLDDDB/Downstream/geometry.xml b/Ex/DetCondExample/XMLDDDB/Downstream/geometry.xml index 5f36d8fc4e2b5b9852fea0a232a9ceee18e24f71..bf459d6821d8fccbc61c5997993a4eef1f81a6cb 100755 --- a/Ex/DetCondExample/XMLDDDB/Downstream/geometry.xml +++ b/Ex/DetCondExample/XMLDDDB/Downstream/geometry.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../DTD/geometry.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Downstream/structure.xml b/Ex/DetCondExample/XMLDDDB/Downstream/structure.xml index 5aa7345b9ee805572827684cdbfdb603252240d2..5515f505a5c7c7704563ff5ca16841bb09cdefb7 100755 --- a/Ex/DetCondExample/XMLDDDB/Downstream/structure.xml +++ b/Ex/DetCondExample/XMLDDDB/Downstream/structure.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../DTD/structure.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Ecal/Installation.xml b/Ex/DetCondExample/XMLDDDB/Ecal/Installation.xml index b4cc202c104a689b09c3ab317a5907246ddc5505..1c02c57f48ae298cf15510203477ad003c04f0aa 100755 --- a/Ex/DetCondExample/XMLDDDB/Ecal/Installation.xml +++ b/Ex/DetCondExample/XMLDDDB/Ecal/Installation.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../DTD/geometry.dtd"> <DDDB> <!-- """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" --> diff --git a/Ex/DetCondExample/XMLDDDB/Ecal/Installation/BeamPlug.xml b/Ex/DetCondExample/XMLDDDB/Ecal/Installation/BeamPlug.xml index 2edc85d3bebd837f0413ef63ac8319409276251c..3f9b6c5d37988cd7f374dde87f1398059feaa9a8 100755 --- a/Ex/DetCondExample/XMLDDDB/Ecal/Installation/BeamPlug.xml +++ b/Ex/DetCondExample/XMLDDDB/Ecal/Installation/BeamPlug.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Ecal/Installation/Ecal.xml b/Ex/DetCondExample/XMLDDDB/Ecal/Installation/Ecal.xml index adcd919bf5f9456ff988c48296687b85bdbf9119..099b44f5ec91d12306c3a6886fc6d1603dfa1884 100755 --- a/Ex/DetCondExample/XMLDDDB/Ecal/Installation/Ecal.xml +++ b/Ex/DetCondExample/XMLDDDB/Ecal/Installation/Ecal.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> <!-- """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" --> diff --git a/Ex/DetCondExample/XMLDDDB/Ecal/Installation/Inn.xml b/Ex/DetCondExample/XMLDDDB/Ecal/Installation/Inn.xml index d9b636f73bf31b42254e02b352ff27d0713bccb2..d2dbdf31edfd868b494c7cc9a0308bf8cf57b83c 100755 --- a/Ex/DetCondExample/XMLDDDB/Ecal/Installation/Inn.xml +++ b/Ex/DetCondExample/XMLDDDB/Ecal/Installation/Inn.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> <!-- """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" --> diff --git a/Ex/DetCondExample/XMLDDDB/Ecal/Installation/Mid.xml b/Ex/DetCondExample/XMLDDDB/Ecal/Installation/Mid.xml index 7a6342d12f96857127f04a6e3ab25453e209bd08..0737c35501f4fe1f39fa7175e24d127e2f5a3688 100755 --- a/Ex/DetCondExample/XMLDDDB/Ecal/Installation/Mid.xml +++ b/Ex/DetCondExample/XMLDDDB/Ecal/Installation/Mid.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> <!-- """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" --> diff --git a/Ex/DetCondExample/XMLDDDB/Ecal/Installation/Out.xml b/Ex/DetCondExample/XMLDDDB/Ecal/Installation/Out.xml index 251e0db2fed2c63b5f356dd194a5e26bcd781aa7..67aca62420a1add7254b1d1f75987e99153587d3 100755 --- a/Ex/DetCondExample/XMLDDDB/Ecal/Installation/Out.xml +++ b/Ex/DetCondExample/XMLDDDB/Ecal/Installation/Out.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> <!-- """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" --> diff --git a/Ex/DetCondExample/XMLDDDB/Ecal/Installation/Shield.xml b/Ex/DetCondExample/XMLDDDB/Ecal/Installation/Shield.xml index 50b2498191e11903e2972c94c83341826c07a215..c3a851da3795a63efa31c1b53b5432c0500f80f5 100755 --- a/Ex/DetCondExample/XMLDDDB/Ecal/Installation/Shield.xml +++ b/Ex/DetCondExample/XMLDDDB/Ecal/Installation/Shield.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Ecal/Modules.xml b/Ex/DetCondExample/XMLDDDB/Ecal/Modules.xml index a0b66f0cbc9eb94baa30df16cb15e9b8af65b7b6..a1efa16d146d3a5f6d28aa53228fc350e02121c1 100755 --- a/Ex/DetCondExample/XMLDDDB/Ecal/Modules.xml +++ b/Ex/DetCondExample/XMLDDDB/Ecal/Modules.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../DTD/geometry.dtd"> <DDDB> <!-- """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" --> diff --git a/Ex/DetCondExample/XMLDDDB/Ecal/Modules/Fiber.xml b/Ex/DetCondExample/XMLDDDB/Ecal/Modules/Fiber.xml index e5cc37f8fd9d15896741aeb0b5edaf4029d36fe7..c767844cff627f3db1de397efbdc5e821ad663a2 100755 --- a/Ex/DetCondExample/XMLDDDB/Ecal/Modules/Fiber.xml +++ b/Ex/DetCondExample/XMLDDDB/Ecal/Modules/Fiber.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> <!-- """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" --> diff --git a/Ex/DetCondExample/XMLDDDB/Ecal/Modules/InnCell.xml b/Ex/DetCondExample/XMLDDDB/Ecal/Modules/InnCell.xml index 21e7b10e5be34f65c82624fff1cdea48eb2d38dd..19e142ec4dd789851e58e42b39d8abd97ea8f407 100755 --- a/Ex/DetCondExample/XMLDDDB/Ecal/Modules/InnCell.xml +++ b/Ex/DetCondExample/XMLDDDB/Ecal/Modules/InnCell.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> <!-- """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" --> diff --git a/Ex/DetCondExample/XMLDDDB/Ecal/Modules/InnCellPlates.xml b/Ex/DetCondExample/XMLDDDB/Ecal/Modules/InnCellPlates.xml index d3d7ebe6aeab59a9f3c283a0409ceab4af713545..c760ba1318d9cd4e5357c0b0ca1449ad286c902d 100755 --- a/Ex/DetCondExample/XMLDDDB/Ecal/Modules/InnCellPlates.xml +++ b/Ex/DetCondExample/XMLDDDB/Ecal/Modules/InnCellPlates.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> <!-- """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" --> diff --git a/Ex/DetCondExample/XMLDDDB/Ecal/Modules/InnMod.xml b/Ex/DetCondExample/XMLDDDB/Ecal/Modules/InnMod.xml index 6973e9991918e3a0cc80689b08aa09a7cb375528..48525f9b194913b9ae7a71229b2a18843ccdb1b6 100755 --- a/Ex/DetCondExample/XMLDDDB/Ecal/Modules/InnMod.xml +++ b/Ex/DetCondExample/XMLDDDB/Ecal/Modules/InnMod.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> <!-- """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" --> diff --git a/Ex/DetCondExample/XMLDDDB/Ecal/Modules/MidCell.xml b/Ex/DetCondExample/XMLDDDB/Ecal/Modules/MidCell.xml index 81027ebf83e8d088abe264c45b32f3244eb45908..021e0287348762ea452068034b57deda3e3725a1 100755 --- a/Ex/DetCondExample/XMLDDDB/Ecal/Modules/MidCell.xml +++ b/Ex/DetCondExample/XMLDDDB/Ecal/Modules/MidCell.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> <!-- """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" --> diff --git a/Ex/DetCondExample/XMLDDDB/Ecal/Modules/MidCellPlates.xml b/Ex/DetCondExample/XMLDDDB/Ecal/Modules/MidCellPlates.xml index cb5f9bfc9eca0f4a5f505e0e61e73ed2dffa4da0..3fe8598a648448cd9b5d68c710e3a213f4080b77 100755 --- a/Ex/DetCondExample/XMLDDDB/Ecal/Modules/MidCellPlates.xml +++ b/Ex/DetCondExample/XMLDDDB/Ecal/Modules/MidCellPlates.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> <!-- """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" --> diff --git a/Ex/DetCondExample/XMLDDDB/Ecal/Modules/MidMod.xml b/Ex/DetCondExample/XMLDDDB/Ecal/Modules/MidMod.xml index 1b03a08587cba50225f1ec3a2cd9ccb258050bef..38fab7f182d421a6f6e0368a10835686d140bf64 100755 --- a/Ex/DetCondExample/XMLDDDB/Ecal/Modules/MidMod.xml +++ b/Ex/DetCondExample/XMLDDDB/Ecal/Modules/MidMod.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> <!-- """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" --> diff --git a/Ex/DetCondExample/XMLDDDB/Ecal/Modules/OutCell.xml b/Ex/DetCondExample/XMLDDDB/Ecal/Modules/OutCell.xml index d0af3c2ed750fbf1cecd6ff57b16db176da5db58..1f0dd0993f95948fed53fc92d627399ef3efa59a 100755 --- a/Ex/DetCondExample/XMLDDDB/Ecal/Modules/OutCell.xml +++ b/Ex/DetCondExample/XMLDDDB/Ecal/Modules/OutCell.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> <!-- """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" --> diff --git a/Ex/DetCondExample/XMLDDDB/Ecal/Modules/OutCellPlates.xml b/Ex/DetCondExample/XMLDDDB/Ecal/Modules/OutCellPlates.xml index b2f555a0bdd6a89c31ed0f1a5e595bacf8c4fefa..fb877d56c51610e6cfceddf7f79ebe554b54aaf5 100755 --- a/Ex/DetCondExample/XMLDDDB/Ecal/Modules/OutCellPlates.xml +++ b/Ex/DetCondExample/XMLDDDB/Ecal/Modules/OutCellPlates.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> <!-- """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" --> diff --git a/Ex/DetCondExample/XMLDDDB/Ecal/Modules/OutMod.xml b/Ex/DetCondExample/XMLDDDB/Ecal/Modules/OutMod.xml index fb32a0dc4d41ba757a2944ba5b042c86a0932dda..ba8ced2f141002dffd5cdb754aeb9de8c7fa85f1 100755 --- a/Ex/DetCondExample/XMLDDDB/Ecal/Modules/OutMod.xml +++ b/Ex/DetCondExample/XMLDDDB/Ecal/Modules/OutMod.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> <!-- """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" --> diff --git a/Ex/DetCondExample/XMLDDDB/Ecal/geometry.xml b/Ex/DetCondExample/XMLDDDB/Ecal/geometry.xml index 6d5c3b853d38a167ec10a13ff692e9a8917122e5..de1c3b4a145117f4cef7cd9923bc7e9d15651c20 100755 --- a/Ex/DetCondExample/XMLDDDB/Ecal/geometry.xml +++ b/Ex/DetCondExample/XMLDDDB/Ecal/geometry.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../DTD/geometry.dtd"> <DDDB> <!-- """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" --> diff --git a/Ex/DetCondExample/XMLDDDB/Ecal/structure.xml b/Ex/DetCondExample/XMLDDDB/Ecal/structure.xml index 3c5aa95c2bda43c9a7471801e832c0ba90ba2e93..e0781a3739bc7e1245163e8ebc1cd8743f52ba69 100755 --- a/Ex/DetCondExample/XMLDDDB/Ecal/structure.xml +++ b/Ex/DetCondExample/XMLDDDB/Ecal/structure.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../DTD/structure.dtd"> <DDDB> <!-- diff --git a/Ex/DetCondExample/XMLDDDB/Hcal/Cells.xml b/Ex/DetCondExample/XMLDDDB/Hcal/Cells.xml index f779c9c890cea55f23858965a59b006133092957..eb19dd8a344ba25ab0977c019bf4ccba7ad89dba 100755 --- a/Ex/DetCondExample/XMLDDDB/Hcal/Cells.xml +++ b/Ex/DetCondExample/XMLDDDB/Hcal/Cells.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../DTD/geometry.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Hcal/Cells/Face.xml b/Ex/DetCondExample/XMLDDDB/Hcal/Cells/Face.xml index 5bc9458b4c3fc32ec1f43d3f6b88fe2ae1d1d7cc..1597462c4b057543e5d5c900d9f5ad6aadd7fe05 100755 --- a/Ex/DetCondExample/XMLDDDB/Hcal/Cells/Face.xml +++ b/Ex/DetCondExample/XMLDDDB/Hcal/Cells/Face.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Hcal/Cells/InnerFilling.xml b/Ex/DetCondExample/XMLDDDB/Hcal/Cells/InnerFilling.xml index 85e346231520ed8670a42791008c60522234da59..567c057d772899461f97bd946fc3b817e9276c77 100755 --- a/Ex/DetCondExample/XMLDDDB/Hcal/Cells/InnerFilling.xml +++ b/Ex/DetCondExample/XMLDDDB/Hcal/Cells/InnerFilling.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Hcal/Cells/InnerWorkStuff.xml b/Ex/DetCondExample/XMLDDDB/Hcal/Cells/InnerWorkStuff.xml index e130941226d7e99f16a8737263c70d821e8cd725..60a55109e4f6ee76a351d71783645fe5d084cfd5 100755 --- a/Ex/DetCondExample/XMLDDDB/Hcal/Cells/InnerWorkStuff.xml +++ b/Ex/DetCondExample/XMLDDDB/Hcal/Cells/InnerWorkStuff.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Hcal/Cells/OuterFilling.xml b/Ex/DetCondExample/XMLDDDB/Hcal/Cells/OuterFilling.xml index 989bc869030a4144519eabd49703b4954bdb5f4f..4e4ce10130bd660cc014d53206c9a72d476d0823 100755 --- a/Ex/DetCondExample/XMLDDDB/Hcal/Cells/OuterFilling.xml +++ b/Ex/DetCondExample/XMLDDDB/Hcal/Cells/OuterFilling.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Hcal/Cells/OuterWorkStuff.xml b/Ex/DetCondExample/XMLDDDB/Hcal/Cells/OuterWorkStuff.xml index 2d33b6f43919bc344e21deb905f43a9979a8ffdd..e11a37a930abd9abe685f3738e72ce90f261f36c 100755 --- a/Ex/DetCondExample/XMLDDDB/Hcal/Cells/OuterWorkStuff.xml +++ b/Ex/DetCondExample/XMLDDDB/Hcal/Cells/OuterWorkStuff.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Hcal/Cells/Reinforce.xml b/Ex/DetCondExample/XMLDDDB/Hcal/Cells/Reinforce.xml index 7a93787a935089f87b3493a48b864f53fbba8720..0033ef5ebf4dbb432069ba39c23c2c8356af2571 100755 --- a/Ex/DetCondExample/XMLDDDB/Hcal/Cells/Reinforce.xml +++ b/Ex/DetCondExample/XMLDDDB/Hcal/Cells/Reinforce.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Hcal/Installation.xml b/Ex/DetCondExample/XMLDDDB/Hcal/Installation.xml index 667367c8b3e99def26329ade5a2a2d343aded671..e09d26c9b9068883053fc2c5590df6c0da4a1f55 100755 --- a/Ex/DetCondExample/XMLDDDB/Hcal/Installation.xml +++ b/Ex/DetCondExample/XMLDDDB/Hcal/Installation.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../DTD/geometry.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Hcal/Installation/BeamPlug.xml b/Ex/DetCondExample/XMLDDDB/Hcal/Installation/BeamPlug.xml index ebf88508d6100e7e72c7da1711198b825f5d3a6b..05dd9225aacc978863b6a3e4bb038b0b727f26db 100755 --- a/Ex/DetCondExample/XMLDDDB/Hcal/Installation/BeamPlug.xml +++ b/Ex/DetCondExample/XMLDDDB/Hcal/Installation/BeamPlug.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Hcal/Installation/Hcal.xml b/Ex/DetCondExample/XMLDDDB/Hcal/Installation/Hcal.xml index bf1021f62c62959ae233c41722683ad54a41377e..ccca8b0bb0ad650fcb5fda0a4a275b4d733edada 100755 --- a/Ex/DetCondExample/XMLDDDB/Hcal/Installation/Hcal.xml +++ b/Ex/DetCondExample/XMLDDDB/Hcal/Installation/Hcal.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> <!-- diff --git a/Ex/DetCondExample/XMLDDDB/Hcal/Installation/Inner.xml b/Ex/DetCondExample/XMLDDDB/Hcal/Installation/Inner.xml index db96c3c7964c5e3fb2d14e142d7cc7c7d0506b90..21272ef0c332aa22112e6d04436c18f59ce8d518 100755 --- a/Ex/DetCondExample/XMLDDDB/Hcal/Installation/Inner.xml +++ b/Ex/DetCondExample/XMLDDDB/Hcal/Installation/Inner.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Hcal/Installation/Outer.xml b/Ex/DetCondExample/XMLDDDB/Hcal/Installation/Outer.xml index 3ddd86bc947cf4c6c4e247700fe43e44b5fc1a3d..527d10fe17eb0a98e334f11f5786a66f1f52ec00 100755 --- a/Ex/DetCondExample/XMLDDDB/Hcal/Installation/Outer.xml +++ b/Ex/DetCondExample/XMLDDDB/Hcal/Installation/Outer.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../DTD/geometry.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Hcal/geometry.xml b/Ex/DetCondExample/XMLDDDB/Hcal/geometry.xml index b37b177b669a6d24c522d1a129381e9cbf77f6dd..fd26105d8f502ec25fc64e5ecb7ffc879ae8be3b 100755 --- a/Ex/DetCondExample/XMLDDDB/Hcal/geometry.xml +++ b/Ex/DetCondExample/XMLDDDB/Hcal/geometry.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../DTD/geometry.dtd"> <DDDB> <!-- diff --git a/Ex/DetCondExample/XMLDDDB/Hcal/structure.xml b/Ex/DetCondExample/XMLDDDB/Hcal/structure.xml index 7788b26932a07ac506d6894ee6fdecc4529ca86f..9cbddc33e51fa1dd927343a4bccc10b75fe74998 100755 --- a/Ex/DetCondExample/XMLDDDB/Hcal/structure.xml +++ b/Ex/DetCondExample/XMLDDDB/Hcal/structure.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../DTD/structure.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/LHCb/RegionsParameters.xml b/Ex/DetCondExample/XMLDDDB/LHCb/RegionsParameters.xml index 226311be5e7edad03f4eb80e9156b863a8fff0d4..a4a30aaaf3dcfd9201f9bf07b1b632ad11476285 100755 --- a/Ex/DetCondExample/XMLDDDB/LHCb/RegionsParameters.xml +++ b/Ex/DetCondExample/XMLDDDB/LHCb/RegionsParameters.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ***************************************************************** --> <!-- * Envelopes geometry parameters. * --> diff --git a/Ex/DetCondExample/XMLDDDB/LHCb/geometry.xml b/Ex/DetCondExample/XMLDDDB/LHCb/geometry.xml index 951c96acd65ac88bac74e3e0323e6f9b3f7a30e1..53ee1649dc5cac1d92f5f9caf2ed0c471b6191d6 100755 --- a/Ex/DetCondExample/XMLDDDB/LHCb/geometry.xml +++ b/Ex/DetCondExample/XMLDDDB/LHCb/geometry.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../DTD/geometry.dtd"> <DDDB> diff --git a/Ex/DetCondExample/XMLDDDB/Pipe/PipeGeomParams.xml b/Ex/DetCondExample/XMLDDDB/Pipe/PipeGeomParams.xml index 713935dd23428870852a8aaee11ecabe78642ac1..1f630964b0b47a4e4d8fa1936282f3c1cea2ac45 100755 --- a/Ex/DetCondExample/XMLDDDB/Pipe/PipeGeomParams.xml +++ b/Ex/DetCondExample/XMLDDDB/Pipe/PipeGeomParams.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ***************************************************************** --> <!-- * BeamPipe geometry parameters * --> diff --git a/Ex/DetCondExample/XMLDDDB/geometry.xml b/Ex/DetCondExample/XMLDDDB/geometry.xml index 1b001d7418130f04cae248f0d6cb3c13febbfc7a..957083ffde500a1d0b8d3b55d46a402cdefca280 100755 --- a/Ex/DetCondExample/XMLDDDB/geometry.xml +++ b/Ex/DetCondExample/XMLDDDB/geometry.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "DTD/geometry.dtd" [<!ENTITY RegionsParameters SYSTEM "LHCb/RegionsParameters.xml"> <!ENTITY PipeGeomParams SYSTEM "Pipe/PipeGeomParams.xml">]> diff --git a/Ex/DetCondExample/XMLDDDB/lhcb.xml b/Ex/DetCondExample/XMLDDDB/lhcb.xml index 78707db352d5b139ba66b466510a1ca691ea1fed..ae7ffcb607deda10ed9a1889321de0c90e5febcb 100755 --- a/Ex/DetCondExample/XMLDDDB/lhcb.xml +++ b/Ex/DetCondExample/XMLDDDB/lhcb.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "DTD/structure.dtd"> <DDDB> <!-- ********************************************************** --> diff --git a/Ex/DetCondExample/XMLDDDB/materials/EcalMaterials.xml b/Ex/DetCondExample/XMLDDDB/materials/EcalMaterials.xml index 6b24c4704ec3d851b5861e0bbced665b78dc456c..0dd416bdf5585082a765998a8539b735a197d95e 100755 --- a/Ex/DetCondExample/XMLDDDB/materials/EcalMaterials.xml +++ b/Ex/DetCondExample/XMLDDDB/materials/EcalMaterials.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 materials SYSTEM "../DTD/materials.dtd"> <materials> <!-- ******************************************************************** --> diff --git a/Ex/DetCondExample/XMLDDDB/materials/HcalMaterials.xml b/Ex/DetCondExample/XMLDDDB/materials/HcalMaterials.xml index b05a29c0258c209da59c7336700787c86fd73a0f..3c9301fa4bd8e8dd17fe126214c703c2de918a07 100755 --- a/Ex/DetCondExample/XMLDDDB/materials/HcalMaterials.xml +++ b/Ex/DetCondExample/XMLDDDB/materials/HcalMaterials.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 materials SYSTEM "../DTD/materials.dtd"> <materials> <!-- diff --git a/Ex/DetCondExample/XMLDDDB/materials/Standard.xml b/Ex/DetCondExample/XMLDDDB/materials/Standard.xml index 8556de5dcc39eab51f8e4d45f39151ba52b95f03..76026872c3cb6aab36cad4cede9ed55aeb5d9159 100755 --- a/Ex/DetCondExample/XMLDDDB/materials/Standard.xml +++ b/Ex/DetCondExample/XMLDDDB/materials/Standard.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- This is the list of standard materials, to be included in the paster catalog --> diff --git a/Ex/DetCondExample/XMLDDDB/materials/materials.xml b/Ex/DetCondExample/XMLDDDB/materials/materials.xml index 3144b4bfc168f6d61c2adf133522d7764e1a5e52..d141e2d34a5d2ae10f872c84695fd5b64837d774 100755 --- a/Ex/DetCondExample/XMLDDDB/materials/materials.xml +++ b/Ex/DetCondExample/XMLDDDB/materials/materials.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 materials SYSTEM "../DTD/materials.dtd"[ <!ENTITY StandardMaterials SYSTEM "Standard.xml"> ]> diff --git a/Ex/DetCondExample/XMLDDDB/multi.xml b/Ex/DetCondExample/XMLDDDB/multi.xml index ab0b21537b6dea083960f89eba0b6966a69498e5..f6dc3d5770c28b388d0ebfe8ff97f5b78e04098b 100755 --- a/Ex/DetCondExample/XMLDDDB/multi.xml +++ b/Ex/DetCondExample/XMLDDDB/multi.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "DTD/structure.dtd"> <DDDB> <catalog name="dd"> diff --git a/Ex/DetCondExample/XMLDDDB/structure.xml b/Ex/DetCondExample/XMLDDDB/structure.xml index 2f627f883e10165c4de5e068fb4c79e8c4bccfcd..3da71cbdea45116855eb6d5708415959835d3236 100755 --- a/Ex/DetCondExample/XMLDDDB/structure.xml +++ b/Ex/DetCondExample/XMLDDDB/structure.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "DTD/structure.dtd"> <DDDB> diff --git a/Ex/DetCondExample/python/SplitHlt/prepare_split_hlt_env b/Ex/DetCondExample/python/SplitHlt/prepare_split_hlt_env index 4fccf4755f3083710e6140b9b9e07a4902e73103..caa15686b317e7bb48c2961f49cfcf89cef29065 100755 --- a/Ex/DetCondExample/python/SplitHlt/prepare_split_hlt_env +++ b/Ex/DetCondExample/python/SplitHlt/prepare_split_hlt_env @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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, getopt import os, shutil, re, glob import GaudiPython diff --git a/Ex/DetCondExample/python/SplitHlt/testsplit.py b/Ex/DetCondExample/python/SplitHlt/testsplit.py index f040933322560decdda3e294f4491f9193e798b9..55eda244ccad252db6eef23de0c4aab64607f973 100644 --- a/Ex/DetCondExample/python/SplitHlt/testsplit.py +++ b/Ex/DetCondExample/python/SplitHlt/testsplit.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 DetCondTest__TestConditionAlg as TestAlg from Configurables import LHCbAlgsTests__TestTimeDecoderOdin as TimeDecoder diff --git a/Ex/DetCondExample/python/copy_files_to_db.py b/Ex/DetCondExample/python/copy_files_to_db.py index 2ae0d5f79010b32329acc94aab266f8ded559286..73094834653e3610a796424bd682a12c1ed48aff 100755 --- a/Ex/DetCondExample/python/copy_files_to_db.py +++ b/Ex/DetCondExample/python/copy_files_to_db.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 PyCool import cool from optparse import OptionParser diff --git a/Ex/DetCondExample/python/create_DBs.py b/Ex/DetCondExample/python/create_DBs.py index 3e46084aadb6ed47d010c4d8fbf23fd571d771ad..76a4d0a185663b824842d9c04ac68c27c5f541fa 100755 --- a/Ex/DetCondExample/python/create_DBs.py +++ b/Ex/DetCondExample/python/create_DBs.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 PyCool import cool import os, sys diff --git a/Ex/DetCondExample/src/CLID_DummyDetectorElement.h b/Ex/DetCondExample/src/CLID_DummyDetectorElement.h index 5a735e9c5741d5a9f6dc33c56d1318692644535b..f3ca2a4a4dfc5dd179068f9e792c2b9aa91377e6 100755 --- a/Ex/DetCondExample/src/CLID_DummyDetectorElement.h +++ b/Ex/DetCondExample/src/CLID_DummyDetectorElement.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CLID_DummyDetectorElement.h,v 1.2 2005-10-18 16:28:05 marcocle Exp $ #ifndef _CLID_DUMMYDETECTORELEMENT_H #define _CLID_DUMMYDETECTORELEMENT_H 1 diff --git a/Ex/DetCondExample/src/CondDBTestAlgorithm.cpp b/Ex/DetCondExample/src/CondDBTestAlgorithm.cpp index e19a7819deb3a1ef4fd222be9e2e552413fa50bb..7543853a38808d484408741bd939f7b4115fbad5 100755 --- a/Ex/DetCondExample/src/CondDBTestAlgorithm.cpp +++ b/Ex/DetCondExample/src/CondDBTestAlgorithm.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CondDBTestAlgorithm.cpp,v 1.21 2007-09-13 09:22:19 jpalac Exp $ // Include files diff --git a/Ex/DetCondExample/src/CondDBTestAlgorithm.h b/Ex/DetCondExample/src/CondDBTestAlgorithm.h index dc02f67f289b2233df6aaba0799c5215828dc096..8dfb02a892aa1d131c0953e78697b081084408ad 100755 --- a/Ex/DetCondExample/src/CondDBTestAlgorithm.h +++ b/Ex/DetCondExample/src/CondDBTestAlgorithm.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CONDDBTESTALGORITHM_H #define CONDDBTESTALGORITHM_H 1 diff --git a/Ex/DetCondExample/src/DAQCondDBAlgorithm.cpp b/Ex/DetCondExample/src/DAQCondDBAlgorithm.cpp index 67e39f470fdc8fab3d7ddd3fc05cd5619ac99d39..20fed51fba143ffcd9e3313b6291293b709b70bd 100755 --- a/Ex/DetCondExample/src/DAQCondDBAlgorithm.cpp +++ b/Ex/DetCondExample/src/DAQCondDBAlgorithm.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DAQCondDBAlgorithm.h" #include "DetCond/ICondDBEditor.h" diff --git a/Ex/DetCondExample/src/DAQCondDBAlgorithm.h b/Ex/DetCondExample/src/DAQCondDBAlgorithm.h index 83b5d662a776d06c2a2cc9cb7af669011e7ace69..803cfcd81475ccbf03afeb8c03176f8457d7eacc 100755 --- a/Ex/DetCondExample/src/DAQCondDBAlgorithm.h +++ b/Ex/DetCondExample/src/DAQCondDBAlgorithm.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETCONDEXAMPLE_DAQCONDDBALGORITHM_H #define DETCONDEXAMPLE_DAQCONDDBALGORITHM_H 1 diff --git a/Ex/DetCondExample/src/DetDataAgent.h b/Ex/DetCondExample/src/DetDataAgent.h index 2adc11b6da25a6d1756338723e7f1378bb8244fb..00a027fa3066502786accd4e2303df897319204b 100755 --- a/Ex/DetCondExample/src/DetDataAgent.h +++ b/Ex/DetCondExample/src/DetDataAgent.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETCONDEXAMPLE_DETDATAAGENT_H #define DETCONDEXAMPLE_DETDATAAGENT_H diff --git a/Ex/DetCondExample/src/DummyDetectorElement.cpp b/Ex/DetCondExample/src/DummyDetectorElement.cpp index d4c69846d88e171256eb56ff72ff5ec8c0818de8..b233ceee47f35e9dbe552ed89a26859d549d22e7 100755 --- a/Ex/DetCondExample/src/DummyDetectorElement.cpp +++ b/Ex/DetCondExample/src/DummyDetectorElement.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: DummyDetectorElement.cpp,v 1.7 2007-02-14 16:32:14 marcocle Exp $ // Include files diff --git a/Ex/DetCondExample/src/DummyDetectorElement.h b/Ex/DetCondExample/src/DummyDetectorElement.h index 4f01b7bde0bd79ffcc7a16365371bdd9d83bd77b..96d7cd4e1a172610b21fbfeb00a65e67622ab4ce 100755 --- a/Ex/DetCondExample/src/DummyDetectorElement.h +++ b/Ex/DetCondExample/src/DummyDetectorElement.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: DummyDetectorElement.h,v 1.2 2006-02-01 19:50:30 marcocle Exp $ #ifndef CMT_DUMMYDETECTORELEMENT_H #define CMT_DUMMYDETECTORELEMENT_H 1 diff --git a/Ex/DetCondExample/src/DumpDetectorStore.cpp b/Ex/DetCondExample/src/DumpDetectorStore.cpp index 6e3f2e35014a909ccc603fe6101220cccc3f3906..b578d3a0ccec0108286dc8f8db4970242695f6cc 100755 --- a/Ex/DetCondExample/src/DumpDetectorStore.cpp +++ b/Ex/DetCondExample/src/DumpDetectorStore.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: DumpDetectorStore.cpp,v 1.7 2009-01-27 16:09:16 cattanem Exp $ #include <stdio.h> diff --git a/Ex/DetCondExample/src/DumpDetectorStore.h b/Ex/DetCondExample/src/DumpDetectorStore.h index 7041af2acef249d71907ff46ad005894533ce6b0..c7b9044efe502b0b037bf46894dc16f0264167e9 100755 --- a/Ex/DetCondExample/src/DumpDetectorStore.h +++ b/Ex/DetCondExample/src/DumpDetectorStore.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //$Header: /afs/cern.ch/project/cvs/reps/lhcb/Ex/DetCondExample/src/DumpDetectorStore.h,v 1.3 2006-08-31 13:53:44 marcocle Exp $ #ifndef DETCONDEXAMPLE_DUMPDETECTORSTORE_H #define DETCONDEXAMPLE_DUMPDETECTORSTORE_H 1 diff --git a/Ex/DetCondExample/src/ExampleAlg.cpp b/Ex/DetCondExample/src/ExampleAlg.cpp index 300f0d883a4ba5d0c709778e71c8baf1d1e1f1f9..8cbdca8f8579b70642560ea2249ab661687d39d3 100755 --- a/Ex/DetCondExample/src/ExampleAlg.cpp +++ b/Ex/DetCondExample/src/ExampleAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DetDesc/Condition.h" diff --git a/Ex/DetCondExample/src/ExampleAlg.h b/Ex/DetCondExample/src/ExampleAlg.h index 77935cc1db58a117e1a19312c35153775ea128f4..5b212d1b17be6ceaa6e887c5b511ee970cdfddbe 100755 --- a/Ex/DetCondExample/src/ExampleAlg.h +++ b/Ex/DetCondExample/src/ExampleAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EXAMPLEALG_H #define EXAMPLEALG_H 1 diff --git a/Ex/DetCondExample/src/MultiDBTest.cpp b/Ex/DetCondExample/src/MultiDBTest.cpp index a740f70d8d1e52fdf92082080128a99c5d1fda2c..bbcbd1935596832469810126e6835f4ff2eafc1d 100755 --- a/Ex/DetCondExample/src/MultiDBTest.cpp +++ b/Ex/DetCondExample/src/MultiDBTest.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DetDesc/Condition.h" diff --git a/Ex/DetCondExample/src/MultiDBTest.h b/Ex/DetCondExample/src/MultiDBTest.h index 6374924ea63be249ef07e9cec6f375ae41e54948..88f80449d5a319f1f7bb66086b6ad4e91c52c57f 100755 --- a/Ex/DetCondExample/src/MultiDBTest.h +++ b/Ex/DetCondExample/src/MultiDBTest.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MULTIDBTEST_H #define MULTIDBTEST_H 1 diff --git a/Ex/DetCondExample/src/PopulateDB.cpp b/Ex/DetCondExample/src/PopulateDB.cpp index 89d8834ae8b3df22c74e2ac5fea7904a79193667..dbdf5bccd5d6305db906f35ec5d92012af421976 100755 --- a/Ex/DetCondExample/src/PopulateDB.cpp +++ b/Ex/DetCondExample/src/PopulateDB.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <iostream> #include <fstream> diff --git a/Ex/DetCondExample/src/PopulateDB.h b/Ex/DetCondExample/src/PopulateDB.h index a0f95c38f5ab1eea4f792e47f38e08afc11d379e..2642b0316392683ac69dfde7b52a057d5582095b 100755 --- a/Ex/DetCondExample/src/PopulateDB.h +++ b/Ex/DetCondExample/src/PopulateDB.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 POPULATEDB_H #define POPULATEDB_H 1 diff --git a/Ex/DetCondExample/src/TestCacheInjection.cpp b/Ex/DetCondExample/src/TestCacheInjection.cpp index a9c1967d6bd28d1a7c9f4627457bd9f20bf4b3f3..3f821b825e0b37f41bf9fac7c85de8f8bf7c1828 100755 --- a/Ex/DetCondExample/src/TestCacheInjection.cpp +++ b/Ex/DetCondExample/src/TestCacheInjection.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DetDesc/Condition.h" diff --git a/Ex/DetCondExample/src/TestCacheInjection.h b/Ex/DetCondExample/src/TestCacheInjection.h index e75aaf1115524d23e2ce053182da88b6b139a0d0..41016f4f07cb1e304b25eab9c5162c82c04d4d0e 100755 --- a/Ex/DetCondExample/src/TestCacheInjection.h +++ b/Ex/DetCondExample/src/TestCacheInjection.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TESTCACHEINJECTION_H #define TESTCACHEINJECTION_H 1 diff --git a/Ex/DetCondExample/src/TestTimeOut.cpp b/Ex/DetCondExample/src/TestTimeOut.cpp index f149a760d60bbdfad46befc00e182d62b03bb33a..edecde8d721dc8001ce88058f38f0826027a3713 100755 --- a/Ex/DetCondExample/src/TestTimeOut.cpp +++ b/Ex/DetCondExample/src/TestTimeOut.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DetDesc/Condition.h" diff --git a/Ex/DetCondExample/src/TestTimeOut.h b/Ex/DetCondExample/src/TestTimeOut.h index a42a3253b2c6674aa4d86f8e22380955ceea6779..cc897f5ea6c3b62bc65c780d8f6c44f91db95d48 100755 --- a/Ex/DetCondExample/src/TestTimeOut.h +++ b/Ex/DetCondExample/src/TestTimeOut.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TESTTIMEOUT_H #define TESTTIMEOUT_H 1 diff --git a/Ex/DetCondExample/src/TestUMSError.cpp b/Ex/DetCondExample/src/TestUMSError.cpp index f25d9c08fea789f3638e685f79336118682f2b21..fc185d165902091421ed34109e22d7a4de181718 100755 --- a/Ex/DetCondExample/src/TestUMSError.cpp +++ b/Ex/DetCondExample/src/TestUMSError.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DetDesc/Condition.h" #include "DetCond/ICondDBAccessSvc.h" diff --git a/Ex/DetCondExample/src/TestUMSError.h b/Ex/DetCondExample/src/TestUMSError.h index 9dd7ddc6f9bb58b944c38c690f0ec20c4f9f9e06..1c998556cfbce6e806e535ce3f6950511d576a8b 100755 --- a/Ex/DetCondExample/src/TestUMSError.h +++ b/Ex/DetCondExample/src/TestUMSError.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TESTUMSERROR_H #define TESTUMSERROR_H 1 diff --git a/Ex/DetCondExample/src/TestUpdateMgr.cpp b/Ex/DetCondExample/src/TestUpdateMgr.cpp index 4fbb4780c4796567a126abeb706db0524a88cf65..4e72c2a39a6cbb7fadab6a503b1b06a72b8ffdcc 100755 --- a/Ex/DetCondExample/src/TestUpdateMgr.cpp +++ b/Ex/DetCondExample/src/TestUpdateMgr.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: TestUpdateMgr.cpp,v 1.7 2007-07-31 17:39:10 marcocle Exp $ // Include files diff --git a/Ex/DetCondExample/src/TestUpdateMgr.h b/Ex/DetCondExample/src/TestUpdateMgr.h index 8bb530aaa4c353839c4f375e017df6f1af15b479..c423c06bfcafe757dfb6d7bc722e30c55c0e4efa 100755 --- a/Ex/DetCondExample/src/TestUpdateMgr.h +++ b/Ex/DetCondExample/src/TestUpdateMgr.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: TestUpdateMgr.h,v 1.4 2006-01-19 18:32:11 marcocle Exp $ #ifndef TESTUPDATEMGR_H #define TESTUPDATEMGR_H 1 diff --git a/Ex/DetCondExample/src/XmlDummyDECnv.cpp b/Ex/DetCondExample/src/XmlDummyDECnv.cpp index 9185dba83005ce0cf6a3ef099064c076d4cdd215..a048ae8b5e00652c9545e2709572a29880e25be9 100755 --- a/Ex/DetCondExample/src/XmlDummyDECnv.cpp +++ b/Ex/DetCondExample/src/XmlDummyDECnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlDummyDECnv.cpp,v 1.3 2007-01-23 07:54:54 cattanem Exp $ // Include files diff --git a/Ex/DetCondExample/src/XmlDummyDECnv.h b/Ex/DetCondExample/src/XmlDummyDECnv.h index 2b7eac6ea7de4e661e14d94e77f58d112831cd86..a3518238d03aef3a5173340a36b5192fb2653dcd 100755 --- a/Ex/DetCondExample/src/XmlDummyDECnv.h +++ b/Ex/DetCondExample/src/XmlDummyDECnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlDummyDECnv.h,v 1.1 2005-04-22 15:17:54 marcocle Exp $ #ifndef XMLDUMMYDECNV_H #define XMLDUMMYDECNV_H 1 diff --git a/Ex/DetCondExample/src/XmlTestAlgorithm.cpp b/Ex/DetCondExample/src/XmlTestAlgorithm.cpp index 520e81394cdc26751c8424005b80923de266a522..7393f17730fb3cb91a158d52cfddf0342fbe6ab8 100755 --- a/Ex/DetCondExample/src/XmlTestAlgorithm.cpp +++ b/Ex/DetCondExample/src/XmlTestAlgorithm.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlTestAlgorithm.cpp,v 1.9 2007-02-02 18:17:36 marcocle Exp $ #include "XmlTestAlgorithm.h" diff --git a/Ex/DetCondExample/src/XmlTestAlgorithm.h b/Ex/DetCondExample/src/XmlTestAlgorithm.h index 66d6e5dbf7f490000422d72298194242e1effd70..313a399fbce070dd010082f6061d2a37d19f6ee1 100755 --- a/Ex/DetCondExample/src/XmlTestAlgorithm.h +++ b/Ex/DetCondExample/src/XmlTestAlgorithm.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: XmlTestAlgorithm.h,v 1.2 2005-07-14 15:14:17 marcocle Exp $ #ifndef DETCONDEXAMPLE_XMLTESTALGORITHM_H #define DETCONDEXAMPLE_XMLTESTALGORITHM_H 1 diff --git a/Ex/DetDescExample/CMakeLists.txt b/Ex/DetDescExample/CMakeLists.txt index ba33f9cc4d2ae546ef20403b76d870879da4a91f..60c52acfdd328dc46201d77246bf2260b110ee81 100644 --- a/Ex/DetDescExample/CMakeLists.txt +++ b/Ex/DetDescExample/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: DetDescExample ################################################################################ diff --git a/Ex/DetDescExample/options/Gaudi.job b/Ex/DetDescExample/options/Gaudi.job index 7d169d200e3dfdd4ad3a174fbc80a06df2006f86..c6f80e68ef50774cf9cbe46801ab7aded991f1d9 100755 --- a/Ex/DetDescExample/options/Gaudi.job +++ b/Ex/DetDescExample/options/Gaudi.job @@ -1,4 +1,14 @@ #!/bin/csh +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ########################################################### # Initialize LSF queue parameters # diff --git a/Ex/DetDescExample/src/DetDataAgent.h b/Ex/DetDescExample/src/DetDataAgent.h index 1f062899a2626e217f7705b3221d62ed4783cb85..c0be9ac4a0947270b7cdeb4f5915adbab8bb0e40 100755 --- a/Ex/DetDescExample/src/DetDataAgent.h +++ b/Ex/DetDescExample/src/DetDataAgent.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DDEXAMPLE_DETDATAAGENT_H #define DDEXAMPLE_DETDATAAGENT_H diff --git a/Ex/DetDescExample/src/SimpleAlgorithm.cpp b/Ex/DetDescExample/src/SimpleAlgorithm.cpp index a3bcfd1ab8c799eee2e43962f93ba32b7362ed86..bc5d1568a197975a5a0ca080f8483a828e5f1eb3 100755 --- a/Ex/DetDescExample/src/SimpleAlgorithm.cpp +++ b/Ex/DetDescExample/src/SimpleAlgorithm.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: SimpleAlgorithm.cpp,v 1.23 2008-10-28 09:55:58 cattanem Exp $ /// Include files diff --git a/Ex/DetDescExample/src/SimpleAlgorithm.h b/Ex/DetDescExample/src/SimpleAlgorithm.h index 81ff29911142fb3c7f07d64f4ab2cfabd113bff6..73d0fd53c798ed3f1a808d2724dae6967b74e8de 100755 --- a/Ex/DetDescExample/src/SimpleAlgorithm.h +++ b/Ex/DetDescExample/src/SimpleAlgorithm.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: SimpleAlgorithm.h,v 1.3 2005-12-08 10:02:43 cattanem Exp $ #ifndef DDEXAMPLE_SIMPLEALGORITHM_H #define DDEXAMPLE_SIMPLEALGORITHM_H 1 diff --git a/Ex/IOExample/CMakeLists.txt b/Ex/IOExample/CMakeLists.txt index cfe5cb3c66d06d7e30d94f580d9c22edad338521..e7c794fed9767ca1a374d6c195026e1f38e5fa02 100644 --- a/Ex/IOExample/CMakeLists.txt +++ b/Ex/IOExample/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: IOExample ################################################################################ diff --git a/Ex/IOExample/python/IOExample/Configuration.py b/Ex/IOExample/python/IOExample/Configuration.py index 764cdbf534c933b10273c45ff2e23726a41ddf9a..7af2b480a152ae53ab5a0f4a9d424ec8843b088e 100755 --- a/Ex/IOExample/python/IOExample/Configuration.py +++ b/Ex/IOExample/python/IOExample/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Configurable for IO test applications """ diff --git a/Ex/IOExample/tests/options/CopyMC10toROOTdst.py b/Ex/IOExample/tests/options/CopyMC10toROOTdst.py index ea469eda9e8e9af06b23133d183bbe95ef2c9fb4..d07097ac1d48a2cbfbc65fc8ba34486112132b86 100644 --- a/Ex/IOExample/tests/options/CopyMC10toROOTdst.py +++ b/Ex/IOExample/tests/options/CopyMC10toROOTdst.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Test to copy a POOL dst file to a ROOT dst file from Configurables import IOTest from GaudiConf.IOHelper import IOHelper diff --git a/Ex/IOExample/tests/options/CopyPOOLtoROOTdigi.py b/Ex/IOExample/tests/options/CopyPOOLtoROOTdigi.py index 148c0a524299abd9e6c2d189aa79467dc10f1ab4..01947d37926ecaec6101b6b774e20ea4b04fbb92 100644 --- a/Ex/IOExample/tests/options/CopyPOOLtoROOTdigi.py +++ b/Ex/IOExample/tests/options/CopyPOOLtoROOTdigi.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Test to copy a POOL digi file to a ROOT digi file from Configurables import IOTest from GaudiConf.IOHelper import IOHelper diff --git a/Ex/IOExample/tests/options/CopyPOOLtoROOTsim.py b/Ex/IOExample/tests/options/CopyPOOLtoROOTsim.py index 1efd6c7020c49b86af9d5d8b98fed61f05ad7093..530eff44fc230ee2c400dbe58c2f2978011f5124 100644 --- a/Ex/IOExample/tests/options/CopyPOOLtoROOTsim.py +++ b/Ex/IOExample/tests/options/CopyPOOLtoROOTsim.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Test to copy a POOL sim file to a ROOT sim file from Configurables import IOTest from GaudiConf.IOHelper import IOHelper diff --git a/Ex/IOExample/tests/options/CopyReco08toROOTdst.py b/Ex/IOExample/tests/options/CopyReco08toROOTdst.py index 5f6b620278996db26f7f91b145d740945c7b9af2..0bf187267cc711a7756785880c4d7a2724fa732b 100644 --- a/Ex/IOExample/tests/options/CopyReco08toROOTdst.py +++ b/Ex/IOExample/tests/options/CopyReco08toROOTdst.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Test to copy a POOL dst file to a ROOT dst file from Configurables import IOTest from GaudiConf.IOHelper import IOHelper diff --git a/Ex/IOExample/tests/options/CopyReco08toROOTmdst.py b/Ex/IOExample/tests/options/CopyReco08toROOTmdst.py index c67c42785db62133bc419fe651f1b91cbb254cd4..c7b1e51c4b9b2b0c4ddfe2594455e330fa6157ce 100644 --- a/Ex/IOExample/tests/options/CopyReco08toROOTmdst.py +++ b/Ex/IOExample/tests/options/CopyReco08toROOTmdst.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Test to copy a POOL dst file to a ROOT mdst file from Configurables import IOTest from GaudiConf.IOHelper import IOHelper diff --git a/Ex/IOExample/tests/options/CopyReco12Stripping17toROOTdst.py b/Ex/IOExample/tests/options/CopyReco12Stripping17toROOTdst.py index 89194363db51ac2baaf8e550571a8e702b2767ac..4f736f876432e12aeadd5f3bf83fbabce9029496 100644 --- a/Ex/IOExample/tests/options/CopyReco12Stripping17toROOTdst.py +++ b/Ex/IOExample/tests/options/CopyReco12Stripping17toROOTdst.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Test to ensure a Reco12-Stripping17 dst can be copied from Configurables import IOTest from GaudiConf.IOHelper import IOHelper diff --git a/Ex/IOExample/tests/options/CopyReco12Stripping17toROOTmdst.py b/Ex/IOExample/tests/options/CopyReco12Stripping17toROOTmdst.py index 7f931921824a7caa3fd239d41967b24c08e0c2ca..7cd09e0fbceb1539956f7597f53645f1df8fdd5e 100644 --- a/Ex/IOExample/tests/options/CopyReco12Stripping17toROOTmdst.py +++ b/Ex/IOExample/tests/options/CopyReco12Stripping17toROOTmdst.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Test to ensure a Reco12-Stripping17 mdst can be copied from Configurables import IOTest from GaudiConf.IOHelper import IOHelper diff --git a/Ex/IOExample/tests/options/CopyReco14Stripping20toROOTdst.py b/Ex/IOExample/tests/options/CopyReco14Stripping20toROOTdst.py index 069649788963026ff582ec4f30b4385f64077cfe..c6162f5174ea300ea9dc580abff304f091ab5e4d 100644 --- a/Ex/IOExample/tests/options/CopyReco14Stripping20toROOTdst.py +++ b/Ex/IOExample/tests/options/CopyReco14Stripping20toROOTdst.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Test to ensure a Reco14-Stripping20 dst can be copied from Configurables import IOTest from GaudiConf.IOHelper import IOHelper diff --git a/Ex/IOExample/tests/options/CopyReco14Stripping20toROOTmdst.py b/Ex/IOExample/tests/options/CopyReco14Stripping20toROOTmdst.py index 437bb6a38e0f84320e3763df9b67c949552da2e3..6a2a07fa335d0653035cc979e079f70b13a7d34a 100644 --- a/Ex/IOExample/tests/options/CopyReco14Stripping20toROOTmdst.py +++ b/Ex/IOExample/tests/options/CopyReco14Stripping20toROOTmdst.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Test to ensure a Reco14-Stripping20 mdst can be copied from Configurables import IOTest from GaudiConf.IOHelper import IOHelper diff --git a/Ex/IOExample/tests/options/ExampleXDigiToMDF.py b/Ex/IOExample/tests/options/ExampleXDigiToMDF.py index 421b431b74a9e14b497da311e15c7efe4b8a7628..09644b9a35404168af257b9801a1c19b9ad8cb4e 100644 --- a/Ex/IOExample/tests/options/ExampleXDigiToMDF.py +++ b/Ex/IOExample/tests/options/ExampleXDigiToMDF.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 LHCbApp, CondDB from Configurables import LHCb__MDFWriter as MDFWriter from Gaudi.Configuration import ApplicationMgr diff --git a/Ex/IOExample/tests/options/ReadMC10ROOTdst.py b/Ex/IOExample/tests/options/ReadMC10ROOTdst.py index feb3ee862f17e25964d55d9137d8b260340ffd8e..9d71ab02b7df90543af6ffd5fc2672de974ded33 100644 --- a/Ex/IOExample/tests/options/ReadMC10ROOTdst.py +++ b/Ex/IOExample/tests/options/ReadMC10ROOTdst.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Test to read a ROOT MC10 dst file from Configurables import IOTest from GaudiConf.IOHelper import IOHelper diff --git a/Ex/IOExample/tests/options/ReadROOTdigi.py b/Ex/IOExample/tests/options/ReadROOTdigi.py index bd5ffa23bb1920dc1b5b14b458d244cda5dbf01b..30884b34b51fed7998e73bd3da54d1cd805a70c5 100644 --- a/Ex/IOExample/tests/options/ReadROOTdigi.py +++ b/Ex/IOExample/tests/options/ReadROOTdigi.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Test to read a ROOT digi file from Configurables import IOTest from GaudiConf.IOHelper import IOHelper diff --git a/Ex/IOExample/tests/options/ReadROOTsim.py b/Ex/IOExample/tests/options/ReadROOTsim.py index 7e33cf43a37d5b0ffe6730186e806dc746c719cb..0c4ca082d5492299737ef8820177af8bfd8b2d67 100644 --- a/Ex/IOExample/tests/options/ReadROOTsim.py +++ b/Ex/IOExample/tests/options/ReadROOTsim.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Test to read a ROOT sim file from Configurables import IOTest from GaudiConf.IOHelper import IOHelper diff --git a/Ex/IOExample/tests/options/ReadReco08ROOTdst.py b/Ex/IOExample/tests/options/ReadReco08ROOTdst.py index 8411c1ddb40256a971763f2209957bca13e6238a..517cbe46caf3f510772b01a02552778fbf6a401e 100644 --- a/Ex/IOExample/tests/options/ReadReco08ROOTdst.py +++ b/Ex/IOExample/tests/options/ReadReco08ROOTdst.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 IOTest from GaudiConf.IOHelper import IOHelper diff --git a/Ex/IOExample/tests/options/ReadReco08ROOTmdst.py b/Ex/IOExample/tests/options/ReadReco08ROOTmdst.py index 2e817e60d155e60d09da3fbaba929fbd570f7237..2ce2ab7399844db1e09bc95790f0563b4f5b2e39 100644 --- a/Ex/IOExample/tests/options/ReadReco08ROOTmdst.py +++ b/Ex/IOExample/tests/options/ReadReco08ROOTmdst.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Test to read a ROOT mdst from Configurables import IOTest from GaudiConf.IOHelper import IOHelper diff --git a/Ex/IOExample/tests/options/ReadReco12Stripping17dst.py b/Ex/IOExample/tests/options/ReadReco12Stripping17dst.py index 411b5181c6a51cea6c8e0c1a6375c1219c6f5389..215a45ffa680e9cf516b162f6d1e4300f0426da5 100644 --- a/Ex/IOExample/tests/options/ReadReco12Stripping17dst.py +++ b/Ex/IOExample/tests/options/ReadReco12Stripping17dst.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 IOTest from GaudiConf.IOHelper import IOHelper diff --git a/Ex/IOExample/tests/options/ReadReco12Stripping17mdst.py b/Ex/IOExample/tests/options/ReadReco12Stripping17mdst.py index 5e6ec9703f00cf594189783e9cb8ce5ba4927162..b39ee20093a316a87785942429735c46764a526c 100644 --- a/Ex/IOExample/tests/options/ReadReco12Stripping17mdst.py +++ b/Ex/IOExample/tests/options/ReadReco12Stripping17mdst.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 IOTest from GaudiConf.IOHelper import IOHelper diff --git a/Ex/IOExample/tests/options/ReadReco14Stripping20dst.py b/Ex/IOExample/tests/options/ReadReco14Stripping20dst.py index 9911d4423e4a188a98fb7cfe8170ff19a1dac2c2..b9e06ccfe0996118d7579b7bcb6f86bdea76322b 100644 --- a/Ex/IOExample/tests/options/ReadReco14Stripping20dst.py +++ b/Ex/IOExample/tests/options/ReadReco14Stripping20dst.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 IOTest from GaudiConf.IOHelper import IOHelper diff --git a/Ex/IOExample/tests/options/ReadReco14Stripping20mdst.py b/Ex/IOExample/tests/options/ReadReco14Stripping20mdst.py index 08f3fdb0b41aff7dbdcb0435db3fadee097a8302..73c66d6dad167b8b7ad2df59a105bcb10d4fb625 100644 --- a/Ex/IOExample/tests/options/ReadReco14Stripping20mdst.py +++ b/Ex/IOExample/tests/options/ReadReco14Stripping20mdst.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 IOTest from GaudiConf.IOHelper import IOHelper diff --git a/Ex/IOExample/tests/options/testUnpackTrack.py b/Ex/IOExample/tests/options/testUnpackTrack.py index 603b6c6c9b61910a7d5321b3deeac6030217f629..c54c47ddb07fbb6327d715c59e20295e3f91b208 100644 --- a/Ex/IOExample/tests/options/testUnpackTrack.py +++ b/Ex/IOExample/tests/options/testUnpackTrack.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Test of UnpackTrack on SDST contaning a track with more than 65k LHCbIDs from PRConfig import TestFileDB from Gaudi.Configuration import ApplicationMgr diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/copymc10dsttoroot.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/copymc10dsttoroot.qmt index e453e7c86ee0ffce581c4cef224bc905975613eb..ab1a83469bb25f9f1e1953a28d160ef17dc50acc 100755 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/copymc10dsttoroot.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/copymc10dsttoroot.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/CopyMC10toROOTdst.py</text></set></argument> diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/copypooldigitoroot.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/copypooldigitoroot.qmt index 2defc3f43704133f67d28c6cbe6edc495f81116f..21873949f506ff94556d0db09ebafb1b50d96840 100755 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/copypooldigitoroot.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/copypooldigitoroot.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/CopyPOOLtoROOTdigi.py</text></set></argument> diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/copypoolsimtoroot.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/copypoolsimtoroot.qmt index 179cea9877f804edc5b0d81c60881b624848b55c..b0c7b6dc40bb1e2e1f1695f11889326d1e9aff02 100755 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/copypoolsimtoroot.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/copypoolsimtoroot.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/CopyPOOLtoROOTsim.py</text></set></argument> diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco08dsttoroot.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco08dsttoroot.qmt index 3818af7112b7cca1dfad5e25b560589cbfe2b7d1..7fd16ac31f61ce93eb232bf0fc07f1087ee44a23 100755 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco08dsttoroot.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco08dsttoroot.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/CopyReco08toROOTdst.py</text></set></argument> diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco08mdsttoroot.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco08mdsttoroot.qmt index d99354b519e479ddb3da9c9bc2f121f2b17fb694..60e9b424c2cfdab8d27eb0980b6594b95ae0d276 100755 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco08mdsttoroot.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco08mdsttoroot.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/CopyReco08toROOTmdst.py</text></set></argument> diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco12stripping17dsttoroot.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco12stripping17dsttoroot.qmt index 002bbeb2192bf4a73dd5adb541f70b21734f846f..f8de08d29d024e6148f1448c73a27c7db6b6d0a3 100644 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco12stripping17dsttoroot.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco12stripping17dsttoroot.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/CopyReco12Stripping17toROOTdst.py</text></set></argument> diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco12stripping17mdsttoroot.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco12stripping17mdsttoroot.qmt index d06df56b7853828c9c1ee3bf9cace004643b6f65..5dae1fb3ba8ce6bd3624710bc9cdc6a0775385ea 100644 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco12stripping17mdsttoroot.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco12stripping17mdsttoroot.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/CopyReco12Stripping17toROOTmdst.py</text></set></argument> diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco14stripping20dsttoroot.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco14stripping20dsttoroot.qmt index 548029016f5ab01976870688921d6b26f147e9ed..cab8ca9df91f1ec55bc2ff14aef5e88df5b6e554 100644 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco14stripping20dsttoroot.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco14stripping20dsttoroot.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/CopyReco14Stripping20toROOTdst.py</text></set></argument> diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco14stripping20mdsttoroot.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco14stripping20mdsttoroot.qmt index 76addff4cf629d42eb89c1483c598a0ff83f199c..2cf128be16780981e68f66d8a56c5db07d63d37a 100644 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco14stripping20mdsttoroot.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco14stripping20mdsttoroot.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/CopyReco14Stripping20toROOTmdst.py</text></set></argument> diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco14stripping21mdsttoroot.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco14stripping21mdsttoroot.qmt index b4078b779d0d714c615fa804f787bf1c2ff1a72d..ccb8430d1d005967cc5ccc3bb936d56f66d87e91 100644 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco14stripping21mdsttoroot.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/copyreco14stripping21mdsttoroot.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="options"><text> diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/examplexdigitomdf.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/examplexdigitomdf.qmt index a544ccfc367f0b19e2e18d734ea0761c448cb2e2..3eaab975080d2ba9941e9a9eeb2508de86c02886 100755 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/examplexdigitomdf.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/examplexdigitomdf.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/ExampleXDigiToMDF.py</text></set></argument> diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/readmc10rootdst.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/readmc10rootdst.qmt index 8a1b434ad6ff725e26c23d520be1aa42afacd757..5bbb85342ae660aa32feaae8b26a5473cda3943e 100755 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/readmc10rootdst.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/readmc10rootdst.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/ReadMC10ROOTdst.py</text></set></argument> diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/readreco08rootdst.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/readreco08rootdst.qmt index 964f991352211e753cde7028387a03100f7add27..989b12b9bb0375c32b341a2c8d758dc1efa1e937 100755 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/readreco08rootdst.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/readreco08rootdst.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/ReadReco08ROOTdst.py</text></set></argument> diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/readreco08rootmdst.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/readreco08rootmdst.qmt index 076acef537608a348df5a897675bbb810706aa8c..e1d03ba69068dfe40ff2617876e358fa28ecf29b 100755 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/readreco08rootmdst.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/readreco08rootmdst.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/ReadReco08ROOTmdst.py</text></set></argument> diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/readreco12stripping17dst.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/readreco12stripping17dst.qmt index 01054bbb4fe59912722ea73f0584ed06b39d9aa8..dfd63c3dccb7d028591ffb9304696e89c630885f 100644 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/readreco12stripping17dst.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/readreco12stripping17dst.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/ReadReco12Stripping17dst.py</text></set></argument> diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/readreco12stripping17mdst.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/readreco12stripping17mdst.qmt index 70e54c27c66f158d687557535a88251c84662335..a9bef5777bea258168a7e2db5502c85d5f15b409 100644 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/readreco12stripping17mdst.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/readreco12stripping17mdst.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/ReadReco12Stripping17mdst.py</text></set></argument> diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/readreco14stripping20dst.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/readreco14stripping20dst.qmt index fdc5be947c53aa970b4ff47f7fa59a40a1390619..86949ce51b8b58dc04a37a2fe143c6d0e118268f 100644 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/readreco14stripping20dst.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/readreco14stripping20dst.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/ReadReco14Stripping20dst.py</text></set></argument> diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/readreco14stripping20mdst.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/readreco14stripping20mdst.qmt index d11fb6f1949b6d2b156a44ca6511ef4bcb8e0942..b67b947280948d1ea4ec72ffd0c8833974cddcbc 100644 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/readreco14stripping20mdst.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/readreco14stripping20mdst.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/ReadReco14Stripping20mdst.py</text></set></argument> diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/readreco14stripping21mdst.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/readreco14stripping21mdst.qmt index 82b2c4bfe9dc67e817624b27046ce818ba77b940..0af4b2ccee403452c013896ff9b1929532a4944f 100644 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/readreco14stripping21mdst.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/readreco14stripping21mdst.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="options"><text> diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/readrootdigi.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/readrootdigi.qmt index 930d17f5b28c39c313014fd649ec039d7753a94f..b1b1a014de49c7a7941076666092579e95b2b88d 100755 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/readrootdigi.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/readrootdigi.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/ReadROOTdigi.py</text></set></argument> diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/readrootsim.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/readrootsim.qmt index 1d83a6d15626b98f2d5f275b7dfaab6c76984b65..689dcbadeb13ae5c365947429b5b82aab25c3132 100755 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/readrootsim.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/readrootsim.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/ReadROOTsim.py</text></set></argument> diff --git a/Ex/IOExample/tests/qmtest/ioexample.qms/testunpacktrack.qmt b/Ex/IOExample/tests/qmtest/ioexample.qms/testunpacktrack.qmt index 6abeafb739365e7a0c70610a9b0bf78ad21193a0..6b4311aacd5102b2a7c1e9f92302a35824bcf31d 100755 --- a/Ex/IOExample/tests/qmtest/ioexample.qms/testunpacktrack.qmt +++ b/Ex/IOExample/tests/qmtest/ioexample.qms/testunpacktrack.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/testUnpackTrack.py</text></set></argument> diff --git a/FT/FTDAQ/CMakeLists.txt b/FT/FTDAQ/CMakeLists.txt index 3c9ac6f7c8650c0d0b83e9d0c7619e670908552c..e45f7624f9fc8089872de394870261bcdb1fc710 100644 --- a/FT/FTDAQ/CMakeLists.txt +++ b/FT/FTDAQ/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: FTDAQ ################################################################################ diff --git a/FT/FTDAQ/FTDAQ/FTDAQHelper.h b/FT/FTDAQ/FTDAQ/FTDAQHelper.h index 3729e0f054b599bbc371f942656264c9baf2ac46..ec262db22d6509d2ffc3ed089d625c601a4f98ad 100644 --- a/FT/FTDAQ/FTDAQ/FTDAQHelper.h +++ b/FT/FTDAQ/FTDAQ/FTDAQHelper.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 FTDAQHELPER_H #define FTDAQHELPER_H 1 diff --git a/FT/FTDAQ/src/FTRawBankDecoder.cpp b/FT/FTDAQ/src/FTRawBankDecoder.cpp index 5e9f119106cbd4f15fc6019a5beb3aca45cbafd4..1d79e744733e80dff5329965a9b04724aa1cec9b 100644 --- a/FT/FTDAQ/src/FTRawBankDecoder.cpp +++ b/FT/FTDAQ/src/FTRawBankDecoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/FT/FTDAQ/src/FTRawBankDecoder.h b/FT/FTDAQ/src/FTRawBankDecoder.h index 21a32260fadf0b15ea6de7c2c6663190b36387d2..1315beaa370d42f87971be67f0bbe7260afa8cc1 100644 --- a/FT/FTDAQ/src/FTRawBankDecoder.h +++ b/FT/FTDAQ/src/FTRawBankDecoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 FTRAWBANKDECODER_H #define FTRAWBANKDECODER_H 1 diff --git a/FT/FTDAQ/src/FTRawBankEncoder.cpp b/FT/FTDAQ/src/FTRawBankEncoder.cpp index cf961c2243532c252e469f5505c70c71b4ba0c74..b20e6ac626ed3ba0f0f87b1ebc467105c84e96c0 100644 --- a/FT/FTDAQ/src/FTRawBankEncoder.cpp +++ b/FT/FTDAQ/src/FTRawBankEncoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/FTCluster.h" #include "Event/RawEvent.h" diff --git a/FT/FTDAQ/src/FTRawBankEncoder.h b/FT/FTDAQ/src/FTRawBankEncoder.h index 3be1744c6398984497d32eac69b3c5787402ea0e..d53c8e7d8471c75ba27befd18084152ea545b2e3 100644 --- a/FT/FTDAQ/src/FTRawBankEncoder.h +++ b/FT/FTDAQ/src/FTRawBankEncoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ #ifndef FTRAWBANKENCODER_H #define FTRAWBANKENCODER_H 1 diff --git a/FT/FTDAQ/src/FTRawBankParams.h b/FT/FTDAQ/src/FTRawBankParams.h index dbe73256fafb52f289c8cdf151a07d23563af023..350f7e436e5931cd2bfec426c23b9cd77a93dd6a 100644 --- a/FT/FTDAQ/src/FTRawBankParams.h +++ b/FT/FTDAQ/src/FTRawBankParams.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 FTRAWBANKPARAMS_H #define FTRAWBANKPARAMS_H 1 #include <cstdint> diff --git a/FT/FTDAQ/src/FTReadoutTool.cpp b/FT/FTDAQ/src/FTReadoutTool.cpp index 4f298667f058c5e31dfe3700a5b716a2fe95702d..91f4809c883c969876390b6002ab77a8234a9541 100644 --- a/FT/FTDAQ/src/FTReadoutTool.cpp +++ b/FT/FTDAQ/src/FTReadoutTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // FTDAQ #include "FTReadoutTool.h" diff --git a/FT/FTDAQ/src/FTReadoutTool.h b/FT/FTDAQ/src/FTReadoutTool.h index 13af3c11807fd7b6a16458645cd8764778452a86..676c9ad57fd0bc65be7896af236e315b669ae6ee 100644 --- a/FT/FTDAQ/src/FTReadoutTool.h +++ b/FT/FTDAQ/src/FTReadoutTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _FTReadoutTool_H #define _FTReadoutTool_H 1 diff --git a/FT/FTDAQ/src/IFTReadoutTool.h b/FT/FTDAQ/src/IFTReadoutTool.h index acbdd0ed2c3a4201cf8493033bb0486fadafeddb..b7665cced57fe7a25a9b9eaaca44173fb701b1a1 100644 --- a/FT/FTDAQ/src/IFTReadoutTool.h +++ b/FT/FTDAQ/src/IFTReadoutTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _IFTReadoutTool_H #define _IFTReadoutTool_H 1 diff --git a/FT/FTDAQ/src/Lib/FTDAQHelper.cpp b/FT/FTDAQ/src/Lib/FTDAQHelper.cpp index de9f2acec564f9e1a9c900ab295f4bfd8d3dd337..a04812e8e8152873eecb1e75e04fa6092f8e02b2 100644 --- a/FT/FTDAQ/src/Lib/FTDAQHelper.cpp +++ b/FT/FTDAQ/src/Lib/FTDAQHelper.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "FTDAQ/FTDAQHelper.h" #include "Event/RawBank.h" #include <numeric> // std::accumulate diff --git a/GaudiConf/CMakeLists.txt b/GaudiConf/CMakeLists.txt index f4e43c9f8ce33150aad8aafe90eb5848879cf5d7..ebbdcab039aa48142ed837a95150e9a412fc83d9 100644 --- a/GaudiConf/CMakeLists.txt +++ b/GaudiConf/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: GaudiConf ################################################################################ diff --git a/GaudiConf/options/DecodeRawEvent.py b/GaudiConf/options/DecodeRawEvent.py index d27ae9e822c43de85612c41516f04e7ada8cfc12..cfe14791c1c2ecc1a48c81d0dfe8691e67cfc166 100755 --- a/GaudiConf/options/DecodeRawEvent.py +++ b/GaudiConf/options/DecodeRawEvent.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 * # Job options to configure the data on demand service for decoding the RawEvent diff --git a/GaudiConf/options/Tae_ondemand.py b/GaudiConf/options/Tae_ondemand.py index af4e4b4a835379db95b429a98ddf4204d765c266..901fee2e8f1cf9c6130c912d75f4e82277165efa 100755 --- a/GaudiConf/options/Tae_ondemand.py +++ b/GaudiConf/options/Tae_ondemand.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 * #for triggered slot t0 importOptions('$STDOPTS/DecodeRawEvent.py') diff --git a/GaudiConf/python/GaudiConf/CaloPackingConf.py b/GaudiConf/python/GaudiConf/CaloPackingConf.py index 55287a358dbe83945d4dee22e95fec7edd994400..6cac934388a74ad4a875ebbf4134d4143ce15607 100644 --- a/GaudiConf/python/GaudiConf/CaloPackingConf.py +++ b/GaudiConf/python/GaudiConf/CaloPackingConf.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 CaudiConf/CaloPackingConf.py # Helper module to define DST (un)packing rules for Calo Hypo objects diff --git a/GaudiConf/python/GaudiConf/DigiConf.py b/GaudiConf/python/GaudiConf/DigiConf.py index c10b1570ada1db4b3d55b33b3365ebbefb5a163a..88020fc8b1176a615d5e2ab6b4c39d5add8f2d8a 100644 --- a/GaudiConf/python/GaudiConf/DigiConf.py +++ b/GaudiConf/python/GaudiConf/DigiConf.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Configurable for Boole output """ diff --git a/GaudiConf/python/GaudiConf/DstConf.py b/GaudiConf/python/GaudiConf/DstConf.py index 0a563397b6ba29c323cd7632b3bce5dfeccef088..f6735bc9f29c37d5c2a455d1babe19e52c9f6e82 100644 --- a/GaudiConf/python/GaudiConf/DstConf.py +++ b/GaudiConf/python/GaudiConf/DstConf.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 LHCb applications """ diff --git a/GaudiConf/python/GaudiConf/DstDump.py b/GaudiConf/python/GaudiConf/DstDump.py index 492c1b6dbee124ddad85d60d3ef40b0dfe829814..8c7527054a745b4425ae349177407c5ebd2c1128 100644 --- a/GaudiConf/python/GaudiConf/DstDump.py +++ b/GaudiConf/python/GaudiConf/DstDump.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # -*- coding: utf-8 -*- # ============================================================================= ## @file DstDump.py diff --git a/GaudiConf/python/GaudiConf/IOHelper.py b/GaudiConf/python/GaudiConf/IOHelper.py index 5f70b2332b9be69c0579a511545d4df391de96ba..8b19589413b5c1dd172b41033c8e1fd8a9946166 100644 --- a/GaudiConf/python/GaudiConf/IOHelper.py +++ b/GaudiConf/python/GaudiConf/IOHelper.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Configure IO persistency and TES. diff --git a/GaudiConf/python/GaudiConf/Manipulations.py b/GaudiConf/python/GaudiConf/Manipulations.py index 9247599f2b4ca38675db0d54d6b6c27b9a978895..c5d41e2a953d20c7218038fa9434159c4cd6137c 100644 --- a/GaudiConf/python/GaudiConf/Manipulations.py +++ b/GaudiConf/python/GaudiConf/Manipulations.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # -*- coding: utf-8 -*- """ Simple python functions for setting common options to all configurables. diff --git a/GaudiConf/python/GaudiConf/PersistRecoConf.py b/GaudiConf/python/GaudiConf/PersistRecoConf.py index 508448d872207fcc2a23159bcff01c9c4e1c5313..2909045e605ab796bad333b294f34cbbbf5b539f 100644 --- a/GaudiConf/python/GaudiConf/PersistRecoConf.py +++ b/GaudiConf/python/GaudiConf/PersistRecoConf.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """Packing configuration for HLT persisted reconstruction.""" from collections import OrderedDict diff --git a/GaudiConf/python/GaudiConf/QMTest/ConfigurablesTest.py b/GaudiConf/python/GaudiConf/QMTest/ConfigurablesTest.py index 664087d32bb2e63a1c53cefdd053fb7d95c75e62..f4a6fc37ac94f70b786b22570bf82781d3f21fba 100644 --- a/GaudiConf/python/GaudiConf/QMTest/ConfigurablesTest.py +++ b/GaudiConf/python/GaudiConf/QMTest/ConfigurablesTest.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # -*- coding: utf-8 -*- ################################################### # Helper functions, shared code, used in the tests diff --git a/GaudiConf/python/GaudiConf/QMTest/LHCbExclusions.py b/GaudiConf/python/GaudiConf/QMTest/LHCbExclusions.py index fd0d0dd7c17e2fb3325b93891045722ae1a8f583..9840a42653549c3438b6b0eb3da8b453c522620d 100755 --- a/GaudiConf/python/GaudiConf/QMTest/LHCbExclusions.py +++ b/GaudiConf/python/GaudiConf/QMTest/LHCbExclusions.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 os from GaudiTesting.BaseTest import normalizeExamples, RegexpReplacer, LineSkipper, SortGroupOfLines, BlockSkipper diff --git a/GaudiConf/python/GaudiConf/QMTest/LHCbTest.py b/GaudiConf/python/GaudiConf/QMTest/LHCbTest.py index 67837f6af2c6f60ecb03406ae1542cd24b1bb8b4..459ab98c3a41cba3d69242f74e8c6b24d4d8fc4a 100644 --- a/GaudiConf/python/GaudiConf/QMTest/LHCbTest.py +++ b/GaudiConf/python/GaudiConf/QMTest/LHCbTest.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 os import re import GaudiTesting.QMTTest diff --git a/GaudiConf/python/GaudiConf/QMTest/__init__.py b/GaudiConf/python/GaudiConf/QMTest/__init__.py index 292306f8f29560b01ae267a2e3939cdc61c758ae..18457e5dfc1aa115653225207b9cc86c069cd136 100755 --- a/GaudiConf/python/GaudiConf/QMTest/__init__.py +++ b/GaudiConf/python/GaudiConf/QMTest/__init__.py @@ -1,2 +1,12 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # tells python that this directory is a module diff --git a/GaudiConf/python/GaudiConf/SimConf.py b/GaudiConf/python/GaudiConf/SimConf.py index d67b5c36f67c3609b067be5fd8e03e5d33874148..15953a0e29f539c5352f1bb1dd0a59bc4390090e 100644 --- a/GaudiConf/python/GaudiConf/SimConf.py +++ b/GaudiConf/python/GaudiConf/SimConf.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Configurable for Gauss output """ diff --git a/GaudiConf/python/GaudiConf/TurboConf.py b/GaudiConf/python/GaudiConf/TurboConf.py index 9144cfdc7fb498203cec6bc65eb2483adf121073..0f4a78d38ff4f12484c1cc2244eaedda414c10bd 100644 --- a/GaudiConf/python/GaudiConf/TurboConf.py +++ b/GaudiConf/python/GaudiConf/TurboConf.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 for Turbo.""" import logging as log from os.path import join, split diff --git a/GaudiConf/python/GaudiConf/__init__.py b/GaudiConf/python/GaudiConf/__init__.py index a3d5ecfe2235aa00645cbcfccfd0884b8a57b869..3f20a5fcf8429af1eba8b24ebe75cb7d370e9e2f 100644 --- a/GaudiConf/python/GaudiConf/__init__.py +++ b/GaudiConf/python/GaudiConf/__init__.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 IOHelper import IOHelper diff --git a/GaudiConf/scripts/dst-dump-light b/GaudiConf/scripts/dst-dump-light index 76354f475cabb01143279fda27a7fe3fe19e5a17..ad60f830c8540bef564a351755261ac9110cdc7f 100755 --- a/GaudiConf/scripts/dst-dump-light +++ b/GaudiConf/scripts/dst-dump-light @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 dst-dump-light # diff --git a/GaudiConf/src/GaudiMain.cpp b/GaudiConf/src/GaudiMain.cpp index c9fe428879b8ccaed39d8e1b9d54faec74dc2742..92ccadef7a29d5c49b8e78534e74939bbaf2ea83 100755 --- a/GaudiConf/src/GaudiMain.cpp +++ b/GaudiConf/src/GaudiMain.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: GaudiMain.cpp,v 1.9 2009-01-26 12:24:10 cattanem Exp $ //------------------------------------------------------------------------------ // diff --git a/GaudiConf/tests/options/test-manipulations.py b/GaudiConf/tests/options/test-manipulations.py index 71f5cc310758952549a8a0723341163994d876a6..1f2776adffcdc1f349a99da4662fdd998b50691d 100644 --- a/GaudiConf/tests/options/test-manipulations.py +++ b/GaudiConf/tests/options/test-manipulations.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 functools import partial #test the import diff --git a/GaudiConf/tests/qmtest/gaudiconf.qms/configurables.qmt b/GaudiConf/tests/qmtest/gaudiconf.qms/configurables.qmt index 810968db0ecf2daa1839f1d52347278e9d88d327..f3f566adfa7a31f50f748ebb4d25064f504c3a4f 100755 --- a/GaudiConf/tests/qmtest/gaudiconf.qms/configurables.qmt +++ b/GaudiConf/tests/qmtest/gaudiconf.qms/configurables.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/GaudiConf/tests/qmtest/gaudiconf.qms/ioextension.qmt b/GaudiConf/tests/qmtest/gaudiconf.qms/ioextension.qmt index bae6aec796d9c4d0d662e696a2f5adb75c5349e3..fcfae2cd018b58d9ffd2b742c36d4a668a48a5c9 100755 --- a/GaudiConf/tests/qmtest/gaudiconf.qms/ioextension.qmt +++ b/GaudiConf/tests/qmtest/gaudiconf.qms/ioextension.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/GaudiConf/tests/qmtest/gaudiconf.qms/ioh-fsr-dressing.qmt b/GaudiConf/tests/qmtest/gaudiconf.qms/ioh-fsr-dressing.qmt index 922eb40281ff9d001ef368c88c185cb202d87c1c..b5d3b51598d2d22ad83beaa8240a3eace3e4a0ee 100755 --- a/GaudiConf/tests/qmtest/gaudiconf.qms/ioh-fsr-dressing.qmt +++ b/GaudiConf/tests/qmtest/gaudiconf.qms/ioh-fsr-dressing.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/GaudiConf/tests/qmtest/gaudiconf.qms/iohelper.qmt b/GaudiConf/tests/qmtest/gaudiconf.qms/iohelper.qmt index e2c37893543f0e137e7a83339addf44de5a0ff78..4f3650617347010a24ba22ffb26a482a519c5bc2 100755 --- a/GaudiConf/tests/qmtest/gaudiconf.qms/iohelper.qmt +++ b/GaudiConf/tests/qmtest/gaudiconf.qms/iohelper.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/GaudiConf/tests/qmtest/gaudiconf.qms/iohelper_streams.qmt b/GaudiConf/tests/qmtest/gaudiconf.qms/iohelper_streams.qmt index f80c09338c9abcb97f76a78f1c39d349f62b472a..9a3857e63d1a612da924c9f944cdff863574bcde 100755 --- a/GaudiConf/tests/qmtest/gaudiconf.qms/iohelper_streams.qmt +++ b/GaudiConf/tests/qmtest/gaudiconf.qms/iohelper_streams.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/GaudiConf/tests/qmtest/gaudiconf.qms/manipulations.qmt b/GaudiConf/tests/qmtest/gaudiconf.qms/manipulations.qmt index e5fc25e23cbab4839b4ff0246763b2c121abae67..e69caf5eb14559868f228dbff822a79734f09f0e 100755 --- a/GaudiConf/tests/qmtest/gaudiconf.qms/manipulations.qmt +++ b/GaudiConf/tests/qmtest/gaudiconf.qms/manipulations.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/GaudiConf/tests/test_fsr_dressing.py b/GaudiConf/tests/test_fsr_dressing.py index 0049a0c826f054ce9961be64f11865e889167d6b..c4d7527d2845d34b28a3b58f29c3ff672215ebdb 100644 --- a/GaudiConf/tests/test_fsr_dressing.py +++ b/GaudiConf/tests/test_fsr_dressing.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 GaudiConf import IOHelper def testType(ioh): diff --git a/GaudiConf/tests/test_ioextension.py b/GaudiConf/tests/test_ioextension.py index bb5dd10f923cde845ce5c71858cfa15fd1fe92fc..30fd37fbb30138286be4d25991ab58a970b62752 100644 --- a/GaudiConf/tests/test_ioextension.py +++ b/GaudiConf/tests/test_ioextension.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 GaudiConf import (IOHelper, IOExtension) exts=['.RAW','.mdf','.digi','.sim','.sdst','.xdst','.mdst','.dst'] diff --git a/GaudiConf/tests/test_iohelper.py b/GaudiConf/tests/test_iohelper.py index 31d338978fca12231d4c5a67884ed7974dfde0d6..c8c3d47e2c5e8964cc4502e8c1f629696fe5e37a 100644 --- a/GaudiConf/tests/test_iohelper.py +++ b/GaudiConf/tests/test_iohelper.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 GaudiConf import IOHelper diff --git a/GaudiConf/tests/test_iohelper_streams.py b/GaudiConf/tests/test_iohelper_streams.py index 2957945c70696b8286f9cd6823704690c0f7d41f..70d887269949d105d15aa8243429d4e286c6bf82 100644 --- a/GaudiConf/tests/test_iohelper_streams.py +++ b/GaudiConf/tests/test_iohelper_streams.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 GaudiConf import IOHelper diff --git a/GaudiConfUtils/CMakeLists.txt b/GaudiConfUtils/CMakeLists.txt index b76a8bdd0c55e42e036de73ee6c5396453b865f8..470fd1261612ae59b3955a010445faf5927db7f5 100644 --- a/GaudiConfUtils/CMakeLists.txt +++ b/GaudiConfUtils/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: GaudiConfUtils ################################################################################ diff --git a/GaudiConfUtils/python/GaudiConfUtils/ConfigurableGenerators.py b/GaudiConfUtils/python/GaudiConfUtils/ConfigurableGenerators.py index 5e34ad0164ba26533acf9c99a1928fb281c32e54..5318045205a5d95bddf9a3157340a70e6dd0e9cb 100644 --- a/GaudiConfUtils/python/GaudiConfUtils/ConfigurableGenerators.py +++ b/GaudiConfUtils/python/GaudiConfUtils/ConfigurableGenerators.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Meta module to generate and expose ConfigurableGenerator classes. """ diff --git a/GaudiConfUtils/python/GaudiConfUtils/Utils.py b/GaudiConfUtils/python/GaudiConfUtils/Utils.py index 77025109ce39c4cfcd926bd079871d6acf2902eb..f04531da17ba466ebba94a09e38d1f8cc06814ed 100644 --- a/GaudiConfUtils/python/GaudiConfUtils/Utils.py +++ b/GaudiConfUtils/python/GaudiConfUtils/Utils.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 with all kinds of tools to manipulate Configurables and Configurable modules. @author Juan Palacios palacios@physik.uzh.ch diff --git a/GaudiConfUtils/python/GaudiConfUtils/__init__.py b/GaudiConfUtils/python/GaudiConfUtils/__init__.py index bba85140097f262a06028430bb45d8b68135edf7..958ce3e2a722ccf4fd059516cd6d130dc163062f 100644 --- a/GaudiConfUtils/python/GaudiConfUtils/__init__.py +++ b/GaudiConfUtils/python/GaudiConfUtils/__init__.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 with all kinds of tools to manipulate Configurables and Configurable modules. @author Juan Palacios palacios@physik.uzh.ch diff --git a/GaudiConfUtils/tests/qmtest/gaudiconfutils.qms/test_conf_generators.qmt b/GaudiConfUtils/tests/qmtest/gaudiconfutils.qms/test_conf_generators.qmt index 60ad69318d56b6affb9bd575f9b9390f1ddfef76..9c1226b0d2f46574a4661c1c6a18e85210db0d4e 100644 --- a/GaudiConfUtils/tests/qmtest/gaudiconfutils.qms/test_conf_generators.qmt +++ b/GaudiConfUtils/tests/qmtest/gaudiconfutils.qms/test_conf_generators.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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"> diff --git a/GaudiConfUtils/tests/qmtest/gaudiconfutils.qms/test_confutils.qmt b/GaudiConfUtils/tests/qmtest/gaudiconfutils.qms/test_confutils.qmt index 58a9a657c4a8dbb8c52c5efa00dc911bc79c6cae..6b746fa2b36f5b455af7a50452b896875a0880e9 100644 --- a/GaudiConfUtils/tests/qmtest/gaudiconfutils.qms/test_confutils.qmt +++ b/GaudiConfUtils/tests/qmtest/gaudiconfutils.qms/test_confutils.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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"> diff --git a/GaudiConfUtils/tests/scripts/test_confGenerators.py b/GaudiConfUtils/tests/scripts/test_confGenerators.py index cd667bd4ec972f8399eed6f4e794389ff2c27e33..cb70aa87933446a28e781c5875be2f0fdd0e287a 100644 --- a/GaudiConfUtils/tests/scripts/test_confGenerators.py +++ b/GaudiConfUtils/tests/scripts/test_confGenerators.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ''' Created on Jan 28, 2011 diff --git a/GaudiConfUtils/tests/test_confutils.py b/GaudiConfUtils/tests/test_confutils.py index 338e3cadf9058683a471924445c4ca2f1f9f71b2..501a8ffed0fbc5f7ad517d393c557aae970b2877 100755 --- a/GaudiConfUtils/tests/test_confutils.py +++ b/GaudiConfUtils/tests/test_confutils.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 py.test import raises diff --git a/GaudiObjDesc/CMakeLists.txt b/GaudiObjDesc/CMakeLists.txt index b0fef5a3b1a6248415ddbd872ebd74f4ad3429ec..eacb5336460fe83e9ade9d4d82e27b2aecdafe5d 100644 --- a/GaudiObjDesc/CMakeLists.txt +++ b/GaudiObjDesc/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: GaudiObjDesc ################################################################################ diff --git a/GaudiObjDesc/GaudiObjDesc/MemoryPoolAllocatorReleaser.h b/GaudiObjDesc/GaudiObjDesc/MemoryPoolAllocatorReleaser.h index 372bab45e961369616c859c95db0007bdb5d789f..0de0c12259be6e807a332b147d00780df494cc21 100644 --- a/GaudiObjDesc/GaudiObjDesc/MemoryPoolAllocatorReleaser.h +++ b/GaudiObjDesc/GaudiObjDesc/MemoryPoolAllocatorReleaser.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 GOD_MEMORY_POOL_ALLOCATOR_RELEASER_H #define GOD_MEMORY_POOL_ALLOCATOR_RELEASER_H diff --git a/GaudiObjDesc/cmake/GaudiObjDesc.cmake b/GaudiObjDesc/cmake/GaudiObjDesc.cmake index 957d1ddea73a61fa679a26ef112570a37676d9b3..afb3cdbb36ec44e19cd97d343567faa8016fcd6c 100644 --- a/GaudiObjDesc/cmake/GaudiObjDesc.cmake +++ b/GaudiObjDesc/cmake/GaudiObjDesc.cmake @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # GaudiObjDesc: Gaudi Object Description # # Enable the generation of classes from XML. diff --git a/GaudiObjDesc/cmake/god_generate_deps.py b/GaudiObjDesc/cmake/god_generate_deps.py index 2f50b9974384ce46a0bb090a4cd4c24c0055d666..b4a7d97d1b2cd81a66dd5f0b7775bfb8985365aa 100755 --- a/GaudiObjDesc/cmake/god_generate_deps.py +++ b/GaudiObjDesc/cmake/god_generate_deps.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 os diff --git a/GaudiObjDesc/python/GaudiObjDesc/genAssocDicts.py b/GaudiObjDesc/python/GaudiObjDesc/genAssocDicts.py index ea18d67a8dfb42ee3b8d8c698b7608ece5ac3542..98b456baf3c2834df2706696f6a944c1ea54160d 100644 --- a/GaudiObjDesc/python/GaudiObjDesc/genAssocDicts.py +++ b/GaudiObjDesc/python/GaudiObjDesc/genAssocDicts.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 os import importUtils, genClassDicts diff --git a/GaudiObjDesc/python/GaudiObjDesc/genClassDicts.py b/GaudiObjDesc/python/GaudiObjDesc/genClassDicts.py index 4410e5c8559d9a1e250c8c74038fa57150993f9d..dfe0d02888d524aa7eb9458049e8271c42f14926 100644 --- a/GaudiObjDesc/python/GaudiObjDesc/genClassDicts.py +++ b/GaudiObjDesc/python/GaudiObjDesc/genClassDicts.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 os import gparser import logging diff --git a/GaudiObjDesc/python/GaudiObjDesc/genClasses.py b/GaudiObjDesc/python/GaudiObjDesc/genClasses.py index f8b986ba240c9838d088196b1738abbeae020f18..7fd6a41ef7e837e75f93f9ef613146d3a03d4df5 100644 --- a/GaudiObjDesc/python/GaudiObjDesc/genClasses.py +++ b/GaudiObjDesc/python/GaudiObjDesc/genClasses.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 time, os, sys, string import genSrcUtils, gparser import logging diff --git a/GaudiObjDesc/python/GaudiObjDesc/genNamespaces.py b/GaudiObjDesc/python/GaudiObjDesc/genNamespaces.py index 842fa0b410a10bc8eff4ece84f586c3deadf96eb..aa88ecbf08718e05738be556a99b781c7e3eb5cc 100644 --- a/GaudiObjDesc/python/GaudiObjDesc/genNamespaces.py +++ b/GaudiObjDesc/python/GaudiObjDesc/genNamespaces.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 time, os import genSrcUtils, tools, gparser, genClasses import logging diff --git a/GaudiObjDesc/python/GaudiObjDesc/genPackage.py b/GaudiObjDesc/python/GaudiObjDesc/genPackage.py index 1f88fa8be2e8062a417a20cb27e390020fb6d757..3e3754d9d8ca368424544401d92812203bfe175f 100644 --- a/GaudiObjDesc/python/GaudiObjDesc/genPackage.py +++ b/GaudiObjDesc/python/GaudiObjDesc/genPackage.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 importUtils #================================================================================ diff --git a/GaudiObjDesc/python/GaudiObjDesc/genSrcUtils.py b/GaudiObjDesc/python/GaudiObjDesc/genSrcUtils.py index 33891d945bcff04845403e9b0be3b293e06c6be6..b2af7fdf5f66410a47f753218d5df6cfb9b98609 100644 --- a/GaudiObjDesc/python/GaudiObjDesc/genSrcUtils.py +++ b/GaudiObjDesc/python/GaudiObjDesc/genSrcUtils.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 string import importUtils diff --git a/GaudiObjDesc/python/GaudiObjDesc/godII.py b/GaudiObjDesc/python/GaudiObjDesc/godII.py index a67939727d31e1fc7237106c6ae1a821d7eb82ba..16a5941f8063b56cf81d69b534040fd48acb8b6d 100644 --- a/GaudiObjDesc/python/GaudiObjDesc/godII.py +++ b/GaudiObjDesc/python/GaudiObjDesc/godII.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 xparser, sys, os import tools import genPackage, genClasses, genClassDicts, genNamespaces, genAssocDicts diff --git a/GaudiObjDesc/python/GaudiObjDesc/gparser.py b/GaudiObjDesc/python/GaudiObjDesc/gparser.py index bbc30e6073398effe2e7d85124e56da3ef02aa9a..474dca7d6dbadf9c3c5d646879caae4aa945542a 100644 --- a/GaudiObjDesc/python/GaudiObjDesc/gparser.py +++ b/GaudiObjDesc/python/GaudiObjDesc/gparser.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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/GaudiObjDesc/python/GaudiObjDesc/importUtils.py b/GaudiObjDesc/python/GaudiObjDesc/importUtils.py index cabbb5b7ebbd23c3f5d2147f6550dafe1a1599d6..37772b41ec025c16ddf05cee50f5d3ca8cbc6929 100644 --- a/GaudiObjDesc/python/GaudiObjDesc/importUtils.py +++ b/GaudiObjDesc/python/GaudiObjDesc/importUtils.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 tools, os #================================================================================ diff --git a/GaudiObjDesc/python/GaudiObjDesc/tests/__init__.py b/GaudiObjDesc/python/GaudiObjDesc/tests/__init__.py index 6d757fb4079b10ccff0bfd8a263a06e6ba47c104..08c928fb5e93be1fc99bd6eb200bce1aa77dd61a 100644 --- a/GaudiObjDesc/python/GaudiObjDesc/tests/__init__.py +++ b/GaudiObjDesc/python/GaudiObjDesc/tests/__init__.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 containing tests for GaudiObjDesc. diff --git a/GaudiObjDesc/python/GaudiObjDesc/tests/__main__.py b/GaudiObjDesc/python/GaudiObjDesc/tests/__main__.py index fe413c46a8b64d7fc6aace6f45b6e136a1b520c5..569c53db8c8df5733514a88d6a5d364a815df51f 100644 --- a/GaudiObjDesc/python/GaudiObjDesc/tests/__main__.py +++ b/GaudiObjDesc/python/GaudiObjDesc/tests/__main__.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Wrapper to run the tests. """ diff --git a/GaudiObjDesc/python/GaudiObjDesc/tests/test_optionParser.py b/GaudiObjDesc/python/GaudiObjDesc/tests/test_optionParser.py index 477146ca80bb199bb82a15fea1f8b7e04a6cf85c..0fd7d265483fe797a2e9d2a0d1e958a6ae5543c0 100644 --- a/GaudiObjDesc/python/GaudiObjDesc/tests/test_optionParser.py +++ b/GaudiObjDesc/python/GaudiObjDesc/tests/test_optionParser.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Test command line parsing. """ diff --git a/GaudiObjDesc/python/GaudiObjDesc/tests/test_xparser.py b/GaudiObjDesc/python/GaudiObjDesc/tests/test_xparser.py index 350394ddce9a24aad8fe9e4f166d4814bd3c922c..27597876a829e7db8fea34cbf92679993a7cc920 100644 --- a/GaudiObjDesc/python/GaudiObjDesc/tests/test_xparser.py +++ b/GaudiObjDesc/python/GaudiObjDesc/tests/test_xparser.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Test xml parsing. """ diff --git a/GaudiObjDesc/python/GaudiObjDesc/tools.py b/GaudiObjDesc/python/GaudiObjDesc/tools.py index a1ecf339af7f92384809ab2fcfa4f28c28505645..768c2ba9a4a42cc52b69a5a71777973252d9ef3c 100644 --- a/GaudiObjDesc/python/GaudiObjDesc/tools.py +++ b/GaudiObjDesc/python/GaudiObjDesc/tools.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 string #================================================================================ diff --git a/GaudiObjDesc/python/GaudiObjDesc/xparser.py b/GaudiObjDesc/python/GaudiObjDesc/xparser.py index 67979c7c36c5583ec0a39c2d988072b87b715a85..3ae5b7ec8f6c31759fbc8048cbebacdf301f807d 100644 --- a/GaudiObjDesc/python/GaudiObjDesc/xparser.py +++ b/GaudiObjDesc/python/GaudiObjDesc/xparser.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 os from lxml import etree import logging diff --git a/GaudiObjDesc/scripts/godII.py b/GaudiObjDesc/scripts/godII.py index 17f728be21bdee32a1caf165f356eb58cb7de050..9a2fd9f538db1b8622c35345ccf0c5ba85bfcf5d 100755 --- a/GaudiObjDesc/scripts/godII.py +++ b/GaudiObjDesc/scripts/godII.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 os import sys # Ensure we can find the GaudiObjDesc module even if the PYTHONPATH does not diff --git a/GaudiObjDesc/src/MemoryPoolAllocatorReleaser.cpp b/GaudiObjDesc/src/MemoryPoolAllocatorReleaser.cpp index 29f4f103aec0305aca240d151e0b353d32914d4b..2b5dde7b2abc866c19b8454a43b2c76d1a760400 100644 --- a/GaudiObjDesc/src/MemoryPoolAllocatorReleaser.cpp +++ b/GaudiObjDesc/src/MemoryPoolAllocatorReleaser.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "GaudiObjDesc/MemoryPoolAllocatorReleaser.h" #include "GaudiKernel/MsgStream.h" diff --git a/GaudiObjDesc/tests/Kernel/CLHEPStreams.h b/GaudiObjDesc/tests/Kernel/CLHEPStreams.h index b262fa10a3a2e230d569b6f46d1050980b26baaa..5dbdbc4ec82771e3632a591561f09edc4bd15184 100644 --- a/GaudiObjDesc/tests/Kernel/CLHEPStreams.h +++ b/GaudiObjDesc/tests/Kernel/CLHEPStreams.h @@ -1 +1,11 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // dummy file diff --git a/GaudiObjDesc/tests/TestModel.xml b/GaudiObjDesc/tests/TestModel.xml index a46efd0e22c54a37fc5bbee97e4c706b009e0080..34710518a502b8b21900d1cf644baa747583e701 100644 --- a/GaudiObjDesc/tests/TestModel.xml +++ b/GaudiObjDesc/tests/TestModel.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="TestModel"> diff --git a/GaudiObjDesc/tests/qmtest/gaudiobjdesc.qms/allocator_releaser.qmt b/GaudiObjDesc/tests/qmtest/gaudiobjdesc.qms/allocator_releaser.qmt index 8edac696cbb44733da26b7667b3b4aa42933e8ca..e4c62f5259fb5dc2175cc44030854aba4ede05d7 100644 --- a/GaudiObjDesc/tests/qmtest/gaudiobjdesc.qms/allocator_releaser.qmt +++ b/GaudiObjDesc/tests/qmtest/gaudiobjdesc.qms/allocator_releaser.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>test_allocatorReleaser.exe</text></argument> <argument name="stderr"><text> diff --git a/GaudiObjDesc/tests/qmtest/gaudiobjdesc.qms/nosetests.qmt b/GaudiObjDesc/tests/qmtest/gaudiobjdesc.qms/nosetests.qmt index ecd753dfea5a25a03a9cbe5874ef86590b140a1d..b527eb90f4d4a2562ecb3afee9e924b4a077ab59 100644 --- a/GaudiObjDesc/tests/qmtest/gaudiobjdesc.qms/nosetests.qmt +++ b/GaudiObjDesc/tests/qmtest/gaudiobjdesc.qms/nosetests.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>python</text></argument> <argument name="args"><set> diff --git a/GaudiObjDesc/tests/src/test_allocatorReleaser.cpp b/GaudiObjDesc/tests/src/test_allocatorReleaser.cpp index 99fc390096a1336917316d4b1975ef966a731dd2..ad82abd89a378e532d219df74bd5e750539c28c1 100644 --- a/GaudiObjDesc/tests/src/test_allocatorReleaser.cpp +++ b/GaudiObjDesc/tests/src/test_allocatorReleaser.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /* * test_allocatorReleaser.cpp * diff --git a/GaudiObjDesc/tests/test_GOD_basics.py b/GaudiObjDesc/tests/test_GOD_basics.py index 7bf31ccdfb5dd74529ab25ece085ccd9f908658f..82995281fb7f232097e13074c8c324db1d4d70a2 100755 --- a/GaudiObjDesc/tests/test_GOD_basics.py +++ b/GaudiObjDesc/tests/test_GOD_basics.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 unittest diff --git a/GaudiObjDesc/xml_files/gdd.dtd b/GaudiObjDesc/xml_files/gdd.dtd index f11cc25c130b93a2bcdd944230b1a9ea1bbb55a1..f380dd192679f7babc574b78c4c0c8bbf8a7af1f 100644 --- a/GaudiObjDesc/xml_files/gdd.dtd +++ b/GaudiObjDesc/xml_files/gdd.dtd @@ -1,4 +1,14 @@ <?xml encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ?xml encoding="ISO-8859-1"? --> <!ELEMENT gdd ((import*, package+)+)> <!ATTLIST gdd diff --git a/HC/HCDAQ/CMakeLists.txt b/HC/HCDAQ/CMakeLists.txt index a7b9ad01bf5871fae691c23c64e64751aafa7ec3..4b957adb2268ec1f9b6770d187ddaf92d1cb7c4d 100644 --- a/HC/HCDAQ/CMakeLists.txt +++ b/HC/HCDAQ/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: HCDAQ ################################################################################ diff --git a/HC/HCDAQ/src/HCRawBankDecoder.cpp b/HC/HCDAQ/src/HCRawBankDecoder.cpp index cdd4c36ee590af372bfafe868d8fbdf9290ed9bf..1230c68cccb0026bf355ce52b3cce6d23d2fffad 100644 --- a/HC/HCDAQ/src/HCRawBankDecoder.cpp +++ b/HC/HCDAQ/src/HCRawBankDecoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 #include "TH2D.h" #include "TAxis.h" diff --git a/HC/HCDAQ/src/HCRawBankDecoder.h b/HC/HCDAQ/src/HCRawBankDecoder.h index 2544269b25b3f01672ab30851524527f044bde6f..0a2babc5ffd5141dfd11a62ad1cf42899495eaf6 100644 --- a/HC/HCDAQ/src/HCRawBankDecoder.h +++ b/HC/HCDAQ/src/HCRawBankDecoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 HCRAWBANKDECODER_H #define HCRAWBANKDECODER_H 1 diff --git a/HC/HCDAQ/src/HCRawBankDecoderHlt.cpp b/HC/HCDAQ/src/HCRawBankDecoderHlt.cpp index 6ba07540d412f87daaaf2249d2e2ccc72a2ce5d5..947e8b152f50e6c071950837bc16d24dfc2108db 100644 --- a/HC/HCDAQ/src/HCRawBankDecoderHlt.cpp +++ b/HC/HCDAQ/src/HCRawBankDecoderHlt.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // LHCb #include "DetDesc/Condition.h" #include "Event/RawEvent.h" diff --git a/HC/HCDAQ/src/HCRawBankDecoderHlt.h b/HC/HCDAQ/src/HCRawBankDecoderHlt.h index 8987d56e560cc209f5c9e56dd9abb19a7843073a..6c929ee5a14787cdfea58e4c97167dfeb552bc58 100644 --- a/HC/HCDAQ/src/HCRawBankDecoderHlt.h +++ b/HC/HCDAQ/src/HCRawBankDecoderHlt.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 HCRAWBANKDECODER_HLT_H #define HCRAWBANKDECODER_HLT_H 1 diff --git a/Hlt/HLTScheduler/CFNodePropertiesParse.h b/Hlt/HLTScheduler/CFNodePropertiesParse.h index 509ed251b28e9f6829c187ee8c92e4fd2f41be2a..1ca9d3fa29fc174d0d1eee71758986c76ed954c1 100644 --- a/Hlt/HLTScheduler/CFNodePropertiesParse.h +++ b/Hlt/HLTScheduler/CFNodePropertiesParse.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include <string> diff --git a/Hlt/HLTScheduler/CFNodeType.h b/Hlt/HLTScheduler/CFNodeType.h index 0f5e39125164a8982b8b01915768b5569b721b92..197d34b8257eb915a6160e023aaa485a28b2a9a4 100644 --- a/Hlt/HLTScheduler/CFNodeType.h +++ b/Hlt/HLTScheduler/CFNodeType.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include <map> diff --git a/Hlt/HLTScheduler/CMakeLists.txt b/Hlt/HLTScheduler/CMakeLists.txt index aef43e3f0cae6dc2f84ae9b7ff184a1ce72e38ef..60bcbe97ac19cdd91f8d23f31c7d051dad72d561 100644 --- a/Hlt/HLTScheduler/CMakeLists.txt +++ b/Hlt/HLTScheduler/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: HLTScheduler ################################################################################ diff --git a/Hlt/HLTScheduler/ConfigurableDummy.cpp b/Hlt/HLTScheduler/ConfigurableDummy.cpp index 0ad7e700171a7990865316966259f5d44d1c8a06..2ded7f8b783dbc787035e02736b4524ff9b8f4ed 100644 --- a/Hlt/HLTScheduler/ConfigurableDummy.cpp +++ b/Hlt/HLTScheduler/ConfigurableDummy.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "ConfigurableDummy.h" DECLARE_COMPONENT( ConfigurableDummy ) diff --git a/Hlt/HLTScheduler/ConfigurableDummy.h b/Hlt/HLTScheduler/ConfigurableDummy.h index a6dd8ceef8e30bccd7fd1f96acce9fd30e673cbf..8115315a7703d7b382215665995d9f391ba8a4c6 100644 --- a/Hlt/HLTScheduler/ConfigurableDummy.h +++ b/Hlt/HLTScheduler/ConfigurableDummy.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <memory> #include "GaudiKernel/Algorithm.h" diff --git a/Hlt/HLTScheduler/ControlFlowNode.h b/Hlt/HLTScheduler/ControlFlowNode.h index b2925526ab87ddf07d87012330dccd4c7a3ac11e..287c50ad1f508a35cc69ee3a6560c5b92b440f47 100644 --- a/Hlt/HLTScheduler/ControlFlowNode.h +++ b/Hlt/HLTScheduler/ControlFlowNode.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 Niklas Nolte, Katya Govorkova #pragma once diff --git a/Hlt/HLTScheduler/HLTControlFlowMgr.cpp b/Hlt/HLTScheduler/HLTControlFlowMgr.cpp index f9b48485696fc36c6f8cf86731c84ba66bd499e8..ed43b682e41a043530c40d2587ae514f21fbb4bb 100644 --- a/Hlt/HLTScheduler/HLTControlFlowMgr.cpp +++ b/Hlt/HLTScheduler/HLTControlFlowMgr.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 Niklas Nolte // some of that code is stolen from Sebastien Ponce's HLTEventLoopMgr diff --git a/Hlt/HLTScheduler/HLTControlFlowMgr.h b/Hlt/HLTScheduler/HLTControlFlowMgr.h index f7983e02ac2d26cd8903a3bbdd6d38ae53873171..f9665ee82a35edca205a9695896f65a9669a7f71 100644 --- a/Hlt/HLTScheduler/HLTControlFlowMgr.h +++ b/Hlt/HLTScheduler/HLTControlFlowMgr.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 Niklas Nolte // much of that code is stolen from Sebastien Ponce's HLTEventLoopMgr #pragma once diff --git a/Hlt/HLTScheduler/HistogramAgent.h b/Hlt/HLTScheduler/HistogramAgent.h index eeabb8728934840aae18c03d33064cf934d8387a..f4025bfc994111d4a03aa60b63e8bad664e9461a 100644 --- a/Hlt/HLTScheduler/HistogramAgent.h +++ b/Hlt/HLTScheduler/HistogramAgent.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_HISTOGRAMAGENT_H #define GAUDIKERNEL_HISTOGRAMAGENT_H diff --git a/Hlt/HLTScheduler/options/benchmark_HLTControlFlowMgr.py b/Hlt/HLTScheduler/options/benchmark_HLTControlFlowMgr.py index 6617cbab4d292759fd72fa000fccaadda5e0ab66..58fffbfb9d6500a0c69c828ade310c0f2cbcb16f 100644 --- a/Hlt/HLTScheduler/options/benchmark_HLTControlFlowMgr.py +++ b/Hlt/HLTScheduler/options/benchmark_HLTControlFlowMgr.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 (HLTControlFlowMgr, AlgResourcePool, ConfigurableDummy, diff --git a/Hlt/HLTScheduler/options/scheduler_testCF.py b/Hlt/HLTScheduler/options/scheduler_testCF.py index 14549fbcb44cf18e159121334b2e21842f8a6617..152c1670294997276a4fe326227c927d00761da7 100644 --- a/Hlt/HLTScheduler/options/scheduler_testCF.py +++ b/Hlt/HLTScheduler/options/scheduler_testCF.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 (HLTControlFlowMgr, HLTEventLoopMgr, AlgResourcePool, diff --git a/Hlt/HLTScheduler/options/scheduler_testNodeLogic.py b/Hlt/HLTScheduler/options/scheduler_testNodeLogic.py index 9ebcb84e91674ff9fa3a9e09fb6f0415591c1a23..a6f2f9e799a7d081b1a95ac85d2b686cdf1e34d0 100644 --- a/Hlt/HLTScheduler/options/scheduler_testNodeLogic.py +++ b/Hlt/HLTScheduler/options/scheduler_testNodeLogic.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 (HLTControlFlowMgr, HLTEventLoopMgr, AlgResourcePool, diff --git a/Hlt/HLTScheduler/tests/qmtest/scheduler_simpleTest.qmt b/Hlt/HLTScheduler/tests/qmtest/scheduler_simpleTest.qmt index 291ae44560e8edd1a682dfa4dde7766b1bc474eb..675a95463d28cf7ef7a4b6a94ea1db77911fe648 100644 --- a/Hlt/HLTScheduler/tests/qmtest/scheduler_simpleTest.qmt +++ b/Hlt/HLTScheduler/tests/qmtest/scheduler_simpleTest.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Hlt/HLTScheduler/tests/qmtest/scheduler_testCF.qmt b/Hlt/HLTScheduler/tests/qmtest/scheduler_testCF.qmt index ecd79da2b179bfa767a05dc137c650a78654f0ac..08b14e65d98af3d104247cb54616b082e10c0dc1 100644 --- a/Hlt/HLTScheduler/tests/qmtest/scheduler_testCF.qmt +++ b/Hlt/HLTScheduler/tests/qmtest/scheduler_testCF.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Hlt/HLTScheduler/tests/qmtest/scheduler_testNodeLogic.qmt b/Hlt/HLTScheduler/tests/qmtest/scheduler_testNodeLogic.qmt index 231188924a78bd85ed24e00b0d19cc027846f45f..28543f71521aa4ddb1e05658add7c3f803a1949c 100644 --- a/Hlt/HLTScheduler/tests/qmtest/scheduler_testNodeLogic.qmt +++ b/Hlt/HLTScheduler/tests/qmtest/scheduler_testNodeLogic.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Hlt/HltDAQ/CMakeLists.txt b/Hlt/HltDAQ/CMakeLists.txt index ab5e4ff686f0d946be790877d50013d8252731d2..938c7825d555f5b0ab46e9176390114ca4bd682f 100644 --- a/Hlt/HltDAQ/CMakeLists.txt +++ b/Hlt/HltDAQ/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: HltDAQ ################################################################################ diff --git a/Hlt/HltDAQ/HltDAQ/HltEvaluator.h b/Hlt/HltDAQ/HltDAQ/HltEvaluator.h index ade3fe9d6500b4f84b3e136876af4547001ff821..5b3ab73814a54700e8fa19ccd5b95284c111d667 100644 --- a/Hlt/HltDAQ/HltDAQ/HltEvaluator.h +++ b/Hlt/HltDAQ/HltDAQ/HltEvaluator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_HLTEVALUATOR_H #define HLTCOMMON_HLTEVALUATOR_H 1 diff --git a/Hlt/HltDAQ/HltDAQ/HltTrackingCoder.h b/Hlt/HltDAQ/HltDAQ/HltTrackingCoder.h index ccdde746d110b4af9a9b1f23c8243c1dcbc6ee69..63e39b45c8ca5693243df86dcaa0e12c728f5204 100644 --- a/Hlt/HltDAQ/HltDAQ/HltTrackingCoder.h +++ b/Hlt/HltDAQ/HltDAQ/HltTrackingCoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: HltTrackingCoder.h $ #ifndef HLTTRACKINGCODER_H #define HLTTRACKINGCODER_H 1 diff --git a/Hlt/HltDAQ/HltDAQ/IReportConvert.h b/Hlt/HltDAQ/HltDAQ/IReportConvert.h index c7b4226a8f7c286a421a8a03e353204335276e3a..8496c69f2fcd307674d29d8e3020eaa76dd4f8ca 100644 --- a/Hlt/HltDAQ/HltDAQ/IReportConvert.h +++ b/Hlt/HltDAQ/HltDAQ/IReportConvert.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IREPORTCONVERT_H #define IREPORTCONVERT_H 1 diff --git a/Hlt/HltDAQ/HltDAQ/ReportConvertTool.h b/Hlt/HltDAQ/HltDAQ/ReportConvertTool.h index cd376cd1363936de6393ba50d5547cd9a0f618d8..262a6cb3fad27c2b6c84563daa30f26b5b0fe8ec 100755 --- a/Hlt/HltDAQ/HltDAQ/ReportConvertTool.h +++ b/Hlt/HltDAQ/HltDAQ/ReportConvertTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 REPORTCONVERTTOOL_H #define REPORTCONVERTTOOL_H 1 diff --git a/Hlt/HltDAQ/src/component/HltDecReportsDecoder.cpp b/Hlt/HltDAQ/src/component/HltDecReportsDecoder.cpp index 4e5d0be3f61d978f55b1702973341c2bafdb1126..407a4284a3efffe3b242ecbd981c35cea603db32 100644 --- a/Hlt/HltDAQ/src/component/HltDecReportsDecoder.cpp +++ b/Hlt/HltDAQ/src/component/HltDecReportsDecoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // Include files // from Gaudi diff --git a/Hlt/HltDAQ/src/component/HltDecReportsDecoder.h b/Hlt/HltDAQ/src/component/HltDecReportsDecoder.h index 13f0a3fce9222ce19a31c74086f383633c045320..0877e7378787ae0325726db8fc331c5df996e686 100644 --- a/Hlt/HltDAQ/src/component/HltDecReportsDecoder.h +++ b/Hlt/HltDAQ/src/component/HltDecReportsDecoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 HLTDECREPORTSDECODER_H #define HLTDECREPORTSDECODER_H 1 diff --git a/Hlt/HltDAQ/src/component/HltDecReportsWriter.cpp b/Hlt/HltDAQ/src/component/HltDecReportsWriter.cpp index aa7c3c7744467f421f9fb573db42ede4e098c3cf..a464d63d4b1a308fc6c8186ff3d936e917092e98 100644 --- a/Hlt/HltDAQ/src/component/HltDecReportsWriter.cpp +++ b/Hlt/HltDAQ/src/component/HltDecReportsWriter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/HltDecReports.h" diff --git a/Hlt/HltDAQ/src/component/HltDecReportsWriter.h b/Hlt/HltDAQ/src/component/HltDecReportsWriter.h index 02152933c294a3f156bc014ce52de2f7fd08ff8a..bf56b3ab9c2f6aec32a6a5a5b420f46b34530a0c 100644 --- a/Hlt/HltDAQ/src/component/HltDecReportsWriter.h +++ b/Hlt/HltDAQ/src/component/HltDecReportsWriter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 HLTDECREPORTSWRITER_H #define HLTDECREPORTSWRITER_H 1 diff --git a/Hlt/HltDAQ/src/component/HltDiffHltDecReports.cpp b/Hlt/HltDAQ/src/component/HltDiffHltDecReports.cpp index c1e49a8a010d6e1af922cd3a135227b0e3c77eda..6af08e2cace910edfd1c263a8a31358cf454f3ce 100644 --- a/Hlt/HltDAQ/src/component/HltDiffHltDecReports.cpp +++ b/Hlt/HltDAQ/src/component/HltDiffHltDecReports.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "GaudiAlg/GaudiAlgorithm.h" diff --git a/Hlt/HltDAQ/src/component/HltLumiWriter.cpp b/Hlt/HltDAQ/src/component/HltLumiWriter.cpp index 82d0f884c3a87300e7fe632c60e6ccffc8a53cd5..7d5552e630661859bbe7655a2fcfdb40f8099787 100644 --- a/Hlt/HltDAQ/src/component/HltLumiWriter.cpp +++ b/Hlt/HltDAQ/src/component/HltLumiWriter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "Event/HltLumiSummary.h" diff --git a/Hlt/HltDAQ/src/component/HltLumiWriter.h b/Hlt/HltDAQ/src/component/HltLumiWriter.h index e1c58e9dd7cfaf3a46bd28180184d3b514b6edc7..e8992c4feaa293024e3a8139571ea112b1534a96 100644 --- a/Hlt/HltDAQ/src/component/HltLumiWriter.h +++ b/Hlt/HltDAQ/src/component/HltLumiWriter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 HLTLUMIWRITER_H #define HLTLUMIWRITER_H 1 diff --git a/Hlt/HltDAQ/src/component/HltPackedDataDecoder.cpp b/Hlt/HltDAQ/src/component/HltPackedDataDecoder.cpp index fb19d05bd35bc20e3b3f62cf118317dbf7e2a12f..2c6c04c8a9290ea7a3f64a69bf7a1fc11f809ac0 100644 --- a/Hlt/HltDAQ/src/component/HltPackedDataDecoder.cpp +++ b/Hlt/HltDAQ/src/component/HltPackedDataDecoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "RZip.h" #include "Event/RawEvent.h" diff --git a/Hlt/HltDAQ/src/component/HltPackedDataDecoder.h b/Hlt/HltDAQ/src/component/HltPackedDataDecoder.h index 24537c2dcea67796476d59498bed8784623df168..4fa0eb5cfa2c8fbd4a28a51a83c6986409240029 100644 --- a/Hlt/HltDAQ/src/component/HltPackedDataDecoder.h +++ b/Hlt/HltDAQ/src/component/HltPackedDataDecoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PACKEDDATADECODER_H #define PACKEDDATADECODER_H 1 diff --git a/Hlt/HltDAQ/src/component/HltPackedDataWriter.cpp b/Hlt/HltDAQ/src/component/HltPackedDataWriter.cpp index c58dbc2e261167b370b1baf9fd254d0fc882abda..4fc0a0acd882889bfbeb3a329000a9e27a11081d 100644 --- a/Hlt/HltDAQ/src/component/HltPackedDataWriter.cpp +++ b/Hlt/HltDAQ/src/component/HltPackedDataWriter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "RZip.h" #include "Event/RawEvent.h" diff --git a/Hlt/HltDAQ/src/component/HltPackedDataWriter.h b/Hlt/HltDAQ/src/component/HltPackedDataWriter.h index 624eb7d017ef696196edd2a4cf0217c6681308d2..b439d3e8a39d6b881fc4d0528f80130385c9d6a3 100644 --- a/Hlt/HltDAQ/src/component/HltPackedDataWriter.h +++ b/Hlt/HltDAQ/src/component/HltPackedDataWriter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 HLTPACKEDDATAWRITER_H #define HLTPACKEDDATAWRITER_H 1 diff --git a/Hlt/HltDAQ/src/component/HltRawBankDecoderBase.cpp b/Hlt/HltDAQ/src/component/HltRawBankDecoderBase.cpp index 1f0af6e32afde1c65bb2b8d1ab92aaadabd14340..74df64a10cd6eecaa8fa222b8f7bccb906e454a0 100644 --- a/Hlt/HltDAQ/src/component/HltRawBankDecoderBase.cpp +++ b/Hlt/HltDAQ/src/component/HltRawBankDecoderBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "HltRawBankDecoderBase.h" #include "Event/RawEvent.h" diff --git a/Hlt/HltDAQ/src/component/HltRawBankDecoderBase.h b/Hlt/HltDAQ/src/component/HltRawBankDecoderBase.h index 9be02b306be71da7ca97f682770cda164fd4ba05..d3b49f271c183042d7d935e26e361eb4f5cd2194 100644 --- a/Hlt/HltDAQ/src/component/HltRawBankDecoderBase.h +++ b/Hlt/HltDAQ/src/component/HltRawBankDecoderBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 HLTRAWBANKDECODERBASE_H #define HLTRAWBANKDECODERBASE_H 1 diff --git a/Hlt/HltDAQ/src/component/HltRawDataMonitor.cpp b/Hlt/HltDAQ/src/component/HltRawDataMonitor.cpp index 6e4af5c827e61e990dfb3d16eeeb1ecf3af1ae82..6a76f8bf00f6408903effe98e7fc1e89d2e5632c 100644 --- a/Hlt/HltDAQ/src/component/HltRawDataMonitor.cpp +++ b/Hlt/HltDAQ/src/component/HltRawDataMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/HltDAQ/src/component/HltRawDataMonitor.h b/Hlt/HltDAQ/src/component/HltRawDataMonitor.h index fc0c7262c6540ccca21d8d263d10a01f5cf79506..ecc337b8818b638d910bb2c2d979d55ec94fb2a4 100644 --- a/Hlt/HltDAQ/src/component/HltRawDataMonitor.h +++ b/Hlt/HltDAQ/src/component/HltRawDataMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 HLTRAWDATAMONITOR_H #define HLTRAWDATAMONITOR_H 1 diff --git a/Hlt/HltDAQ/src/component/HltRoutingBitsFilter.cpp b/Hlt/HltDAQ/src/component/HltRoutingBitsFilter.cpp index df47c19bcf518fe2fc39bc406182605f6d6b8dd4..c6aceaedcecb11fa3bd6f9bc8b40af38aeb10222 100644 --- a/Hlt/HltDAQ/src/component/HltRoutingBitsFilter.cpp +++ b/Hlt/HltDAQ/src/component/HltRoutingBitsFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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> diff --git a/Hlt/HltDAQ/src/component/HltRoutingBitsWriter.cpp b/Hlt/HltDAQ/src/component/HltRoutingBitsWriter.cpp index 7e0d70b15b7dbb6e4bbea65f8aeb80245ea5e6da..31424595290bc414eb537ca5fee27c71e03625e1 100644 --- a/Hlt/HltDAQ/src/component/HltRoutingBitsWriter.cpp +++ b/Hlt/HltDAQ/src/component/HltRoutingBitsWriter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 Boost #include <boost/format.hpp> diff --git a/Hlt/HltDAQ/src/component/HltRoutingBitsWriter.h b/Hlt/HltDAQ/src/component/HltRoutingBitsWriter.h index 045b6d240c1508382b330521535223e14cdd11c9..b5d8aa77f097993556f20cb2ea496942c97f72a8 100644 --- a/Hlt/HltDAQ/src/component/HltRoutingBitsWriter.h +++ b/Hlt/HltDAQ/src/component/HltRoutingBitsWriter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_HLTROUTINGBITSWRITER_H #define HLTCOMMON_HLTROUTINGBITSWRITER_H 1 diff --git a/Hlt/HltDAQ/src/component/HltSelReportsDecoder.cpp b/Hlt/HltDAQ/src/component/HltSelReportsDecoder.cpp index facb3e68171242bebb60c3d15c293be94bc38eae..44657435b9c7e32274481c2b3240fb7d9104874d 100644 --- a/Hlt/HltDAQ/src/component/HltSelReportsDecoder.cpp +++ b/Hlt/HltDAQ/src/component/HltSelReportsDecoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "boost/format.hpp" #include <numeric> diff --git a/Hlt/HltDAQ/src/component/HltSelReportsDecoder.h b/Hlt/HltDAQ/src/component/HltSelReportsDecoder.h index f3b7509e6922f23a0e4e3c83ded2606ecf4eb8a4..c2512fa13c869829827493efaaae4ac1d97310a2 100644 --- a/Hlt/HltDAQ/src/component/HltSelReportsDecoder.h +++ b/Hlt/HltDAQ/src/component/HltSelReportsDecoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 HLTSELREPORTSDECODER_H #define HLTSELREPORTSDECODER_H 1 diff --git a/Hlt/HltDAQ/src/component/HltSelReportsStripper.cpp b/Hlt/HltDAQ/src/component/HltSelReportsStripper.cpp index 9bdd5c2d992d94e0f135951a1b739b934358555a..496baa79431ccd6df559ed4fb23adfbe540c6a3c 100644 --- a/Hlt/HltDAQ/src/component/HltSelReportsStripper.cpp +++ b/Hlt/HltDAQ/src/component/HltSelReportsStripper.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <algorithm> #include <map> diff --git a/Hlt/HltDAQ/src/component/HltSelReportsWriter.cpp b/Hlt/HltDAQ/src/component/HltSelReportsWriter.cpp index ba64e053a574d4eee079ce4b2d540de2127da710..d98906750958dbad3c53741e25c7bd471c194648 100644 --- a/Hlt/HltDAQ/src/component/HltSelReportsWriter.cpp +++ b/Hlt/HltDAQ/src/component/HltSelReportsWriter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <memory> #include <cctype> #include <numeric> diff --git a/Hlt/HltDAQ/src/component/HltSelReportsWriter.h b/Hlt/HltDAQ/src/component/HltSelReportsWriter.h index 2a5ff1931e44558e55bfd3eca90ce04f4a47874e..5ee0992be5f759d42ed2dd6d0fdb8f48421a9666 100644 --- a/Hlt/HltDAQ/src/component/HltSelReportsWriter.h +++ b/Hlt/HltDAQ/src/component/HltSelReportsWriter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 HLTSELREPORTSWRITER_H #define HLTSELREPORTSWRITER_H 1 diff --git a/Hlt/HltDAQ/src/component/HltTrackReportsDecoder.cpp b/Hlt/HltDAQ/src/component/HltTrackReportsDecoder.cpp index 12df3e6c91ac06d3e5a62aa399a96cfa05cbcac5..c6dd5dc63c055746f05b8f1fd4dd96244d4a46a7 100644 --- a/Hlt/HltDAQ/src/component/HltTrackReportsDecoder.cpp +++ b/Hlt/HltDAQ/src/component/HltTrackReportsDecoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "boost/format.hpp" #include <algorithm> diff --git a/Hlt/HltDAQ/src/component/HltTrackReportsDecoder.h b/Hlt/HltDAQ/src/component/HltTrackReportsDecoder.h index f7b5adc7e35bbdbd0a107ab8c337a171235bdc72..6bb559fc25c4c5a12f0c82b90edd12df137f929e 100644 --- a/Hlt/HltDAQ/src/component/HltTrackReportsDecoder.h +++ b/Hlt/HltDAQ/src/component/HltTrackReportsDecoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 HLTTRACKREPORTSDECODER_H #define HLTTRACKREPORTSDECODER_H 1 diff --git a/Hlt/HltDAQ/src/component/HltTrackReportsWriter.cpp b/Hlt/HltDAQ/src/component/HltTrackReportsWriter.cpp index b9d80012503bbae2ea27eb6c3c8493b8e174c590..0eba88562e459ac4191dcebb69bc5c5eb6915fe7 100644 --- a/Hlt/HltDAQ/src/component/HltTrackReportsWriter.cpp +++ b/Hlt/HltDAQ/src/component/HltTrackReportsWriter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/RawEvent.h" diff --git a/Hlt/HltDAQ/src/component/HltTrackReportsWriter.h b/Hlt/HltDAQ/src/component/HltTrackReportsWriter.h index 4915085622625e312aa05741a215a7fdbe25e274..994c1c7f8fb1f3d44a69a6df30a999473d650314 100644 --- a/Hlt/HltDAQ/src/component/HltTrackReportsWriter.h +++ b/Hlt/HltDAQ/src/component/HltTrackReportsWriter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: HltTrackReportsWriter.h $ #ifndef HLTTRACKREPORTSWRITER_H #define HLTTRACKREPORTSWRITER_H 1 diff --git a/Hlt/HltDAQ/src/component/HltVertexReportsDecoder.cpp b/Hlt/HltDAQ/src/component/HltVertexReportsDecoder.cpp index 29265323183444114c54bd0b2e98812e9cf2ae46..5d5383ac61eb747822047f835b3b8671fe7748f4 100644 --- a/Hlt/HltDAQ/src/component/HltVertexReportsDecoder.cpp +++ b/Hlt/HltDAQ/src/component/HltVertexReportsDecoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <memory> diff --git a/Hlt/HltDAQ/src/component/HltVertexReportsDecoder.h b/Hlt/HltDAQ/src/component/HltVertexReportsDecoder.h index bfb0806e1d7129b94d6b25a242f987657f3e82e6..cd558d9b32271cabb7765cc67de1da0a92628342 100644 --- a/Hlt/HltDAQ/src/component/HltVertexReportsDecoder.h +++ b/Hlt/HltDAQ/src/component/HltVertexReportsDecoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 HLTVERTEXREPORTSDECODER_H #define HLTVERTEXREPORTSDECODER_H 1 diff --git a/Hlt/HltDAQ/src/component/HltVertexReportsWriter.cpp b/Hlt/HltDAQ/src/component/HltVertexReportsWriter.cpp index 4ec7c4dc473d94f998e0bf67dc68140459ce8c71..b8337a13b5a371c3bf42b609ac9b4eceedbdc892 100644 --- a/Hlt/HltDAQ/src/component/HltVertexReportsWriter.cpp +++ b/Hlt/HltDAQ/src/component/HltVertexReportsWriter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/RawEvent.h" diff --git a/Hlt/HltDAQ/src/component/HltVertexReportsWriter.h b/Hlt/HltDAQ/src/component/HltVertexReportsWriter.h index 6804153f5bdf5f71126cb1338753afdd0d678414..70e6dbd5350ee5d8b0eb06a44316b489e54f69bb 100644 --- a/Hlt/HltDAQ/src/component/HltVertexReportsWriter.h +++ b/Hlt/HltDAQ/src/component/HltVertexReportsWriter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 HLTVERTEXREPORTSWRITER_H #define HLTVERTEXREPORTSWRITER_H 1 diff --git a/Hlt/HltDAQ/src/component/PackedDataBuffer.cpp b/Hlt/HltDAQ/src/component/PackedDataBuffer.cpp index 81f6eebd71730bfc38dae8c87aa43e73cd07c7d1..c7f58791469fded6c38371a0f6cfff2ac15b5d66 100644 --- a/Hlt/HltDAQ/src/component/PackedDataBuffer.cpp +++ b/Hlt/HltDAQ/src/component/PackedDataBuffer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "RZip.h" #include "PackedDataBuffer.h" diff --git a/Hlt/HltDAQ/src/component/PackedDataBuffer.h b/Hlt/HltDAQ/src/component/PackedDataBuffer.h index 349f0b6a114a2e26251a590bd0a2c523d035c86f..8faf948d5d86af6c5ecc29a825e344f819e649ce 100644 --- a/Hlt/HltDAQ/src/component/PackedDataBuffer.h +++ b/Hlt/HltDAQ/src/component/PackedDataBuffer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PACKEDDATABUFFER_H #define PACKEDDATABUFFER_H 1 diff --git a/Hlt/HltDAQ/src/component/PackedDataChecksum.cpp b/Hlt/HltDAQ/src/component/PackedDataChecksum.cpp index f7a6cd352d756e007cc7e13d4dc33a80a92d0c52..f4fc628b609cab1f75a1e7b4079761abb0150bbb 100644 --- a/Hlt/HltDAQ/src/component/PackedDataChecksum.cpp +++ b/Hlt/HltDAQ/src/component/PackedDataChecksum.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "PackedDataChecksum.h" namespace PackedDataPersistence { diff --git a/Hlt/HltDAQ/src/component/PackedDataChecksum.h b/Hlt/HltDAQ/src/component/PackedDataChecksum.h index c11c54e7e1ebfc4d36be0dd742787aa2d2cf4eb6..59df5bcc82dfa77b39553facb2dc8e93ca3de2b6 100644 --- a/Hlt/HltDAQ/src/component/PackedDataChecksum.h +++ b/Hlt/HltDAQ/src/component/PackedDataChecksum.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PACKEDOBJECTCHECKSUM_H #define PACKEDOBJECTCHECKSUM_H 1 diff --git a/Hlt/HltDAQ/src/component/ReportConvertTool.cpp b/Hlt/HltDAQ/src/component/ReportConvertTool.cpp index 770823b27c1868591489cb8cfaa4422923a4115c..cbbdacbb0d7135315b2d12f5ad6495aa90d77692 100644 --- a/Hlt/HltDAQ/src/component/ReportConvertTool.cpp +++ b/Hlt/HltDAQ/src/component/ReportConvertTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "HltDAQ/ReportConvertTool.h" #include "pun.h" diff --git a/Hlt/HltDAQ/src/component/pun.h b/Hlt/HltDAQ/src/component/pun.h index 9fd4a168f99315721550ece4781e02e9a0e8249f..8d334696eb4dcbc50c3c808152964d4e70f9e0c8 100644 --- a/Hlt/HltDAQ/src/component/pun.h +++ b/Hlt/HltDAQ/src/component/pun.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PUN_H #define PUN_H #include <cstring> diff --git a/Hlt/HltDAQ/src/lib/HltEvaluator.cpp b/Hlt/HltDAQ/src/lib/HltEvaluator.cpp index eacfd98894dec32381bf22b1d7aee18d1c623675..88cb8dbab617af1b5441e1bad44a541e259c1a9c 100644 --- a/Hlt/HltDAQ/src/lib/HltEvaluator.cpp +++ b/Hlt/HltDAQ/src/lib/HltEvaluator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 Boost #include <boost/format.hpp> diff --git a/Hlt/HltDAQ/src/lib/HltTrackingCoder.cpp b/Hlt/HltDAQ/src/lib/HltTrackingCoder.cpp index a78995687f1c4f3513e9470fbb253f0dd54d70af..da5027ac6d285c955c118a6ae0647e4a3d0572d1 100644 --- a/Hlt/HltDAQ/src/lib/HltTrackingCoder.cpp +++ b/Hlt/HltDAQ/src/lib/HltTrackingCoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <iostream> diff --git a/Hlt/HltDAQ/src/utest/utestTrackingCoder.cpp b/Hlt/HltDAQ/src/utest/utestTrackingCoder.cpp index cd3d81a25602975f126a38447988bbdb839246c7..1eeed6039f5a94bbd52e58bb5aebf991bd87757b 100644 --- a/Hlt/HltDAQ/src/utest/utestTrackingCoder.cpp +++ b/Hlt/HltDAQ/src/utest/utestTrackingCoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 BOOST_TEST_DYN_LINK #define BOOST_TEST_MODULE utestTrackingCoder #include <boost/test/unit_test.hpp> diff --git a/Hlt/HltDAQ/tests/options/dump.py b/Hlt/HltDAQ/tests/options/dump.py index 71eafd3d6857c9bdbf9a5fa1aece07d35e4e42fe..0df755b16436c58f1288ca5e4c2804c8c31ec9c1 100644 --- a/Hlt/HltDAQ/tests/options/dump.py +++ b/Hlt/HltDAQ/tests/options/dump.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 bankKiller, RawEventDump, GaudiSequencer from Configurables import LHCbApp diff --git a/Hlt/HltDAQ/tests/options/dump_decode_wipe_encode.py b/Hlt/HltDAQ/tests/options/dump_decode_wipe_encode.py index 2fa0e8dfc2806280b79dae4b7e8af1ea5c8aaa17..fc119ac74f5d1ae84af0be8e991b9f4e12863f8d 100644 --- a/Hlt/HltDAQ/tests/options/dump_decode_wipe_encode.py +++ b/Hlt/HltDAQ/tests/options/dump_decode_wipe_encode.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 bankKiller, RawEventDump, GaudiSequencer from Configurables import LHCbApp diff --git a/Hlt/HltDAQ/tests/options/dump_decode_wipe_encode_split.py b/Hlt/HltDAQ/tests/options/dump_decode_wipe_encode_split.py index 3c2c9898d7e08122eacff4fce6232b3adcb86bfd..8fd8f06ffa557d4839d1ae0c80c63e5cdb480bc6 100644 --- a/Hlt/HltDAQ/tests/options/dump_decode_wipe_encode_split.py +++ b/Hlt/HltDAQ/tests/options/dump_decode_wipe_encode_split.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 bankKiller, RawEventDump, GaudiSequencer from Configurables import LHCbApp diff --git a/Hlt/HltDAQ/tests/options/get_properties.py b/Hlt/HltDAQ/tests/options/get_properties.py index 532dc44131c00c4f4bd16ce31b11a516993dece0..b2986bb24d772cbe6d9aa56d7bf9dd14a7b0fb0f 100644 --- a/Hlt/HltDAQ/tests/options/get_properties.py +++ b/Hlt/HltDAQ/tests/options/get_properties.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 argparse import shelve import sys diff --git a/Hlt/HltDAQ/tests/options/get_tck.py b/Hlt/HltDAQ/tests/options/get_tck.py index 4b8bd82fb09f8bfd0b8d1bed094fe44a9ed9be93..fcd1c999399a6b8279bd0a4b14ba596aed000f80 100644 --- a/Hlt/HltDAQ/tests/options/get_tck.py +++ b/Hlt/HltDAQ/tests/options/get_tck.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 os, re import argparse diff --git a/Hlt/HltDAQ/tests/options/sel_reports_stripper.py b/Hlt/HltDAQ/tests/options/sel_reports_stripper.py index 0a5769619e40e13750630cd713bdefc004a12780..995714849b249709f1252765ffdd3614a4edfb73 100644 --- a/Hlt/HltDAQ/tests/options/sel_reports_stripper.py +++ b/Hlt/HltDAQ/tests/options/sel_reports_stripper.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """Test the HltSelReportsStripper and related data flow. The realistic data flow where HltSelReportsStripper will be used is diff --git a/Hlt/HltDAQ/tests/options/test_catalog.xml b/Hlt/HltDAQ/tests/options/test_catalog.xml index b6e802bd70fd4c0470d69879ca1edde207ba05bf..29885c527511610dce8fe1ae3d114acdc85cf059 100644 --- a/Hlt/HltDAQ/tests/options/test_catalog.xml +++ b/Hlt/HltDAQ/tests/options/test_catalog.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8" standalone="no" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- Edited By POOL --> <!DOCTYPE POOLFILECATALOG SYSTEM "InMemory"> <POOLFILECATALOG> diff --git a/Hlt/HltDAQ/tests/options/test_rb.py b/Hlt/HltDAQ/tests/options/test_rb.py index 467f3d1a796778c14ac418107dfd09e724c1c80f..e960f8c84dabc1934dcf8fca428e34a4a35d0dd0 100644 --- a/Hlt/HltDAQ/tests/options/test_rb.py +++ b/Hlt/HltDAQ/tests/options/test_rb.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 re import sys import os diff --git a/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/a_dumptolatestformat.qmt b/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/a_dumptolatestformat.qmt index 07187c4fac7b177788c7ce2e6feaac3999c2468b..6dc5944439e6a8cd0fedc188fdaa5b2312f5e06c 100644 --- a/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/a_dumptolatestformat.qmt +++ b/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/a_dumptolatestformat.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/b_dumpafterreformat.qmt b/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/b_dumpafterreformat.qmt index a15d6054e71bd02c25af9699a143045e43a49e13..4a0cd4a2a235b6b68a2d54ee3f2ba65dd8d2680a 100644 --- a/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/b_dumpafterreformat.qmt +++ b/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/b_dumpafterreformat.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="prerequisites"><set> diff --git a/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/routingbits_beamgas.qmt b/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/routingbits_beamgas.qmt index 28989281fe1f367f062ce85cf62fbd662528add1..0aec367ab2bea025a03307d9ad561f42aeb07cb6 100644 --- a/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/routingbits_beamgas.qmt +++ b/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/routingbits_beamgas.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>python</text></argument> <argument name="args"><set> diff --git a/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/routingbits_full.qmt b/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/routingbits_full.qmt index 654f768a55eb6c0123318f5f5dd58de329f656a8..2d65b3c0dd948867c765b0315588895b4f1772a8 100644 --- a/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/routingbits_full.qmt +++ b/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/routingbits_full.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>python</text></argument> <argument name="args"><set> diff --git a/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/routingbits_nobias.qmt b/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/routingbits_nobias.qmt index 4f3f6ae0ece96d4f036a9cc775ff6b311562a40f..948d163363677ba5dc64fdf2b00ceb7096dbb8b6 100644 --- a/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/routingbits_nobias.qmt +++ b/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/routingbits_nobias.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>python</text></argument> <argument name="args"><set> diff --git a/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/routingbits_turbo.qmt b/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/routingbits_turbo.qmt index 2580f7e59ef098a220ae8a6520fa4ae48ba361ff..e96fb9f16ecf40b7dcae16348dd79491b58b72eb 100644 --- a/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/routingbits_turbo.qmt +++ b/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/routingbits_turbo.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>python</text></argument> <argument name="args"><set> diff --git a/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/routingbits_turcal.qmt b/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/routingbits_turcal.qmt index e3bcc569adc2e92e2c01ec05dc454074f9858b08..ab6eb0ae08139ee4aa9b26646674dc4217bc6c80 100644 --- a/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/routingbits_turcal.qmt +++ b/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/routingbits_turcal.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>python</text></argument> <argument name="args"><set> diff --git a/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/sel_reports_stripper.qmt b/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/sel_reports_stripper.qmt index c47e5573987c4c14cded1236e6780c59deb5c18b..71a595e7a3e3cf28e9e552dcbbf9da1b021dbf61 100644 --- a/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/sel_reports_stripper.qmt +++ b/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/sel_reports_stripper.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>python</text></argument> <argument name="args"><set> diff --git a/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/unittests.qms/utesttrackingcoder.qmt b/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/unittests.qms/utesttrackingcoder.qmt index 1e3ff22bbdedae4b9c553302d3ca4f31dd74bf71..4f1612bce6ee5bebe9fd25f40bca950abd912bcb 100644 --- a/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/unittests.qms/utesttrackingcoder.qmt +++ b/Hlt/HltDAQ/tests/qmtest/hltdaq.qms/unittests.qms/utesttrackingcoder.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>utestTrackingCoder.exe</text></argument> <argument name="validator"><text> diff --git a/Hlt/HltDAQ/xml/HltSelRepRBEnums.xml b/Hlt/HltDAQ/xml/HltSelRepRBEnums.xml index 4ce340f9e4859037d7a66ef3b90739cbb2766898..2da49039e103cff3d9e264fd07f99356488c5ab3 100644 --- a/Hlt/HltDAQ/xml/HltSelRepRBEnums.xml +++ b/Hlt/HltDAQ/xml/HltSelRepRBEnums.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Tomasz Skwarnicki --> <!--- Created : 2008-07-30 --> diff --git a/Hlt/HltDAQ/xml/HltSelRepRBExtraInfo.xml b/Hlt/HltDAQ/xml/HltSelRepRBExtraInfo.xml index c3baa4e0bb241a7927dfa30c2be0cba512e14539..4d7b1e295a9429a3814c5c81c2d3afe389639998 100644 --- a/Hlt/HltDAQ/xml/HltSelRepRBExtraInfo.xml +++ b/Hlt/HltDAQ/xml/HltSelRepRBExtraInfo.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Tomasz Skwarnicki --> <!--- Created : 2008-08-01 --> diff --git a/Hlt/HltDAQ/xml/HltSelRepRBHits.xml b/Hlt/HltDAQ/xml/HltSelRepRBHits.xml index a67589b2c3a02c344f3b81d0a20849947dabe1e5..02f24a7cda40388980641e7c8321584ad0952a67 100644 --- a/Hlt/HltDAQ/xml/HltSelRepRBHits.xml +++ b/Hlt/HltDAQ/xml/HltSelRepRBHits.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Tomasz Skwarnicki --> <!--- Created : 2008-07-30 --> diff --git a/Hlt/HltDAQ/xml/HltSelRepRBObjTyp.xml b/Hlt/HltDAQ/xml/HltSelRepRBObjTyp.xml index 94b166c29a9a184bc41700cd4aa0ab11510e0980..ad818595696751ef13ed8b71c004c724c2d11262 100644 --- a/Hlt/HltDAQ/xml/HltSelRepRBObjTyp.xml +++ b/Hlt/HltDAQ/xml/HltSelRepRBObjTyp.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Tomasz Skwarnicki --> <!--- Created : 2008-08-01 --> diff --git a/Hlt/HltDAQ/xml/HltSelRepRBStdInfo.xml b/Hlt/HltDAQ/xml/HltSelRepRBStdInfo.xml index fe269fd8eb18852b2518a6c354e18dd19ef35a48..3720ae76740610d79d838012ac1d866b96967167 100644 --- a/Hlt/HltDAQ/xml/HltSelRepRBStdInfo.xml +++ b/Hlt/HltDAQ/xml/HltSelRepRBStdInfo.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Tomasz Skwarnicki --> <!--- Created : 2008-08-01 --> diff --git a/Hlt/HltDAQ/xml/HltSelRepRBSubstr.xml b/Hlt/HltDAQ/xml/HltSelRepRBSubstr.xml index b56d5adeaf5ce402a7ddea150aed03313f2dd93e..8510f0ad2ecf6573d4a7a802ac848420806d8df4 100644 --- a/Hlt/HltDAQ/xml/HltSelRepRBSubstr.xml +++ b/Hlt/HltDAQ/xml/HltSelRepRBSubstr.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Tomasz Skwarnicki --> <!--- Created : 2008-07-31 --> diff --git a/Hlt/HltDAQ/xml/HltSelRepRawBank.xml b/Hlt/HltDAQ/xml/HltSelRepRawBank.xml index ef0eab898117ac16056eb2ac73526f68cbf778a9..156911886b4a1b410949a7622b8c3e8a1c7bed3c 100644 --- a/Hlt/HltDAQ/xml/HltSelRepRawBank.xml +++ b/Hlt/HltDAQ/xml/HltSelRepRawBank.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Tomasz Skwarnicki --> <!--- Created : 2008-07-30 --> diff --git a/Hlt/HltServices/CMakeLists.txt b/Hlt/HltServices/CMakeLists.txt index d8cc0d994c1e70c0fc6957971761d1c6f43cbe99..1b77e5db0ec1ae177557cf804296049a77e1098c 100644 --- a/Hlt/HltServices/CMakeLists.txt +++ b/Hlt/HltServices/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: HltServices ################################################################################ diff --git a/Hlt/HltServices/src/ANNSvc.cpp b/Hlt/HltServices/src/ANNSvc.cpp index f78d569e125caf4751ae9f0c191e7544367a9e7a..f5c22236b666ce1036724b08cf68bb0688340d82 100644 --- a/Hlt/HltServices/src/ANNSvc.cpp +++ b/Hlt/HltServices/src/ANNSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <string> #include <vector> #include <map> diff --git a/Hlt/HltServices/src/ANNSvc.h b/Hlt/HltServices/src/ANNSvc.h index c6205720c6c3fcdae4738310726dd8071bae38a3..acd91e2278d3c36bcf6abf192266d51ebfdd4956 100644 --- a/Hlt/HltServices/src/ANNSvc.h +++ b/Hlt/HltServices/src/ANNSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ANNSVC_H #define ANNSVC_H 1 diff --git a/Hlt/HltServices/src/ConfigArchiveAccessSvc.cpp b/Hlt/HltServices/src/ConfigArchiveAccessSvc.cpp index bfb9820e7b991f34bdde07571b7e096188a2e89a..57f8562bf094bb9f945943518b28c6efde30186d 100644 --- a/Hlt/HltServices/src/ConfigArchiveAccessSvc.cpp +++ b/Hlt/HltServices/src/ConfigArchiveAccessSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "ConfigArchiveAccessSvc.h" #include "IArchive.h" #include <sstream> diff --git a/Hlt/HltServices/src/ConfigArchiveAccessSvc.h b/Hlt/HltServices/src/ConfigArchiveAccessSvc.h index c720bddc44579745259de80518ae8babf83819d3..2c313ce50989ff96486c1d5ca513ba5bd50d2f55 100644 --- a/Hlt/HltServices/src/ConfigArchiveAccessSvc.h +++ b/Hlt/HltServices/src/ConfigArchiveAccessSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CONFIGARCHIVEACCESSSVC_H #define CONFIGARCHIVEACCESSSVC_H diff --git a/Hlt/HltServices/src/ConfigCDBAccessSvc.cpp b/Hlt/HltServices/src/ConfigCDBAccessSvc.cpp index 898b72a43d1d5a8a0bb90868a12756e7da341372..aa6b2b17c93f033ff5de056d1073a99992a28836 100644 --- a/Hlt/HltServices/src/ConfigCDBAccessSvc.cpp +++ b/Hlt/HltServices/src/ConfigCDBAccessSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "ConfigCDBAccessSvc.h" #include "cdb.h" diff --git a/Hlt/HltServices/src/ConfigCDBAccessSvc.h b/Hlt/HltServices/src/ConfigCDBAccessSvc.h index 8fa6f10c286a53ceb5171e44849fd81d04c152eb..9a1ff4e7ca745cf8dbbb625f626a54e529a41ebd 100644 --- a/Hlt/HltServices/src/ConfigCDBAccessSvc.h +++ b/Hlt/HltServices/src/ConfigCDBAccessSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CONFIGCDBACCESSSVC_H #define CONFIGCDBACCESSSVC_H 1 diff --git a/Hlt/HltServices/src/ConfigFileAccessSvc.cpp b/Hlt/HltServices/src/ConfigFileAccessSvc.cpp index 162c5028bdf9cac52a21efd2c9f33fb57453dc7a..4ad1095a9c5b41958fb1a5bd31df81714aac25a2 100644 --- a/Hlt/HltServices/src/ConfigFileAccessSvc.cpp +++ b/Hlt/HltServices/src/ConfigFileAccessSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "ConfigFileAccessSvc.h" #include <sstream> #include <string> diff --git a/Hlt/HltServices/src/ConfigFileAccessSvc.h b/Hlt/HltServices/src/ConfigFileAccessSvc.h index bd4ba75ec4774822420f358b8544350fa66e446e..51049d4a9c14ce3c59b173d6a6824de2ff5274f8 100644 --- a/Hlt/HltServices/src/ConfigFileAccessSvc.h +++ b/Hlt/HltServices/src/ConfigFileAccessSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CONFIGFILEACCESSSVC_H #define CONFIGFILEACCESSSVC_H 1 diff --git a/Hlt/HltServices/src/ConfigStackAccessSvc.cpp b/Hlt/HltServices/src/ConfigStackAccessSvc.cpp index 2ef0ad9805fea53b96c192200b98ed9db522a424..559b23771721e81231fc68b6ec75ef25c605ddf1 100644 --- a/Hlt/HltServices/src/ConfigStackAccessSvc.cpp +++ b/Hlt/HltServices/src/ConfigStackAccessSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "ConfigStackAccessSvc.h" diff --git a/Hlt/HltServices/src/ConfigStackAccessSvc.h b/Hlt/HltServices/src/ConfigStackAccessSvc.h index af03bd13cadb7bc2b4ec48f72c9cf2e2e4877b04..52590c704d10a5e0ae339717f094d094df36fcab 100644 --- a/Hlt/HltServices/src/ConfigStackAccessSvc.h +++ b/Hlt/HltServices/src/ConfigStackAccessSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CONFIGFILEACCESSSVC_H #define CONFIGFILEACCESSSVC_H 1 diff --git a/Hlt/HltServices/src/ConfigTarFileAccessSvc.cpp b/Hlt/HltServices/src/ConfigTarFileAccessSvc.cpp index 20f4de453798377db6d674f941234affda6d5abc..9fdcffd7c9d90fd807e20cdca8668cd05f799a10 100644 --- a/Hlt/HltServices/src/ConfigTarFileAccessSvc.cpp +++ b/Hlt/HltServices/src/ConfigTarFileAccessSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "ConfigTarFileAccessSvc.h" #include "GaudiKernel/System.h" diff --git a/Hlt/HltServices/src/ConfigTarFileAccessSvc.h b/Hlt/HltServices/src/ConfigTarFileAccessSvc.h index 234e7083cfeb7277438fb9898a87503a86b92db2..1dcf406938a189198289c5ab8e9c86f439534bf8 100644 --- a/Hlt/HltServices/src/ConfigTarFileAccessSvc.h +++ b/Hlt/HltServices/src/ConfigTarFileAccessSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CONFIGTARFILEACCESSSVC_H #define CONFIGTARFILEACCESSSVC_H 1 diff --git a/Hlt/HltServices/src/ConfigZipFileAccessSvc.cpp b/Hlt/HltServices/src/ConfigZipFileAccessSvc.cpp index 84269339bc823237556ecfa640b49bdf2da59c5f..7a9522999cf020db80b16524976f68c4f193a4dc 100644 --- a/Hlt/HltServices/src/ConfigZipFileAccessSvc.cpp +++ b/Hlt/HltServices/src/ConfigZipFileAccessSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "ConfigZipFileAccessSvc.h" #include <iostream> diff --git a/Hlt/HltServices/src/ConfigZipFileAccessSvc.h b/Hlt/HltServices/src/ConfigZipFileAccessSvc.h index 8b7ac0888b67861c14ba3c97de4a0c2cf5ea6e44..16a6cf0a750b6b4b504e105e762353ebadf20e37 100644 --- a/Hlt/HltServices/src/ConfigZipFileAccessSvc.h +++ b/Hlt/HltServices/src/ConfigZipFileAccessSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CONFIGZIPFILEACCESSSVC_H #define CONFIGZIPFILEACCESSSVC_H 1 diff --git a/Hlt/HltServices/src/HltANNSvc.cpp b/Hlt/HltServices/src/HltANNSvc.cpp index df40ee509ef7a9c33aa55a257fb52f889f919d78..f8f3ebb55c7cc35ec7e0fbf2b7d71ac3986800b4 100644 --- a/Hlt/HltServices/src/HltANNSvc.cpp +++ b/Hlt/HltServices/src/HltANNSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "ANNSvc.h" #include <string> #include <functional> diff --git a/Hlt/HltServices/src/HltConfigSvc.cpp b/Hlt/HltServices/src/HltConfigSvc.cpp index 9e79dbb4c0e926ad61d5cba55edb6c93c5a01541..e68c1369557ab1c9eb7555b657b8df7939231e19 100644 --- a/Hlt/HltServices/src/HltConfigSvc.cpp +++ b/Hlt/HltServices/src/HltConfigSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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> diff --git a/Hlt/HltServices/src/HltConfigSvc.h b/Hlt/HltServices/src/HltConfigSvc.h index 510ee359639bdf23195a3f0ad8721c68e0c0d192..5a7859af29b128fd98e894c79eb4414d1ce43224 100644 --- a/Hlt/HltServices/src/HltConfigSvc.h +++ b/Hlt/HltServices/src/HltConfigSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 HLTCONFIGSVC_H #define HLTCONFIGSVC_H 1 diff --git a/Hlt/HltServices/src/HltGenConfig.cpp b/Hlt/HltServices/src/HltGenConfig.cpp index c42ea98c298a892462206145dfe199833ea51ece..20b1ad36d947b77898867f394096aa580f7e3b41 100644 --- a/Hlt/HltServices/src/HltGenConfig.cpp +++ b/Hlt/HltServices/src/HltGenConfig.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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> diff --git a/Hlt/HltServices/src/HltGenConfig.h b/Hlt/HltServices/src/HltGenConfig.h index 182b07522196d48d36e034e1615dbdf3e930f3b0..bfb6328e139a69667d50d0b9f0a7ae1c12b1030b 100644 --- a/Hlt/HltServices/src/HltGenConfig.h +++ b/Hlt/HltServices/src/HltGenConfig.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/HltServices/src/HltLinePersistenceSvc.cpp b/Hlt/HltServices/src/HltLinePersistenceSvc.cpp index f482dc5fa900fe85bc1721c6e6ab344b10ba8e82..c97503e3e8740740d2d93a96787c08c225563ecc 100644 --- a/Hlt/HltServices/src/HltLinePersistenceSvc.cpp +++ b/Hlt/HltServices/src/HltLinePersistenceSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <string> #include <vector> #include "GaudiKernel/Service.h" diff --git a/Hlt/HltServices/src/IArchive.h b/Hlt/HltServices/src/IArchive.h index b45f96f1c8c23525110996f49915eaa65a3930e0..6ef7bcc2e512fe684a7eaaef946e37dc21f8e033 100644 --- a/Hlt/HltServices/src/IArchive.h +++ b/Hlt/HltServices/src/IArchive.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IARCHIVE_H #define IARCHIVE_H diff --git a/Hlt/HltServices/src/LinePersistenceSvcCommon.cpp b/Hlt/HltServices/src/LinePersistenceSvcCommon.cpp index 7ac830a142716afd928eef5786e2a06c73257965..4995984f5d1635898469cbabec8b81a62f991342 100644 --- a/Hlt/HltServices/src/LinePersistenceSvcCommon.cpp +++ b/Hlt/HltServices/src/LinePersistenceSvcCommon.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "LinePersistenceSvcCommon.h" ILinePersistenceSvc::Locations diff --git a/Hlt/HltServices/src/LinePersistenceSvcCommon.h b/Hlt/HltServices/src/LinePersistenceSvcCommon.h index 31647f3b0bf08d13f21970fe11e36eb3769dea0b..5eceff0d947425abac722f215913b4367578eb08 100644 --- a/Hlt/HltServices/src/LinePersistenceSvcCommon.h +++ b/Hlt/HltServices/src/LinePersistenceSvcCommon.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LinePersistenceSvcCommon_H #define LinePersistenceSvcCommon_H 1 diff --git a/Hlt/HltServices/src/PropertyConfigSvc.cpp b/Hlt/HltServices/src/PropertyConfigSvc.cpp index 39e1bc9505bdbf51fdfa8b111a25bf7ad6d66b3d..64fc89dda140a9d1ba897e9ba672c19b5ff91a41 100644 --- a/Hlt/HltServices/src/PropertyConfigSvc.cpp +++ b/Hlt/HltServices/src/PropertyConfigSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/HltServices/src/PropertyConfigSvc.h b/Hlt/HltServices/src/PropertyConfigSvc.h index 23e219ec814262e73c3960388af509460a28a6fb..3945188aa4dd9be4eabfce00f20a5d7809e14590 100644 --- a/Hlt/HltServices/src/PropertyConfigSvc.h +++ b/Hlt/HltServices/src/PropertyConfigSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PROPERTYCONFIGSVC_H #define PROPERTYCONFIGSVC_H 1 diff --git a/Hlt/HltServices/src/TCKANNSvc.cpp b/Hlt/HltServices/src/TCKANNSvc.cpp index 9417317ae69dcc2d1b1ec79f0355b88518749405..e8725785150de2e68d29da7b2814fb605498ed09 100644 --- a/Hlt/HltServices/src/TCKANNSvc.cpp +++ b/Hlt/HltServices/src/TCKANNSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <string> #include <map> diff --git a/Hlt/HltServices/src/TCKLinePersistenceSvc.cpp b/Hlt/HltServices/src/TCKLinePersistenceSvc.cpp index a964fe939ba74c0f2807dd3cb761288b8c11d192..d7ff0e177e909a7656c82a9772782deeca716e0a 100644 --- a/Hlt/HltServices/src/TCKLinePersistenceSvc.cpp +++ b/Hlt/HltServices/src/TCKLinePersistenceSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <vector> #include "GaudiKernel/Service.h" #include "GaudiKernel/Property.h" diff --git a/Hlt/HltServices/src/cdb.cpp b/Hlt/HltServices/src/cdb.cpp index 66a82639fc9466cb0b28b749b3ee92c4f7ab1463..a424f94f8688ac7699f3de03eb66ac4c23a7479e 100644 --- a/Hlt/HltServices/src/cdb.cpp +++ b/Hlt/HltServices/src/cdb.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /* cdb_init.c: cdb_init, cdb_free and cdb_read routines * * This file is a part of tinycdb package by Michael Tokarev, mjt@corpit.ru. diff --git a/Hlt/HltServices/src/cdb.h b/Hlt/HltServices/src/cdb.h index 5c8a149b19ddc8583c78cd7a902979eecf6ac020..580c90437e70a1d86f77d0959950c73da96d54e2 100644 --- a/Hlt/HltServices/src/cdb.h +++ b/Hlt/HltServices/src/cdb.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /* cdb.h: public cdb include file * * This file is a part of tinycdb package by Michael Tokarev, mjt@corpit.ru. diff --git a/Hlt/HltServices/src/tar.cpp b/Hlt/HltServices/src/tar.cpp index 56389621715b4f5abd53bd2bdd5ad514bc78f760..07f1e502f42996caf4b55a883b0b90251cbe52c7 100644 --- a/Hlt/HltServices/src/tar.cpp +++ b/Hlt/HltServices/src/tar.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "tar.h" #include <sstream> #include <set> diff --git a/Hlt/HltServices/src/tar.h b/Hlt/HltServices/src/tar.h index c21dc9c85cc616a9e1fe92b3b711593df401032e..27bb8ddba681b0f74aa5f7cb725674d01392e1e2 100644 --- a/Hlt/HltServices/src/tar.h +++ b/Hlt/HltServices/src/tar.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TAR_IMPL_H #define TAR_IMPL_H #include "IArchive.h" diff --git a/Hlt/HltServices/src/zip.cpp b/Hlt/HltServices/src/zip.cpp index 6cf1cd78ae7b863e52e2afa0d5063e03b89f770a..a6783d194f9c939fd31338e9b4052d8cdfa847d7 100644 --- a/Hlt/HltServices/src/zip.cpp +++ b/Hlt/HltServices/src/zip.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "zip.h" #include <boost/crc.hpp> // for boost::crc_32_type #include "boost/regex.hpp" diff --git a/Hlt/HltServices/src/zip.h b/Hlt/HltServices/src/zip.h index 0a5e639c8f331c2b5c0318626d3edb9e35bb2acc..36fc39144fb5ca58e437542daf89c36f7ee2529c 100644 --- a/Hlt/HltServices/src/zip.h +++ b/Hlt/HltServices/src/zip.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ZIP_H #define ZIP_H /* diff --git a/Hlt/HltServices/tests/options/assign_tck.py b/Hlt/HltServices/tests/options/assign_tck.py index 14cd208f2738e1e8729a7ba62900ed967fdacb14..e04f78c29f7a96dce782e0baf54a0c72ee4af906 100644 --- a/Hlt/HltServices/tests/options/assign_tck.py +++ b/Hlt/HltServices/tests/options/assign_tck.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 argparse from Configurables import ApplicationMgr from Configurables import ConfigCDBAccessSvc, PropertyConfigSvc diff --git a/Hlt/HltServices/tests/options/get_tck.py b/Hlt/HltServices/tests/options/get_tck.py index 2c25ae7397f0f35492e83791cbfc91193fc26982..60f0d87675d26dc0c951fb4510a7a33bc3a3d261 100644 --- a/Hlt/HltServices/tests/options/get_tck.py +++ b/Hlt/HltServices/tests/options/get_tck.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # General configuration import os import re diff --git a/Hlt/HltServices/tests/options/line_persistence_svc.py b/Hlt/HltServices/tests/options/line_persistence_svc.py index eb3962110b2f214b9ed82f1ef7df074df4ba89e0..417d59345afb68b160deed517b2dcd3d7561e5d2 100644 --- a/Hlt/HltServices/tests/options/line_persistence_svc.py +++ b/Hlt/HltServices/tests/options/line_persistence_svc.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 os from itertools import product, combinations, chain from Configurables import ApplicationMgr diff --git a/Hlt/HltServices/tests/options/line_persistence_svc_cfg.py b/Hlt/HltServices/tests/options/line_persistence_svc_cfg.py index fcc9b4d611752d0cd7ec76deb46f47ea7abe8b85..8619d0deea9414f69c0c676f98346a7c14bfd78c 100644 --- a/Hlt/HltServices/tests/options/line_persistence_svc_cfg.py +++ b/Hlt/HltServices/tests/options/line_persistence_svc_cfg.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 configure_hlt_svc(name=None): from Configurables import HltLinePersistenceSvc import GaudiPython diff --git a/Hlt/HltServices/tests/options/make_tck.py b/Hlt/HltServices/tests/options/make_tck.py index c71d5d2761d4fe721bbf75fb7070368009ed7449..7fe0d88498bf26debb75247efdc460a5f6c1d207 100644 --- a/Hlt/HltServices/tests/options/make_tck.py +++ b/Hlt/HltServices/tests/options/make_tck.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 os import argparse from Configurables import HltGenConfig diff --git a/Hlt/HltServices/tests/options/test_cdb.py b/Hlt/HltServices/tests/options/test_cdb.py index e58c6f6b406df5a909e02f7d1d1cca6308e9c943..5d624219c9f93eb4e5c04cf91af2df07e2670956 100644 --- a/Hlt/HltServices/tests/options/test_cdb.py +++ b/Hlt/HltServices/tests/options/test_cdb.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 import os import subprocess diff --git a/Hlt/HltServices/tests/options/test_taskid.py b/Hlt/HltServices/tests/options/test_taskid.py index 8363ea6c4d8bae17ef8663db38eca34294a5a80d..5b87452b388640a92738f7a574a5505149b8df07 100644 --- a/Hlt/HltServices/tests/options/test_taskid.py +++ b/Hlt/HltServices/tests/options/test_taskid.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 GaudiConf import IOHelper from Gaudi.Configuration import EventSelector, ApplicationMgr from Configurables import LHCbApp, GaudiSequencer diff --git a/Hlt/HltServices/tests/qmtest/assign_first_tck.qmt b/Hlt/HltServices/tests/qmtest/assign_first_tck.qmt index edf7f8eb91743a3f842edf13a46bb918100d9cef..f2a06f128240e08beff2bcb5ca4700742feffa70 100644 --- a/Hlt/HltServices/tests/qmtest/assign_first_tck.qmt +++ b/Hlt/HltServices/tests/qmtest/assign_first_tck.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>python</text></argument> <argument name="args"><set> diff --git a/Hlt/HltServices/tests/qmtest/assign_second_tck.qmt b/Hlt/HltServices/tests/qmtest/assign_second_tck.qmt index d04f0de5aa999dc447da28de08f4e98568b3542d..8a7e43a33a5c746876da3465cc438574f5f13c98 100644 --- a/Hlt/HltServices/tests/qmtest/assign_second_tck.qmt +++ b/Hlt/HltServices/tests/qmtest/assign_second_tck.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>python</text></argument> <argument name="args"><set> diff --git a/Hlt/HltServices/tests/qmtest/close_cdb_file.qmt b/Hlt/HltServices/tests/qmtest/close_cdb_file.qmt index 1278cce228b31243a464d9c7a2d9b01e14222391..1a56dc1a044a0742ca3ce5c3e0074797ff276bd2 100644 --- a/Hlt/HltServices/tests/qmtest/close_cdb_file.qmt +++ b/Hlt/HltServices/tests/qmtest/close_cdb_file.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>python</text></argument> <argument name="args"><set> diff --git a/Hlt/HltServices/tests/qmtest/line_persistence_svc.qmt b/Hlt/HltServices/tests/qmtest/line_persistence_svc.qmt index a4f485d4e441b7b641980b695ede25bcb902b203..015b3ff4190a33f73afe087bdbbdc8576824bff7 100644 --- a/Hlt/HltServices/tests/qmtest/line_persistence_svc.qmt +++ b/Hlt/HltServices/tests/qmtest/line_persistence_svc.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 that HltLinePersistenceSvc and TCKLinePersistenceSvc behave as expected. diff --git a/Hlt/HltServices/tests/qmtest/make_first_tck.qmt b/Hlt/HltServices/tests/qmtest/make_first_tck.qmt index 49a8fa18614b93014582a32ec5a85e34fe2d035f..98aeb89ffc0a2736c116e66a6fec487b0d64c389 100644 --- a/Hlt/HltServices/tests/qmtest/make_first_tck.qmt +++ b/Hlt/HltServices/tests/qmtest/make_first_tck.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>python</text></argument> <argument name="args"><set> diff --git a/Hlt/HltServices/tests/qmtest/make_second_tck.qmt b/Hlt/HltServices/tests/qmtest/make_second_tck.qmt index df7cdba125d92727760f2e6bd303b550455be233..66cbc5e77ff90b8007f9c64a585ff662b32c915c 100644 --- a/Hlt/HltServices/tests/qmtest/make_second_tck.qmt +++ b/Hlt/HltServices/tests/qmtest/make_second_tck.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>python</text></argument> <argument name="args"><set> diff --git a/Hlt/HltServices/tests/qmtest/taskid.qmt b/Hlt/HltServices/tests/qmtest/taskid.qmt index a7310fedfa5bdbfe19662a51a0d440b35eb5585a..913c78b2613e8d96b674302f1b50eebc91bc0e50 100644 --- a/Hlt/HltServices/tests/qmtest/taskid.qmt +++ b/Hlt/HltServices/tests/qmtest/taskid.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>python</text></argument> <argument name="args"><set> diff --git a/Hlt/HltServices/utilities/main.cpp b/Hlt/HltServices/utilities/main.cpp index 9f58b6ccc9bf32c5294330ded591e1e72d6c2fdc..9efcc6ac67a5cbcb0269b2a949bd0c8c40bfdd44 100644 --- a/Hlt/HltServices/utilities/main.cpp +++ b/Hlt/HltServices/utilities/main.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: fold class CDB back into ConfigCDBAccessSvc... #include <iostream> #include <string> diff --git a/Kernel/FSRAlgs/CMakeLists.txt b/Kernel/FSRAlgs/CMakeLists.txt index 09835880c53fdb5ec931b3a8d92cdf6004fb53dc..0d213e2932456d11faab174d3d68872719f373e0 100644 --- a/Kernel/FSRAlgs/CMakeLists.txt +++ b/Kernel/FSRAlgs/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: FSRAlgs ################################################################################ diff --git a/Kernel/FSRAlgs/FSRAlgs/IFSRNavigator.h b/Kernel/FSRAlgs/FSRAlgs/IFSRNavigator.h index bb3c245521cb77b605c366cd130c2dc39436b0c0..d23ba2afe1c58244d45d51d37c83873373d2382b 100644 --- a/Kernel/FSRAlgs/FSRAlgs/IFSRNavigator.h +++ b/Kernel/FSRAlgs/FSRAlgs/IFSRNavigator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IFSRNAVIGATOR_H #define IFSRNAVIGATOR_H 1 diff --git a/Kernel/FSRAlgs/options/IOFSR-test.py b/Kernel/FSRAlgs/options/IOFSR-test.py index 9b368902170177925d1ef91efdb95de399579980..6f6ad12e538ad5cf06168f65d82fa8010f6f3080 100644 --- a/Kernel/FSRAlgs/options/IOFSR-test.py +++ b/Kernel/FSRAlgs/options/IOFSR-test.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 InputData ################### diff --git a/Kernel/FSRAlgs/options/merge-small-files-test.py b/Kernel/FSRAlgs/options/merge-small-files-test.py index 89de4c48b03ab2af61c4130d27a22cdf084f90c6..35a9162439d8e5246f291081b7698e352a1ed523 100644 --- a/Kernel/FSRAlgs/options/merge-small-files-test.py +++ b/Kernel/FSRAlgs/options/merge-small-files-test.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 InputData ################### diff --git a/Kernel/FSRAlgs/python/FSRAlgs/Configuration.py b/Kernel/FSRAlgs/python/FSRAlgs/Configuration.py index 708d79a33ae0f3fd933924bd3543c7d9f1510d1c..42f6a0293bd1b4f2bae50b89d170fd346429ccd0 100755 --- a/Kernel/FSRAlgs/python/FSRAlgs/Configuration.py +++ b/Kernel/FSRAlgs/python/FSRAlgs/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ''' EventAccounting, etc. ''' diff --git a/Kernel/FSRAlgs/python/FSRAlgs/LumiMergeFSRConf.py b/Kernel/FSRAlgs/python/FSRAlgs/LumiMergeFSRConf.py index 5eebb5215d548ad87f2b41340bfe819e58c373c8..4322f3d0714ac83f450c86438e5881dc257936fe 100644 --- a/Kernel/FSRAlgs/python/FSRAlgs/LumiMergeFSRConf.py +++ b/Kernel/FSRAlgs/python/FSRAlgs/LumiMergeFSRConf.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # options to run fsr merger __version__ = "$Id: LumiMergeFSRConf.py,v 1.1 2010-10-07 16:08:33 panmanj Exp $" __author__ = "Jaap Panman" diff --git a/Kernel/FSRAlgs/python/FSRAlgs/QMTest/LumiAlgsExclusions.py b/Kernel/FSRAlgs/python/FSRAlgs/QMTest/LumiAlgsExclusions.py index eb9a7ac2e35b2da330d27fb84cb99e8edb67e4b3..88ec792b7a9454216d11ab9cfe190c922121ce6e 100755 --- a/Kernel/FSRAlgs/python/FSRAlgs/QMTest/LumiAlgsExclusions.py +++ b/Kernel/FSRAlgs/python/FSRAlgs/QMTest/LumiAlgsExclusions.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 GaudiTesting.BaseTest import LineSkipper from GaudiConf.QMTest.LHCbExclusions import preprocessor as LHCbPreprocessor diff --git a/Kernel/FSRAlgs/python/FSRAlgs/QMTest/__init__.py b/Kernel/FSRAlgs/python/FSRAlgs/QMTest/__init__.py index 292306f8f29560b01ae267a2e3939cdc61c758ae..18457e5dfc1aa115653225207b9cc86c069cd136 100755 --- a/Kernel/FSRAlgs/python/FSRAlgs/QMTest/__init__.py +++ b/Kernel/FSRAlgs/python/FSRAlgs/QMTest/__init__.py @@ -1,2 +1,12 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # tells python that this directory is a module diff --git a/Kernel/FSRAlgs/src/DumpFSR.cpp b/Kernel/FSRAlgs/src/DumpFSR.cpp index 8fe447b630f9f9ffb3c31321cbc9d8b3f820a6fa..8cd594e17688a564c19f95472555953217bd4559 100644 --- a/Kernel/FSRAlgs/src/DumpFSR.cpp +++ b/Kernel/FSRAlgs/src/DumpFSR.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/FSRAlgs/src/DumpFSR.h b/Kernel/FSRAlgs/src/DumpFSR.h index 8a274cc471edaec7e4ebf05fed0d5cf7c993e297..e85078b4f35091af2ada1c99e5528069828b3b6e 100644 --- a/Kernel/FSRAlgs/src/DumpFSR.h +++ b/Kernel/FSRAlgs/src/DumpFSR.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DUMPFSR_H #define DUMPFSR_H 1 diff --git a/Kernel/FSRAlgs/src/EventAccounting.cpp b/Kernel/FSRAlgs/src/EventAccounting.cpp index 32620c9e407335ac0b08d182333107f3e1690e33..1f8e0af417ab0e0c939d45eb5bd93cdbdc72136a 100644 --- a/Kernel/FSRAlgs/src/EventAccounting.cpp +++ b/Kernel/FSRAlgs/src/EventAccounting.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/FSRAlgs/src/EventAccounting.h b/Kernel/FSRAlgs/src/EventAccounting.h index fa66a744f10946097c4c1545ff33ecbe9fa6b244..96dac700d79b690931c8f636b358280c8d280ede 100644 --- a/Kernel/FSRAlgs/src/EventAccounting.h +++ b/Kernel/FSRAlgs/src/EventAccounting.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENTACCOUNTING_H #define EVENTACCOUNTING_H 1 diff --git a/Kernel/FSRAlgs/src/FSRNavigator.cpp b/Kernel/FSRAlgs/src/FSRNavigator.cpp index 0bc4ff27de4dc9e2fcb4d53d9896337c50d8d1ba..0b0459b762ae92af7b540850834a58eda97955dd 100644 --- a/Kernel/FSRAlgs/src/FSRNavigator.cpp +++ b/Kernel/FSRAlgs/src/FSRNavigator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/FSRAlgs/src/FSRNavigator.h b/Kernel/FSRAlgs/src/FSRNavigator.h index 1b7212b1acf892fd9caac6d586fb0f80a7e8f5c7..e1eec0aede128f5b2ed5848259c72891c181da16 100644 --- a/Kernel/FSRAlgs/src/FSRNavigator.h +++ b/Kernel/FSRAlgs/src/FSRNavigator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 FSRNAVIGATOR_H #define FSRNAVIGATOR_H 1 diff --git a/Kernel/FSRAlgs/src/GenFSRMerge.cpp b/Kernel/FSRAlgs/src/GenFSRMerge.cpp index efa229812294c839cba7a37413f4ed1b3713bb7b..d4bcfc66d60032b82f379eee2c8b60ff6acccf4c 100644 --- a/Kernel/FSRAlgs/src/GenFSRMerge.cpp +++ b/Kernel/FSRAlgs/src/GenFSRMerge.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/FSRAlgs/src/GenFSRMerge.h b/Kernel/FSRAlgs/src/GenFSRMerge.h index 2ec56c0b96500da801a9c6a3d844a6ffaa63b9e9..ee08a3bcb50572ae9c10a12a9727ae19ff4d613b 100644 --- a/Kernel/FSRAlgs/src/GenFSRMerge.h +++ b/Kernel/FSRAlgs/src/GenFSRMerge.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 GENFSRMERGE_H #define GENFSRMERGE_H 1 diff --git a/Kernel/FSRAlgs/src/IIOFSRSvc.h b/Kernel/FSRAlgs/src/IIOFSRSvc.h index c2efdadf26cc9e67f956f8e2b192103f432f6449..8dc2e97b80ea460184c986f9fd5b1e8600ed5e50 100644 --- a/Kernel/FSRAlgs/src/IIOFSRSvc.h +++ b/Kernel/FSRAlgs/src/IIOFSRSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_IIOFSRSVC_H #define GAUDIKERNEL_IIOFSRSVC_H diff --git a/Kernel/FSRAlgs/src/IOFSRSvc.cpp b/Kernel/FSRAlgs/src/IOFSRSvc.cpp index ff944cb59d6f3c510c03d8cc37e2c0d6dfcfa44c..47f8dd06eef0ce52c217b455825c870ece557921 100644 --- a/Kernel/FSRAlgs/src/IOFSRSvc.cpp +++ b/Kernel/FSRAlgs/src/IOFSRSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "IOFSRSvc.h" #include <algorithm> #include "GaudiKernel/SmartIF.h" diff --git a/Kernel/FSRAlgs/src/IOFSRSvc.h b/Kernel/FSRAlgs/src/IOFSRSvc.h index a76fd1543463a8c865374580626d2fc4d82b8065..29757abef7493629783cc7def3cfc6b9386962bf 100644 --- a/Kernel/FSRAlgs/src/IOFSRSvc.h +++ b/Kernel/FSRAlgs/src/IOFSRSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 GAUDISVC_IOFSRSVC_H #define GAUDISVC_IOFSRSVC_H diff --git a/Kernel/FSRAlgs/src/LHCbFSRStream.cpp b/Kernel/FSRAlgs/src/LHCbFSRStream.cpp index 8dfdf223047ca71963e34eef306f801348fac16e..ff001c6feee877f2a430d5a9181d058963dbf7fb 100644 --- a/Kernel/FSRAlgs/src/LHCbFSRStream.cpp +++ b/Kernel/FSRAlgs/src/LHCbFSRStream.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCB_FSRSTREAM_CPP // Framework include files diff --git a/Kernel/FSRAlgs/src/LHCbFSRStream.h b/Kernel/FSRAlgs/src/LHCbFSRStream.h index 162b386192cd85cee7249236c438e05ed730b3fc..74701e4893677e7fecd5809ed52f9d88983371bd 100644 --- a/Kernel/FSRAlgs/src/LHCbFSRStream.h +++ b/Kernel/FSRAlgs/src/LHCbFSRStream.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCB_LHCBFSRSTREAM_H #define LHCB_LHCBFSRSTREAM_H diff --git a/Kernel/FSRAlgs/src/LHCbOutputStream.cpp b/Kernel/FSRAlgs/src/LHCbOutputStream.cpp index 54f364cd5d6610bd1157efab13f1a8a9af2dcec5..783ccd296bbcf63886095fabc7ad0f368b4ab28b 100644 --- a/Kernel/FSRAlgs/src/LHCbOutputStream.cpp +++ b/Kernel/FSRAlgs/src/LHCbOutputStream.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Framework include files #include "GaudiKernel/IRegistry.h" #include "GaudiKernel/IAlgManager.h" diff --git a/Kernel/FSRAlgs/src/LHCbOutputStream.h b/Kernel/FSRAlgs/src/LHCbOutputStream.h index 173d63746fcc25799ccacf6a2baa416bb32dbd09..d7a1c2147f6ccdd0df169c50e34ce3284a22a4d2 100644 --- a/Kernel/FSRAlgs/src/LHCbOutputStream.h +++ b/Kernel/FSRAlgs/src/LHCbOutputStream.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCB_OUTPUTSTREAM_H #define LHCB_OUTPUTSTREAM_H diff --git a/Kernel/FSRAlgs/src/LHCbOutputStreamAgent.cpp b/Kernel/FSRAlgs/src/LHCbOutputStreamAgent.cpp index 1a64998e45a764ac62692a3a973ffb37fa9869f3..7d56f5b07d05ebf893d497fda86ce695af38675c 100644 --- a/Kernel/FSRAlgs/src/LHCbOutputStreamAgent.cpp +++ b/Kernel/FSRAlgs/src/LHCbOutputStreamAgent.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //==================================================================== // LHCbOutputStreamAgent.cpp //-------------------------------------------------------------------- diff --git a/Kernel/FSRAlgs/src/LHCbOutputStreamAgent.h b/Kernel/FSRAlgs/src/LHCbOutputStreamAgent.h index 62b4f8e3bcf0f675dd7b93bde4d32bf5b1390a8f..fd10b36e9f47ffa0e4b65e85b9b2f2fc716779c5 100644 --- a/Kernel/FSRAlgs/src/LHCbOutputStreamAgent.h +++ b/Kernel/FSRAlgs/src/LHCbOutputStreamAgent.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ //==================================================================== // LHCbOutputStreamAgent.h //-------------------------------------------------------------------- diff --git a/Kernel/FSRAlgs/src/LHCbRecordStream.cpp b/Kernel/FSRAlgs/src/LHCbRecordStream.cpp index b21ccc80ad601afdc502d6bcf083354e39cf18d8..a1f3914473756fd631a9701373b3a86e57ddbb11 100644 --- a/Kernel/FSRAlgs/src/LHCbRecordStream.cpp +++ b/Kernel/FSRAlgs/src/LHCbRecordStream.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RecordStream.cpp,v 1.1 2008/12/10 18:37:36 marcocle Exp $ #define LHCB_RECORDSTREAM_CPP diff --git a/Kernel/FSRAlgs/src/LHCbRecordStream.h b/Kernel/FSRAlgs/src/LHCbRecordStream.h index 83afda47b05500bc82ab290f7d6c7b5b15f2876c..d890ba47dd9765818ba6a298d516cb40f5f0d10f 100644 --- a/Kernel/FSRAlgs/src/LHCbRecordStream.h +++ b/Kernel/FSRAlgs/src/LHCbRecordStream.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: LHCbRecordStream.h,v 1.1 2008/12/10 18:37:36 marcocle Exp $ #ifndef LHCB_RECORDSTREAM_H #define LHCB_RECORDSTREAM_H diff --git a/Kernel/FSRAlgs/src/LumiMergeFSR.cpp b/Kernel/FSRAlgs/src/LumiMergeFSR.cpp index d1e801c713f89e6f4992a18bac9b6e87d46c666e..260be4ba49e6f6afe943c245fed5235457b6a17e 100644 --- a/Kernel/FSRAlgs/src/LumiMergeFSR.cpp +++ b/Kernel/FSRAlgs/src/LumiMergeFSR.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // event model diff --git a/Kernel/FSRAlgs/src/LumiMergeFSR.h b/Kernel/FSRAlgs/src/LumiMergeFSR.h index bd4674af1b4114935c7481a37d5756e6ec8c018c..da02be3090b938487b000768e51033031ff9d388 100644 --- a/Kernel/FSRAlgs/src/LumiMergeFSR.h +++ b/Kernel/FSRAlgs/src/LumiMergeFSR.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LUMIMERGEFSR_H #define LUMIMERGEFSR_H 1 diff --git a/Kernel/FSRAlgs/src/PropagateFSRs.cpp b/Kernel/FSRAlgs/src/PropagateFSRs.cpp index 5f1d292f6497f28ed1421da3bc831486bfa5e99c..e12f7fbd7d52d261d249be99d78ceb873d86500c 100644 --- a/Kernel/FSRAlgs/src/PropagateFSRs.cpp +++ b/Kernel/FSRAlgs/src/PropagateFSRs.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/FSRAlgs/src/PropagateFSRs.h b/Kernel/FSRAlgs/src/PropagateFSRs.h index 3c6e2d8d67d1106c24496fc21624e5bb6ef7bf82..8f7f832d76c78b694483f60c13d3a0071af3373e 100644 --- a/Kernel/FSRAlgs/src/PropagateFSRs.h +++ b/Kernel/FSRAlgs/src/PropagateFSRs.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PROPAGATEFSRS_H #define PROPAGATEFSRS_H 1 diff --git a/Kernel/FSRAlgs/tests/qmtest/fsralgs.qms/mergesmallfiles.qmt b/Kernel/FSRAlgs/tests/qmtest/fsralgs.qms/mergesmallfiles.qmt index 2f332df50d82a77974bf45f5ed3bb8f924abbf56..789228073db5f58ed306e278cd60b06f1ee458d3 100644 --- a/Kernel/FSRAlgs/tests/qmtest/fsralgs.qms/mergesmallfiles.qmt +++ b/Kernel/FSRAlgs/tests/qmtest/fsralgs.qms/mergesmallfiles.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Kernel/HltInterfaces/CMakeLists.txt b/Kernel/HltInterfaces/CMakeLists.txt index 534aa410b9d18c3e2c56455dd6fb25d09c38ff79..19cbb70d45463569e1010e1360b5f2b61d16f41d 100644 --- a/Kernel/HltInterfaces/CMakeLists.txt +++ b/Kernel/HltInterfaces/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: HltInterfaces ################################################################################ diff --git a/Kernel/HltInterfaces/Kernel/ConfigTreeNode.h b/Kernel/HltInterfaces/Kernel/ConfigTreeNode.h index e288eecbca545031724d6c033e222ef6e114a659..75af65df56bdacf1675a397ff798f57dae48958b 100644 --- a/Kernel/HltInterfaces/Kernel/ConfigTreeNode.h +++ b/Kernel/HltInterfaces/Kernel/ConfigTreeNode.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CONFIGTREE_H #define CONFIGTREE_H 1 diff --git a/Kernel/HltInterfaces/Kernel/ConfigTreeNodeAlias.h b/Kernel/HltInterfaces/Kernel/ConfigTreeNodeAlias.h index 3ee1424c7749a04e92ffe38505e3a4dbc5a220ac..ba8b8d11fcb992fcdcf912c054652da826da2e87 100644 --- a/Kernel/HltInterfaces/Kernel/ConfigTreeNodeAlias.h +++ b/Kernel/HltInterfaces/Kernel/ConfigTreeNodeAlias.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CONFIGTREENODEALIAS_H #define CONFIGTREENODEALIAS_H 1 diff --git a/Kernel/HltInterfaces/Kernel/HltHistogram.h b/Kernel/HltInterfaces/Kernel/HltHistogram.h index f4fc0107aac4607cbf01fbd8b762ffe8e67b7534..14c4a11e993fda147a26fd0bd466aef9274a2b64 100644 --- a/Kernel/HltInterfaces/Kernel/HltHistogram.h +++ b/Kernel/HltInterfaces/Kernel/HltHistogram.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_HLTHISTOGRAM_H #define KERNEL_HLTHISTOGRAM_H 1 diff --git a/Kernel/HltInterfaces/Kernel/IANNSvc.h b/Kernel/HltInterfaces/Kernel/IANNSvc.h index a586b4ff5aca1b973c89acf76b1ba0e8105f3220..9ceb12c70b68526255391bb72e201535e0fae0c7 100644 --- a/Kernel/HltInterfaces/Kernel/IANNSvc.h +++ b/Kernel/HltInterfaces/Kernel/IANNSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IANNSVC_H #define IANNSVC_H 1 diff --git a/Kernel/HltInterfaces/Kernel/IANSvc.h b/Kernel/HltInterfaces/Kernel/IANSvc.h index 47039bf12c0325918b3167667a5172a813ab21b0..938d4dd4f0b1048f0c1e4409914c6228388c2016 100644 --- a/Kernel/HltInterfaces/Kernel/IANSvc.h +++ b/Kernel/HltInterfaces/Kernel/IANSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IANSVC_H #define IANSVC_H 1 diff --git a/Kernel/HltInterfaces/Kernel/IConfigAccessSvc.h b/Kernel/HltInterfaces/Kernel/IConfigAccessSvc.h index f87f28750857758b602f47f28b248588864db04b..9cb7abacbaa1678d84f1f153a766d8fe16ef425c 100644 --- a/Kernel/HltInterfaces/Kernel/IConfigAccessSvc.h +++ b/Kernel/HltInterfaces/Kernel/IConfigAccessSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ICONFIGACCESSSVC_H #define ICONFIGACCESSSVC_H 1 diff --git a/Kernel/HltInterfaces/Kernel/IConfigTreeEditor.h b/Kernel/HltInterfaces/Kernel/IConfigTreeEditor.h index 19b042536f78b6d82616c966e1dfb7465c597998..e7b8bb820624691ba05ef8869780a3d8f7917315 100644 --- a/Kernel/HltInterfaces/Kernel/IConfigTreeEditor.h +++ b/Kernel/HltInterfaces/Kernel/IConfigTreeEditor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/HltInterfaces/Kernel/IHltMonitorSvc.h b/Kernel/HltInterfaces/Kernel/IHltMonitorSvc.h index c92a9aaf417fbd6ec78ed5ea93c455edf56ac9a9..fe6f053abdc403a6f61f496ab2d0a156600cbfe5 100644 --- a/Kernel/HltInterfaces/Kernel/IHltMonitorSvc.h +++ b/Kernel/HltInterfaces/Kernel/IHltMonitorSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_IHLTMONITORSVC_H #define KERNEL_IHLTMONITORSVC_H 1 diff --git a/Kernel/HltInterfaces/Kernel/IIndexedANNSvc.h b/Kernel/HltInterfaces/Kernel/IIndexedANNSvc.h index bfdec88eac5ea4b9c9be4bfc631276cb0f029e9b..b76fa0f6ca2ab29452811e19e97b3b52a55ab6f2 100644 --- a/Kernel/HltInterfaces/Kernel/IIndexedANNSvc.h +++ b/Kernel/HltInterfaces/Kernel/IIndexedANNSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IINDEXEDANNSVC_H #define IINDEXEDANNSVC_H 1 diff --git a/Kernel/HltInterfaces/Kernel/ILinePersistenceSvc.h b/Kernel/HltInterfaces/Kernel/ILinePersistenceSvc.h index 6dd2c3435412bd6dc9e45c9275465542dff96db0..d01d8f8a31dbf560d43b36f77bf05e1d0037fd47 100644 --- a/Kernel/HltInterfaces/Kernel/ILinePersistenceSvc.h +++ b/Kernel/HltInterfaces/Kernel/ILinePersistenceSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ILinePersistenceSvc_H #define ILinePersistenceSvc_H 1 diff --git a/Kernel/HltInterfaces/Kernel/IPropertyConfigSvc.h b/Kernel/HltInterfaces/Kernel/IPropertyConfigSvc.h index 3dec427f6a8f65633f04d1e97bdc436f8db71f39..15317f85e55c4f718601a12ce5df3adae83ac7c9 100644 --- a/Kernel/HltInterfaces/Kernel/IPropertyConfigSvc.h +++ b/Kernel/HltInterfaces/Kernel/IPropertyConfigSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IPROPERTYCONFIGSVC_H #define IPROPERTYCONFIGSVC_H 1 diff --git a/Kernel/HltInterfaces/Kernel/PropertyConfig.h b/Kernel/HltInterfaces/Kernel/PropertyConfig.h index 1a5a9518f4e5acceb49209c1094d03a4bbbdb668..f4ba0db399b346d2a7196060056e9cfd0b045edc 100644 --- a/Kernel/HltInterfaces/Kernel/PropertyConfig.h +++ b/Kernel/HltInterfaces/Kernel/PropertyConfig.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PROPERTYCONFIG_H #define PROPERTYCONFIG_H 1 #include <string> diff --git a/Kernel/HltInterfaces/Kernel/RateCounter.h b/Kernel/HltInterfaces/Kernel/RateCounter.h index c598ceea6cff7631c558ad74eefd03044cdd0f95..f5ae2496189e573d19efb8ca0e008a8e649fc5b6 100644 --- a/Kernel/HltInterfaces/Kernel/RateCounter.h +++ b/Kernel/HltInterfaces/Kernel/RateCounter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_RATECOUNTER_H #define KERNEL_RATECOUNTER_H 1 diff --git a/Kernel/HltInterfaces/Kernel/ReadRoutingBits.h b/Kernel/HltInterfaces/Kernel/ReadRoutingBits.h index adcca41cab9ca4625c23e6f368af165010774022..ad7496cca5252808eea1a0f1646ae3694e34ea77 100644 --- a/Kernel/HltInterfaces/Kernel/ReadRoutingBits.h +++ b/Kernel/HltInterfaces/Kernel/ReadRoutingBits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_READROUTINGBITS_H #define KERNEL_READROUTINGBITS_H 1 diff --git a/Kernel/HltInterfaces/Kernel/TCK.h b/Kernel/HltInterfaces/Kernel/TCK.h index 32cadd81fe9cc15976521be01fd1d0b67a228e90..903c73f426084d4b303a976deb02113a11b67e81 100644 --- a/Kernel/HltInterfaces/Kernel/TCK.h +++ b/Kernel/HltInterfaces/Kernel/TCK.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TCK_H #define TCK_H #include "boost/operators.hpp" diff --git a/Kernel/HltInterfaces/dict/HltInterfacesDict.h b/Kernel/HltInterfaces/dict/HltInterfacesDict.h index d2fb1c44f9ce5938cf8b6e03316a663b5a8a5e58..ab76d39266837a96158e10cd93eb11449be0f506 100644 --- a/Kernel/HltInterfaces/dict/HltInterfacesDict.h +++ b/Kernel/HltInterfaces/dict/HltInterfacesDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_HLTINTERFACESDICT_H #define DICT_HLTINTERFACESDICT_H 1 diff --git a/Kernel/HltInterfaces/dict/HltInterfacesDict.xml b/Kernel/HltInterfaces/dict/HltInterfacesDict.xml index e5e24a9e2c155a7a024d8203c66397082e52037b..bb7b5e70712c48f3757972fc0f0ac9b894ec7405 100644 --- a/Kernel/HltInterfaces/dict/HltInterfacesDict.xml +++ b/Kernel/HltInterfaces/dict/HltInterfacesDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "IANNSvc" /> <class name = "IANSvc" /> diff --git a/Kernel/HltInterfaces/src/ConfigTreeNode.cpp b/Kernel/HltInterfaces/src/ConfigTreeNode.cpp index 3f39e8c63465cd7d146468d734d0e4a3a19b06a2..716f85472720afefea89fbc3abacacee76ad0c2f 100644 --- a/Kernel/HltInterfaces/src/ConfigTreeNode.cpp +++ b/Kernel/HltInterfaces/src/ConfigTreeNode.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/ConfigTreeNode.h" #include "boost/regex.hpp" diff --git a/Kernel/HltInterfaces/src/ConfigTreeNodeAlias.cpp b/Kernel/HltInterfaces/src/ConfigTreeNodeAlias.cpp index 3a1d470d6ab334627ee1ca5b98c4742b55d4be2b..66d56f08c7e524374996c6db8795b65c790d7e32 100644 --- a/Kernel/HltInterfaces/src/ConfigTreeNodeAlias.cpp +++ b/Kernel/HltInterfaces/src/ConfigTreeNodeAlias.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/ConfigTreeNodeAlias.h" #include "GaudiKernel/GaudiException.h" #include "boost/regex.hpp" diff --git a/Kernel/HltInterfaces/src/PropertyConfig.cpp b/Kernel/HltInterfaces/src/PropertyConfig.cpp index 76fd3489abf4a8053d2b7736aa8f0d27e4e6b6ee..a9c29ef9b5c20096dc4a2946ac5d5805238ed12b 100644 --- a/Kernel/HltInterfaces/src/PropertyConfig.cpp +++ b/Kernel/HltInterfaces/src/PropertyConfig.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <cstdlib> #include <memory> #include <numeric> diff --git a/Kernel/HltInterfaces/src/ReadRoutingBits.cpp b/Kernel/HltInterfaces/src/ReadRoutingBits.cpp index aa1170a30ec655f7b577de987b4c86e600e7e072..7e22d75771c9bd4c125d0968741824d46e7429eb 100644 --- a/Kernel/HltInterfaces/src/ReadRoutingBits.cpp +++ b/Kernel/HltInterfaces/src/ReadRoutingBits.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/ReadRoutingBits.h" //----------------------------------------------------------------------------- diff --git a/Kernel/HltInterfaces/src/TCK.cpp b/Kernel/HltInterfaces/src/TCK.cpp index 4bac7dc97ebec219d0614e588a17a61da93d4077..f7c53b70b39705a35f79e6a4e3594e4c506fe13a 100644 --- a/Kernel/HltInterfaces/src/TCK.cpp +++ b/Kernel/HltInterfaces/src/TCK.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/TCK.h" #include <string> #include <iomanip> diff --git a/Kernel/KernelSys/CMakeLists.txt b/Kernel/KernelSys/CMakeLists.txt index 9f74f477b5a271c8a9e62dec1c3f2630a2fe5d5e..8af05791b5dd4edf5fe320aaf12be134d7162acf 100644 --- a/Kernel/KernelSys/CMakeLists.txt +++ b/Kernel/KernelSys/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: KernelSys ################################################################################ diff --git a/Kernel/LHCbAlgs/CMakeLists.txt b/Kernel/LHCbAlgs/CMakeLists.txt index ba9eb5cf4196e0f5c419e8970eb13ec267d0fdc8..a306a70f83195c94fdb849e41fc79b6a35318350 100644 --- a/Kernel/LHCbAlgs/CMakeLists.txt +++ b/Kernel/LHCbAlgs/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: LHCbAlgs ################################################################################ diff --git a/Kernel/LHCbAlgs/python/LHCbAlgs/Configuration.py b/Kernel/LHCbAlgs/python/LHCbAlgs/Configuration.py index 614e1c6acae74fc14dc86a98f4921302cd757243..044d4ded40b0ccb0f2c9dd20dc4b58e15cf1eaba 100755 --- a/Kernel/LHCbAlgs/python/LHCbAlgs/Configuration.py +++ b/Kernel/LHCbAlgs/python/LHCbAlgs/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 LHCb applications """ diff --git a/Kernel/LHCbAlgs/python/LHCbAlgs/TTParser.py b/Kernel/LHCbAlgs/python/LHCbAlgs/TTParser.py index 8a0d9c11c33ff22f03bc82d3774a90be633896af..000d53a0f74362a09657bf93cbdeafcbdcbb3ef8 100644 --- a/Kernel/LHCbAlgs/python/LHCbAlgs/TTParser.py +++ b/Kernel/LHCbAlgs/python/LHCbAlgs/TTParser.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Parse the output of the timing table as either a .dat or .csv into a list of python dictionaries """ diff --git a/Kernel/LHCbAlgs/python/LHCbAlgs/Tests/DQFilterValidator.py b/Kernel/LHCbAlgs/python/LHCbAlgs/Tests/DQFilterValidator.py index 93299875ee72df787184972ca0ed6c3e64436070..ff4f62c445f794161a2dee9b582f3d114c13eb86 100644 --- a/Kernel/LHCbAlgs/python/LHCbAlgs/Tests/DQFilterValidator.py +++ b/Kernel/LHCbAlgs/python/LHCbAlgs/Tests/DQFilterValidator.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Implementation of the validation code for all the DQFilter tests. """ diff --git a/Kernel/LHCbAlgs/src/AddressKillerAlg.cpp b/Kernel/LHCbAlgs/src/AddressKillerAlg.cpp index 2e8b8e299f1028a84589f5eca4113b5ef691c7bf..cb36da02370a855a4a3df3ddf580127d39f48dc1 100644 --- a/Kernel/LHCbAlgs/src/AddressKillerAlg.cpp +++ b/Kernel/LHCbAlgs/src/AddressKillerAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ==================================================================== // AddressKillerAlg.cpp // -------------------------------------------------------------------- diff --git a/Kernel/LHCbAlgs/src/AlgorithmCorrelations.cpp b/Kernel/LHCbAlgs/src/AlgorithmCorrelations.cpp index b8069652b217eafb1e57eb4c83dcb3d490d32bbd..d8cd394245655d129c8695bcd41e4625cd26b35e 100644 --- a/Kernel/LHCbAlgs/src/AlgorithmCorrelations.cpp +++ b/Kernel/LHCbAlgs/src/AlgorithmCorrelations.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: AlgorithmCorrelations.cpp,v 1.6 2009-04-15 09:48:14 pkoppenb Exp $ // Include files #include <boost/format.hpp> diff --git a/Kernel/LHCbAlgs/src/AlgorithmCorrelations.h b/Kernel/LHCbAlgs/src/AlgorithmCorrelations.h index 5496d57435e6c0e32751e597fc7df51539a41b91..f704c08f89bf02ec0d4afe91579b6bdd896a604e 100644 --- a/Kernel/LHCbAlgs/src/AlgorithmCorrelations.h +++ b/Kernel/LHCbAlgs/src/AlgorithmCorrelations.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: AlgorithmCorrelations.h,v 1.5 2009-04-15 09:48:14 pkoppenb Exp $ #ifndef ALGORITHMCORRELATIONS_H #define ALGORITHMCORRELATIONS_H 1 diff --git a/Kernel/LHCbAlgs/src/ApplicationVersionFilter.cpp b/Kernel/LHCbAlgs/src/ApplicationVersionFilter.cpp index cc35417ebd8c854d86eb03d95cd4bd5349c84210..6ce4b020b74516d1123993316c34f193b108d16f 100644 --- a/Kernel/LHCbAlgs/src/ApplicationVersionFilter.cpp +++ b/Kernel/LHCbAlgs/src/ApplicationVersionFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "ApplicationVersionFilter.h" diff --git a/Kernel/LHCbAlgs/src/ApplicationVersionFilter.h b/Kernel/LHCbAlgs/src/ApplicationVersionFilter.h index 3ee6d82a5828e91470ffc35d63bb7af88ec05eb7..41d0d07f8b0b3a58a5b5a1b3ca2c072c32c3af9c 100644 --- a/Kernel/LHCbAlgs/src/ApplicationVersionFilter.h +++ b/Kernel/LHCbAlgs/src/ApplicationVersionFilter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ApplicationVersionFilter_H #define ApplicationVersionFilter_H 1 diff --git a/Kernel/LHCbAlgs/src/Barrier.cpp b/Kernel/LHCbAlgs/src/Barrier.cpp index ae31723fc9ef0629a86618acd66fa8857949c3f7..2207d2494d9ba86c432dd7d78f466cd5c73c5aa4 100644 --- a/Kernel/LHCbAlgs/src/Barrier.cpp +++ b/Kernel/LHCbAlgs/src/Barrier.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 Niklas Nolte #include "GaudiKernel/KeyedContainer.h" #include "GaudiKernel/SharedObjectsContainer.h" diff --git a/Kernel/LHCbAlgs/src/BasicDQFilter.cpp b/Kernel/LHCbAlgs/src/BasicDQFilter.cpp index 46e94f4dcab8a785a2b6791ed49ede542c771288..f3b3d4902346985b1aea6772b3f685fd8314f167 100644 --- a/Kernel/LHCbAlgs/src/BasicDQFilter.cpp +++ b/Kernel/LHCbAlgs/src/BasicDQFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbAlgs/src/BasicDQFilter.h b/Kernel/LHCbAlgs/src/BasicDQFilter.h index 04734cd450c50acb98f590ae3e2bb4c2b0637fa0..eb1cf4654786877ab3a8e2ab8619bfe2e539d809 100644 --- a/Kernel/LHCbAlgs/src/BasicDQFilter.h +++ b/Kernel/LHCbAlgs/src/BasicDQFilter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SRC_BASICDQFILTER_H #define SRC_BASICDQFILTER_H 1 // Include files diff --git a/Kernel/LHCbAlgs/src/DQAcceptTool.cpp b/Kernel/LHCbAlgs/src/DQAcceptTool.cpp index e6b7f5a589296e8588fc6b2adef87ace04d4a1e0..02c75880eac0c0caeaab5a5f900df2aa5fc44355 100644 --- a/Kernel/LHCbAlgs/src/DQAcceptTool.cpp +++ b/Kernel/LHCbAlgs/src/DQAcceptTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbAlgs/src/DQAcceptTool.h b/Kernel/LHCbAlgs/src/DQAcceptTool.h index b17de4f72882fbffa02f1963aa700b2dacfb5254..d749a15db56312b0428b5f15345ecdf270de3a97 100644 --- a/Kernel/LHCbAlgs/src/DQAcceptTool.h +++ b/Kernel/LHCbAlgs/src/DQAcceptTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SRC_DQACCEPTTOOL_H #define SRC_DQACCEPTTOOL_H 1 // Include files diff --git a/Kernel/LHCbAlgs/src/DQFilter.cpp b/Kernel/LHCbAlgs/src/DQFilter.cpp index 3625625d80b9df503781d9011e6e8dbaaba13213..0756bd5ea4002a6be71f34be077db9049f962bcf 100644 --- a/Kernel/LHCbAlgs/src/DQFilter.cpp +++ b/Kernel/LHCbAlgs/src/DQFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DQFilter.h" #include "GaudiKernel/IIncidentSvc.h" diff --git a/Kernel/LHCbAlgs/src/DQFilter.h b/Kernel/LHCbAlgs/src/DQFilter.h index 43bd140fce03804d5f247ef4e0df6e048c25a9da..4b907c19dc977f298eaa4f2851a6f071fed18429 100644 --- a/Kernel/LHCbAlgs/src/DQFilter.h +++ b/Kernel/LHCbAlgs/src/DQFilter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /* * DQFilter.h * diff --git a/Kernel/LHCbAlgs/src/DQFilterSvc.cpp b/Kernel/LHCbAlgs/src/DQFilterSvc.cpp index d2c6bd32d810b05f5552fe478620edac94dea445..f6e709de3100506a4d10eae4769f6f58957fb97d 100644 --- a/Kernel/LHCbAlgs/src/DQFilterSvc.cpp +++ b/Kernel/LHCbAlgs/src/DQFilterSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DQFilterSvc.h" #include "GaudiKernel/Incident.h" diff --git a/Kernel/LHCbAlgs/src/DQFilterSvc.h b/Kernel/LHCbAlgs/src/DQFilterSvc.h index e1e93b12b27cf2baf318f738ed95d6b1d170b35c..84c1577e44df7d2a0d2da9dbd19b6abcc81efe08 100644 --- a/Kernel/LHCbAlgs/src/DQFilterSvc.h +++ b/Kernel/LHCbAlgs/src/DQFilterSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DQFILTERSVC_H #define DQFILTERSVC_H diff --git a/Kernel/LHCbAlgs/src/DataCopy.cpp b/Kernel/LHCbAlgs/src/DataCopy.cpp index 8f0acff7dac5dda81d6ed5bec7c33b559947f1cb..81ee2dbd646ebbc2df0ec2832ef6b7270daaa3e2 100644 --- a/Kernel/LHCbAlgs/src/DataCopy.cpp +++ b/Kernel/LHCbAlgs/src/DataCopy.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbAlgs/src/DataObjectVersionFilter.cpp b/Kernel/LHCbAlgs/src/DataObjectVersionFilter.cpp index 954d506fb5f8f3920b7b1cf2a9565d3f1abdde8f..b9f82729df27ca906d8903e401179eba7aa04c92 100644 --- a/Kernel/LHCbAlgs/src/DataObjectVersionFilter.cpp +++ b/Kernel/LHCbAlgs/src/DataObjectVersionFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: DataObjectVersionFilter.cpp,v 1.3 2009-11-10 09:27:51 jonrob Exp $ // Include files diff --git a/Kernel/LHCbAlgs/src/DataObjectVersionFilter.h b/Kernel/LHCbAlgs/src/DataObjectVersionFilter.h index a29ed5e7b0ae4c98bfcaabe128d5e11b84da17a3..7450e7b5e2e448c11e2af575eeeee31d9bf1d689 100644 --- a/Kernel/LHCbAlgs/src/DataObjectVersionFilter.h +++ b/Kernel/LHCbAlgs/src/DataObjectVersionFilter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: DataObjectVersionFilter.h,v 1.3 2009-11-10 09:27:51 jonrob Exp $ #ifndef DATAOBJECTVERSIONFILTER_H #define DATAOBJECTVERSIONFILTER_H 1 diff --git a/Kernel/LHCbAlgs/src/DataRemove.cpp b/Kernel/LHCbAlgs/src/DataRemove.cpp index 8eecc4c8a01fca368992d8fd027dac40b4c69de5..c143b16d4bdd7e8a28b5847f6c52ffb0f36c9a45 100644 --- a/Kernel/LHCbAlgs/src/DataRemove.cpp +++ b/Kernel/LHCbAlgs/src/DataRemove.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbAlgs/src/DetTransientStoreMTManagers.cpp b/Kernel/LHCbAlgs/src/DetTransientStoreMTManagers.cpp index ced89f0915c6cf27a8b79a6adbda7572b6105bed..83d5cbff0e392e9013207cda2cf35bcb3b273ac3 100644 --- a/Kernel/LHCbAlgs/src/DetTransientStoreMTManagers.cpp +++ b/Kernel/LHCbAlgs/src/DetTransientStoreMTManagers.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Parsers.h" #include "GaudiKernel/Time.h" diff --git a/Kernel/LHCbAlgs/src/DeterministicPrescaler.cpp b/Kernel/LHCbAlgs/src/DeterministicPrescaler.cpp index 5158f9649be0ce7baac39807e9878675ee5accf6..3461b74a6a49ae791ceac80f1cfecfd2484d171e 100644 --- a/Kernel/LHCbAlgs/src/DeterministicPrescaler.cpp +++ b/Kernel/LHCbAlgs/src/DeterministicPrescaler.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DeterministicPrescaler.h" inline uint32_t mix(uint32_t state) diff --git a/Kernel/LHCbAlgs/src/DeterministicPrescaler.h b/Kernel/LHCbAlgs/src/DeterministicPrescaler.h index 7ad8dc37dfa2c6811de9e52574eead1aebbfff7f..ad347a35b40752737b1c2482c52ffdecf487b421 100644 --- a/Kernel/LHCbAlgs/src/DeterministicPrescaler.h +++ b/Kernel/LHCbAlgs/src/DeterministicPrescaler.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Gaudi #include "GaudiAlg/FilterPredicate.h" diff --git a/Kernel/LHCbAlgs/src/EmptyEventNodeCleaner.cpp b/Kernel/LHCbAlgs/src/EmptyEventNodeCleaner.cpp index 82ff7aef1939e522143df5fc4b0980b3c230419a..8b76599a9e808e3ff2fd0b7d5ab3089cce828c1e 100644 --- a/Kernel/LHCbAlgs/src/EmptyEventNodeCleaner.cpp +++ b/Kernel/LHCbAlgs/src/EmptyEventNodeCleaner.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbAlgs/src/EmptyEventNodeCleaner.h b/Kernel/LHCbAlgs/src/EmptyEventNodeCleaner.h index 720689fada1dbd85135de9356a99e4c2f683bb84..e75fa9ed5e63551e9819248aee132b7780abb1a0 100644 --- a/Kernel/LHCbAlgs/src/EmptyEventNodeCleaner.h +++ b/Kernel/LHCbAlgs/src/EmptyEventNodeCleaner.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ #ifndef EMPTYEVENTNODECLEANER_H #define EMPTYEVENTNODECLEANER_H 1 diff --git a/Kernel/LHCbAlgs/src/EventCountAlg.cpp b/Kernel/LHCbAlgs/src/EventCountAlg.cpp index 1353ac682c3e24583867c36c6bfe55a8430f0af1..410620e3c3fa2915cdb53a0ba0bd31e5489b9b55 100644 --- a/Kernel/LHCbAlgs/src/EventCountAlg.cpp +++ b/Kernel/LHCbAlgs/src/EventCountAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbAlgs/src/EventCountAlg.h b/Kernel/LHCbAlgs/src/EventCountAlg.h index c141540f18cca4a348396cfa754ac9d0498af825..9e7f144af35b1426394bef5ac31222686533d597 100644 --- a/Kernel/LHCbAlgs/src/EventCountAlg.h +++ b/Kernel/LHCbAlgs/src/EventCountAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: EventCountAlg.h,v 1.1 2009-09-11 09:21:43 rlambert Exp $ #ifndef EVENTCOUNTALG_H #define EVENTCOUNTALG_H 1 diff --git a/Kernel/LHCbAlgs/src/EventCountHisto.cpp b/Kernel/LHCbAlgs/src/EventCountHisto.cpp index f7128f2e488cec92199877ea7e1330e161ef0e6b..9a2505c62084e86d96ef5806c0d031d7fccb08f6 100644 --- a/Kernel/LHCbAlgs/src/EventCountHisto.cpp +++ b/Kernel/LHCbAlgs/src/EventCountHisto.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbAlgs/src/EventCountHisto.h b/Kernel/LHCbAlgs/src/EventCountHisto.h index 6cf54e82e94a7950a28edfcc67cf9c117cd308c2..31835bfd317e3ef6b56d93223a0ef6a3a87b85b8 100644 --- a/Kernel/LHCbAlgs/src/EventCountHisto.h +++ b/Kernel/LHCbAlgs/src/EventCountHisto.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: EventCountHisto.h,v 1.1 2009-02-11 17:12:33 rlambert Exp $ #ifndef EVENTCOUNTHISTO_H #define EVENTCOUNTHISTO_H 1 diff --git a/Kernel/LHCbAlgs/src/EvtCounter.cpp b/Kernel/LHCbAlgs/src/EvtCounter.cpp index 8063bce5f69b835c3116c58fe79ac4e073f0984e..fe922e095623e147f83b89e08be97e4095aef52f 100644 --- a/Kernel/LHCbAlgs/src/EvtCounter.cpp +++ b/Kernel/LHCbAlgs/src/EvtCounter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/IIncidentSvc.h" diff --git a/Kernel/LHCbAlgs/src/EvtCounter.h b/Kernel/LHCbAlgs/src/EvtCounter.h index bdb882735edb2e4c53eb9f250de01f3c9f13ecb9..c5b98a870c65e98b2d4802adeacf449e321e3131 100644 --- a/Kernel/LHCbAlgs/src/EvtCounter.h +++ b/Kernel/LHCbAlgs/src/EvtCounter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVTCOUNTER_H #define EVTCOUNTER_H 1 diff --git a/Kernel/LHCbAlgs/src/FPEAuditor.cpp b/Kernel/LHCbAlgs/src/FPEAuditor.cpp index b40dda25c84e4323d1d00a904b728823db8bc59f..7c17d8fe53b05ac0ae6d348333a398f340a9bf56 100644 --- a/Kernel/LHCbAlgs/src/FPEAuditor.cpp +++ b/Kernel/LHCbAlgs/src/FPEAuditor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/FPEGuard.h" #include <vector> #include <string> diff --git a/Kernel/LHCbAlgs/src/FSRCleaner.cpp b/Kernel/LHCbAlgs/src/FSRCleaner.cpp index 80232a1b6480bb97801c7c094d2d4a055f21c5f9..7052d3751b0273f0506ab5e9b0055d3bcbb0ef0f 100644 --- a/Kernel/LHCbAlgs/src/FSRCleaner.cpp +++ b/Kernel/LHCbAlgs/src/FSRCleaner.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbAlgs/src/FSRCleaner.h b/Kernel/LHCbAlgs/src/FSRCleaner.h index 25587e2658c85f6268d4bed4df5c7a66be774a46..500aa1b5700016280050e885cc617142acef5ccb 100644 --- a/Kernel/LHCbAlgs/src/FSRCleaner.h +++ b/Kernel/LHCbAlgs/src/FSRCleaner.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ #ifndef FSRCleaner_H #define FSRCleaner_H 1 diff --git a/Kernel/LHCbAlgs/src/FilterByBankType.cpp b/Kernel/LHCbAlgs/src/FilterByBankType.cpp index 9c318dde276adfa8c241dd63907f3ac1e6ef41fb..91d96bfa4e4d260b2f7a79b74e0a160e97abecd5 100644 --- a/Kernel/LHCbAlgs/src/FilterByBankType.cpp +++ b/Kernel/LHCbAlgs/src/FilterByBankType.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: FilterByBankType.cpp,v 1.1 2009-03-09 21:18:07 jvantilb Exp $ // Include files diff --git a/Kernel/LHCbAlgs/src/FilterByBankType.h b/Kernel/LHCbAlgs/src/FilterByBankType.h index 99c024122fdb3a033c7bfeba91ce99c7844957e0..863bd03c8f30972c8b146c9f33f4fff2fd723441 100644 --- a/Kernel/LHCbAlgs/src/FilterByBankType.h +++ b/Kernel/LHCbAlgs/src/FilterByBankType.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: FilterByBankType.h,v 1.1 2009-03-09 21:18:07 jvantilb Exp $ #ifndef FILTERBYRUNEVENT_H #define FILTERBYRUNEVENT_H 1 diff --git a/Kernel/LHCbAlgs/src/FilterByRunEvent.cpp b/Kernel/LHCbAlgs/src/FilterByRunEvent.cpp index 6331b302b272749d918d841d442f409e3f341109..440514f1d188623f4550c6cead1325507b63c2b6 100644 --- a/Kernel/LHCbAlgs/src/FilterByRunEvent.cpp +++ b/Kernel/LHCbAlgs/src/FilterByRunEvent.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/ODIN.h" diff --git a/Kernel/LHCbAlgs/src/FilterByRunEvent.h b/Kernel/LHCbAlgs/src/FilterByRunEvent.h index cf38cbe6c8c846152de282e6a72c8f27b90bf113..13be9108403b53d35cc4125f2b1d2073f03ec726 100644 --- a/Kernel/LHCbAlgs/src/FilterByRunEvent.h +++ b/Kernel/LHCbAlgs/src/FilterByRunEvent.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 FILTERBYRUNEVENT_H #define FILTERBYRUNEVENT_H 1 diff --git a/Kernel/LHCbAlgs/src/IncidentFilter.cpp b/Kernel/LHCbAlgs/src/IncidentFilter.cpp index 75d7ccfc0e345c74c1c7f4a603a65dba2ae01c9e..97045c692c8f8f9944287121604592c4ebb730db 100644 --- a/Kernel/LHCbAlgs/src/IncidentFilter.cpp +++ b/Kernel/LHCbAlgs/src/IncidentFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbAlgs/src/LHCbSequencerTimerTool.cpp b/Kernel/LHCbAlgs/src/LHCbSequencerTimerTool.cpp index 7199def20046449fc40921300c4393315a14473a..f5338453165760fce5d14bbeb52eca992c5ace3a 100644 --- a/Kernel/LHCbAlgs/src/LHCbSequencerTimerTool.cpp +++ b/Kernel/LHCbAlgs/src/LHCbSequencerTimerTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ROOT diff --git a/Kernel/LHCbAlgs/src/LHCbSequencerTimerTool.h b/Kernel/LHCbAlgs/src/LHCbSequencerTimerTool.h index 15f7fc2c5e9bf466b574a5a34a59a46f6ff43c32..65fcdc0a6e91211194bc2a834d7b6ef4d531b6c7 100644 --- a/Kernel/LHCbAlgs/src/LHCbSequencerTimerTool.h +++ b/Kernel/LHCbAlgs/src/LHCbSequencerTimerTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: SequencerTimerTool.h,v 1.7 2005/07/29 16:49:43 hmd Exp $ #ifndef LHCBSEQUENCERTIMERTOOL_H #define LHCBSEQUENCERTIMERTOOL_H 1 diff --git a/Kernel/LHCbAlgs/src/LHCbTimerForSequencer.cpp b/Kernel/LHCbAlgs/src/LHCbTimerForSequencer.cpp index f1f8a3dc8a4c57f3d346af912d00a1730e343d68..603f1cbbfa0a21cca511e0c4511edf27f9280431 100644 --- a/Kernel/LHCbAlgs/src/LHCbTimerForSequencer.cpp +++ b/Kernel/LHCbAlgs/src/LHCbTimerForSequencer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "LHCbTimerForSequencer.h" diff --git a/Kernel/LHCbAlgs/src/LHCbTimerForSequencer.h b/Kernel/LHCbAlgs/src/LHCbTimerForSequencer.h index 327cd55f471249381764da3bd34c0739ecf7c784..086b0bf2a766a08118a98d088a8b296647bc7613 100644 --- a/Kernel/LHCbAlgs/src/LHCbTimerForSequencer.h +++ b/Kernel/LHCbAlgs/src/LHCbTimerForSequencer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: LHCbTimerForSequencer.h,v 1.5 2004/11/25 13:26:26 mato Exp $ #ifndef LHCBTIMERFORSEQUENCER_H diff --git a/Kernel/LHCbAlgs/src/LHCbTimingAuditor.cpp b/Kernel/LHCbAlgs/src/LHCbTimingAuditor.cpp index 3eb4d72557c8e5d15d3fb42867e19220312fd4ba..84d80e50b4fb21e4f305af90bb07f9837bdb6624 100644 --- a/Kernel/LHCbAlgs/src/LHCbTimingAuditor.cpp +++ b/Kernel/LHCbAlgs/src/LHCbTimingAuditor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Auditor.h" #include "GaudiKernel/IToolSvc.h" #include "GaudiKernel/IIncidentListener.h" diff --git a/Kernel/LHCbAlgs/src/LbAppInitFactory.cpp b/Kernel/LHCbAlgs/src/LbAppInitFactory.cpp index b7e0a99b363cfb33b5044af5665290f3fcc5e0b6..1b6f1cccbe04bda7f241f1c585d6da33575b7d87 100644 --- a/Kernel/LHCbAlgs/src/LbAppInitFactory.cpp +++ b/Kernel/LHCbAlgs/src/LbAppInitFactory.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: LbAppInitFactory.cpp,v 1.1 2010-02-12 14:00:30 gcorti Exp $ // Include files #include "Kernel/LbAppInit.h" diff --git a/Kernel/LHCbAlgs/src/MemoryTool.cpp b/Kernel/LHCbAlgs/src/MemoryTool.cpp index d15be5a740584698f0b7d13f1462765797c7cb2f..76ba6b365446c11a47b2f5342ca63b094d564889 100644 --- a/Kernel/LHCbAlgs/src/MemoryTool.cpp +++ b/Kernel/LHCbAlgs/src/MemoryTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "AIDA/IHistogram1D.h" #include "GaudiKernel/Memory.h" diff --git a/Kernel/LHCbAlgs/src/MemoryTool.h b/Kernel/LHCbAlgs/src/MemoryTool.h index 8b50e8905158787449a870081320e3e6350bcfbd..5f3683cf18e6b2d78abc61c5d75b2467b2583e88 100644 --- a/Kernel/LHCbAlgs/src/MemoryTool.h +++ b/Kernel/LHCbAlgs/src/MemoryTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MEMORYTOOL_H #define MEMORYTOOL_H 1 diff --git a/Kernel/LHCbAlgs/src/ODINBadTimeTest.cpp b/Kernel/LHCbAlgs/src/ODINBadTimeTest.cpp index 4b8da7259bf4a16ac5560861d26a82af4828ee53..d3367cc55851b564afb410de12ee1eb6246e57e0 100644 --- a/Kernel/LHCbAlgs/src/ODINBadTimeTest.cpp +++ b/Kernel/LHCbAlgs/src/ODINBadTimeTest.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbAlgs/src/ODINBadTimeTest.h b/Kernel/LHCbAlgs/src/ODINBadTimeTest.h index 159e69c7b1bf6375c45a05756a5cdabe7ecec788..78935be972c05f0597ff303df5cc761c24bb8de2 100644 --- a/Kernel/LHCbAlgs/src/ODINBadTimeTest.h +++ b/Kernel/LHCbAlgs/src/ODINBadTimeTest.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SRC_ODINBADTIMETEST_H #define SRC_ODINBADTIMETEST_H 1 // Include files diff --git a/Kernel/LHCbAlgs/src/ODINCodec.cpp b/Kernel/LHCbAlgs/src/ODINCodec.cpp index d88bea64085ec493a8bdfdebee9ddfd9628a219f..94a2a17e13d162466fff93abfd0861296bd387c4 100644 --- a/Kernel/LHCbAlgs/src/ODINCodec.cpp +++ b/Kernel/LHCbAlgs/src/ODINCodec.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "ODINCodec.h" #include "GaudiKernel/GaudiException.h" diff --git a/Kernel/LHCbAlgs/src/ODINCodec.h b/Kernel/LHCbAlgs/src/ODINCodec.h index 841d22c1b1ad6df3c8013174f130043259afabca..23926580273022f36dafb608e622c47cf497c264 100644 --- a/Kernel/LHCbAlgs/src/ODINCodec.h +++ b/Kernel/LHCbAlgs/src/ODINCodec.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ODIN_CODEC_H #define ODIN_CODEC_H diff --git a/Kernel/LHCbAlgs/src/ODINCodecBaseTool.cpp b/Kernel/LHCbAlgs/src/ODINCodecBaseTool.cpp index f515b1830c107eb59b0aeac37be5fb79e2672357..a1d98e3a52381d27797b103fbd58bdcc62b26298 100644 --- a/Kernel/LHCbAlgs/src/ODINCodecBaseTool.cpp +++ b/Kernel/LHCbAlgs/src/ODINCodecBaseTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "ODINCodecBaseTool.h" //============================================================================= diff --git a/Kernel/LHCbAlgs/src/ODINCodecBaseTool.h b/Kernel/LHCbAlgs/src/ODINCodecBaseTool.h index deea7f6c039db4d8ad84bc0add2acf4ec10e53eb..4d4f114d5a67a859ec103395833e4542145ae97e 100644 --- a/Kernel/LHCbAlgs/src/ODINCodecBaseTool.h +++ b/Kernel/LHCbAlgs/src/ODINCodecBaseTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ODIN_CODEC_BASE_TOOL_H #define ODIN_CODEC_BASE_TOOL_H // Include files diff --git a/Kernel/LHCbAlgs/src/ODINDecodeTool.cpp b/Kernel/LHCbAlgs/src/ODINDecodeTool.cpp index 8ff431073f1a7bc972d5698e993ed90b46b03ffe..490c759082a2410c3b8c10e7e87a72f7b56244c7 100644 --- a/Kernel/LHCbAlgs/src/ODINDecodeTool.cpp +++ b/Kernel/LHCbAlgs/src/ODINDecodeTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "ODINCodecBaseTool.h" #include "GaudiKernel/SerializeSTL.h" diff --git a/Kernel/LHCbAlgs/src/ODINEncodeTool.cpp b/Kernel/LHCbAlgs/src/ODINEncodeTool.cpp index 4d52ca8b4f5124bec87d47a8022cfa2d53cf59fe..13bd85092d6988fe4107198e3b5e7550a712dc4b 100644 --- a/Kernel/LHCbAlgs/src/ODINEncodeTool.cpp +++ b/Kernel/LHCbAlgs/src/ODINEncodeTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "ODINCodecBaseTool.h" diff --git a/Kernel/LHCbAlgs/src/OdinTimeDecoder.cpp b/Kernel/LHCbAlgs/src/OdinTimeDecoder.cpp index dbb60796abcdeaa192606e0d2be287c7a7acee5b..636437fd7b0e75937f409b3e590c17b4fe4cca8e 100644 --- a/Kernel/LHCbAlgs/src/OdinTimeDecoder.cpp +++ b/Kernel/LHCbAlgs/src/OdinTimeDecoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbAlgs/src/OdinTimeDecoder.h b/Kernel/LHCbAlgs/src/OdinTimeDecoder.h index 02996f1628c9b062e85b8599263476aaf1e2eeac..3b5e1c6e398e877cb38342c4e1f9653b8301185a 100644 --- a/Kernel/LHCbAlgs/src/OdinTimeDecoder.h +++ b/Kernel/LHCbAlgs/src/OdinTimeDecoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: OdinTimeDecoder.h,v 1.1 2009-02-03 18:31:03 marcocle Exp $ #ifndef ODINTIMEDECODER_H #define ODINTIMEDECODER_H 1 diff --git a/Kernel/LHCbAlgs/src/OfflineDeterministicPrescaler.cpp b/Kernel/LHCbAlgs/src/OfflineDeterministicPrescaler.cpp index 11a7137a93770dd326b94721ae746efcbe3d428b..c6d1ebdc85f7c5c77cb1add5a86ad7f87ad952e7 100644 --- a/Kernel/LHCbAlgs/src/OfflineDeterministicPrescaler.cpp +++ b/Kernel/LHCbAlgs/src/OfflineDeterministicPrescaler.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "OfflineDeterministicPrescaler.h" #include <math.h> diff --git a/Kernel/LHCbAlgs/src/OfflineDeterministicPrescaler.h b/Kernel/LHCbAlgs/src/OfflineDeterministicPrescaler.h index ccaa5b126ca8c16b834d3e9ac27db05d7f928161..cf9d3df775b9b4cf9a6d23e17f64e31290ce3aa8 100644 --- a/Kernel/LHCbAlgs/src/OfflineDeterministicPrescaler.h +++ b/Kernel/LHCbAlgs/src/OfflineDeterministicPrescaler.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "GaudiAlg/GaudiAlgorithm.h" #include "boost/cstdint.hpp" #include <string> diff --git a/Kernel/LHCbAlgs/src/OfflineRateLimiter.cpp b/Kernel/LHCbAlgs/src/OfflineRateLimiter.cpp index 9390d99c3f38f596138d62fd81c015d0171d3be0..f4015ad923359487751728b8fb0761b0ccf9f356 100644 --- a/Kernel/LHCbAlgs/src/OfflineRateLimiter.cpp +++ b/Kernel/LHCbAlgs/src/OfflineRateLimiter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <iomanip> diff --git a/Kernel/LHCbAlgs/src/OfflineRateLimiter.h b/Kernel/LHCbAlgs/src/OfflineRateLimiter.h index 307665164cf75a8c7541a970123c1beb57186f7e..85b1e2edb249d65deb0e7609b790f5135157ee60 100644 --- a/Kernel/LHCbAlgs/src/OfflineRateLimiter.h +++ b/Kernel/LHCbAlgs/src/OfflineRateLimiter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OFFLINERATELIMITER_H #define OFFLINERATELIMITER_H 1 diff --git a/Kernel/LHCbAlgs/src/PostScaler.cpp b/Kernel/LHCbAlgs/src/PostScaler.cpp index c59a6c63eed039f69ccb5dbcf599dd10ff67ff80..fde51394f31245b651745416a3499883f8207f0f 100644 --- a/Kernel/LHCbAlgs/src/PostScaler.cpp +++ b/Kernel/LHCbAlgs/src/PostScaler.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbAlgs/src/PostScaler.h b/Kernel/LHCbAlgs/src/PostScaler.h index e35586634b6b0c10cf772d93dd6d4177d21e5bc9..8ed0ac0ee65da2fd3c6a28eb8ac53d8c08e0320a 100644 --- a/Kernel/LHCbAlgs/src/PostScaler.h +++ b/Kernel/LHCbAlgs/src/PostScaler.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: PostScaler.h,v 1.1 2007-03-02 08:49:27 cattanem Exp $ #ifndef POSTSCALER_H #define POSTSCALER_H 1 diff --git a/Kernel/LHCbAlgs/src/PrintEventTime.cpp b/Kernel/LHCbAlgs/src/PrintEventTime.cpp index c527d5c089bfbbbd03b3646075bf8a7a09ec4543..206662f9a93649be4e8b604297a629263f43c1a7 100644 --- a/Kernel/LHCbAlgs/src/PrintEventTime.cpp +++ b/Kernel/LHCbAlgs/src/PrintEventTime.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbAlgs/src/PrintEventTime.h b/Kernel/LHCbAlgs/src/PrintEventTime.h index c5d15bbfa69927b167dfa9356257f78fa84c1a82..ef984b8b8a0489c7344c0de669da9e73a0808d8f 100644 --- a/Kernel/LHCbAlgs/src/PrintEventTime.h +++ b/Kernel/LHCbAlgs/src/PrintEventTime.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SRC_PRINTEVENTTIME_H #define SRC_PRINTEVENTTIME_H 1 // Include files diff --git a/Kernel/LHCbAlgs/src/PrintHeader.cpp b/Kernel/LHCbAlgs/src/PrintHeader.cpp index c6cdcda50762c6ed35a5376e3d5d7fd5ca88ff3a..88a2aaf206b5f9f3685a1f33c3eee363f61e9e7f 100644 --- a/Kernel/LHCbAlgs/src/PrintHeader.cpp +++ b/Kernel/LHCbAlgs/src/PrintHeader.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EventSys diff --git a/Kernel/LHCbAlgs/src/PrintHeader.h b/Kernel/LHCbAlgs/src/PrintHeader.h index 465b641dcfa35cce07691e76aeaeaf5e8ed33125..fe861fa50c10258d1de326be763edd3adbf85399 100644 --- a/Kernel/LHCbAlgs/src/PrintHeader.h +++ b/Kernel/LHCbAlgs/src/PrintHeader.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: PrintHeader.h,v 1.1 2007-03-02 08:49:27 cattanem Exp $ #ifndef PRINTHEADER_H #define PRINTHEADER_H 1 diff --git a/Kernel/LHCbAlgs/src/ProcessPhase.cpp b/Kernel/LHCbAlgs/src/ProcessPhase.cpp index 6738ce0e40b402bf8d57fd52bdea4b11ae47199a..e5e1b309d4a4037f0c52b45b8203112d1f1c6ccc 100644 --- a/Kernel/LHCbAlgs/src/ProcessPhase.cpp +++ b/Kernel/LHCbAlgs/src/ProcessPhase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: ProcessPhase.cpp,v 1.7 2007-05-31 12:54:59 cattanem Exp $ // Include files diff --git a/Kernel/LHCbAlgs/src/ProcessPhase.h b/Kernel/LHCbAlgs/src/ProcessPhase.h index fbc4070f055d31a3f8b2a9c13329c78c64094abd..9e6da9f1bd0f9063c36245c6f7776a53e610a199 100644 --- a/Kernel/LHCbAlgs/src/ProcessPhase.h +++ b/Kernel/LHCbAlgs/src/ProcessPhase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: ProcessPhase.h,v 1.2 2005-01-28 13:18:04 cattanem Exp $ #ifndef PROCESSPHASE_H #define PROCESSPHASE_H diff --git a/Kernel/LHCbAlgs/src/RateFromCondDB.cpp b/Kernel/LHCbAlgs/src/RateFromCondDB.cpp index 9a79e9211c39241ebabaffe8ef5b0ade99272eae..c7d3d39729966f5f24c2e2f66f0b5347b74e7961 100644 --- a/Kernel/LHCbAlgs/src/RateFromCondDB.cpp +++ b/Kernel/LHCbAlgs/src/RateFromCondDB.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbAlgs/src/RateFromCondDB.h b/Kernel/LHCbAlgs/src/RateFromCondDB.h index dcd9a4a19c2500b3468a95d60befcbed9598a03d..c0c62cd3fb4132737eb57d0368816a1aa17bad0e 100644 --- a/Kernel/LHCbAlgs/src/RateFromCondDB.h +++ b/Kernel/LHCbAlgs/src/RateFromCondDB.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RateFromCondDB_H #define RateFromCondDB_H 1 diff --git a/Kernel/LHCbAlgs/src/RateFromTCK.cpp b/Kernel/LHCbAlgs/src/RateFromTCK.cpp index deee50f8f58fe1d0ca0ddf954a1ea07cb85eb381..8c82b9f2b4750c6247d7839e64d7ac79b081de70 100644 --- a/Kernel/LHCbAlgs/src/RateFromTCK.cpp +++ b/Kernel/LHCbAlgs/src/RateFromTCK.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <iomanip> diff --git a/Kernel/LHCbAlgs/src/RateFromTCK.h b/Kernel/LHCbAlgs/src/RateFromTCK.h index 53a6844a230aa3df04d5d68b1be7fd698b9df597..1aa58c7ac3b9844cc2d21282b0be7666a60bbddf 100644 --- a/Kernel/LHCbAlgs/src/RateFromTCK.h +++ b/Kernel/LHCbAlgs/src/RateFromTCK.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RATEFROMTCK_H #define RATEFROMTCK_H 1 diff --git a/Kernel/LHCbAlgs/src/RecEventTime.cpp b/Kernel/LHCbAlgs/src/RecEventTime.cpp index f41b3b9feec5f4bba14a0c78c8e3c94cbade506c..b563bb106b093e7a38a9935660124931cb2ad754 100644 --- a/Kernel/LHCbAlgs/src/RecEventTime.cpp +++ b/Kernel/LHCbAlgs/src/RecEventTime.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "RecEventTime.h" #include "Event/RecHeader.h" diff --git a/Kernel/LHCbAlgs/src/RecEventTime.h b/Kernel/LHCbAlgs/src/RecEventTime.h index 670032fd25fca635dda432dd3f7c14be2a8cb8f7..bb9132861755776929665b286e1f2e92e5bbb350 100644 --- a/Kernel/LHCbAlgs/src/RecEventTime.h +++ b/Kernel/LHCbAlgs/src/RecEventTime.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RECEVENTTIME_H #define RECEVENTTIME_H 1 diff --git a/Kernel/LHCbAlgs/src/RunChangeTest.cpp b/Kernel/LHCbAlgs/src/RunChangeTest.cpp index 943d808359fc3f162edabfa8b79273306625909d..ff95b6be372032e5db8949acfe75c5838f177253 100644 --- a/Kernel/LHCbAlgs/src/RunChangeTest.cpp +++ b/Kernel/LHCbAlgs/src/RunChangeTest.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RunChangeTest.cpp,v 1.1 2009-02-03 18:31:03 marcocle Exp $ // Include files diff --git a/Kernel/LHCbAlgs/src/RunChangeTest.h b/Kernel/LHCbAlgs/src/RunChangeTest.h index c36b25a217c1c879927ef407e9c54ad02762ce66..da92a31037bc69c99b6136cce751b2ee04cc786a 100644 --- a/Kernel/LHCbAlgs/src/RunChangeTest.h +++ b/Kernel/LHCbAlgs/src/RunChangeTest.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RunChangeTest.h,v 1.1 2009-02-03 18:31:03 marcocle Exp $ #ifndef COMPONENT_RUNCHANGETEST_H #define COMPONENT_RUNCHANGETEST_H 1 diff --git a/Kernel/LHCbAlgs/src/ServiceStarter.cpp b/Kernel/LHCbAlgs/src/ServiceStarter.cpp index 609bcf3a3182591e56dafc554d075aac452d881a..029b081cb8477ab574ed773d3cf1484a64f60446 100644 --- a/Kernel/LHCbAlgs/src/ServiceStarter.cpp +++ b/Kernel/LHCbAlgs/src/ServiceStarter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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> diff --git a/Kernel/LHCbAlgs/src/ServiceStarter.h b/Kernel/LHCbAlgs/src/ServiceStarter.h index 67528714b1e1f9fa65fbd31ed791311bf39d80d0..2d7d595f8003a7bbd2d8c905d8fc87196132d3f9 100644 --- a/Kernel/LHCbAlgs/src/ServiceStarter.h +++ b/Kernel/LHCbAlgs/src/ServiceStarter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SRC_SERVICESTARTER_H #define SRC_SERVICESTARTER_H 1 // Include files diff --git a/Kernel/LHCbAlgs/src/TCKPrescaleEmulator.cpp b/Kernel/LHCbAlgs/src/TCKPrescaleEmulator.cpp index 62e88090438d01b0cf725d116e025bf439a4d7e9..aa9270ceeb11b7e74d7818bcdc5fdf6fc876c330 100644 --- a/Kernel/LHCbAlgs/src/TCKPrescaleEmulator.cpp +++ b/Kernel/LHCbAlgs/src/TCKPrescaleEmulator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbAlgs/src/TCKPrescaleEmulator.h b/Kernel/LHCbAlgs/src/TCKPrescaleEmulator.h index 85007eea6d858aca52db9c96ddc6148a8c4cb352..2d35c5395ff9cf0ec1754ee3d411d0121a777096 100644 --- a/Kernel/LHCbAlgs/src/TCKPrescaleEmulator.h +++ b/Kernel/LHCbAlgs/src/TCKPrescaleEmulator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TCKPRESCALEEMULATOR_H #define TCKPRESCALEEMULATOR_H 1 diff --git a/Kernel/LHCbAlgs/src/TESCheck.cpp b/Kernel/LHCbAlgs/src/TESCheck.cpp index b687a6e729f7dafb3b10a35533aff02c63c1e6dd..11d3f915d108aaa657ed06ebd483c95c9d7bb22d 100644 --- a/Kernel/LHCbAlgs/src/TESCheck.cpp +++ b/Kernel/LHCbAlgs/src/TESCheck.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: TESCheck.cpp,v 1.7 2009-10-08 15:21:37 cattanem Exp $ // ============================================================================ // Include files diff --git a/Kernel/LHCbAlgs/src/TESFingerPrint.cpp b/Kernel/LHCbAlgs/src/TESFingerPrint.cpp index 5609dc82312d1b9ee17ed8d76a85564eeae3201c..8607d56777f96a5dc02dd4985ca0a53004ba051d 100644 --- a/Kernel/LHCbAlgs/src/TESFingerPrint.cpp +++ b/Kernel/LHCbAlgs/src/TESFingerPrint.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ // Include files // from Gaudi diff --git a/Kernel/LHCbAlgs/src/TESFingerPrint.h b/Kernel/LHCbAlgs/src/TESFingerPrint.h index edd7635ba557d051c38df9d0fb08edebde254aec..f253d51846e6a2b928944c4abc831361a5735959 100644 --- a/Kernel/LHCbAlgs/src/TESFingerPrint.h +++ b/Kernel/LHCbAlgs/src/TESFingerPrint.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ #ifndef TESFINGERPRINT_H #define TESFINGERPRINT_H 1 diff --git a/Kernel/LHCbAlgs/src/TESMerger.cpp b/Kernel/LHCbAlgs/src/TESMerger.cpp index d1be7a4cf91aba4d3d614fa0430c7e564ae2d08a..78708cdd6513330b74f5f91a85fb49ad83043001 100644 --- a/Kernel/LHCbAlgs/src/TESMerger.cpp +++ b/Kernel/LHCbAlgs/src/TESMerger.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TESMerger TESMerger.h * * Merge different track lists. diff --git a/Kernel/LHCbAlgs/src/TestEventCounter.cpp b/Kernel/LHCbAlgs/src/TestEventCounter.cpp index f753ee8d5cec34da20abdf57b9d62682db420dac..47e3eb794f2feafa603c4ec20e7bfc0d9ab29561 100644 --- a/Kernel/LHCbAlgs/src/TestEventCounter.cpp +++ b/Kernel/LHCbAlgs/src/TestEventCounter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbAlgs/src/TestEventCounter.h b/Kernel/LHCbAlgs/src/TestEventCounter.h index 2497fc4fb364cccac82695b72429df5fde06db3d..50520106fbb4f5b441800a97403517fea0680a0b 100644 --- a/Kernel/LHCbAlgs/src/TestEventCounter.h +++ b/Kernel/LHCbAlgs/src/TestEventCounter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SRC_TESTEVENTCOUNTER_H #define SRC_TESTEVENTCOUNTER_H 1 // Include files diff --git a/Kernel/LHCbAlgs/src/TestRecEventTimeAlgs.cpp b/Kernel/LHCbAlgs/src/TestRecEventTimeAlgs.cpp index 0ebea19cce7776c85e33e67828037ae5d99e2bc0..3e15b65ffc82b4e9ec980f8127e0f66adf4578f3 100644 --- a/Kernel/LHCbAlgs/src/TestRecEventTimeAlgs.cpp +++ b/Kernel/LHCbAlgs/src/TestRecEventTimeAlgs.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Service.h" #include "GaudiKernel/IEventTimeDecoder.h" #include "GaudiKernel/IIncidentSvc.h" diff --git a/Kernel/LHCbAlgs/src/TestTimeDecoderOdin.cpp b/Kernel/LHCbAlgs/src/TestTimeDecoderOdin.cpp index 09805736cd1acee91aa780a9fb7cd8162b342a7f..6fcf67dc5dfb09d7806d06115cf4d08f0dd72bbf 100644 --- a/Kernel/LHCbAlgs/src/TestTimeDecoderOdin.cpp +++ b/Kernel/LHCbAlgs/src/TestTimeDecoderOdin.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbAlgs/src/TestTimeDecoderOdin.h b/Kernel/LHCbAlgs/src/TestTimeDecoderOdin.h index 522f17a1bfc0db55635c030955210d37613facb8..1e92697f64159e68e5fab16d0cc2e69301579133 100644 --- a/Kernel/LHCbAlgs/src/TestTimeDecoderOdin.h +++ b/Kernel/LHCbAlgs/src/TestTimeDecoderOdin.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: TestTimeDecoderOdin.h,v 1.1 2009-02-03 18:31:03 marcocle Exp $ #ifndef TESTTIMEDECODERODIN_H #define TESTTIMEDECODERODIN_H 1 diff --git a/Kernel/LHCbAlgs/src/Tests_CopyFileAlg.cpp b/Kernel/LHCbAlgs/src/Tests_CopyFileAlg.cpp index b4221b46103fd39f5a67cc421784d5f1e0c64d06..6514ed83dc50ab8793519c5c27d0b90363646171 100644 --- a/Kernel/LHCbAlgs/src/Tests_CopyFileAlg.cpp +++ b/Kernel/LHCbAlgs/src/Tests_CopyFileAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "GaudiAlg/GaudiAlgorithm.h" #define BOOST_FILESYSTEM_NO_DEPRECATED diff --git a/Kernel/LHCbAlgs/src/TimeDecoderList.cpp b/Kernel/LHCbAlgs/src/TimeDecoderList.cpp index 4e01f592c53bab719a1ec478b0a5dc2fe7febf32..07eba91e7abfd8f6947f66eeb9287888e4f55195 100644 --- a/Kernel/LHCbAlgs/src/TimeDecoderList.cpp +++ b/Kernel/LHCbAlgs/src/TimeDecoderList.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "TimeDecoderList.h" // Constructor diff --git a/Kernel/LHCbAlgs/src/TimeDecoderList.h b/Kernel/LHCbAlgs/src/TimeDecoderList.h index dc36480b57c5f89f58d4082a0c8b04cacb378ea4..b096a9de31eba6accd81a7e2c4291ededff18528 100644 --- a/Kernel/LHCbAlgs/src/TimeDecoderList.h +++ b/Kernel/LHCbAlgs/src/TimeDecoderList.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TIMEDECODERLIST_H #define TIMEDECODERLIST_H 1 diff --git a/Kernel/LHCbAlgs/src/TimingTool.cpp b/Kernel/LHCbAlgs/src/TimingTool.cpp index 4933688c4b0f42881337be398753bf3a15b748ab..75458c77fd311317edc9c04995831ba844e5dda7 100644 --- a/Kernel/LHCbAlgs/src/TimingTool.cpp +++ b/Kernel/LHCbAlgs/src/TimingTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: TimingTool.cpp,v 1.3 2006-11-30 15:57:28 cattanem Exp $ // Include files diff --git a/Kernel/LHCbAlgs/src/TimingTool.h b/Kernel/LHCbAlgs/src/TimingTool.h index 52c5eb329faf08a42323ea4f9a2bccecf1be26a7..4456492041f32c4359f17e4deb7f9be23c2b015c 100644 --- a/Kernel/LHCbAlgs/src/TimingTool.h +++ b/Kernel/LHCbAlgs/src/TimingTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: TimingTool.h,v 1.3 2005-09-07 12:23:40 cattanem Exp $ #ifndef TIMINGTOOL_H #define TIMINGTOOL_H 1 diff --git a/Kernel/LHCbAlgs/src/TrajPoca.cpp b/Kernel/LHCbAlgs/src/TrajPoca.cpp index c6d76da14b69c6a62472056fb1bfc2604af8744d..5fca9042226ee779b141dbcf8f85dc16c2bda5cf 100644 --- a/Kernel/LHCbAlgs/src/TrajPoca.cpp +++ b/Kernel/LHCbAlgs/src/TrajPoca.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <utility> #include <algorithm> diff --git a/Kernel/LHCbAlgs/src/TrajPoca.h b/Kernel/LHCbAlgs/src/TrajPoca.h index ace25e37c3aaadb15052e9576264c02be17c9fc8..37ffef1bbcab1c4832dbd4956d9c9088755f7267 100644 --- a/Kernel/LHCbAlgs/src/TrajPoca.h +++ b/Kernel/LHCbAlgs/src/TrajPoca.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TRACKTOOLS_TRAJPOCA_H #define TRACKTOOLS_TRAJPOCA_H 1 diff --git a/Kernel/LHCbAlgs/src/TurboPrescaler.cpp b/Kernel/LHCbAlgs/src/TurboPrescaler.cpp index ae50fb16e5b4d49d5fa7f71344e965a0d7f69360..d45c196650846fdaf5e2af4b5490b73e086975fd 100644 --- a/Kernel/LHCbAlgs/src/TurboPrescaler.cpp +++ b/Kernel/LHCbAlgs/src/TurboPrescaler.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbAlgs/src/TurboPrescaler.h b/Kernel/LHCbAlgs/src/TurboPrescaler.h index 6542e98c5df36208139a5e15bac50e1a2e531b53..b10b340110a15cbb0545c330c5594d497a784f68 100644 --- a/Kernel/LHCbAlgs/src/TurboPrescaler.h +++ b/Kernel/LHCbAlgs/src/TurboPrescaler.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TURBOPRESCALER_H #define TURBOPRESCALER_H 1 diff --git a/Kernel/LHCbAlgs/src/createODIN.cpp b/Kernel/LHCbAlgs/src/createODIN.cpp index df3ff19f95d102440d4d7388089528dd379839ab..e6e964d5bcdb5b0ba9cb24bcff12ade96ad4917b 100644 --- a/Kernel/LHCbAlgs/src/createODIN.cpp +++ b/Kernel/LHCbAlgs/src/createODIN.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "GaudiAlg/Transformer.h" #include "ODINCodec.h" #include "Event/RawEvent.h" diff --git a/Kernel/LHCbAlgs/tests/data/runchangehandler/dummy.xml b/Kernel/LHCbAlgs/tests/data/runchangehandler/dummy.xml index d04d403064e09414a92c813610b6bf82f8f6e13f..d25edcb5a78528c093aa89f52190cf871fad7597 100644 --- a/Kernel/LHCbAlgs/tests/data/runchangehandler/dummy.xml +++ b/Kernel/LHCbAlgs/tests/data/runchangehandler/dummy.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "structure.dtd"> <DDDB> <condition name="Condition"> diff --git a/Kernel/LHCbAlgs/tests/data/runchangehandler/lhcb.xml b/Kernel/LHCbAlgs/tests/data/runchangehandler/lhcb.xml index cbf709f60022fe7892f8689ad85c374edd567b8f..5365b3e57ca4f3aef1730c6d55a2ada31bb97b4b 100644 --- a/Kernel/LHCbAlgs/tests/data/runchangehandler/lhcb.xml +++ b/Kernel/LHCbAlgs/tests/data/runchangehandler/lhcb.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "structure.dtd"> <DDDB> <catalog name="dd"> diff --git a/Kernel/LHCbAlgs/tests/data/runchangehandler/original.xml b/Kernel/LHCbAlgs/tests/data/runchangehandler/original.xml index 6f630cd3c8d36d900c7f4123ccfaddefe30201a4..9c960e86200001429fbf3945f7a70797485680ad 100644 --- a/Kernel/LHCbAlgs/tests/data/runchangehandler/original.xml +++ b/Kernel/LHCbAlgs/tests/data/runchangehandler/original.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "structure.dtd"> <DDDB> <condition name="Condition"> diff --git a/Kernel/LHCbAlgs/tests/data/runchangehandler/payload1.xml b/Kernel/LHCbAlgs/tests/data/runchangehandler/payload1.xml index 31116fe15df18f5315495b95a264e979396d8a84..cd16d980618ba03ad0a87f0e9c12f521fee96842 100644 --- a/Kernel/LHCbAlgs/tests/data/runchangehandler/payload1.xml +++ b/Kernel/LHCbAlgs/tests/data/runchangehandler/payload1.xml @@ -1,3 +1,13 @@ <condition name="Condition"> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <param name="data" type="string">payload1</param> </condition> diff --git a/Kernel/LHCbAlgs/tests/data/runchangehandler/payload2.xml b/Kernel/LHCbAlgs/tests/data/runchangehandler/payload2.xml index 9e346cb1740f186c199cd5bea68149584dead27b..f1595d1917058234f82719d58b5c4160f08087fc 100644 --- a/Kernel/LHCbAlgs/tests/data/runchangehandler/payload2.xml +++ b/Kernel/LHCbAlgs/tests/data/runchangehandler/payload2.xml @@ -1,3 +1,13 @@ <condition name="Condition"> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <param name="data" type="string">payload2</param> </condition> diff --git a/Kernel/LHCbAlgs/tests/data/runchangehandler/real.xml b/Kernel/LHCbAlgs/tests/data/runchangehandler/real.xml index 49a6d5102c35009d38c70225fce3a23464ea1873..1d3644fb089dc34482a3fee9707d584495495671 100644 --- a/Kernel/LHCbAlgs/tests/data/runchangehandler/real.xml +++ b/Kernel/LHCbAlgs/tests/data/runchangehandler/real.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "structure.dtd"> <DDDB> <condition name="Condition"> diff --git a/Kernel/LHCbAlgs/tests/data/runchangehandler/run0001.xml b/Kernel/LHCbAlgs/tests/data/runchangehandler/run0001.xml index 950e4252c9969390b5d7beb063fa0bd8432f4c5e..78947f2cded59467c40d82e477606f045e32f03d 100644 --- a/Kernel/LHCbAlgs/tests/data/runchangehandler/run0001.xml +++ b/Kernel/LHCbAlgs/tests/data/runchangehandler/run0001.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "structure.dtd"> <DDDB> <condition name="Condition"> diff --git a/Kernel/LHCbAlgs/tests/data/runchangehandler/run0002.xml b/Kernel/LHCbAlgs/tests/data/runchangehandler/run0002.xml index 3afc95e62cfcc758b73f2eaaf97a4643845fde98..85759cc1ed4d829d757685da7239946c4e051e33 100644 --- a/Kernel/LHCbAlgs/tests/data/runchangehandler/run0002.xml +++ b/Kernel/LHCbAlgs/tests/data/runchangehandler/run0002.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "structure.dtd"> <DDDB> <condition name="Condition"> diff --git a/Kernel/LHCbAlgs/tests/data/runchangehandler/structure.dtd b/Kernel/LHCbAlgs/tests/data/runchangehandler/structure.dtd index 339ef6669fe107613f3bb85966abd89f7f21336e..3fca396970ea386063dd83184e5658c5b7423210 100644 --- a/Kernel/LHCbAlgs/tests/data/runchangehandler/structure.dtd +++ b/Kernel/LHCbAlgs/tests/data/runchangehandler/structure.dtd @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- Minimal version of structure.dtd for tests. --> <!-- The complete version is available at conddb:/DTD/structure.dtd --> <!-- Author: Marco Clemencic --> diff --git a/Kernel/LHCbAlgs/tests/data/runchangehandler/wrapper.xml b/Kernel/LHCbAlgs/tests/data/runchangehandler/wrapper.xml index fb49531c5d28eca3260147a8fea05e0a0deb77d5..0f6aad408f666610c73f6ad5dbbd22e414634645 100644 --- a/Kernel/LHCbAlgs/tests/data/runchangehandler/wrapper.xml +++ b/Kernel/LHCbAlgs/tests/data/runchangehandler/wrapper.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "structure.dtd" [<!ENTITY Payload SYSTEM "payload.xml">] > diff --git a/Kernel/LHCbAlgs/tests/data/splithlt/calib_data/detector/v123/results.xml b/Kernel/LHCbAlgs/tests/data/splithlt/calib_data/detector/v123/results.xml index 4b6421bf261ad37ef3a775b490940f5db9654751..969cdd722ef070dc9bb049847f401530dae1677d 100644 --- a/Kernel/LHCbAlgs/tests/data/splithlt/calib_data/detector/v123/results.xml +++ b/Kernel/LHCbAlgs/tests/data/splithlt/calib_data/detector/v123/results.xml @@ -1,2 +1,12 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <param name="data" type="string">run0001_2</param> diff --git a/Kernel/LHCbAlgs/tests/data/splithlt/calib_data/detector/v456/results.xml b/Kernel/LHCbAlgs/tests/data/splithlt/calib_data/detector/v456/results.xml index db38105df4afe016239da1735126a006dbecf815..b59b9ef30df7a571f1b6b5bed39faeceb021f7d5 100644 --- a/Kernel/LHCbAlgs/tests/data/splithlt/calib_data/detector/v456/results.xml +++ b/Kernel/LHCbAlgs/tests/data/splithlt/calib_data/detector/v456/results.xml @@ -1,2 +1,12 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <param name="data" type="string">run0002_2</param> diff --git a/Kernel/LHCbAlgs/tests/data/splithlt/conddb/lhcbhlt12.xml b/Kernel/LHCbAlgs/tests/data/splithlt/conddb/lhcbhlt12.xml index 0400a87a3507218f204f67b1deeb1ecffa565011..156ae2ca0d42121ec018b9f8d3f0ee78abe203fd 100644 --- a/Kernel/LHCbAlgs/tests/data/splithlt/conddb/lhcbhlt12.xml +++ b/Kernel/LHCbAlgs/tests/data/splithlt/conddb/lhcbhlt12.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../structure.dtd"> <DDDB> <catalog name="dd"> diff --git a/Kernel/LHCbAlgs/tests/data/splithlt/conddb/originalhlt12.xml b/Kernel/LHCbAlgs/tests/data/splithlt/conddb/originalhlt12.xml index 80d7da0455091fd7b0b78ee52dbe350e1d01e3af..07d63514609def2a5e7f7c151c2b6f61673fd62d 100644 --- a/Kernel/LHCbAlgs/tests/data/splithlt/conddb/originalhlt12.xml +++ b/Kernel/LHCbAlgs/tests/data/splithlt/conddb/originalhlt12.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../structure.dtd"> <DDDB> <condition name="Condition"> diff --git a/Kernel/LHCbAlgs/tests/data/splithlt/hlt1/0001/data.xml b/Kernel/LHCbAlgs/tests/data/splithlt/hlt1/0001/data.xml index edf789b8007fabadb2fe8dfe960eaf9ded051759..69dde5be0859e5c79b266db907f04a6c7013b346 100644 --- a/Kernel/LHCbAlgs/tests/data/splithlt/hlt1/0001/data.xml +++ b/Kernel/LHCbAlgs/tests/data/splithlt/hlt1/0001/data.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../structure.dtd"> <DDDB> <condition name="Condition"> diff --git a/Kernel/LHCbAlgs/tests/data/splithlt/hlt1/0002/data.xml b/Kernel/LHCbAlgs/tests/data/splithlt/hlt1/0002/data.xml index 2eeb553898a3d5918ab7cd9e7e5687a14e31398a..57343f4ac90146d42b93507a4031c93555064f08 100644 --- a/Kernel/LHCbAlgs/tests/data/splithlt/hlt1/0002/data.xml +++ b/Kernel/LHCbAlgs/tests/data/splithlt/hlt1/0002/data.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../structure.dtd"> <DDDB> <condition name="Condition"> diff --git a/Kernel/LHCbAlgs/tests/data/splithlt/hlt2/0001/data.xml b/Kernel/LHCbAlgs/tests/data/splithlt/hlt2/0001/data.xml index 192a6f3afb2f0036254b2666512a5fe001be1a38..dc500e876870041100a5b0103a6e85b79a1cd707 100644 --- a/Kernel/LHCbAlgs/tests/data/splithlt/hlt2/0001/data.xml +++ b/Kernel/LHCbAlgs/tests/data/splithlt/hlt2/0001/data.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../structure.dtd" [<!ENTITY results SYSTEM "../../calib_data/detector/v123/results.xml">]> <DDDB> diff --git a/Kernel/LHCbAlgs/tests/data/splithlt/hlt2/0002/data.xml b/Kernel/LHCbAlgs/tests/data/splithlt/hlt2/0002/data.xml index 1ce31bad253c09ff9f88b1feae3f34896e100aff..79e0de116c79466857a7427a60dd7988078978fc 100644 --- a/Kernel/LHCbAlgs/tests/data/splithlt/hlt2/0002/data.xml +++ b/Kernel/LHCbAlgs/tests/data/splithlt/hlt2/0002/data.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "../../structure.dtd" [<!ENTITY results SYSTEM "../../calib_data/detector/v456/results.xml">]> <DDDB> diff --git a/Kernel/LHCbAlgs/tests/data/splithlt/structure.dtd b/Kernel/LHCbAlgs/tests/data/splithlt/structure.dtd index 339ef6669fe107613f3bb85966abd89f7f21336e..3fca396970ea386063dd83184e5658c5b7423210 100644 --- a/Kernel/LHCbAlgs/tests/data/splithlt/structure.dtd +++ b/Kernel/LHCbAlgs/tests/data/splithlt/structure.dtd @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- Minimal version of structure.dtd for tests. --> <!-- The complete version is available at conddb:/DTD/structure.dtd --> <!-- Author: Marco Clemencic --> diff --git a/Kernel/LHCbAlgs/tests/options/SmallFiles.py b/Kernel/LHCbAlgs/tests/options/SmallFiles.py index 4bd206cd3069ffed9cd3ef112e78e4d50e48b837..06b04c045c0cc29ce08e44acc04f694b06345399 100644 --- a/Kernel/LHCbAlgs/tests/options/SmallFiles.py +++ b/Kernel/LHCbAlgs/tests/options/SmallFiles.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 PRConfig import TestFileDB TestFileDB.test_file_db["2011_smallfiles_EW"].run() diff --git a/Kernel/LHCbAlgs/tests/options/file-timer.py b/Kernel/LHCbAlgs/tests/options/file-timer.py index 6c4062a444ad2c9e77f34a4f0e0658ff55d6d94e..ade973134a77ea2cd5699d1ee26cd0ce5ff15d0f 100644 --- a/Kernel/LHCbAlgs/tests/options/file-timer.py +++ b/Kernel/LHCbAlgs/tests/options/file-timer.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 LHCbApp from Gaudi.Configuration import * diff --git a/Kernel/LHCbAlgs/tests/options/fsr-only-file.py b/Kernel/LHCbAlgs/tests/options/fsr-only-file.py index 27c8a44fafe4b50d95eb3e8982e458dc6942a4bb..4ebaf712e2cf2c0f3e355ceb90a733bd1a9e0324 100644 --- a/Kernel/LHCbAlgs/tests/options/fsr-only-file.py +++ b/Kernel/LHCbAlgs/tests/options/fsr-only-file.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 PRConfig import TestFileDB diff --git a/Kernel/LHCbAlgs/tests/options/test_TTparse.py b/Kernel/LHCbAlgs/tests/options/test_TTparse.py index 5a403ce73cecefd71173144ff33904b874ee664f..310c2778d67b33ed5641222afe6264deec9ac350 100644 --- a/Kernel/LHCbAlgs/tests/options/test_TTparse.py +++ b/Kernel/LHCbAlgs/tests/options/test_TTparse.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 LHCbAlgs import TTParser TT1=TTParser.parse("../refs/timing.dat") diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byevent.qms/basic.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byevent.qms/basic.qmt index 1019dd42d7c7cf2c433060b0ff3f970c7f7e858e..f0197474e0773ff3101afb2f6c9b98930a3d7856 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byevent.qms/basic.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byevent.qms/basic.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="options"><text> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byevent.qms/complete.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byevent.qms/complete.qmt index ae05119ead62d205d78636dcd6c7edc25b149ff7..9df0e6d015b4de7aa08329791d5ad670e3561369 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byevent.qms/complete.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byevent.qms/complete.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="options"><text> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byevent.qms/filter.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byevent.qms/filter.qmt index 2778b1d6567fa5d1c9091d9ba09913cca8da2195..e0d7605f5c8574e4500166cc05f56a81e32cf47c 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byevent.qms/filter.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byevent.qms/filter.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="options"><text> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byrun.qms/basic.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byrun.qms/basic.qmt index e84f504323d6fda67d946f0c31b9dc9c5142d628..8215662223c35e2d2a8b9f74bcede5deada001bf 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byrun.qms/basic.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byrun.qms/basic.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>-v</text></set></argument> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byrun.qms/ignore_a.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byrun.qms/ignore_a.qmt index 2e021f459498c522c827fd51643b4d397d2e597b..a53629b9d4bd970eccbc2774ee464bbabe877251 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byrun.qms/ignore_a.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byrun.qms/ignore_a.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>-v</text></set></argument> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byrun.qms/ignore_b.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byrun.qms/ignore_b.qmt index 80c9d227dc87e97f3e9a212567edaa60889f8c5f..4c3815dcbb05c39a9e36003fc398a605b8784ed5 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byrun.qms/ignore_b.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byrun.qms/ignore_b.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>-v</text></set></argument> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byrun.qms/ignore_c.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byrun.qms/ignore_c.qmt index a38338f656e8e3da1fb7785a5e0ebe1decf9196f..698bd77e098ac688551bcd37c1090e663c66a172 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byrun.qms/ignore_c.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/byrun.qms/ignore_c.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>-v</text></set></argument> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/service.qms/basic.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/service.qms/basic.qmt index e6d524dbadd43eea53d6b9b7380406529bfa3dec..4be4edfdf8f011dc033a9ba6653df81de881e801 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/service.qms/basic.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/service.qms/basic.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>-v</text></set></argument> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/service.qms/disabled.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/service.qms/disabled.qmt index 5c5363152d0ed2243935bd04448c13accd97baa0..2e260faf327f3227ad22c0baa924406ec9acb28c 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/service.qms/disabled.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/dqfilter.qms/service.qms/disabled.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>-v</text></set></argument> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/eventcounter.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/eventcounter.qmt index bd228ceb01e09e4118fd23f7a3b7c1bacb02f541..a22dd46d354d0522ff8ad505285c5e63049a884d 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/eventcounter.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/eventcounter.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/fsr-only-file-root.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/fsr-only-file-root.qmt index 56989638b091a5a9c29a9c3187e3ba6631362f28..34be0dfe1a59074f1977204154420862904393a5 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/fsr-only-file-root.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/fsr-only-file-root.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/fsr-small-files-root.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/fsr-small-files-root.qmt index 3e18f71843fda91005e9ce416fd76c8751d15101..472b43aaea5edb50de09ce90007386d2d928c526 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/fsr-small-files-root.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/fsr-small-files-root.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/late_evt_clock.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/late_evt_clock.qmt index a81effbc1fb57040c138a5e0d15e2994a7bf2351..12889934589401f18ee382406a3114b8b2ac1db1 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/late_evt_clock.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/late_evt_clock.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/odin_bad_time.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/odin_bad_time.qmt index 5c011c708d4044b30733a84dd3ee655a00a0aa9d..298945911b80186d4b3e43dabb8950ab201d4c27 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/odin_bad_time.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/odin_bad_time.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="options"><text> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/odin_codec.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/odin_codec.qmt index 9032240c362cf36e7ce51cf4e23ef60384cac4ae..56662f18bd8c6ee4a152545aaa0aba1cb8f7b5db 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/odin_codec.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/odin_codec.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>../scripts/test_ODIN_codec.py</text></argument> </extension> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/receventtime.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/receventtime.qmt index 4e5d5f5c193d157677c0fb2c87d8046b477e159e..7d3132fe7fbefbc0b7cd890e07050d6dbf898be5 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/receventtime.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/receventtime.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/runchange.qms/handler.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/runchange.qms/handler.qmt index ad839cbd25fb35e3fd2c3e20a577ff37958410c8..97a62614f588cac14b22afa4e9859a168fc411d3 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/runchange.qms/handler.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/runchange.qms/handler.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/runchange.qms/handler_newfile_samedata.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/runchange.qms/handler_newfile_samedata.qmt index 268646c9c5cdfe720652d3d7edd8a45693e24eed..c71ed6fed00b1a3d43a459af562c396d8667421e 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/runchange.qms/handler_newfile_samedata.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/runchange.qms/handler_newfile_samedata.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/runchange.qms/handler_samefile_newdata.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/runchange.qms/handler_samefile_newdata.qmt index 2389cb1771d6481c079cd959984ac6d81dec96c4..fb3b5e6a3e5878a226901bbf33024ea4557edb0c 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/runchange.qms/handler_samefile_newdata.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/runchange.qms/handler_samefile_newdata.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/runchange.qms/handler_samefile_newdata_2.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/runchange.qms/handler_samefile_newdata_2.qmt index 580c9096711b49eae7113768c16b7736a55ed115..e22fc24ffcba7d8eafcbc9510c1357f68f712945 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/runchange.qms/handler_samefile_newdata_2.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/runchange.qms/handler_samefile_newdata_2.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/runchange.qms/incident.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/runchange.qms/incident.qmt index ac38b3b68fd664a738ea8fe13baa7366ce7e721b..b3740d1c768fd4e3016dc742c7b46ded9226f846 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/runchange.qms/incident.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/runchange.qms/incident.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/splithlt.qms/hlt1.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/splithlt.qms/hlt1.qmt index 8e21b705f29b236f72b410dc05561d85e23f1f60..5d8d4c9dd1a47c5df50df0f47d82ad3aca084f62 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/splithlt.qms/hlt1.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/splithlt.qms/hlt1.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/splithlt.qms/hlt12.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/splithlt.qms/hlt12.qmt index 73cda05c3e99fcecf1cb775ca3de8ab1236f0f6d..cd5b0611a03adc0946c982b2cc5e827d4608ab04 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/splithlt.qms/hlt12.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/splithlt.qms/hlt12.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/thread_safe_generic_tool.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/thread_safe_generic_tool.qmt index 7be9e24de8400aaf83dd8eed59273e786383a7d6..fad249942cea4356150fdd79e4282b4419ce772b 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/thread_safe_generic_tool.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/thread_safe_generic_tool.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>-v</text></set></argument> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/timedecoderlist.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/timedecoderlist.qmt index f93d977fbf0bd58ab4570c1012220c4ee8c86b8c..593d768bb16bd97309a984e41828a9d725b2291f 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/timedecoderlist.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/timedecoderlist.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/timingtablefileparser.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/timingtablefileparser.qmt index 8ea8527bec71e31a3d949d2980ea17c9680bb8de..06a4ee059ac102f1755c89ba0cb60fc8964752ad 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/timingtablefileparser.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/timingtablefileparser.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/timingtabletofile.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/timingtabletofile.qmt index 4cd66280afd46333e39c872eafb0aab81679a403..3fdd01f1b97dfa66074ba68668118a70fd087e4b 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/timingtabletofile.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/timingtabletofile.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/xmlsummary.qmt b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/xmlsummary.qmt index 1b87194ef68af6e54dcea80e9188381e033b7c1d..8135297b5f77c74474ae48b515b5ba3a7359b819 100644 --- a/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/xmlsummary.qmt +++ b/Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms/xmlsummary.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Kernel/LHCbAlgs/tests/scripts/test_ODIN_bad_time.py b/Kernel/LHCbAlgs/tests/scripts/test_ODIN_bad_time.py index f3c96a85b19cf6f3e9805b13c3c7ca097be81c01..d6d2a5667a7c78c4af4226c81ddf669a4765bebc 100644 --- a/Kernel/LHCbAlgs/tests/scripts/test_ODIN_bad_time.py +++ b/Kernel/LHCbAlgs/tests/scripts/test_ODIN_bad_time.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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, time diff --git a/Kernel/LHCbAlgs/tests/scripts/test_ODIN_codec.py b/Kernel/LHCbAlgs/tests/scripts/test_ODIN_codec.py index efff42d42ef5370a04e9b1227ff1ee72ba7f4c35..f80fa0677adf570a16540f3f61382d6abe545fea 100644 --- a/Kernel/LHCbAlgs/tests/scripts/test_ODIN_codec.py +++ b/Kernel/LHCbAlgs/tests/scripts/test_ODIN_codec.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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, time diff --git a/Kernel/LHCbAlgs/tests/src/GenericToolTests.cpp b/Kernel/LHCbAlgs/tests/src/GenericToolTests.cpp index 0301042c8dccb82eb978014778438d2a55d5ca0f..f9ff6b634ea228c83bf809281c8ac9d10227e752 100644 --- a/Kernel/LHCbAlgs/tests/src/GenericToolTests.cpp +++ b/Kernel/LHCbAlgs/tests/src/GenericToolTests.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /** Examples and tests of use of IGenericThreadSafeTool interface. */ #include "GaudiKernel/AlgTool.h" diff --git a/Kernel/LHCbKernel/CMakeLists.txt b/Kernel/LHCbKernel/CMakeLists.txt index 5d933f7352b2766550fed1471487e7900614444f..a7a32f49977e7f0e438d7fe9857e7808c869926c 100644 --- a/Kernel/LHCbKernel/CMakeLists.txt +++ b/Kernel/LHCbKernel/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: LHCbKernel ################################################################################ diff --git a/Kernel/LHCbKernel/Kernel/AlignTraj.h b/Kernel/LHCbKernel/Kernel/AlignTraj.h index 11d562b9a31fc88f7580fc45ed3dbb4346b7ca1f..8b5b74c71e17f6e3709b3e9af96975f09bd16daa 100644 --- a/Kernel/LHCbKernel/Kernel/AlignTraj.h +++ b/Kernel/LHCbKernel/Kernel/AlignTraj.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_ALIGNTRAJ_H #define KERNEL_ALIGNTRAJ_H 1 diff --git a/Kernel/LHCbKernel/Kernel/AlignedAllocator.h b/Kernel/LHCbKernel/Kernel/AlignedAllocator.h index 08888b57e7e2667178931d3ef54bef1ecdf1555e..50d51e12fd0357371eac0e4573da98b069303f09 100644 --- a/Kernel/LHCbKernel/Kernel/AlignedAllocator.h +++ b/Kernel/LHCbKernel/Kernel/AlignedAllocator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include <malloc.h> diff --git a/Kernel/LHCbKernel/Kernel/CaloCellCode.h b/Kernel/LHCbKernel/Kernel/CaloCellCode.h index 4660807f47e4de75c283d174dec24ab679d1f944..a89dd45c51607e2429ed72e5a194a0a3f2b84be0 100644 --- a/Kernel/LHCbKernel/Kernel/CaloCellCode.h +++ b/Kernel/LHCbKernel/Kernel/CaloCellCode.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_CALOCELLCODE_H #define KERNEL_CALOCELLCODE_H 1 diff --git a/Kernel/LHCbKernel/Kernel/CaloCellIDHash.h b/Kernel/LHCbKernel/Kernel/CaloCellIDHash.h index 6cab2076d93aecd35a14859ac80d23be4d70e4d9..975b2e26b639ba98df996e8283c02ff1453c3b96 100644 --- a/Kernel/LHCbKernel/Kernel/CaloCellIDHash.h +++ b/Kernel/LHCbKernel/Kernel/CaloCellIDHash.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_CALOCELLIDHASH_H #define KERNEL_CALOCELLIDHASH_H 1 diff --git a/Kernel/LHCbKernel/Kernel/CaloCellIDKeyTraits.h b/Kernel/LHCbKernel/Kernel/CaloCellIDKeyTraits.h index 2ffe6a60e3d2e613d0d709ac7738aabd4f97d76d..b4f54287a8f492ebf5e83999f73ba09e02a9f43e 100644 --- a/Kernel/LHCbKernel/Kernel/CaloCellIDKeyTraits.h +++ b/Kernel/LHCbKernel/Kernel/CaloCellIDKeyTraits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_CALOCELLIDKEYTRAITS_H #define KERNEL_CALOCELLIDKEYTRAITS_H 1 diff --git a/Kernel/LHCbKernel/Kernel/CircleTraj.h b/Kernel/LHCbKernel/Kernel/CircleTraj.h index 29a260b099503eacff29111a8b70b6cc455597c7..14d06a2e10a2f7488fe394abe7887a69f0eb5ab9 100644 --- a/Kernel/LHCbKernel/Kernel/CircleTraj.h +++ b/Kernel/LHCbKernel/Kernel/CircleTraj.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCbKernel_CircleTraj_H #define LHCbKernel_CircleTraj_H 1 diff --git a/Kernel/LHCbKernel/Kernel/CondDBNameTagPair.h b/Kernel/LHCbKernel/Kernel/CondDBNameTagPair.h index b28a2091e8648b23b8b4e4cd0827914ad5d803fd..b64d41a336980b2bc14a011d082126dc8c588001 100644 --- a/Kernel/LHCbKernel/Kernel/CondDBNameTagPair.h +++ b/Kernel/LHCbKernel/Kernel/CondDBNameTagPair.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_CONDDBNAMETAGPAIR_H #define KERNEL_CONDDBNAMETAGPAIR_H 1 diff --git a/Kernel/LHCbKernel/Kernel/CountIterator.h b/Kernel/LHCbKernel/Kernel/CountIterator.h index 8850f713cc39e8038b695d02af5629ca60f76bc1..6e957a83c3c17f9c74e15f236fbdecde2b1816df 100644 --- a/Kernel/LHCbKernel/Kernel/CountIterator.h +++ b/Kernel/LHCbKernel/Kernel/CountIterator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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:$ // ============================================================================ #ifndef KERNEL_COUNTITERATOR_H diff --git a/Kernel/LHCbKernel/Kernel/Counters.h b/Kernel/LHCbKernel/Kernel/Counters.h index 8fcd27daed2f217542926d2e79a8a7a51ee1eb8b..40d7538689435295206554ec87580e32f3bfdeca 100644 --- a/Kernel/LHCbKernel/Kernel/Counters.h +++ b/Kernel/LHCbKernel/Kernel/Counters.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBKERNEL_COUNTERS_H #define LHCBKERNEL_COUNTERS_H 1 diff --git a/Kernel/LHCbKernel/Kernel/DetectorSegment.h b/Kernel/LHCbKernel/Kernel/DetectorSegment.h index d8c16bd19e23868ac3df1eb2a865e8fef3a4c63c..1db29313a26450b62abe0379af6b8fb51939767d 100644 --- a/Kernel/LHCbKernel/Kernel/DetectorSegment.h +++ b/Kernel/LHCbKernel/Kernel/DetectorSegment.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_DETECTORSEGMENT_H #define KERNEL_DETECTORSEGMENT_H 1 diff --git a/Kernel/LHCbKernel/Kernel/DifTraj.h b/Kernel/LHCbKernel/Kernel/DifTraj.h index d182ee0235d62f96a0a3c1e69bf74e3404d9780d..0a8e7d076e3d0a1d4f9a860641d6efefd1b74004 100644 --- a/Kernel/LHCbKernel/Kernel/DifTraj.h +++ b/Kernel/LHCbKernel/Kernel/DifTraj.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_DIFTRAJ_H #define KERNEL_DIFTRAJ_H 1 diff --git a/Kernel/LHCbKernel/Kernel/FPEGuard.h b/Kernel/LHCbKernel/Kernel/FPEGuard.h index a28d76a315628f6f39d2dd87f8dcb65bab9f29e8..3ff53aeaf1f7b5c43c4ad762a8c311c78b32aa95 100644 --- a/Kernel/LHCbKernel/Kernel/FPEGuard.h +++ b/Kernel/LHCbKernel/Kernel/FPEGuard.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 FPEGUARD_H #define FPEGUARD_H 1 #if defined(linux) && defined(__GNUC__) diff --git a/Kernel/LHCbKernel/Kernel/FastAllocList.h b/Kernel/LHCbKernel/Kernel/FastAllocList.h index 2a4124bb83b8ea361239071f8a3f5a705bf01ad9..4a11c416beacaf9d5340d70c1cdc2df85bfe4a71 100644 --- a/Kernel/LHCbKernel/Kernel/FastAllocList.h +++ b/Kernel/LHCbKernel/Kernel/FastAllocList.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 FastAllocList.h diff --git a/Kernel/LHCbKernel/Kernel/FastAllocVector.h b/Kernel/LHCbKernel/Kernel/FastAllocVector.h index 7a2227158effa4934e5fe38cae6fa7fd2f17e0c7..baf7ce30561092cded003efd3c32f866ea74ea95 100644 --- a/Kernel/LHCbKernel/Kernel/FastAllocVector.h +++ b/Kernel/LHCbKernel/Kernel/FastAllocVector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 FastAllocVector.h diff --git a/Kernel/LHCbKernel/Kernel/FastClusterContainer.h b/Kernel/LHCbKernel/Kernel/FastClusterContainer.h index 78cc6d3b7ffc4220ea29935c3a2f5e24d7e6e4b6..00d0aa2536e5f2ea4999d54ebca814efba041c10 100644 --- a/Kernel/LHCbKernel/Kernel/FastClusterContainer.h +++ b/Kernel/LHCbKernel/Kernel/FastClusterContainer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 GAUDIROOT_FASTCLUSTERCONTAINER_H #define GAUDIROOT_FASTCLUSTERCONTAINER_H diff --git a/Kernel/LHCbKernel/Kernel/IAccept.h b/Kernel/LHCbKernel/Kernel/IAccept.h index 65061703a466ea62fd7b3cefe86ee3878bfe8b6f..e8fa7da1b3994307a5a0d4319d8c20b9e9965c44 100644 --- a/Kernel/LHCbKernel/Kernel/IAccept.h +++ b/Kernel/LHCbKernel/Kernel/IAccept.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_IACCEPT_H #define KERNEL_IACCEPT_H 1 diff --git a/Kernel/LHCbKernel/Kernel/IAlgorithmCorrelations.h b/Kernel/LHCbKernel/Kernel/IAlgorithmCorrelations.h index cea05d17283ecd7fcb80b5cebbff2838c82104e2..caf72a5a300db02c4eaf517aa429826fa848b982 100644 --- a/Kernel/LHCbKernel/Kernel/IAlgorithmCorrelations.h +++ b/Kernel/LHCbKernel/Kernel/IAlgorithmCorrelations.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_IALGORITHMCORRELATIONS_H #define KERNEL_IALGORITHMCORRELATIONS_H 1 diff --git a/Kernel/LHCbKernel/Kernel/IBIntegrator.h b/Kernel/LHCbKernel/Kernel/IBIntegrator.h index 48814870a581087b7fbf32224505930a0d2281b5..255d7fe711dbe7a0289305e25c2fae95e6d2a5ce 100644 --- a/Kernel/LHCbKernel/Kernel/IBIntegrator.h +++ b/Kernel/LHCbKernel/Kernel/IBIntegrator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_IBINTEGRATOR_H #define KERNEL_IBINTEGRATOR_H 1 diff --git a/Kernel/LHCbKernel/Kernel/IBdlTool.h b/Kernel/LHCbKernel/Kernel/IBdlTool.h index d425b02186defc0cee052d136577ce60e7c68221..243b5dfb06be8cd99168d8b4cda7029eafdf77f6 100644 --- a/Kernel/LHCbKernel/Kernel/IBdlTool.h +++ b/Kernel/LHCbKernel/Kernel/IBdlTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_IBDLTOOL_H #define KERNEL_IBDLTOOL_H 1 diff --git a/Kernel/LHCbKernel/Kernel/ICheckTool.h b/Kernel/LHCbKernel/Kernel/ICheckTool.h index 37410711dcf39da59b6798e8e11641d9c5c9de3a..866a4a43b5108935674c954285c0317146c3295e 100644 --- a/Kernel/LHCbKernel/Kernel/ICheckTool.h +++ b/Kernel/LHCbKernel/Kernel/ICheckTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_ICHECKTOOL_H #define KERNEL_ICHECKTOOL_H 1 diff --git a/Kernel/LHCbKernel/Kernel/ICondDBInfo.h b/Kernel/LHCbKernel/Kernel/ICondDBInfo.h index 506272d55394c44435925f2caa6c92bfc3ab3a10..59e561bd1824956a9e5f9a22bf3f82b018c6525c 100644 --- a/Kernel/LHCbKernel/Kernel/ICondDBInfo.h +++ b/Kernel/LHCbKernel/Kernel/ICondDBInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETCOND_ICONDDBINFO_H #define DETCOND_ICONDDBINFO_H 1 diff --git a/Kernel/LHCbKernel/Kernel/ICountContainedObjects.h b/Kernel/LHCbKernel/Kernel/ICountContainedObjects.h index 6d2f7acf34fed0e5e8ed43b056dfc3bd8584d6d8..08a586c50dc6c718a3a011f1ecc7e577235c2010 100644 --- a/Kernel/LHCbKernel/Kernel/ICountContainedObjects.h +++ b/Kernel/LHCbKernel/Kernel/ICountContainedObjects.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _ICountContainedObjects_H #define _ICountContainedObjects_H diff --git a/Kernel/LHCbKernel/Kernel/IDQFilter.h b/Kernel/LHCbKernel/Kernel/IDQFilter.h index d20293de6a58ebc5efe38812f74924fcf4691af4..7b792a71f38bf42c71dd263c1a69e816da052116 100644 --- a/Kernel/LHCbKernel/Kernel/IDQFilter.h +++ b/Kernel/LHCbKernel/Kernel/IDQFilter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_IDQFILTER_H #define KERNEL_IDQFILTER_H 1 // Include files diff --git a/Kernel/LHCbKernel/Kernel/IDQScanner.h b/Kernel/LHCbKernel/Kernel/IDQScanner.h index aaaf171faa70867e08c9c4d0b7f336b834f5a786..2be1d945aecd8919d6c22a07fbf55eb8c4ea4116 100644 --- a/Kernel/LHCbKernel/Kernel/IDQScanner.h +++ b/Kernel/LHCbKernel/Kernel/IDQScanner.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_IDQSCANNER_H #define KERNEL_IDQSCANNER_H 1 // Include files diff --git a/Kernel/LHCbKernel/Kernel/IEventCounter.h b/Kernel/LHCbKernel/Kernel/IEventCounter.h index 30a727eb896129a64e340d1908c8e188156ed257..d15746cf982ccadcc9d3093fce8b1222da9c1388 100644 --- a/Kernel/LHCbKernel/Kernel/IEventCounter.h +++ b/Kernel/LHCbKernel/Kernel/IEventCounter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IEVENTCOUNTER_H #define IEVENTCOUNTER_H 1 diff --git a/Kernel/LHCbKernel/Kernel/IEventTupleTool.h b/Kernel/LHCbKernel/Kernel/IEventTupleTool.h index b4d54bb2d41fcee847bdbdaa0347d47539dc434c..0f620f9600026a087d8394edf5612a0ee81b4889 100644 --- a/Kernel/LHCbKernel/Kernel/IEventTupleTool.h +++ b/Kernel/LHCbKernel/Kernel/IEventTupleTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_IEVENTTUPLETOOL_H #define KERNEL_IEVENTTUPLETOOL_H 1 diff --git a/Kernel/LHCbKernel/Kernel/IEvtTypeSvc.h b/Kernel/LHCbKernel/Kernel/IEvtTypeSvc.h index 9f8a1e9fb60e6e85b173204cafd1e582e6e3ab09..6451719da2fc962a855f25fbbfff4d32cb2eb38f 100644 --- a/Kernel/LHCbKernel/Kernel/IEvtTypeSvc.h +++ b/Kernel/LHCbKernel/Kernel/IEvtTypeSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_IEVTTYPESVC_H #define KERNEL_IEVTTYPESVC_H 1 diff --git a/Kernel/LHCbKernel/Kernel/IGenericThreadSafeTool.h b/Kernel/LHCbKernel/Kernel/IGenericThreadSafeTool.h index 8840d2c6fd0b5a4c83c008963549a247623ef388..06659c34b4215c099df0209b8d66681c4fc235bb 100644 --- a/Kernel/LHCbKernel/Kernel/IGenericThreadSafeTool.h +++ b/Kernel/LHCbKernel/Kernel/IGenericThreadSafeTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once // Include files diff --git a/Kernel/LHCbKernel/Kernel/IGetLumiParameters.h b/Kernel/LHCbKernel/Kernel/IGetLumiParameters.h index 3585199a33b94ce14ebc766d5159d1a7ef9bf6da..ce529daa0493e7197f40ce23b92542f31f502f74 100644 --- a/Kernel/LHCbKernel/Kernel/IGetLumiParameters.h +++ b/Kernel/LHCbKernel/Kernel/IGetLumiParameters.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IGETLUMIPARAMETERS_H #define IGETLUMIPARAMETERS_H 1 diff --git a/Kernel/LHCbKernel/Kernel/ILHCbMagnetSvc.h b/Kernel/LHCbKernel/Kernel/ILHCbMagnetSvc.h index 0f41f528abf76d71cd27c0b3546b2da2ddd3e00e..3fc211cc946b37e906b45c99473e03aa1ab85ce2 100644 --- a/Kernel/LHCbKernel/Kernel/ILHCbMagnetSvc.h +++ b/Kernel/LHCbKernel/Kernel/ILHCbMagnetSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_ILHCBMAGNETSVC_H #define KERNEL_ILHCBMAGNETSVC_H 1 diff --git a/Kernel/LHCbKernel/Kernel/IMCVeloFEType.h b/Kernel/LHCbKernel/Kernel/IMCVeloFEType.h index 54d3001931d5aff611ddad6cdb5389c40fcaacaa..3e68153743cb6bd60a4430450b33fde4d374533e 100644 --- a/Kernel/LHCbKernel/Kernel/IMCVeloFEType.h +++ b/Kernel/LHCbKernel/Kernel/IMCVeloFEType.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VELOALGORITHMS_IMCVELOFETYPE_H #define VELOALGORITHMS_IMCVELOFETYPE_H 1 diff --git a/Kernel/LHCbKernel/Kernel/IMuonLayout.h b/Kernel/LHCbKernel/Kernel/IMuonLayout.h index 3713f8c06413ccdc2024bcc0d6c4f4ad0a612454..1ea948ccd356384a466baacd072a043a76098fa7 100644 --- a/Kernel/LHCbKernel/Kernel/IMuonLayout.h +++ b/Kernel/LHCbKernel/Kernel/IMuonLayout.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_IMUONLAYOUT_H #define KERNEL_IMUONLAYOUT_H 1 diff --git a/Kernel/LHCbKernel/Kernel/INormalizeTool.h b/Kernel/LHCbKernel/Kernel/INormalizeTool.h index 925960cccfc53e424d522083b1c625c5c9686843..f2a483d0d013548d1774fa013e9f700a93a7e120 100644 --- a/Kernel/LHCbKernel/Kernel/INormalizeTool.h +++ b/Kernel/LHCbKernel/Kernel/INormalizeTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_INORMALIZETOOL_H #define KERNEL_INORMALIZETOOL_H 1 diff --git a/Kernel/LHCbKernel/Kernel/IRateFromTCK.h b/Kernel/LHCbKernel/Kernel/IRateFromTCK.h index 6756c138240ba343b5bbd09629a6d6a607b0065d..424f6b4ff0680860f5c8a8ac8d333ad442d1d384 100644 --- a/Kernel/LHCbKernel/Kernel/IRateFromTCK.h +++ b/Kernel/LHCbKernel/Kernel/IRateFromTCK.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_IRATEFROMTCK_H #define KERNEL_IRATEFROMTCK_H 1 diff --git a/Kernel/LHCbKernel/Kernel/IReferenceRate.h b/Kernel/LHCbKernel/Kernel/IReferenceRate.h index b154d962faa836fba00c982b18880f54387b06d6..a76a88db0920eb92fd486c4a1e8c9fa6b2782954 100644 --- a/Kernel/LHCbKernel/Kernel/IReferenceRate.h +++ b/Kernel/LHCbKernel/Kernel/IReferenceRate.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IReferenceRate_h #define IReferenceRate_h diff --git a/Kernel/LHCbKernel/Kernel/ISiAmplifierResponse.h b/Kernel/LHCbKernel/Kernel/ISiAmplifierResponse.h index 6e0f12d659bdfdf960c7348c4c602c752b55b2f2..ad6d8333046b301acf6f74335df85b324815bcd6 100644 --- a/Kernel/LHCbKernel/Kernel/ISiAmplifierResponse.h +++ b/Kernel/LHCbKernel/Kernel/ISiAmplifierResponse.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _ISiAMPLIFIERRESPONSE_H #define _ISiAMPLIFIERRESPONSE_H diff --git a/Kernel/LHCbKernel/Kernel/ITrajPoca.h b/Kernel/LHCbKernel/Kernel/ITrajPoca.h index e5b0594ffd03f103736aa2500b3fb1385fa11a20..e00f4b9dbd5f7c88499555fdd19a20ccde88cfa8 100644 --- a/Kernel/LHCbKernel/Kernel/ITrajPoca.h +++ b/Kernel/LHCbKernel/Kernel/ITrajPoca.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_ITRAJPOCA_H #define KERNEL_ITRAJPOCA_H 1 diff --git a/Kernel/LHCbKernel/Kernel/IUsedLHCbID.h b/Kernel/LHCbKernel/Kernel/IUsedLHCbID.h index fc7192043988e85337463763940c25c68015d01e..087f3e3cb1e6270cbc938034161bdc574de8141d 100644 --- a/Kernel/LHCbKernel/Kernel/IUsedLHCbID.h +++ b/Kernel/LHCbKernel/Kernel/IUsedLHCbID.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _IUsedLHCbID_H #define _IUsedLHCbID_H diff --git a/Kernel/LHCbKernel/Kernel/IVeloCCEConfigTool.h b/Kernel/LHCbKernel/Kernel/IVeloCCEConfigTool.h index 653c8ec0f7571e4abbe03da467c663b0c136cf4f..f2dd82b49c82fa9ede636daead80e571c2c6351a 100644 --- a/Kernel/LHCbKernel/Kernel/IVeloCCEConfigTool.h +++ b/Kernel/LHCbKernel/Kernel/IVeloCCEConfigTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IVELOCCECONFIGTOOL_H #define IVELOCCECONFIGTOOL_H 1 diff --git a/Kernel/LHCbKernel/Kernel/Inspectors.h b/Kernel/LHCbKernel/Kernel/Inspectors.h index 6a87aefeacfaa4fe6f66b7a9c69cc5e792d19815..6a4a517dfd9a4104f9e3b9f24cb6802b9cb9697f 100644 --- a/Kernel/LHCbKernel/Kernel/Inspectors.h +++ b/Kernel/LHCbKernel/Kernel/Inspectors.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_INSPECTORS_H #define KERNEL_INSPECTORS_H 1 diff --git a/Kernel/LHCbKernel/Kernel/InstanceCounter.h b/Kernel/LHCbKernel/Kernel/InstanceCounter.h index 2489020c4ccae84f9437977704a3cbad12103cb7..8c2860cc8f72fbddc3bc727aecb536b9b2fd4bde 100644 --- a/Kernel/LHCbKernel/Kernel/InstanceCounter.h +++ b/Kernel/LHCbKernel/Kernel/InstanceCounter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_INSTANCECOUNTER_H #define KERNEL_INSTANCECOUNTER_H 1 diff --git a/Kernel/LHCbKernel/Kernel/LHCbConstants.h b/Kernel/LHCbKernel/Kernel/LHCbConstants.h index 14f619dea4523924e020fc879868f0d0374e53e2..bc72160414b5338d6e72ebcac5fd94dd6ee8d3ff 100644 --- a/Kernel/LHCbKernel/Kernel/LHCbConstants.h +++ b/Kernel/LHCbKernel/Kernel/LHCbConstants.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCbConstants.h * * Constants of LHCb general interest diff --git a/Kernel/LHCbKernel/Kernel/LbAppInit.h b/Kernel/LHCbKernel/Kernel/LbAppInit.h index ca283eab88a0d00e387299d9937028c906438758..9b724ff5a26ddaf92493c218c3f1feb745b925da 100644 --- a/Kernel/LHCbKernel/Kernel/LbAppInit.h +++ b/Kernel/LHCbKernel/Kernel/LbAppInit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LBAPPINIT_H #define LBAPPINIT_H 1 diff --git a/Kernel/LHCbKernel/Kernel/LineTraj.h b/Kernel/LHCbKernel/Kernel/LineTraj.h index 523fae45d26b37f3ace01cadd9483ee837caa6f6..168d88b37af9431514a17f96b1fd0d3e02300a6b 100644 --- a/Kernel/LHCbKernel/Kernel/LineTraj.h +++ b/Kernel/LHCbKernel/Kernel/LineTraj.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCbKernel_LineTraj_H #define LHCbKernel_LineTraj_H 1 diff --git a/Kernel/LHCbKernel/Kernel/LineTraj_impl.h b/Kernel/LHCbKernel/Kernel/LineTraj_impl.h index 6fe55bf3028414f9a3433d4ae7ebdd4a4cc0012d..22898b3f017f6ea8e1bcf5383a19ee016a009b83 100644 --- a/Kernel/LHCbKernel/Kernel/LineTraj_impl.h +++ b/Kernel/LHCbKernel/Kernel/LineTraj_impl.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/SystemOfUnits.h" namespace LHCb { diff --git a/Kernel/LHCbKernel/Kernel/MemPoolAlloc.h b/Kernel/LHCbKernel/Kernel/MemPoolAlloc.h index fb7c2fbf09571f290054db2bae5188ff74b96e40..749fd8654c3f2d74f1128b5423cb087d7889360f 100644 --- a/Kernel/LHCbKernel/Kernel/MemPoolAlloc.h +++ b/Kernel/LHCbKernel/Kernel/MemPoolAlloc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MemPoolAlloc.h diff --git a/Kernel/LHCbKernel/Kernel/MultiIndexedContainer.h b/Kernel/LHCbKernel/Kernel/MultiIndexedContainer.h index 7781d46842400dc16eeac0d8a6915910be7e5af0..133b1dc311c1cafde5e763fa44198459bb2f4932 100644 --- a/Kernel/LHCbKernel/Kernel/MultiIndexedContainer.h +++ b/Kernel/LHCbKernel/Kernel/MultiIndexedContainer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MULTIINDEXEDCONTAINER_H #define MULTIINDEXEDCONTAINER_H 1 diff --git a/Kernel/LHCbKernel/Kernel/MuonBase.h b/Kernel/LHCbKernel/Kernel/MuonBase.h index cd9a3183231cbcb51c6506f9cf441cb95d7f3797..6b6ff9c750db347fc6404b761917cf8943094a92 100644 --- a/Kernel/LHCbKernel/Kernel/MuonBase.h +++ b/Kernel/LHCbKernel/Kernel/MuonBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_MUONBASE_H #define KERNEL_MUONBASE_H 1 diff --git a/Kernel/LHCbKernel/Kernel/MuonLayout.h b/Kernel/LHCbKernel/Kernel/MuonLayout.h index a2579036dab5738da2f443ecbc8224d18d908adf..a494aebd41a67a8da49449e580bebc09d34afc29 100644 --- a/Kernel/LHCbKernel/Kernel/MuonLayout.h +++ b/Kernel/LHCbKernel/Kernel/MuonLayout.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_MUONLAYOUT_H #define KERNEL_MUONLAYOUT_H 1 diff --git a/Kernel/LHCbKernel/Kernel/OSiterator.h b/Kernel/LHCbKernel/Kernel/OSiterator.h index 03f3a488fc159b9f9165c2427721a7cd658b9a73..e79674cfdd8b304f7a55b084451946a6f4194d7c 100644 --- a/Kernel/LHCbKernel/Kernel/OSiterator.h +++ b/Kernel/LHCbKernel/Kernel/OSiterator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_OSITERATOR_H #define KERNEL_OSITERATOR_H 1 diff --git a/Kernel/LHCbKernel/Kernel/OTDataFunctor.h b/Kernel/LHCbKernel/Kernel/OTDataFunctor.h index b8da7c7c024a354bbc1acee8db8affceb53826c6..10da3008e54dc535d801295419dcf89e2acd2bac 100644 --- a/Kernel/LHCbKernel/Kernel/OTDataFunctor.h +++ b/Kernel/LHCbKernel/Kernel/OTDataFunctor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTSIMULATION_OTDATAFUNCTOR_H #define OTSIMULATION_OTDATAFUNCTOR_H 1 diff --git a/Kernel/LHCbKernel/Kernel/ParabolaTraj.h b/Kernel/LHCbKernel/Kernel/ParabolaTraj.h index 6796b9bec17e1d40c8b54ccf681c9b4bb70ae03a..6be33f96184de9d30dd71b348af6ef8a6131c7fd 100644 --- a/Kernel/LHCbKernel/Kernel/ParabolaTraj.h +++ b/Kernel/LHCbKernel/Kernel/ParabolaTraj.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCbKernel_ParabolaTraj_H #define LHCbKernel_ParabolaTraj_H 1 diff --git a/Kernel/LHCbKernel/Kernel/PiecewiseTrajectory.h b/Kernel/LHCbKernel/Kernel/PiecewiseTrajectory.h index d4f10a6b26618bb43a98a38f1908710d50f9d9dc..74b8756cb14c6e321f32e8d65b2d9d8bee27a1bc 100644 --- a/Kernel/LHCbKernel/Kernel/PiecewiseTrajectory.h +++ b/Kernel/LHCbKernel/Kernel/PiecewiseTrajectory.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCbKernel_PiecewiseTrajectory_H #define LHCbKernel_PiecewiseTrajectory_H 1 diff --git a/Kernel/LHCbKernel/Kernel/PixelPositionInfo.h b/Kernel/LHCbKernel/Kernel/PixelPositionInfo.h index 0cb61eabdb2bbba02045c61b1317c0f435f56b1e..13c579fad7a4cafa72c52040d803cc108d4272ba 100644 --- a/Kernel/LHCbKernel/Kernel/PixelPositionInfo.h +++ b/Kernel/LHCbKernel/Kernel/PixelPositionInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_PIXELPOSITIONINFO_H #define KERNEL_PIXELPOSITIONINFO_H 1 diff --git a/Kernel/LHCbKernel/Kernel/PlatformInfo.h b/Kernel/LHCbKernel/Kernel/PlatformInfo.h index 3b9e066a0e28343b65f86b6fc7f7298eb37357d8..4e7777910b742aca59ab50738f3919e48f3e150a 100644 --- a/Kernel/LHCbKernel/Kernel/PlatformInfo.h +++ b/Kernel/LHCbKernel/Kernel/PlatformInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include <cstdint> diff --git a/Kernel/LHCbKernel/Kernel/PolymorphicValue.h b/Kernel/LHCbKernel/Kernel/PolymorphicValue.h index 2d324a95eb7bd6791939869f497a336317b060ee..a0d7ed06507f6b4debca959365ef11b5c4a029c0 100644 --- a/Kernel/LHCbKernel/Kernel/PolymorphicValue.h +++ b/Kernel/LHCbKernel/Kernel/PolymorphicValue.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCB_CXX_POLYMORPHIC_VALUE_H #define LHCB_CXX_POLYMORPHIC_VALUE_H #include <memory> diff --git a/Kernel/LHCbKernel/Kernel/RichDetectorType.h b/Kernel/LHCbKernel/Kernel/RichDetectorType.h index a58e1c578967c63ebab5ef3f1dd12570fea72de9..a7b78aa43743f22941d659440b8ae48f8cd6d39f 100644 --- a/Kernel/LHCbKernel/Kernel/RichDetectorType.h +++ b/Kernel/LHCbKernel/Kernel/RichDetectorType.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichDetectorType.h diff --git a/Kernel/LHCbKernel/Kernel/RichParticleIDType.h b/Kernel/LHCbKernel/Kernel/RichParticleIDType.h index f42ff6a2cc86f434ddced11f77b02fa87c4796be..a61e746a29aad15ce4abf1a6b26f5b619b5e3eb3 100644 --- a/Kernel/LHCbKernel/Kernel/RichParticleIDType.h +++ b/Kernel/LHCbKernel/Kernel/RichParticleIDType.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichParticleIDType.h diff --git a/Kernel/LHCbKernel/Kernel/RichRadIntersection.h b/Kernel/LHCbKernel/Kernel/RichRadIntersection.h index e3b53be488db90b02b9af6c9f2ebb923d3611ba0..a6d108793d4232b764b72dbb1a34232b17b06c83 100644 --- a/Kernel/LHCbKernel/Kernel/RichRadIntersection.h +++ b/Kernel/LHCbKernel/Kernel/RichRadIntersection.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichRadIntersection.h diff --git a/Kernel/LHCbKernel/Kernel/RichRadiatorType.h b/Kernel/LHCbKernel/Kernel/RichRadiatorType.h index 94722fd9e1cc5017047fc3dd313b6ad771fc1e49..942d065121f99c9b09c656d5def7a6ab9704e5ff 100644 --- a/Kernel/LHCbKernel/Kernel/RichRadiatorType.h +++ b/Kernel/LHCbKernel/Kernel/RichRadiatorType.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichRadiatorType.h diff --git a/Kernel/LHCbKernel/Kernel/RichSide.h b/Kernel/LHCbKernel/Kernel/RichSide.h index b817a965e3a1bb6f02a05ca471229c9ee093d6e7..4690a8d0508d360a40faddea8745ac3d94ddf3f4 100644 --- a/Kernel/LHCbKernel/Kernel/RichSide.h +++ b/Kernel/LHCbKernel/Kernel/RichSide.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichSide.h diff --git a/Kernel/LHCbKernel/Kernel/RichSmartID.h b/Kernel/LHCbKernel/Kernel/RichSmartID.h index 8967b838a7dbc179add6f3a464b2310cff5941c1..8cc484aaab0455123f93923b7fb36e8ac7cf5ad8 100644 --- a/Kernel/LHCbKernel/Kernel/RichSmartID.h +++ b/Kernel/LHCbKernel/Kernel/RichSmartID.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Kernel/LHCbKernel/Kernel/RichSmartID32.h b/Kernel/LHCbKernel/Kernel/RichSmartID32.h index a847aaa0d672d7ac77d7e5832f37f1bcbc7a7750..89c7c0762e3402f2c7c35618dfd15b2133ceaba9 100644 --- a/Kernel/LHCbKernel/Kernel/RichSmartID32.h +++ b/Kernel/LHCbKernel/Kernel/RichSmartID32.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCbKernel_RichSmartID32_H #define LHCbKernel_RichSmartID32_H 1 diff --git a/Kernel/LHCbKernel/Kernel/RichSmartIDHashFuncs.h b/Kernel/LHCbKernel/Kernel/RichSmartIDHashFuncs.h index bb09e199ad7823bfe47c7dc0330d919fd7eeb0d4..fd4555b3a3e083d631a463adbda38abcf6fac73e 100644 --- a/Kernel/LHCbKernel/Kernel/RichSmartIDHashFuncs.h +++ b/Kernel/LHCbKernel/Kernel/RichSmartIDHashFuncs.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichSmartIDHashFuncs.h diff --git a/Kernel/LHCbKernel/Kernel/STDataFunctor.h b/Kernel/LHCbKernel/Kernel/STDataFunctor.h index bb7d8912ef2f1bcaa5fc2dda4a0055d2b3b2e1cf..f2424c05d4a0e02074499b7deb1a655a82dd9b22 100644 --- a/Kernel/LHCbKernel/Kernel/STDataFunctor.h +++ b/Kernel/LHCbKernel/Kernel/STDataFunctor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _STDataFunctor_H_ #define _STDataFunctor_H_ diff --git a/Kernel/LHCbKernel/Kernel/STDetSwitch.h b/Kernel/LHCbKernel/Kernel/STDetSwitch.h index bda566faeee9760431f3511c7f68299b86de2a8a..32aa55b9de08ba2c40a66323ab43f6bc3db09285 100644 --- a/Kernel/LHCbKernel/Kernel/STDetSwitch.h +++ b/Kernel/LHCbKernel/Kernel/STDetSwitch.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _STDetSwitch_H #define _STDetSwitch_H diff --git a/Kernel/LHCbKernel/Kernel/STLExtensions.h b/Kernel/LHCbKernel/Kernel/STLExtensions.h index 7ba43f43ac6bc503145dec0a7cf55d79e3dccd89..3e53244cb12383fd65be22bf0ba1658abef214a6 100644 --- a/Kernel/LHCbKernel/Kernel/STLExtensions.h +++ b/Kernel/LHCbKernel/Kernel/STLExtensions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBKERNEL_STLExtensions #define LHCBKERNEL_STLExtensions diff --git a/Kernel/LHCbKernel/Kernel/STLOStreamRedirect.h b/Kernel/LHCbKernel/Kernel/STLOStreamRedirect.h index 6433486e4637539222fa6fc289376e019bfb1bd9..19eab39e51e28c98b408b1df3d06cc0c0b378819 100644 --- a/Kernel/LHCbKernel/Kernel/STLOStreamRedirect.h +++ b/Kernel/LHCbKernel/Kernel/STLOStreamRedirect.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_STLOSTREAMREDIRECT_H #define KERNEL_STLOSTREAMREDIRECT_H 1 diff --git a/Kernel/LHCbKernel/Kernel/SiChargeFun.h b/Kernel/LHCbKernel/Kernel/SiChargeFun.h index 52ee4bc525ed202ae473494d787116094227c116..9de7ba70b87e31bbb6c93159013c7bf32a58d479 100644 --- a/Kernel/LHCbKernel/Kernel/SiChargeFun.h +++ b/Kernel/LHCbKernel/Kernel/SiChargeFun.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _SiChargeFun_H #define _SiChargeFun_H 1 diff --git a/Kernel/LHCbKernel/Kernel/SiDataFunctor.h b/Kernel/LHCbKernel/Kernel/SiDataFunctor.h index 2a4c11ef74084e6da60c7ed8baae060ff96fe55e..8fa1333fc156bb281dbac399b6516b4e33d8f8bf 100644 --- a/Kernel/LHCbKernel/Kernel/SiDataFunctor.h +++ b/Kernel/LHCbKernel/Kernel/SiDataFunctor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _SiDataFunctor_H_ #define _SiDataFunctor_H_ diff --git a/Kernel/LHCbKernel/Kernel/SiLandauFun.h b/Kernel/LHCbKernel/Kernel/SiLandauFun.h index 08e3cafe6e0060099b6527170b46527c70b75110..9dbf999315ebff72e4090f0801cdbebde914df37 100644 --- a/Kernel/LHCbKernel/Kernel/SiLandauFun.h +++ b/Kernel/LHCbKernel/Kernel/SiLandauFun.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SiLandauFun_H #define SiLandauFun_H 1 diff --git a/Kernel/LHCbKernel/Kernel/SiPositionInfo.h b/Kernel/LHCbKernel/Kernel/SiPositionInfo.h index 26dd41d0faa211f9d9a64eca890ce832de9c0372..6c52cee9cc91456d175a5ce39d0dca8d1c974ec3 100644 --- a/Kernel/LHCbKernel/Kernel/SiPositionInfo.h +++ b/Kernel/LHCbKernel/Kernel/SiPositionInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_SIPOSITIONINFO_H #define KERNEL_SIPOSITIONINFO_H 1 diff --git a/Kernel/LHCbKernel/Kernel/TaggedBool.h b/Kernel/LHCbKernel/Kernel/TaggedBool.h index b2edd4e8376f2e855b976cb31bbaa55d15746cb4..933e91dddf09283ca0283c0a6a58e66c3ce4743d 100644 --- a/Kernel/LHCbKernel/Kernel/TaggedBool.h +++ b/Kernel/LHCbKernel/Kernel/TaggedBool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCB_KERNEL_TAGGED_BOOL #define LHCB_KERNEL_TAGGED_BOOL diff --git a/Kernel/LHCbKernel/Kernel/Trajectory.h b/Kernel/LHCbKernel/Kernel/Trajectory.h index 902c0dbbf59c0ac3ad58ec64a9920bd1dc08fb25..7c67830bac55071c633cd3b676ba85ca5db10fca 100644 --- a/Kernel/LHCbKernel/Kernel/Trajectory.h +++ b/Kernel/LHCbKernel/Kernel/Trajectory.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCbKernel_Trajectory_H #define LHCbKernel_Trajectory_H 1 diff --git a/Kernel/LHCbKernel/Kernel/VPConstants.h b/Kernel/LHCbKernel/Kernel/VPConstants.h index 45e19202ffa1fbeb5237d41eb2a0d57cfb733eb5..c21e14c91b66cfa51dc22fdeac551fff87844d98 100644 --- a/Kernel/LHCbKernel/Kernel/VPConstants.h +++ b/Kernel/LHCbKernel/Kernel/VPConstants.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_VPCONSTANTS_H #define KERNEL_VPCONSTANTS_H 1 namespace VP { diff --git a/Kernel/LHCbKernel/Kernel/VPDataFunctor.h b/Kernel/LHCbKernel/Kernel/VPDataFunctor.h index 61b9ad008c35612aabd443971b31b4918443cfa5..f2d71ff4af6af6aa098c7ceaf1a31dff629cb07e 100644 --- a/Kernel/LHCbKernel/Kernel/VPDataFunctor.h +++ b/Kernel/LHCbKernel/Kernel/VPDataFunctor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _VPDataFunctor_H_ #define _VPDataFunctor_H_ #include "Kernel/VPChannelID.h" diff --git a/Kernel/LHCbKernel/Kernel/VectorConfiguration.h b/Kernel/LHCbKernel/Kernel/VectorConfiguration.h index e6cbf09468a1fdb24cebd2a5a6c60b08cfb209ed..8858c41a8df8e99cbc665e7430642a1b692130de 100644 --- a/Kernel/LHCbKernel/Kernel/VectorConfiguration.h +++ b/Kernel/LHCbKernel/Kernel/VectorConfiguration.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include <cstdint> // std::*int*_t diff --git a/Kernel/LHCbKernel/Kernel/VectorSOAIterator.h b/Kernel/LHCbKernel/Kernel/VectorSOAIterator.h index 79bf49a5c8d4c76fe1f57caf140dd97e7003a88a..a1402957714ead9ad1d35c7c610d238e734232d4 100644 --- a/Kernel/LHCbKernel/Kernel/VectorSOAIterator.h +++ b/Kernel/LHCbKernel/Kernel/VectorSOAIterator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include <vector> diff --git a/Kernel/LHCbKernel/Kernel/VectorSOAMatrixView.h b/Kernel/LHCbKernel/Kernel/VectorSOAMatrixView.h index d0bffdbbca20b0742ab2037cad3986ce6f38905c..7634cfe6c51772359480dbd658797fa2d231b462 100644 --- a/Kernel/LHCbKernel/Kernel/VectorSOAMatrixView.h +++ b/Kernel/LHCbKernel/Kernel/VectorSOAMatrixView.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include <array> diff --git a/Kernel/LHCbKernel/Kernel/VectorSOAStore.h b/Kernel/LHCbKernel/Kernel/VectorSOAStore.h index 84c1a239b36d4593909dd7de9bf01a964629799e..653cdb325dbb75fb433770620e94d0811f6b5614 100644 --- a/Kernel/LHCbKernel/Kernel/VectorSOAStore.h +++ b/Kernel/LHCbKernel/Kernel/VectorSOAStore.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include <vector> diff --git a/Kernel/LHCbKernel/Kernel/VeloEventFunctor.h b/Kernel/LHCbKernel/Kernel/VeloEventFunctor.h index 00f55e417d552667f24a2ee3db0c7c2345ec6ce9..36eb7cb2e6f36ebccb96e477fa6b13022a217801 100644 --- a/Kernel/LHCbKernel/Kernel/VeloEventFunctor.h +++ b/Kernel/LHCbKernel/Kernel/VeloEventFunctor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _VeloEventFunctor_H_ #define _VeloEventFunctor_H_ diff --git a/Kernel/LHCbKernel/cmt/merge_files.py b/Kernel/LHCbKernel/cmt/merge_files.py index 9e577d16c274b2a5a97fe490ffaf52c7c9ff319f..19de09cc724a1a1b957ede071ec0660c490a9f31 100755 --- a/Kernel/LHCbKernel/cmt/merge_files.py +++ b/Kernel/LHCbKernel/cmt/merge_files.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: GaudiPolicy/cmt/fragments/merge_files.py # @purpose: merge_files <fragment> file into a 'per-project' <merged> file diff --git a/Kernel/LHCbKernel/dict/LHCbKernelDict.h b/Kernel/LHCbKernel/dict/LHCbKernelDict.h index 9614625e97577603bd6ff899201524c231e47086..a7f95d8c9dad479e032c4d0ebf874da9dc8f40d1 100755 --- a/Kernel/LHCbKernel/dict/LHCbKernelDict.h +++ b/Kernel/LHCbKernel/dict/LHCbKernelDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_LHCBKERNELDICT_H #define DICT_LHCBKERNELDICT_H 1 diff --git a/Kernel/LHCbKernel/python/LHCbKernel/Configuration.py b/Kernel/LHCbKernel/python/LHCbKernel/Configuration.py index 2292aec350b1c9155aec3e037af41846da041d55..4689e06354c633559ddabad972be38d974e88afe 100755 --- a/Kernel/LHCbKernel/python/LHCbKernel/Configuration.py +++ b/Kernel/LHCbKernel/python/LHCbKernel/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 LHCbKernel # Base configurables for the LHCb software diff --git a/Kernel/LHCbKernel/python/LHCbKernel/Counters.py b/Kernel/LHCbKernel/python/LHCbKernel/Counters.py index b245ea67a5aea95081a00a924589458936af90d6..6d9bb93f0f3993187fc07a29a59d0ff79383d776 100644 --- a/Kernel/LHCbKernel/python/LHCbKernel/Counters.py +++ b/Kernel/LHCbKernel/python/LHCbKernel/Counters.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= ## @file diff --git a/Kernel/LHCbKernel/python/LHCbKernel/Inspector.py b/Kernel/LHCbKernel/python/LHCbKernel/Inspector.py index b15eef088168a07f4d295a3b18f7df0d03024840..b89ecceafd3b3f527907aae6e99f8a1e0605a612 100755 --- a/Kernel/LHCbKernel/python/LHCbKernel/Inspector.py +++ b/Kernel/LHCbKernel/python/LHCbKernel/Inspector.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 # Helper module for decoration on LHCb::Inpector class diff --git a/Kernel/LHCbKernel/src/AlignTraj.cpp b/Kernel/LHCbKernel/src/AlignTraj.cpp index 9b6f7ab5825f3dcfd4e26d6246c6a97d9629e107..e360383703c0290e84695f518914e28df07aa620 100644 --- a/Kernel/LHCbKernel/src/AlignTraj.cpp +++ b/Kernel/LHCbKernel/src/AlignTraj.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/AlignTraj.h" #include "GaudiKernel/GenericMatrixTypes.h" diff --git a/Kernel/LHCbKernel/src/CaloCellCode.cpp b/Kernel/LHCbKernel/src/CaloCellCode.cpp index 8d3457e65aea20a17ff86729ddebf7817f719f35..d00c1a5826788326e8bda399e5f352dcbc2661d2 100644 --- a/Kernel/LHCbKernel/src/CaloCellCode.cpp +++ b/Kernel/LHCbKernel/src/CaloCellCode.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbKernel/src/CaloCellID.cpp b/Kernel/LHCbKernel/src/CaloCellID.cpp index 528428485a2bdceac8f4738185e7a8eecf1bd7a6..9dcd122247be8d735cf9002cf3b1cc1aac5de35d 100644 --- a/Kernel/LHCbKernel/src/CaloCellID.cpp +++ b/Kernel/LHCbKernel/src/CaloCellID.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbKernel/src/CaloCellIDKeyTraits.cpp b/Kernel/LHCbKernel/src/CaloCellIDKeyTraits.cpp index e31bf44c47d666e9f4e5cdd8c205e8a9b364c1d7..7ab0406d3882cfd86b0db2b5a8ea640e60f954ce 100644 --- a/Kernel/LHCbKernel/src/CaloCellIDKeyTraits.cpp +++ b/Kernel/LHCbKernel/src/CaloCellIDKeyTraits.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/GaudiException.h" diff --git a/Kernel/LHCbKernel/src/CircleTraj.cpp b/Kernel/LHCbKernel/src/CircleTraj.cpp index 493256ca8827583def49ebdead94847a3174e88f..f1a3e7d8979a938be470780e9724742a98f91dbb 100644 --- a/Kernel/LHCbKernel/src/CircleTraj.cpp +++ b/Kernel/LHCbKernel/src/CircleTraj.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbKernel/src/Counters.cpp b/Kernel/LHCbKernel/src/Counters.cpp index 06c42863f743ff1365b3230546c705e8d3ab8ec4..a74c9893b0224edb32130000371cc464eb9a5533 100644 --- a/Kernel/LHCbKernel/src/Counters.cpp +++ b/Kernel/LHCbKernel/src/Counters.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbKernel/src/HCCellID.cpp b/Kernel/LHCbKernel/src/HCCellID.cpp index 45757c48008757c9524218fee61e07f5b0d72934..32d0cea3589bac3bb2092c055118647850073613 100644 --- a/Kernel/LHCbKernel/src/HCCellID.cpp +++ b/Kernel/LHCbKernel/src/HCCellID.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Local #include "Kernel/HCCellID.h" diff --git a/Kernel/LHCbKernel/src/HitPattern.cpp b/Kernel/LHCbKernel/src/HitPattern.cpp index d71ec79854c118c66fd829539beb1381c99ca6ad..d509382c465d05802f657a8d734c295cc5ad0b62 100644 --- a/Kernel/LHCbKernel/src/HitPattern.cpp +++ b/Kernel/LHCbKernel/src/HitPattern.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/HitPattern.h" namespace LHCb diff --git a/Kernel/LHCbKernel/src/IAccept.cpp b/Kernel/LHCbKernel/src/IAccept.cpp index 18b01b03dbf50e6860fc445517363d01dfdc023e..221e6908b1bc04928c94a08794353b6c6ab4a0c8 100644 --- a/Kernel/LHCbKernel/src/IAccept.cpp +++ b/Kernel/LHCbKernel/src/IAccept.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbKernel/src/ITNames.cpp b/Kernel/LHCbKernel/src/ITNames.cpp index 827e45cda45620715aa7bec106989f736a1473ec..8275706c729de2748da7e04861f5f22d7fb1029f 100644 --- a/Kernel/LHCbKernel/src/ITNames.cpp +++ b/Kernel/LHCbKernel/src/ITNames.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/STChannelID.h" #include "Kernel/ITNames.h" diff --git a/Kernel/LHCbKernel/src/Inspectors.cpp b/Kernel/LHCbKernel/src/Inspectors.cpp index 71577469555c5b118245682db8a6b79a143a18c0..e90f488b2c6a9f97e0adeb6f931d4283b704dfba 100644 --- a/Kernel/LHCbKernel/src/Inspectors.cpp +++ b/Kernel/LHCbKernel/src/Inspectors.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbKernel/src/LHCbID.cpp b/Kernel/LHCbKernel/src/LHCbID.cpp index f3d2e84cf1d32b8045cdec11d9c78d12123219bf..6c42577b63f9a554142f359bf5d12a1408921a78 100644 --- a/Kernel/LHCbKernel/src/LHCbID.cpp +++ b/Kernel/LHCbKernel/src/LHCbID.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LHCbID.h" //----------------------------------------------------------------------------- diff --git a/Kernel/LHCbKernel/src/LbAppInit.cpp b/Kernel/LHCbKernel/src/LbAppInit.cpp index 2f293f9c28694ec010a3e917915d41c0110b137c..f575d477eb3d53c9418d9615238230ee1f2a86cb 100644 --- a/Kernel/LHCbKernel/src/LbAppInit.cpp +++ b/Kernel/LHCbKernel/src/LbAppInit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Boost #include "boost/format.hpp" diff --git a/Kernel/LHCbKernel/src/MuonLayout.cpp b/Kernel/LHCbKernel/src/MuonLayout.cpp index e104249f29343f1eae9d301b52d1d4142a1e6adf..043e2024f6fcd4571e728ce81d706572050fbd71 100644 --- a/Kernel/LHCbKernel/src/MuonLayout.cpp +++ b/Kernel/LHCbKernel/src/MuonLayout.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <iostream> #include <algorithm> diff --git a/Kernel/LHCbKernel/src/MuonTileID.cpp b/Kernel/LHCbKernel/src/MuonTileID.cpp index 152fa51857d6b7c557e74c66fc77472a60e1631a..ce00b56159e237243fae111f6b64fc8ee29cdcec 100644 --- a/Kernel/LHCbKernel/src/MuonTileID.cpp +++ b/Kernel/LHCbKernel/src/MuonTileID.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "Kernel/MuonTileID.h" diff --git a/Kernel/LHCbKernel/src/OTChannelID.cpp b/Kernel/LHCbKernel/src/OTChannelID.cpp index d5d9b72f759b7767dcb7ea9a96b9f63a42baf948..e4400fdeec1f44fb67bdd82a29244173481fba02 100644 --- a/Kernel/LHCbKernel/src/OTChannelID.cpp +++ b/Kernel/LHCbKernel/src/OTChannelID.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/OTChannelID.h" //----------------------------------------------------------------------------- diff --git a/Kernel/LHCbKernel/src/ParabolaTraj.cpp b/Kernel/LHCbKernel/src/ParabolaTraj.cpp index 50c6f134b8e707d035980553ccf8190e44688500..97c949e36e2aaf71a092e9b84f821f6fc1d26cba 100644 --- a/Kernel/LHCbKernel/src/ParabolaTraj.cpp +++ b/Kernel/LHCbKernel/src/ParabolaTraj.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbKernel/src/PiecewiseTrajectory.cpp b/Kernel/LHCbKernel/src/PiecewiseTrajectory.cpp index 316dff51ca663ee6838219e12a3c88d852cdcfb8..efa0b786b3f5587ceb454610d48cf9a37537af8a 100644 --- a/Kernel/LHCbKernel/src/PiecewiseTrajectory.cpp +++ b/Kernel/LHCbKernel/src/PiecewiseTrajectory.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/PiecewiseTrajectory.h" #include <cassert> diff --git a/Kernel/LHCbKernel/src/PlatformInfo.cpp b/Kernel/LHCbKernel/src/PlatformInfo.cpp index 51d51b517c8edb538cd1a6af1b7c4dc0ce828266..4643c40065b3fb412cfb50a7d2302d26742dc463 100644 --- a/Kernel/LHCbKernel/src/PlatformInfo.cpp +++ b/Kernel/LHCbKernel/src/PlatformInfo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/PlatformInfo.h" #include "VectorClass/instrset.h" diff --git a/Kernel/LHCbKernel/src/RichDetectorType.cpp b/Kernel/LHCbKernel/src/RichDetectorType.cpp index 9cc713f24665b904513fd2822eb5a7c51aed68db..acc974d9348b21acf9754540b135ad0e5f1164f2 100644 --- a/Kernel/LHCbKernel/src/RichDetectorType.cpp +++ b/Kernel/LHCbKernel/src/RichDetectorType.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichDetectorType.cpp diff --git a/Kernel/LHCbKernel/src/RichParticleIDType.cpp b/Kernel/LHCbKernel/src/RichParticleIDType.cpp index 3bf026f048723c3c40dac97332187b87f4f9a611..b2e86b549602253b3cbaf66ae67d35f39e49f38f 100644 --- a/Kernel/LHCbKernel/src/RichParticleIDType.cpp +++ b/Kernel/LHCbKernel/src/RichParticleIDType.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichParticleIDType.cpp diff --git a/Kernel/LHCbKernel/src/RichRadiatorType.cpp b/Kernel/LHCbKernel/src/RichRadiatorType.cpp index 966572df48842ed9a376db90eddf0b9b391c6ea5..ea5ecad1f2f6b291329795569e465305b4b7fe30 100644 --- a/Kernel/LHCbKernel/src/RichRadiatorType.cpp +++ b/Kernel/LHCbKernel/src/RichRadiatorType.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichRadiatorType.cpp * diff --git a/Kernel/LHCbKernel/src/RichSide.cpp b/Kernel/LHCbKernel/src/RichSide.cpp index cef19e42aaa4f989c52f7e956ea24d623c9aa6fb..3a314a1716c77fb25451d2cbcebb3336f151e6eb 100644 --- a/Kernel/LHCbKernel/src/RichSide.cpp +++ b/Kernel/LHCbKernel/src/RichSide.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichSide.cpp * diff --git a/Kernel/LHCbKernel/src/RichSmartID.cpp b/Kernel/LHCbKernel/src/RichSmartID.cpp index 1a9626a10382a43d423ad005e16d5a086d620ce2..eb79b59e163fd5d57cc3d061fd0b233c2c858af0 100644 --- a/Kernel/LHCbKernel/src/RichSmartID.cpp +++ b/Kernel/LHCbKernel/src/RichSmartID.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichSmartID.cpp diff --git a/Kernel/LHCbKernel/src/RichTraceMode.cpp b/Kernel/LHCbKernel/src/RichTraceMode.cpp index 87ee318d00ba45e3507b94b0e6dfd69b86b4e6d1..e4a605e38686ce636b1197eeb4b05f7163a82c37 100644 --- a/Kernel/LHCbKernel/src/RichTraceMode.cpp +++ b/Kernel/LHCbKernel/src/RichTraceMode.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichTraceMode.cpp diff --git a/Kernel/LHCbKernel/src/STChannelID.cpp b/Kernel/LHCbKernel/src/STChannelID.cpp index a54444de9af7000eb1465722478008541d14650b..99f146400a66f8fbf2d84a281c7e4ece7cb312b3 100644 --- a/Kernel/LHCbKernel/src/STChannelID.cpp +++ b/Kernel/LHCbKernel/src/STChannelID.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Kernel/STChannelID.h" #include <sstream> diff --git a/Kernel/LHCbKernel/src/STDetSwitch.cpp b/Kernel/LHCbKernel/src/STDetSwitch.cpp index c535e9e763010608471e82b2cd727b109ac85244..0775b0305555ad15102ee7e99b5819728a0dcb03 100644 --- a/Kernel/LHCbKernel/src/STDetSwitch.cpp +++ b/Kernel/LHCbKernel/src/STDetSwitch.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/STDetSwitch.h" void STDetSwitch::flip(std::string aType, std::string& aString){ diff --git a/Kernel/LHCbKernel/src/SiLandauFun.cpp b/Kernel/LHCbKernel/src/SiLandauFun.cpp index 8df131a7dfacb98904e47cc8ca8ba6e634372435..6ab7b7eda28897799c952da464a6b2e7affd14a8 100644 --- a/Kernel/LHCbKernel/src/SiLandauFun.cpp +++ b/Kernel/LHCbKernel/src/SiLandauFun.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LHCbConstants.h" #include "Kernel/SiLandauFun.h" #include <math.h> diff --git a/Kernel/LHCbKernel/src/TTNames.cpp b/Kernel/LHCbKernel/src/TTNames.cpp index 553e3c3d6aa316874363efa9bb48111ab779f250..16b9a83326e598c2ee512c31523914eeb9edeae3 100644 --- a/Kernel/LHCbKernel/src/TTNames.cpp +++ b/Kernel/LHCbKernel/src/TTNames.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/STChannelID.h" #include "Kernel/TTNames.h" diff --git a/Kernel/LHCbKernel/src/Test/RichSmartIDTest/main.cpp b/Kernel/LHCbKernel/src/Test/RichSmartIDTest/main.cpp index 93ab78f6658ad1cc4b59186c3a6b4ecfd9718d00..3ae6ab4a95f3bde8e3eab7fd9b502b95041442ac 100644 --- a/Kernel/LHCbKernel/src/Test/RichSmartIDTest/main.cpp +++ b/Kernel/LHCbKernel/src/Test/RichSmartIDTest/main.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <iostream> #include "Kernel/RichSmartID.h" diff --git a/Kernel/LHCbKernel/src/Test/TestFastClusterContainer.cpp b/Kernel/LHCbKernel/src/Test/TestFastClusterContainer.cpp index 12f3b40934cd1dc565b2cbe22a62e773d7c3ca22..e33ca12ac1286fcdebee94682859babf46eeebee 100755 --- a/Kernel/LHCbKernel/src/Test/TestFastClusterContainer.cpp +++ b/Kernel/LHCbKernel/src/Test/TestFastClusterContainer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/FastClusterContainer.h" namespace ContTests diff --git a/Kernel/LHCbKernel/src/UTNames.cpp b/Kernel/LHCbKernel/src/UTNames.cpp index ee2b78cfae7580fb3c1791970656c850eed6878f..90fa632afda409bd164e4c82352d57b580d72fe4 100644 --- a/Kernel/LHCbKernel/src/UTNames.cpp +++ b/Kernel/LHCbKernel/src/UTNames.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/STChannelID.h" #include "Kernel/UTNames.h" diff --git a/Kernel/LHCbKernel/src/VPChannelID.cpp b/Kernel/LHCbKernel/src/VPChannelID.cpp index 415679cc1d2031cafe57bc69be6723008045ca5b..869edb2426163d72c0ba3f45057fe19ad0bbcb0e 100644 --- a/Kernel/LHCbKernel/src/VPChannelID.cpp +++ b/Kernel/LHCbKernel/src/VPChannelID.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Kernel/VPChannelID.h" diff --git a/Kernel/LHCbKernel/src/VeloChannelID.cpp b/Kernel/LHCbKernel/src/VeloChannelID.cpp index a849d20868256f3508d6d7fa3f270dc1f552aa6b..5041345f494cf9339cbaf9ae268ab91fa12fee80 100644 --- a/Kernel/LHCbKernel/src/VeloChannelID.cpp +++ b/Kernel/LHCbKernel/src/VeloChannelID.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/VeloChannelID.h" //----------------------------------------------------------------------------- diff --git a/Kernel/LHCbKernel/tests/gaudipythonallocator.py b/Kernel/LHCbKernel/tests/gaudipythonallocator.py index 4ac3ef59be10b9c8bdc327f229067c6cacf98791..8eb405eac00f730ac88083db0a986a01ccfbfbf0 100644 --- a/Kernel/LHCbKernel/tests/gaudipythonallocator.py +++ b/Kernel/LHCbKernel/tests/gaudipythonallocator.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Test for custom allocators. diff --git a/Kernel/LHCbKernel/tests/qmtest/lhcbkernel.qms/gaudipythonallocator.qmt b/Kernel/LHCbKernel/tests/qmtest/lhcbkernel.qms/gaudipythonallocator.qmt index fc41384d0813cf10b93aeaa00576c8d14519e638..bdd2d42ba2192acddc939fa57aa2962977ab1948 100644 --- a/Kernel/LHCbKernel/tests/qmtest/lhcbkernel.qms/gaudipythonallocator.qmt +++ b/Kernel/LHCbKernel/tests/qmtest/lhcbkernel.qms/gaudipythonallocator.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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>../gaudipythonallocator.py</text></argument> diff --git a/Kernel/LHCbKernel/tests/qmtest/lhcbkernel.qms/richsmartid.qmt b/Kernel/LHCbKernel/tests/qmtest/lhcbkernel.qms/richsmartid.qmt index 0fcf120947d39629ff17b25eecc134371b81950c..848dbadffe910f1a00da48049ab3a0cd66038022 100644 --- a/Kernel/LHCbKernel/tests/qmtest/lhcbkernel.qms/richsmartid.qmt +++ b/Kernel/LHCbKernel/tests/qmtest/lhcbkernel.qms/richsmartid.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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>RichSmartIDTest.exe</text></argument> diff --git a/Kernel/LHCbKernel/tests/src/test_MultiIndexContainer.cpp b/Kernel/LHCbKernel/tests/src/test_MultiIndexContainer.cpp index 480d492ad39b7fc5334b7178c17bef30543bb569..35e7402fa892a539b19d900145c29b78f568c56f 100644 --- a/Kernel/LHCbKernel/tests/src/test_MultiIndexContainer.cpp +++ b/Kernel/LHCbKernel/tests/src/test_MultiIndexContainer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 BOOST_TEST_DYN_LINK #define BOOST_TEST_MODULE test_PlatformInfo #include <boost/test/unit_test.hpp> diff --git a/Kernel/LHCbKernel/tests/src/test_PlatformInfo.cpp b/Kernel/LHCbKernel/tests/src/test_PlatformInfo.cpp index a6dd25a225a081882a2c00e2d9bde97fc1510aa5..7ad214986afe9e5e8e4b85218c5ba8a363fd3558 100644 --- a/Kernel/LHCbKernel/tests/src/test_PlatformInfo.cpp +++ b/Kernel/LHCbKernel/tests/src/test_PlatformInfo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 BOOST_TEST_DYN_LINK #define BOOST_TEST_MODULE test_PlatformInfo #include <boost/test/unit_test.hpp> diff --git a/Kernel/LHCbKernel/tests/src/test_PolymorphicValue.cpp b/Kernel/LHCbKernel/tests/src/test_PolymorphicValue.cpp index 310fbb83944f0e50e439af43afbdeb5756d22516..8d6a36ef778547e702b0ca0e50deef61985c012d 100644 --- a/Kernel/LHCbKernel/tests/src/test_PolymorphicValue.cpp +++ b/Kernel/LHCbKernel/tests/src/test_PolymorphicValue.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 BOOST_TEST_MODULE example #include <boost/test/included/unit_test.hpp> diff --git a/Kernel/LHCbKernel/tests/src/test_STLExtensions.cpp b/Kernel/LHCbKernel/tests/src/test_STLExtensions.cpp index 6b140a65538ae31c4b6fa9a97132895f810d5884..dc99025a490b04f864a9346cff90e235f40fafa4 100644 --- a/Kernel/LHCbKernel/tests/src/test_STLExtensions.cpp +++ b/Kernel/LHCbKernel/tests/src/test_STLExtensions.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 BOOST_TEST_DYN_LINK #define BOOST_TEST_MODULE test_PlatformInfo #include <boost/test/unit_test.hpp> diff --git a/Kernel/LHCbKernel/xml/CaloCellID.xml b/Kernel/LHCbKernel/xml/CaloCellID.xml index 55b7d9ea0b8a1b822e43304ad270085aa6c71c49..dbd7f0a692380e607710178df236986fc7698623 100755 --- a/Kernel/LHCbKernel/xml/CaloCellID.xml +++ b/Kernel/LHCbKernel/xml/CaloCellID.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> diff --git a/Kernel/LHCbKernel/xml/FTChannelID.xml b/Kernel/LHCbKernel/xml/FTChannelID.xml index a15d874517e7fa4b6c8abb51342f2529eded68b1..228abe278429bc4e624960c521cfc9cf8f3a1963 100644 --- a/Kernel/LHCbKernel/xml/FTChannelID.xml +++ b/Kernel/LHCbKernel/xml/FTChannelID.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> diff --git a/Kernel/LHCbKernel/xml/HCCellID.xml b/Kernel/LHCbKernel/xml/HCCellID.xml index c11f6f1ad9c0b90e22f57a1bf6a75c0d2805a18b..4c3909d8ace3050c53088d499adba394af469c29 100644 --- a/Kernel/LHCbKernel/xml/HCCellID.xml +++ b/Kernel/LHCbKernel/xml/HCCellID.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> diff --git a/Kernel/LHCbKernel/xml/HitPattern.xml b/Kernel/LHCbKernel/xml/HitPattern.xml index 1daa151c783cee3b11ab822980ed118cc24a95ac..bd6586a5ae7b39827da0d10d61e2f5aef5bf50c2 100755 --- a/Kernel/LHCbKernel/xml/HitPattern.xml +++ b/Kernel/LHCbKernel/xml/HitPattern.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="LHCbKernel"> diff --git a/Kernel/LHCbKernel/xml/ITNames.xml b/Kernel/LHCbKernel/xml/ITNames.xml index 32cd5f55e84ad893dcb8ed7efe65f1f2c7123404..bdbc3f3b746c43d2ac853b273a6327abd65375f4 100755 --- a/Kernel/LHCbKernel/xml/ITNames.xml +++ b/Kernel/LHCbKernel/xml/ITNames.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> <package name="LHCbKernel"> diff --git a/Kernel/LHCbKernel/xml/LHCbID.xml b/Kernel/LHCbKernel/xml/LHCbID.xml index 1570dfd6527535883bbf33394755ea22a5eb1f21..fcf3196e4abafefe5c7f32bf259021f1fab137d2 100755 --- a/Kernel/LHCbKernel/xml/LHCbID.xml +++ b/Kernel/LHCbKernel/xml/LHCbID.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name="LHCbKernel"> diff --git a/Kernel/LHCbKernel/xml/MuonTileID.xml b/Kernel/LHCbKernel/xml/MuonTileID.xml index 2bfe85fd44a1a2c86a842aa9ea59330a70fd7cfa..59ac39b8022540f667b531f44c68baea41c8cdf4 100755 --- a/Kernel/LHCbKernel/xml/MuonTileID.xml +++ b/Kernel/LHCbKernel/xml/MuonTileID.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> <package name='LHCbKernel'> diff --git a/Kernel/LHCbKernel/xml/OTChannelID.xml b/Kernel/LHCbKernel/xml/OTChannelID.xml index 4b88056b762d27274c9c0c182fd00ace91688edd..6df984eef8545fabe0b5f63f200b610deb7ba7df 100755 --- a/Kernel/LHCbKernel/xml/OTChannelID.xml +++ b/Kernel/LHCbKernel/xml/OTChannelID.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> diff --git a/Kernel/LHCbKernel/xml/Packer.xml b/Kernel/LHCbKernel/xml/Packer.xml index c421ab95fe14bfb5096aa6df746733c734c722cb..e21363efed32e686948d8c516b0d32a07aad5ee0 100755 --- a/Kernel/LHCbKernel/xml/Packer.xml +++ b/Kernel/LHCbKernel/xml/Packer.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 : Alessia Satta --> <!--- Created : 2005-12-15 --> diff --git a/Kernel/LHCbKernel/xml/RichTraceMode.xml b/Kernel/LHCbKernel/xml/RichTraceMode.xml index 46d3f0c99d21c18a52eab578e0269a025a080e2c..b2eddf7efa43ff9a1d67d48c04d59cd1697a1e1c 100755 --- a/Kernel/LHCbKernel/xml/RichTraceMode.xml +++ b/Kernel/LHCbKernel/xml/RichTraceMode.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> diff --git a/Kernel/LHCbKernel/xml/STChannelID.xml b/Kernel/LHCbKernel/xml/STChannelID.xml index 57e92861387ecd0f28d5bfc967e71f2e02b58ff4..0d53d4583a0643f7962cd681e14e57252a88c2b3 100755 --- a/Kernel/LHCbKernel/xml/STChannelID.xml +++ b/Kernel/LHCbKernel/xml/STChannelID.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> diff --git a/Kernel/LHCbKernel/xml/TTNames.xml b/Kernel/LHCbKernel/xml/TTNames.xml index a43ca4d46a2b135fba2db1ef824a70bece210897..5659b8d4d87243ac9753ebd3bd86ca29a558418a 100755 --- a/Kernel/LHCbKernel/xml/TTNames.xml +++ b/Kernel/LHCbKernel/xml/TTNames.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> <package name='LHCbKernel'> diff --git a/Kernel/LHCbKernel/xml/UTNames.xml b/Kernel/LHCbKernel/xml/UTNames.xml index ff8547bd04aa7df90e487b6cca2ffd4ba5cf36d0..dc59cb4a8b369a225ed7d8ee1e22e2b4e3512839 100755 --- a/Kernel/LHCbKernel/xml/UTNames.xml +++ b/Kernel/LHCbKernel/xml/UTNames.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd" > <gdd> <package name='STKernel'> diff --git a/Kernel/LHCbKernel/xml/VPChannelID.xml b/Kernel/LHCbKernel/xml/VPChannelID.xml index 78303e68eb8711a8ea6a19b70a1365120c9c126c..b468e3f290ada2e745095a41b16713c355c55221 100644 --- a/Kernel/LHCbKernel/xml/VPChannelID.xml +++ b/Kernel/LHCbKernel/xml/VPChannelID.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> diff --git a/Kernel/LHCbKernel/xml/VeloChannelID.xml b/Kernel/LHCbKernel/xml/VeloChannelID.xml index 0ed3884192d91acc458f289db9c9cf9144d4bf50..d5b8abdc6133481024321ecd7a880f7fc6f76212 100755 --- a/Kernel/LHCbKernel/xml/VeloChannelID.xml +++ b/Kernel/LHCbKernel/xml/VeloChannelID.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM "gdd.dtd"> <gdd> diff --git a/Kernel/LHCbKernel/xml/lcgdict/lcg_selection.xml b/Kernel/LHCbKernel/xml/lcgdict/lcg_selection.xml index 40efc3ec973384463b9dc0b7ededfec9f795f843..e2a7e4ec7adc58923fabe39add36d4f37e0ee270 100755 --- a/Kernel/LHCbKernel/xml/lcgdict/lcg_selection.xml +++ b/Kernel/LHCbKernel/xml/lcgdict/lcg_selection.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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="std::vector<LHCb::LHCbID>::const_iterator"/> <class name="std::vector<LHCb::VeloChannelID>"/> diff --git a/Kernel/LHCbMath/CMakeLists.txt b/Kernel/LHCbMath/CMakeLists.txt index 644289e5d5adbdc42f61bd54d37107e10d933cc7..81fa3b39d6cc3e98bf37b300625b6c64a6627478 100644 --- a/Kernel/LHCbMath/CMakeLists.txt +++ b/Kernel/LHCbMath/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: LHCbMath ################################################################################ diff --git a/Kernel/LHCbMath/LHCbMath/AVXGuard.h b/Kernel/LHCbMath/LHCbMath/AVXGuard.h index 813e3ae70de4af65152059f610805008b8e12d71..30474e7585a62507c7b01f45f4ded33292387337 100644 --- a/Kernel/LHCbMath/LHCbMath/AVXGuard.h +++ b/Kernel/LHCbMath/LHCbMath/AVXGuard.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Kernel/LHCbMath/LHCbMath/BSpline.h b/Kernel/LHCbMath/LHCbMath/BSpline.h index fd12051e62507b4cc0d25ed053111c4d8e93e12a..aa9541c71fbe28dba0f67106a737ae68ce7b813b 100644 --- a/Kernel/LHCbMath/LHCbMath/BSpline.h +++ b/Kernel/LHCbMath/LHCbMath/BSpline.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBMATH_BPLINE_H #define LHCBMATH_BPLINE_H 1 diff --git a/Kernel/LHCbMath/LHCbMath/Bernstein.h b/Kernel/LHCbMath/LHCbMath/Bernstein.h index 802cf9288fb2fbf17816ac90cf7d5d8267fc1b88..777ecf6794c4f647cb7e3ad7d725810817006a7b 100644 --- a/Kernel/LHCbMath/LHCbMath/Bernstein.h +++ b/Kernel/LHCbMath/LHCbMath/Bernstein.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBMATH_BERNSTEIN_H #define LHCBMATH_BERNSTEIN_H 1 diff --git a/Kernel/LHCbMath/LHCbMath/Bernstein1D.h b/Kernel/LHCbMath/LHCbMath/Bernstein1D.h index c0641afb497209c4e927b3431138d3380b927dbe..c23e5d8acd1d006d5edb73e75eac704623e063f1 100644 --- a/Kernel/LHCbMath/LHCbMath/Bernstein1D.h +++ b/Kernel/LHCbMath/LHCbMath/Bernstein1D.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBMATH_BERNSTEIN1D_H #define LHCBMATH_BERNSTEIN1D_H 1 diff --git a/Kernel/LHCbMath/LHCbMath/Bernstein2D.h b/Kernel/LHCbMath/LHCbMath/Bernstein2D.h index 707d594f351f4a45a36840c6ca17ad4a6d35f2dc..2f56c2881d3629d6481d85721fb580739739b684 100644 --- a/Kernel/LHCbMath/LHCbMath/Bernstein2D.h +++ b/Kernel/LHCbMath/LHCbMath/Bernstein2D.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBMATH_BERNSTEIN2D_H #define LHCBMATH_BERNSTEIN2D_H 1 diff --git a/Kernel/LHCbMath/LHCbMath/Bernstein3D.h b/Kernel/LHCbMath/LHCbMath/Bernstein3D.h index 1217856033e7c08ff70d5b112bd62d2ea24c0205..fc120c0fb4c5bb60edaae58c04b4d4d44e2eef2a 100644 --- a/Kernel/LHCbMath/LHCbMath/Bernstein3D.h +++ b/Kernel/LHCbMath/LHCbMath/Bernstein3D.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBMATH_BERNSTEIN3D_H #define LHCBMATH_BERNSTEIN3D_H 1 diff --git a/Kernel/LHCbMath/LHCbMath/BernsteinPoly.h b/Kernel/LHCbMath/LHCbMath/BernsteinPoly.h index befd966b766202fa61ca203027f960c6b92cf5a1..8da2885ffd792ef80d1cb95359cb5e4d6a96a9d6 100644 --- a/Kernel/LHCbMath/LHCbMath/BernsteinPoly.h +++ b/Kernel/LHCbMath/LHCbMath/BernsteinPoly.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBMATH_BERNSTEINPOLY_H #define LHCBMATH_BERNSTEINPOLY_H 1 diff --git a/Kernel/LHCbMath/LHCbMath/Binomial.h b/Kernel/LHCbMath/LHCbMath/Binomial.h index 4bffc279943fdc0e23f0a032db0ce1c35d39c801..daaa2eabd91408899d1f81734838d1eeb093cacc 100644 --- a/Kernel/LHCbMath/LHCbMath/Binomial.h +++ b/Kernel/LHCbMath/LHCbMath/Binomial.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_BINOMIAL_H diff --git a/Kernel/LHCbMath/LHCbMath/Bit.h b/Kernel/LHCbMath/LHCbMath/Bit.h index e8cb85a2afdde200e408ce1ba92ed45b301e13c0..883787ce73435c22eb71249358c92c0e9c68dfc5 100644 --- a/Kernel/LHCbMath/LHCbMath/Bit.h +++ b/Kernel/LHCbMath/LHCbMath/Bit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBMATH_BIT_H #define LHCBMATH_BIT_H 1 diff --git a/Kernel/LHCbMath/LHCbMath/Blind.h b/Kernel/LHCbMath/LHCbMath/Blind.h index fcd039c8ce104ae75d061646c27c2af7873977c2..eb29c5158a0d4fc4f4e5849e69e7c87de7b9f49b 100644 --- a/Kernel/LHCbMath/LHCbMath/Blind.h +++ b/Kernel/LHCbMath/LHCbMath/Blind.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_BLIND_H diff --git a/Kernel/LHCbMath/LHCbMath/BloomFilter.h b/Kernel/LHCbMath/LHCbMath/BloomFilter.h index 6ed180bf4b4012aebf18cc8cf3d7bdd7c3223178..6a59edf7dab64f9a0e4517339f24ba03b3dad034 100644 --- a/Kernel/LHCbMath/LHCbMath/BloomFilter.h +++ b/Kernel/LHCbMath/LHCbMath/BloomFilter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 BloomFilter.h * * @author Manuel Schiller <manuel.schiller@nikhef.nl> diff --git a/Kernel/LHCbMath/LHCbMath/CPUDispatch.h b/Kernel/LHCbMath/LHCbMath/CPUDispatch.h index 00c931d754d38bebedf972771d58205129b54f15..5cd9c74ac0c97a5b3c91c06d8fdc814f86ede980 100644 --- a/Kernel/LHCbMath/LHCbMath/CPUDispatch.h +++ b/Kernel/LHCbMath/LHCbMath/CPUDispatch.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Kernel/LHCbMath/LHCbMath/ChebyshevApprox.h b/Kernel/LHCbMath/LHCbMath/ChebyshevApprox.h index 1afdd5b67907f52b799a665c3a2700d62e8dbc31..661b4eb51f61fd960842251e882951b4a9aa6b73 100644 --- a/Kernel/LHCbMath/LHCbMath/ChebyshevApprox.h +++ b/Kernel/LHCbMath/LHCbMath/ChebyshevApprox.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ChebyshevApprox.h * * Chebyshev approximation toolkit diff --git a/Kernel/LHCbMath/LHCbMath/Chi2Fit.h b/Kernel/LHCbMath/LHCbMath/Chi2Fit.h index 05b211c2ef2cee6d68a697fc8f0d0bb503ff8c8e..f01d4a386d1ba8c135c32410e606e3ccb07d6b78 100644 --- a/Kernel/LHCbMath/LHCbMath/Chi2Fit.h +++ b/Kernel/LHCbMath/LHCbMath/Chi2Fit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ #ifndef LHCBMATH_CHI2FIT_H #define LHCBMATH_CHI2FIT_H 1 diff --git a/Kernel/LHCbMath/LHCbMath/Chi2Solution.h b/Kernel/LHCbMath/LHCbMath/Chi2Solution.h index 073f6b19f4d5ebb88e101d04120b19292766edd1..82700bf51b73960e920cff3787b7aeb1efb796de 100644 --- a/Kernel/LHCbMath/LHCbMath/Chi2Solution.h +++ b/Kernel/LHCbMath/LHCbMath/Chi2Solution.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_CHI2SOLUTION_H diff --git a/Kernel/LHCbMath/LHCbMath/Choose.h b/Kernel/LHCbMath/LHCbMath/Choose.h index 4e20caa791e50e1edb12d9aeaca315f76f07a20a..21c4153c6af3d7067afa89818613a27c5d226ccb 100644 --- a/Kernel/LHCbMath/LHCbMath/Choose.h +++ b/Kernel/LHCbMath/LHCbMath/Choose.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_CHOOSE_H diff --git a/Kernel/LHCbMath/LHCbMath/Clenshaw.h b/Kernel/LHCbMath/LHCbMath/Clenshaw.h index 8afa18624045046020ace7abb046e9d29157cbe8..3fb37a32ef15cef11dbea3a6d275026d7bf3e256 100644 --- a/Kernel/LHCbMath/LHCbMath/Clenshaw.h +++ b/Kernel/LHCbMath/LHCbMath/Clenshaw.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_CLENSHAW_H diff --git a/Kernel/LHCbMath/LHCbMath/Combine.h b/Kernel/LHCbMath/LHCbMath/Combine.h index 02957660f54bae1c27941d6e1af7bd4448e351ed..c88ff9a153be5e74ba8fe2913e063e72cf92c2bf 100644 --- a/Kernel/LHCbMath/LHCbMath/Combine.h +++ b/Kernel/LHCbMath/LHCbMath/Combine.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_COMBINE_H diff --git a/Kernel/LHCbMath/LHCbMath/Digit.h b/Kernel/LHCbMath/LHCbMath/Digit.h index 708465374ed1da307fbae2b24229485f39e8b764..d5d879e0feb2137cbcd2627282842ce7fbaa4882 100644 --- a/Kernel/LHCbMath/LHCbMath/Digit.h +++ b/Kernel/LHCbMath/LHCbMath/Digit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBMATH_DIGIT_H #define LHCBMATH_DIGIT_H 1 diff --git a/Kernel/LHCbMath/LHCbMath/EigenSystem.h b/Kernel/LHCbMath/LHCbMath/EigenSystem.h index 491e124a3eb0cbfef9f6969e5ec3fcdbe7e3983b..14c9958949454d347ae94fa08be8fd1c684cb607 100644 --- a/Kernel/LHCbMath/LHCbMath/EigenSystem.h +++ b/Kernel/LHCbMath/LHCbMath/EigenSystem.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_EIGENSYSTEM_H diff --git a/Kernel/LHCbMath/LHCbMath/EigenSystem.icpp b/Kernel/LHCbMath/LHCbMath/EigenSystem.icpp index b8d9400f894d5fbde7f28fbcb360de763c50dea3..c8c799e339a4f495c672f065f218ece46d1e178c 100644 --- a/Kernel/LHCbMath/LHCbMath/EigenSystem.icpp +++ b/Kernel/LHCbMath/LHCbMath/EigenSystem.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EIGENSYSTEM_ICPP #define EIGENSYSTEM_ICPP 1 diff --git a/Kernel/LHCbMath/LHCbMath/EigenTypes.h b/Kernel/LHCbMath/LHCbMath/EigenTypes.h index b885e1cdfaaef5697f1e82cfcce8c3d68e7ce9e7..15ca16f4adec6e13961685169de85709dc3f54d1 100644 --- a/Kernel/LHCbMath/LHCbMath/EigenTypes.h +++ b/Kernel/LHCbMath/LHCbMath/EigenTypes.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Kernel/LHCbMath/LHCbMath/EqualTo.h b/Kernel/LHCbMath/LHCbMath/EqualTo.h index 8c8b94a8c5c0f8e8eda96bf2a6945bb35edfe409..b4d0ef00638307df11d2be31b3f09ef06cde3c2b 100644 --- a/Kernel/LHCbMath/LHCbMath/EqualTo.h +++ b/Kernel/LHCbMath/LHCbMath/EqualTo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_EQUALTO_H diff --git a/Kernel/LHCbMath/LHCbMath/FastMaths.h b/Kernel/LHCbMath/LHCbMath/FastMaths.h index 2fcd3e4c993246bf6f657b5a542e83727fd052cb..aba1647eb18d0ec57acdec1ad35991e9d7a1d62f 100644 --- a/Kernel/LHCbMath/LHCbMath/FastMaths.h +++ b/Kernel/LHCbMath/LHCbMath/FastMaths.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 FastMaths.h diff --git a/Kernel/LHCbMath/LHCbMath/FastRoots.h b/Kernel/LHCbMath/LHCbMath/FastRoots.h index 59a3a47d1a790df6d131b0ac777c629834de8ffc..ad74906c49544d8fd9e821a2577bf71895b47e48 100644 --- a/Kernel/LHCbMath/LHCbMath/FastRoots.h +++ b/Kernel/LHCbMath/LHCbMath/FastRoots.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 FastRoots.h * * @author Manuel Schiller <Manuel.Schiller@cern.ch> diff --git a/Kernel/LHCbMath/LHCbMath/Functions.h b/Kernel/LHCbMath/LHCbMath/Functions.h index 4d1121f17754ba84ce57cd70829b94f7b90784f7..63dcefdf85fd5adddb709290273223d32566cb67 100644 --- a/Kernel/LHCbMath/LHCbMath/Functions.h +++ b/Kernel/LHCbMath/LHCbMath/Functions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBMATH_FUNCTIONS_H #define LHCBMATH_FUNCTIONS_H 1 diff --git a/Kernel/LHCbMath/LHCbMath/GSL_utils.h b/Kernel/LHCbMath/LHCbMath/GSL_utils.h index ea798f5e13f9de1d18c77718ccd112c02d7a4dbd..9bcf2857a87057830c06ecf3b8641174e2102d28 100644 --- a/Kernel/LHCbMath/LHCbMath/GSL_utils.h +++ b/Kernel/LHCbMath/LHCbMath/GSL_utils.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_GSL_UTILS_H diff --git a/Kernel/LHCbMath/LHCbMath/GeomFun.h b/Kernel/LHCbMath/LHCbMath/GeomFun.h index a7a0fb0dc67927d5b16dfe0dc230d5785e53d35f..4908c7ee28a411a9a0d5d8ef3e9edbaa0f92621e 100644 --- a/Kernel/LHCbMath/LHCbMath/GeomFun.h +++ b/Kernel/LHCbMath/LHCbMath/GeomFun.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_GEOMFUN_H diff --git a/Kernel/LHCbMath/LHCbMath/GeomFun.icpp b/Kernel/LHCbMath/LHCbMath/GeomFun.icpp index 96a6edbe5a0e685e3509777ff675ba53864dad0c..7a02bb2bc2bc558036f560477f12d7fc9c0f4bdc 100644 --- a/Kernel/LHCbMath/LHCbMath/GeomFun.icpp +++ b/Kernel/LHCbMath/LHCbMath/GeomFun.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // include files diff --git a/Kernel/LHCbMath/LHCbMath/Hesse.h b/Kernel/LHCbMath/LHCbMath/Hesse.h index 60c9b4fce1736ebdf55a566203673d5563ce6980..b6e7c6a334dbd1b811fa74588b3fc4680858a6a9 100644 --- a/Kernel/LHCbMath/LHCbMath/Hesse.h +++ b/Kernel/LHCbMath/LHCbMath/Hesse.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBMATH_HESSE_H #define LHCBMATH_HESSE_H 1 diff --git a/Kernel/LHCbMath/LHCbMath/HistoInterpolation.h b/Kernel/LHCbMath/LHCbMath/HistoInterpolation.h index 985e3ad4fbd75770087f0a35b855b66cc300403a..4e922dd5d346b6f864ee6c67473eef93a6882faa 100644 --- a/Kernel/LHCbMath/LHCbMath/HistoInterpolation.h +++ b/Kernel/LHCbMath/LHCbMath/HistoInterpolation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_HISTOINTERPOLATE_H diff --git a/Kernel/LHCbMath/LHCbMath/IPower.hpp b/Kernel/LHCbMath/LHCbMath/IPower.hpp index ec68be2bee287034fa920a258e0abdbdb969785c..b9c7a2a73482418fbb18173c49209ed5cc2c3bb3 100644 --- a/Kernel/LHCbMath/LHCbMath/IPower.hpp +++ b/Kernel/LHCbMath/LHCbMath/IPower.hpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: IPower.hpp,v 1.2 2008-08-01 10:16:02 ibelyaev Exp $ #ifndef LHCBMATH_IPOWER_HPP #define LHCBMATH_IPOWER_HPP 1 diff --git a/Kernel/LHCbMath/LHCbMath/Interpolation.h b/Kernel/LHCbMath/LHCbMath/Interpolation.h index 94de8d9eb0abcc3b5083a779ae51d3ed9ea88bc0..a6d5dce0f4cbcadbc1283d786a6f82211eddd33b 100644 --- a/Kernel/LHCbMath/LHCbMath/Interpolation.h +++ b/Kernel/LHCbMath/LHCbMath/Interpolation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBMATH_INTERPOLATION_H #define LHCBMATH_INTERPOLATION_H 1 // ============================================================================ diff --git a/Kernel/LHCbMath/LHCbMath/Kinematics.h b/Kernel/LHCbMath/LHCbMath/Kinematics.h index 6901434d9405ae26cea9179ba6e19ecebbbccd7b..2cfedf7f54450ff1175223736d3834ff24e2f200 100644 --- a/Kernel/LHCbMath/LHCbMath/Kinematics.h +++ b/Kernel/LHCbMath/LHCbMath/Kinematics.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_KINEMATICS_H diff --git a/Kernel/LHCbMath/LHCbMath/LHCbMath.h b/Kernel/LHCbMath/LHCbMath/LHCbMath.h index b04df359eb4865394cf249128716b6c5cbf446ed..3ced0eac2b16696320a8e4551b496d901bb36f16 100644 --- a/Kernel/LHCbMath/LHCbMath/LHCbMath.h +++ b/Kernel/LHCbMath/LHCbMath/LHCbMath.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbMath/LHCbMath/Line.h b/Kernel/LHCbMath/LHCbMath/Line.h index f0470da8cd1850c3bb5034f982815125a5805c46..58f9f6167fa21780962b91c4fdb6dbf31f767d34 100644 --- a/Kernel/LHCbMath/LHCbMath/Line.h +++ b/Kernel/LHCbMath/LHCbMath/Line.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_LINE_H diff --git a/Kernel/LHCbMath/LHCbMath/LineTypes.h b/Kernel/LHCbMath/LHCbMath/LineTypes.h index f981970dc348e08b1ad71e1fbd4368a5a56dc6fe..52a9cadf69d4f40c945cf29639f1ea64b89eefd6 100644 --- a/Kernel/LHCbMath/LHCbMath/LineTypes.h +++ b/Kernel/LHCbMath/LHCbMath/LineTypes.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ #ifndef LHCBMATH_LINETYPES_H #define LHCBMATH_LINETYPES_H 1 diff --git a/Kernel/LHCbMath/LHCbMath/Lomont.h b/Kernel/LHCbMath/LHCbMath/Lomont.h index 16b8981d3ca5bb352148962a992bdcfe02f83544..4e7b497b4f60e4ed7ba27b620dfbad6b12736d74 100644 --- a/Kernel/LHCbMath/LHCbMath/Lomont.h +++ b/Kernel/LHCbMath/LHCbMath/Lomont.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBMATH_LOMONT_H #define LHCBMATH_LOMONT_H 1 diff --git a/Kernel/LHCbMath/LHCbMath/LorentzVectorWithError.h b/Kernel/LHCbMath/LHCbMath/LorentzVectorWithError.h index b65423346113a61a87be11f3f0aaf6a17188b630..0b20471398d60f551d90e1125e394230193db98d 100644 --- a/Kernel/LHCbMath/LHCbMath/LorentzVectorWithError.h +++ b/Kernel/LHCbMath/LHCbMath/LorentzVectorWithError.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_LORENTZVECTORWITHERROR_H diff --git a/Kernel/LHCbMath/LHCbMath/MD5.h b/Kernel/LHCbMath/LHCbMath/MD5.h index 92df75b116c0881a38d946e7ac1f8e9e22c0c0cb..1764516d9c20cb4271c059888240b510ce67e7a9 100755 --- a/Kernel/LHCbMath/LHCbMath/MD5.h +++ b/Kernel/LHCbMath/LHCbMath/MD5.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MD5_H #define MD5_H 1 #include <array> diff --git a/Kernel/LHCbMath/LHCbMath/MatrixInversion.h b/Kernel/LHCbMath/LHCbMath/MatrixInversion.h index d099f99c53c77581beeb15b739228b67a14d2b9f..ab3b1e7a739e829f829b2937008374b861da69be 100644 --- a/Kernel/LHCbMath/LHCbMath/MatrixInversion.h +++ b/Kernel/LHCbMath/LHCbMath/MatrixInversion.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBMATH_MATRIXINVERSION_H #define LHCBMATH_MATRIXINVERSION_H diff --git a/Kernel/LHCbMath/LHCbMath/MatrixManip.h b/Kernel/LHCbMath/LHCbMath/MatrixManip.h index 9624da4b1319f3f1f6c25d580c389b3f8195b76f..0b29c2372850436ab43a5cca1981484c494494d2 100644 --- a/Kernel/LHCbMath/LHCbMath/MatrixManip.h +++ b/Kernel/LHCbMath/LHCbMath/MatrixManip.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ diff --git a/Kernel/LHCbMath/LHCbMath/MatrixTransforms.h b/Kernel/LHCbMath/LHCbMath/MatrixTransforms.h index 31cfb82c7d10c4176e3f9970bef4b6100d6bd14a..a2d6f1900beea412cefabb1221e9b5552805ad84 100644 --- a/Kernel/LHCbMath/LHCbMath/MatrixTransforms.h +++ b/Kernel/LHCbMath/LHCbMath/MatrixTransforms.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_MATRIXTRANSFORMS_H diff --git a/Kernel/LHCbMath/LHCbMath/MatrixUtils.h b/Kernel/LHCbMath/LHCbMath/MatrixUtils.h index b99d75decb596ccdce2a6180307c72bc7f0021b9..a848582fad70ed903fd48f9a76b9cb3b9adef8dd 100644 --- a/Kernel/LHCbMath/LHCbMath/MatrixUtils.h +++ b/Kernel/LHCbMath/LHCbMath/MatrixUtils.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_MATRIXUTILS_H diff --git a/Kernel/LHCbMath/LHCbMath/ModeFunctions.h b/Kernel/LHCbMath/LHCbMath/ModeFunctions.h index 695d22ba273e35abb658c375c27fefc271de3557..68c8c916b467c036212335e6cf4b7c2deb1daa7e 100644 --- a/Kernel/LHCbMath/LHCbMath/ModeFunctions.h +++ b/Kernel/LHCbMath/LHCbMath/ModeFunctions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _ModeFunctions_H #define _ModeFunctions_H 1 diff --git a/Kernel/LHCbMath/LHCbMath/MoreFunctions.h b/Kernel/LHCbMath/LHCbMath/MoreFunctions.h index b005d18985e1aca9ab7d45fa51d6d1b8277c8b00..eaa5cd1dccd989b91c070f7d62d2c40a02ba7ff3 100644 --- a/Kernel/LHCbMath/LHCbMath/MoreFunctions.h +++ b/Kernel/LHCbMath/LHCbMath/MoreFunctions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_MOREFUNCTIONS_H diff --git a/Kernel/LHCbMath/LHCbMath/NSphere.h b/Kernel/LHCbMath/LHCbMath/NSphere.h index 8c47b4cc1cdddd8322829b55c1b8a07e9c0810d1..58007768db1945b792562d6659597f705d6828e4 100644 --- a/Kernel/LHCbMath/LHCbMath/NSphere.h +++ b/Kernel/LHCbMath/LHCbMath/NSphere.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_NSPHERE_H diff --git a/Kernel/LHCbMath/LHCbMath/NStatEntity.h b/Kernel/LHCbMath/LHCbMath/NStatEntity.h index a0c30207f0de56836858102bf12c0156283d7bd6..fa398ed01057089ee2788204e767c7a64cfe38ab 100644 --- a/Kernel/LHCbMath/LHCbMath/NStatEntity.h +++ b/Kernel/LHCbMath/LHCbMath/NStatEntity.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_NSTATENTITY_H diff --git a/Kernel/LHCbMath/LHCbMath/ParticleParams.h b/Kernel/LHCbMath/LHCbMath/ParticleParams.h index 9211cf79abf017c00227b3bdc5a1835e9aee70b5..0a3b31869527a150b37aae5995493e0ac10fe069 100644 --- a/Kernel/LHCbMath/LHCbMath/ParticleParams.h +++ b/Kernel/LHCbMath/LHCbMath/ParticleParams.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_PARTICLEPARAMS_H diff --git a/Kernel/LHCbMath/LHCbMath/Point3DWithError.h b/Kernel/LHCbMath/LHCbMath/Point3DWithError.h index 2fb59efc72c8fb3c93e2685b1d8a80daaed4f6b2..1f3112da613c812d78659485bfa765e48d746ac7 100644 --- a/Kernel/LHCbMath/LHCbMath/Point3DWithError.h +++ b/Kernel/LHCbMath/LHCbMath/Point3DWithError.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_POINT3DWITHERROR_H diff --git a/Kernel/LHCbMath/LHCbMath/PolyEval.h b/Kernel/LHCbMath/LHCbMath/PolyEval.h index 05bf2e37b43ede8be3f9a10021cfe40d85802731..f9298e68eef39b9ca9ccd43924579f5ba246ba98 100644 --- a/Kernel/LHCbMath/LHCbMath/PolyEval.h +++ b/Kernel/LHCbMath/LHCbMath/PolyEval.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PolyEval.h * * @brief evaluate polynomials with given coefficients diff --git a/Kernel/LHCbMath/LHCbMath/Polynomials.h b/Kernel/LHCbMath/LHCbMath/Polynomials.h index c1770a38016b9f5dbe8bb8145c3f89d6d6f53a93..7eaa5b2ee68e0f6c5dde0689d3fbdc0f765f7acb 100644 --- a/Kernel/LHCbMath/LHCbMath/Polynomials.h +++ b/Kernel/LHCbMath/LHCbMath/Polynomials.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBMATH_POLYNOMIALS_H #define LHCBMATH_POLYNOMIALS_H 1 diff --git a/Kernel/LHCbMath/LHCbMath/Power.h b/Kernel/LHCbMath/LHCbMath/Power.h index 784e59129252198d224cfeb5bc3dc26d3285ee05..76b2f0455d242de5c0cc96f5d190c1292e3b9abb 100644 --- a/Kernel/LHCbMath/LHCbMath/Power.h +++ b/Kernel/LHCbMath/LHCbMath/Power.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBMATH_POWER_H #define LHCBMATH_POWER_H 1 diff --git a/Kernel/LHCbMath/LHCbMath/SIMDTypes.h b/Kernel/LHCbMath/LHCbMath/SIMDTypes.h index e48cf7443a77201101f45e388cda8496d8f6fbf9..2ce7c9daf7b6b199837a2fbb49997d14e819667a 100644 --- a/Kernel/LHCbMath/LHCbMath/SIMDTypes.h +++ b/Kernel/LHCbMath/LHCbMath/SIMDTypes.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Kernel/LHCbMath/LHCbMath/SVectorWithError.h b/Kernel/LHCbMath/LHCbMath/SVectorWithError.h index c4a1294c168806c9ba8eb7789e4d2470d8e1e19e..4d8b1bbd2c8d64e738df92bc133988ef597d0870 100644 --- a/Kernel/LHCbMath/LHCbMath/SVectorWithError.h +++ b/Kernel/LHCbMath/LHCbMath/SVectorWithError.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_SVECTORWITHERROR_H diff --git a/Kernel/LHCbMath/LHCbMath/SVectorWithError.icpp b/Kernel/LHCbMath/LHCbMath/SVectorWithError.icpp index 592dd70f01fac07c6b7127d992426ab0e7d634df..6b425f0eae6aeba304b0d37a9491122caf13e2b9 100644 --- a/Kernel/LHCbMath/LHCbMath/SVectorWithError.icpp +++ b/Kernel/LHCbMath/LHCbMath/SVectorWithError.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBMATH_SVECTORWITHERROR_ICPP #define LHCBMATH_SVECTORWITHERROR_ICPP 1 // ============================================================================ diff --git a/Kernel/LHCbMath/LHCbMath/Similarity.h b/Kernel/LHCbMath/LHCbMath/Similarity.h index 0002afe6d74a170c0a30f6eecc362be748b7ba95..b285f6bbe491f2cdcbb9c1900e55b3184ee2847d 100644 --- a/Kernel/LHCbMath/LHCbMath/Similarity.h +++ b/Kernel/LHCbMath/LHCbMath/Similarity.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCB_MATH_SIMILARITY_HH #define LHCB_MATH_SIMILARITY_HH #include "GaudiKernel/GenericVectorTypes.h" diff --git a/Kernel/LHCbMath/LHCbMath/Spline.h b/Kernel/LHCbMath/LHCbMath/Spline.h index 2d1345b41e8da8f3be89a2745b66e34867153c59..ff8f271462ff5b1e4e018b148feb077d5bb5f43a 100644 --- a/Kernel/LHCbMath/LHCbMath/Spline.h +++ b/Kernel/LHCbMath/LHCbMath/Spline.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBMATH_SPLINE_H #define LHCBMATH_SPLINE_H 1 diff --git a/Kernel/LHCbMath/LHCbMath/SymMatrixInverter.h b/Kernel/LHCbMath/LHCbMath/SymMatrixInverter.h index 9e977f4a6a9fac184c6d24749e713072e1f33aad..4238ae2993c28928cf6cb4dae8298d64da1cd2ed 100644 --- a/Kernel/LHCbMath/LHCbMath/SymMatrixInverter.h +++ b/Kernel/LHCbMath/LHCbMath/SymMatrixInverter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBMATH_SYMMATRIXINVERTER_H #define LHCBMATH_SYMMATRIXINVERTER_H #include <cmath> diff --git a/Kernel/LHCbMath/LHCbMath/SymPosDefMatrixInverter.h b/Kernel/LHCbMath/LHCbMath/SymPosDefMatrixInverter.h index 9f6100afa604c6cc39efc2f53a73a56591c82b7f..c709485938f55e6b60aaabf9ea21b0da75850178 100644 --- a/Kernel/LHCbMath/LHCbMath/SymPosDefMatrixInverter.h +++ b/Kernel/LHCbMath/LHCbMath/SymPosDefMatrixInverter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBMATH_SYMPOSDEFMATRIXINVERTER_H #define LHCBMATH_SYMPOSDEFMATRIXINVERTER_H diff --git a/Kernel/LHCbMath/LHCbMath/TypeWrapper.h b/Kernel/LHCbMath/LHCbMath/TypeWrapper.h index 6d4f4d1c6c64d2746e4d6e088fdf465a2ab28819..720b351907a348f0dd02221374a68446c690f593 100644 --- a/Kernel/LHCbMath/LHCbMath/TypeWrapper.h +++ b/Kernel/LHCbMath/LHCbMath/TypeWrapper.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBMATH_TYPEWRAPPER_H #define LHCBMATH_TYPEWRAPPER_H 1 diff --git a/Kernel/LHCbMath/LHCbMath/ValueWithError.h b/Kernel/LHCbMath/LHCbMath/ValueWithError.h index 269e9ce729a0d8ca699f77435d24361302329be4..0e34973ed1911dc98b4e2b5fc4e3078b492ab8a0 100644 --- a/Kernel/LHCbMath/LHCbMath/ValueWithError.h +++ b/Kernel/LHCbMath/LHCbMath/ValueWithError.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_ERRORS_H diff --git a/Kernel/LHCbMath/LHCbMath/Vector3DWithError.h b/Kernel/LHCbMath/LHCbMath/Vector3DWithError.h index f454c03d1799d0b2c25b4180c43c2c2696a4d138..5e98d67d0d441f1572094cdcebba370dfe4e7c99 100644 --- a/Kernel/LHCbMath/LHCbMath/Vector3DWithError.h +++ b/Kernel/LHCbMath/LHCbMath/Vector3DWithError.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBMATH_VECTOR3DWITHERROR_H diff --git a/Kernel/LHCbMath/LHCbMath/VectorClassTypes.h b/Kernel/LHCbMath/LHCbMath/VectorClassTypes.h index f31db8481a05daa26564f84ad47b71e3efdd1dc3..168522a1ac5dd67c29b351e76b220fd0f31e882e 100644 --- a/Kernel/LHCbMath/LHCbMath/VectorClassTypes.h +++ b/Kernel/LHCbMath/LHCbMath/VectorClassTypes.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Kernel/LHCbMath/LHCbMath/WStatEntity.h b/Kernel/LHCbMath/LHCbMath/WStatEntity.h index 5a3b8f36953a8f8d77e86d4e6e6266272c72bdb7..9bbfa393d8e517005bc4a33480938409c2240058 100644 --- a/Kernel/LHCbMath/LHCbMath/WStatEntity.h +++ b/Kernel/LHCbMath/LHCbMath/WStatEntity.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ANALYSIS_WSTATENTITY_H #define ANALYSIS_WSTATENTITY_H 1 diff --git a/Kernel/LHCbMath/LHCbMath/fast_math_rsqrt.h b/Kernel/LHCbMath/LHCbMath/fast_math_rsqrt.h index 878c9b866ecc6be032df70dd79a928f76c0a5fc3..05611cdb3bcdb34e723f761ecdfb976808e05756 100644 --- a/Kernel/LHCbMath/LHCbMath/fast_math_rsqrt.h +++ b/Kernel/LHCbMath/LHCbMath/fast_math_rsqrt.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 FAST_MATH_RSQRT_H #define FAST_MATH_RSQRT_H diff --git a/Kernel/LHCbMath/dict/LHCbMathDict.h b/Kernel/LHCbMath/dict/LHCbMathDict.h index c5a40260cf651039c8eb59fcf3ff592f592c1a95..7ff67f532af7e016718c5dd12ae1907ce731b22e 100755 --- a/Kernel/LHCbMath/dict/LHCbMathDict.h +++ b/Kernel/LHCbMath/dict/LHCbMathDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef DICT_LHCBMATHDICT_H diff --git a/Kernel/LHCbMath/dict/LHCbMathDict.xml b/Kernel/LHCbMath/dict/LHCbMathDict.xml index 0d0ef5bbcb59fb101b3c61f33dabcd4f2c74f18f..5906bea0b0a6900e54ec5f80f49f4de472440afc 100755 --- a/Kernel/LHCbMath/dict/LHCbMathDict.xml +++ b/Kernel/LHCbMath/dict/LHCbMathDict.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: --> <!--- Author : Juan PALACIOS --> diff --git a/Kernel/LHCbMath/python/LHCbMath/Math.py b/Kernel/LHCbMath/python/LHCbMath/Math.py index 83a9264c343ba125de10226f68f569825ee36877..a07d5f357ffe2a466dcc8a3ba58b6f21464b7930 100755 --- a/Kernel/LHCbMath/python/LHCbMath/Math.py +++ b/Kernel/LHCbMath/python/LHCbMath/Math.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # -*- coding: utf-8 -*- try: import cppyy diff --git a/Kernel/LHCbMath/python/LHCbMath/Types.py b/Kernel/LHCbMath/python/LHCbMath/Types.py index 75b23c6293a131081efb2838cb88ad81b2eda1d2..cdd047c29e498529a3efc3638ff4d9f2af713eeb 100644 --- a/Kernel/LHCbMath/python/LHCbMath/Types.py +++ b/Kernel/LHCbMath/python/LHCbMath/Types.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # -*- coding: utf-8 -*- # ============================================================================= # $Id$ diff --git a/Kernel/LHCbMath/python/LHCbMath/__init__.py b/Kernel/LHCbMath/python/LHCbMath/__init__.py index 9da3024517cb0a88481ff55cb53a3753aed5c9bc..9d8820592ee3f0bc18f49e5ab23ce5301bbcbfa8 100644 --- a/Kernel/LHCbMath/python/LHCbMath/__init__.py +++ b/Kernel/LHCbMath/python/LHCbMath/__init__.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # -*- coding: utf-8 -*- # $Id$ # ============================================================================= diff --git a/Kernel/LHCbMath/python/LHCbMath/combine.py b/Kernel/LHCbMath/python/LHCbMath/combine.py index 6535cadd57827b24f89038c94f31b97fa3fe6c9e..683d28eb11df7d605a50555ab50e65798bdcf7bd 100644 --- a/Kernel/LHCbMath/python/LHCbMath/combine.py +++ b/Kernel/LHCbMath/python/LHCbMath/combine.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # -*- coding: utf-8 -*- # ============================================================================= # $Id$ diff --git a/Kernel/LHCbMath/python/LHCbMath/deriv.py b/Kernel/LHCbMath/python/LHCbMath/deriv.py index 4abd44ff0d995ab2fa818d6df050ff503d5415f3..76399017befcd966fc6657ebf202f096ebeeb3f5 100755 --- a/Kernel/LHCbMath/python/LHCbMath/deriv.py +++ b/Kernel/LHCbMath/python/LHCbMath/deriv.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # -*- coding: utf-8 -*- # ============================================================================= # $Id$ diff --git a/Kernel/LHCbMath/python/LHCbMath/math_ve.py b/Kernel/LHCbMath/python/LHCbMath/math_ve.py index 3eea16fecdb0f967ac1137b9c716937871f837ce..c9d6bfa69a58234ca02ce4ff1e68da8ba3449950 100755 --- a/Kernel/LHCbMath/python/LHCbMath/math_ve.py +++ b/Kernel/LHCbMath/python/LHCbMath/math_ve.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # -*- coding: utf-8 -*- # ============================================================================= # $Id$ diff --git a/Kernel/LHCbMath/python/LHCbMath/pdg_format.py b/Kernel/LHCbMath/python/LHCbMath/pdg_format.py index f29da0b4e1df273bdc36ecfb3b20f5070c174f47..562cc95e7d0a948476862f4d926bab8cea9578d7 100644 --- a/Kernel/LHCbMath/python/LHCbMath/pdg_format.py +++ b/Kernel/LHCbMath/python/LHCbMath/pdg_format.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # -*- coding: utf-8 -*- # ============================================================================= # @file diff --git a/Kernel/LHCbMath/python/LHCbMath/random_ext.py b/Kernel/LHCbMath/python/LHCbMath/random_ext.py index 7ebf739a08b9a0c1ac98d3b32108c1b311b84ae7..ade35b5881fdc9f2102fc0f67dd2355d45ea8e85 100644 --- a/Kernel/LHCbMath/python/LHCbMath/random_ext.py +++ b/Kernel/LHCbMath/python/LHCbMath/random_ext.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # -*- coding: utf-8 -*- # ============================================================================= # $Id$ diff --git a/Kernel/LHCbMath/python/LHCbMath/test.py b/Kernel/LHCbMath/python/LHCbMath/test.py index b8b7c44a547843801bbf4584b220a0ded471fc9f..0764695b948322fb76e94bdd950c70a30f5c9c54 100755 --- a/Kernel/LHCbMath/python/LHCbMath/test.py +++ b/Kernel/LHCbMath/python/LHCbMath/test.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # -*- coding: utf-8 -*- # ============================================================================= # $Id$ diff --git a/Kernel/LHCbMath/src/BSpline.cpp b/Kernel/LHCbMath/src/BSpline.cpp index 8265447995c7cc2aa1ce83c01291260731518907..6bca499c4a8b933e8bbf4d73e74159b5d44ae71f 100644 --- a/Kernel/LHCbMath/src/BSpline.cpp +++ b/Kernel/LHCbMath/src/BSpline.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbMath/src/Bernstein1D.cpp b/Kernel/LHCbMath/src/Bernstein1D.cpp index d53ebd43337432e1ac1fc76c416a22ea0dcbdea5..ceacf28f70c5540c2225b39f75d530d4ac14c5ce 100644 --- a/Kernel/LHCbMath/src/Bernstein1D.cpp +++ b/Kernel/LHCbMath/src/Bernstein1D.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbMath/src/Bernstein2D.cpp b/Kernel/LHCbMath/src/Bernstein2D.cpp index 3e6a750f7c1b573b918586962744c762f078c149..43f73ae24aad58eb7b96f0bc2972daeb327f7307 100644 --- a/Kernel/LHCbMath/src/Bernstein2D.cpp +++ b/Kernel/LHCbMath/src/Bernstein2D.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbMath/src/Bernstein3D.cpp b/Kernel/LHCbMath/src/Bernstein3D.cpp index ffd800185341ef2305e686844e27ca4cffd3d5db..ff0b69464eeeaa312d1de0bc2184946d2a170f74 100644 --- a/Kernel/LHCbMath/src/Bernstein3D.cpp +++ b/Kernel/LHCbMath/src/Bernstein3D.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbMath/src/BernsteinPoly.cpp b/Kernel/LHCbMath/src/BernsteinPoly.cpp index 12e851a13eaa1706acc6800c55e8cd44f7c9854f..11b939623a075a2c87d7c669a59a76dc4be285b9 100644 --- a/Kernel/LHCbMath/src/BernsteinPoly.cpp +++ b/Kernel/LHCbMath/src/BernsteinPoly.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbMath/src/Binomial.cpp b/Kernel/LHCbMath/src/Binomial.cpp index cdacc4f73890c0303300b14b4e50e13c3082a886..09b7b0e0a66de104d43dd126e325320747547b8c 100644 --- a/Kernel/LHCbMath/src/Binomial.cpp +++ b/Kernel/LHCbMath/src/Binomial.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // STD& STL // ============================================================================ diff --git a/Kernel/LHCbMath/src/Blind.cpp b/Kernel/LHCbMath/src/Blind.cpp index 160badaa71e0bf020ba976f754c33555eae9f932..acafb3939c4f0a24bc4c21e46e79affb44dfce1a 100644 --- a/Kernel/LHCbMath/src/Blind.cpp +++ b/Kernel/LHCbMath/src/Blind.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/src/Chi2Fit.cpp b/Kernel/LHCbMath/src/Chi2Fit.cpp index 97976e45b47bd92f30bfb2d7c62bca119ed49ffb..94e2297873db07a0f8eced525b089be0a90d07ed 100644 --- a/Kernel/LHCbMath/src/Chi2Fit.cpp +++ b/Kernel/LHCbMath/src/Chi2Fit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================= // Include files diff --git a/Kernel/LHCbMath/src/Choose.cpp b/Kernel/LHCbMath/src/Choose.cpp index a640b5534523cd76c433363ebb7d3c524a4bc0e9..6cfb641671610f8d2df9636cd0c25ce35fbf0c98 100644 --- a/Kernel/LHCbMath/src/Choose.cpp +++ b/Kernel/LHCbMath/src/Choose.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/src/Combine.cpp b/Kernel/LHCbMath/src/Combine.cpp index 09c9903db0e558310fef3e5186ba469bccba1ae4..4330a6429847e6774a2958ea998fac397f57d25a 100644 --- a/Kernel/LHCbMath/src/Combine.cpp +++ b/Kernel/LHCbMath/src/Combine.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/src/EigenSystem.cpp b/Kernel/LHCbMath/src/EigenSystem.cpp index 732908623252120d4c17a62b731cda5784b873e6..4f3ad94e28401ab70241fed2cc6259d8203f7b5c 100644 --- a/Kernel/LHCbMath/src/EigenSystem.cpp +++ b/Kernel/LHCbMath/src/EigenSystem.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbMath/src/Functions.cpp b/Kernel/LHCbMath/src/Functions.cpp index 9ec9eb4db90c8923fa993fac83ec401ec8e977c1..c8aff5add20c82e000929b66de86066f0e229261 100644 --- a/Kernel/LHCbMath/src/Functions.cpp +++ b/Kernel/LHCbMath/src/Functions.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbMath/src/GSL_sentry.cpp b/Kernel/LHCbMath/src/GSL_sentry.cpp index dc099ea1e40cd6bd847735227c6a13ab7b06e3a1..49370c9d01554d6c5425f671c035fa203c584b8e 100644 --- a/Kernel/LHCbMath/src/GSL_sentry.cpp +++ b/Kernel/LHCbMath/src/GSL_sentry.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/src/GSL_sentry.h b/Kernel/LHCbMath/src/GSL_sentry.h index 8b33226a653d120ce69a5d09c78b28150d861fab..a1b4803f057d6a0b3f67c77daa1cffd7d69a4a82 100644 --- a/Kernel/LHCbMath/src/GSL_sentry.h +++ b/Kernel/LHCbMath/src/GSL_sentry.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef GSL_SENTRY_H diff --git a/Kernel/LHCbMath/src/GSL_utils.cpp b/Kernel/LHCbMath/src/GSL_utils.cpp index 2f5dadff93406674bb104be10e36a40a49df4c06..06ee15045deba5c68f446e87333ae7fe63d6f01f 100644 --- a/Kernel/LHCbMath/src/GSL_utils.cpp +++ b/Kernel/LHCbMath/src/GSL_utils.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/src/Hesse.cpp b/Kernel/LHCbMath/src/Hesse.cpp index 18e6906ba8855b2ea4726fd19472c487b069ea7b..c923891d0840e9c984c1b991221c2e6c67fe518e 100644 --- a/Kernel/LHCbMath/src/Hesse.cpp +++ b/Kernel/LHCbMath/src/Hesse.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbMath/src/HistoInterpolationNew.cpp b/Kernel/LHCbMath/src/HistoInterpolationNew.cpp index 8a28a0eed1e00b0b6845fb8e99aa4fe87b09bee3..4f94ea8cbd48302df07bd0b35d6518445715725f 100644 --- a/Kernel/LHCbMath/src/HistoInterpolationNew.cpp +++ b/Kernel/LHCbMath/src/HistoInterpolationNew.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbMath/src/Interpolation.cpp b/Kernel/LHCbMath/src/Interpolation.cpp index 9c9862afd1a5b53c7c6074b155cbee127cc0b259..523f4c3e7a6596f2f982be38aa5f9915876c2d35 100644 --- a/Kernel/LHCbMath/src/Interpolation.cpp +++ b/Kernel/LHCbMath/src/Interpolation.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbMath/src/LHCbMath.cpp b/Kernel/LHCbMath/src/LHCbMath.cpp index 28e56cdd0dd58dc051ea1c75b43ba5691f91ed54..f9027c557567b18e02775a118695d9faf8f9df75 100644 --- a/Kernel/LHCbMath/src/LHCbMath.cpp +++ b/Kernel/LHCbMath/src/LHCbMath.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/src/Lomont.cpp b/Kernel/LHCbMath/src/Lomont.cpp index 98fb8d8fe26d898a96e0e5d85f366dfd2920c9f1..a41b4c0337314c139324c3e770ec845cfe084c60 100644 --- a/Kernel/LHCbMath/src/Lomont.cpp +++ b/Kernel/LHCbMath/src/Lomont.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbMath/src/LorentzVectorWithError.cpp b/Kernel/LHCbMath/src/LorentzVectorWithError.cpp index afb9cb7cc9c23f9a56228a234a7fc7745c450293..9383e2a9214e34b576381fbe748095986c916bca 100644 --- a/Kernel/LHCbMath/src/LorentzVectorWithError.cpp +++ b/Kernel/LHCbMath/src/LorentzVectorWithError.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/src/MoreFunctions.cpp b/Kernel/LHCbMath/src/MoreFunctions.cpp index f2dbd75b52f9460431e19cc3a6bc3add91a2a572..35e235417936a7c4e9badb5c3cb84a35033e15c4 100644 --- a/Kernel/LHCbMath/src/MoreFunctions.cpp +++ b/Kernel/LHCbMath/src/MoreFunctions.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/src/NStatEntity.cpp b/Kernel/LHCbMath/src/NStatEntity.cpp index 834d815d156a8457ff1b29f48ad8d0e4dd9a9de6..01bf3333c42436f8f2e261965e25cc0affddf9dd 100644 --- a/Kernel/LHCbMath/src/NStatEntity.cpp +++ b/Kernel/LHCbMath/src/NStatEntity.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/src/ParticleParams.cpp b/Kernel/LHCbMath/src/ParticleParams.cpp index 3070f72f013050f57aaf5a321c04cbd71dcf196a..a766cfd344a5281394fba00923c416e3619e14e8 100644 --- a/Kernel/LHCbMath/src/ParticleParams.cpp +++ b/Kernel/LHCbMath/src/ParticleParams.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/src/Point3DWithError.cpp b/Kernel/LHCbMath/src/Point3DWithError.cpp index 67a1d973d19854b355e63a67342e12f1b92302ed..2bf0c60a8d2b8a126f6c2665a30923b75279ca8c 100644 --- a/Kernel/LHCbMath/src/Point3DWithError.cpp +++ b/Kernel/LHCbMath/src/Point3DWithError.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbMath/src/Polynomials.cpp b/Kernel/LHCbMath/src/Polynomials.cpp index 2289140e43e26bc623a4c97f7a0a412baa8979a1..751e4092d653d55c93de33589771419d135af712 100644 --- a/Kernel/LHCbMath/src/Polynomials.cpp +++ b/Kernel/LHCbMath/src/Polynomials.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbMath/src/Similarity.cpp b/Kernel/LHCbMath/src/Similarity.cpp index adca1a74210c01f3a96b2fcc662d746b78a6efa0..a384866d42af9a7900895af2412b0319c51820f6 100644 --- a/Kernel/LHCbMath/src/Similarity.cpp +++ b/Kernel/LHCbMath/src/Similarity.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "LHCbMath/Similarity.h" #include "LHCbMath/CPUDispatch.h" #include <type_traits> diff --git a/Kernel/LHCbMath/src/Similarity_AVX.cpp b/Kernel/LHCbMath/src/Similarity_AVX.cpp index 4adcea16b33536e80a7bad1e1e36a17d3e215d75..850fc083ba59c594dae4826fdc18add76f55b18a 100644 --- a/Kernel/LHCbMath/src/Similarity_AVX.cpp +++ b/Kernel/LHCbMath/src/Similarity_AVX.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/GenericVectorTypes.h" #include "GaudiKernel/GenericMatrixTypes.h" #include "GaudiKernel/SymmetricMatrixTypes.h" diff --git a/Kernel/LHCbMath/src/Similarity_AVX2.cpp b/Kernel/LHCbMath/src/Similarity_AVX2.cpp index b5176ded57a1c48253dd211c26c2dfbfab6fa97c..627928233611daacaa1309cee5913c949043d541 100644 --- a/Kernel/LHCbMath/src/Similarity_AVX2.cpp +++ b/Kernel/LHCbMath/src/Similarity_AVX2.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/GenericVectorTypes.h" #include "GaudiKernel/GenericMatrixTypes.h" #include "GaudiKernel/SymmetricMatrixTypes.h" diff --git a/Kernel/LHCbMath/src/Similarity_SSE3.cpp b/Kernel/LHCbMath/src/Similarity_SSE3.cpp index c075447bf254cea93c6fbc95645e0a86290e9493..61859fd48cf9a1c4225ead189a86536d3cb27126 100644 --- a/Kernel/LHCbMath/src/Similarity_SSE3.cpp +++ b/Kernel/LHCbMath/src/Similarity_SSE3.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "VectorClass/vectorclass.h" #include <x86intrin.h> #ifdef NDEBUG diff --git a/Kernel/LHCbMath/src/Similarity_generic.cpp b/Kernel/LHCbMath/src/Similarity_generic.cpp index 58a2cb39f22376037bae944d6bf8c86253d53071..b11a76f9eb9eec7aa3b857057fb7ae762116b21d 100644 --- a/Kernel/LHCbMath/src/Similarity_generic.cpp +++ b/Kernel/LHCbMath/src/Similarity_generic.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/GenericVectorTypes.h" #include "GaudiKernel/GenericMatrixTypes.h" #include "GaudiKernel/SymmetricMatrixTypes.h" diff --git a/Kernel/LHCbMath/src/Spline.cpp b/Kernel/LHCbMath/src/Spline.cpp index 1935e37bdbe636266e413fa1bb0fcfdaf4d27346..a556f208caa35809a05c2b17fd43ccb38c4b36ad 100644 --- a/Kernel/LHCbMath/src/Spline.cpp +++ b/Kernel/LHCbMath/src/Spline.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbMath/src/ValueWithError.cpp b/Kernel/LHCbMath/src/ValueWithError.cpp index e509c3e50bf13d49af0b19e8a4ff724488002225..f081edbb04c9ea4ac73f6e4e715a1f53bd016fc0 100644 --- a/Kernel/LHCbMath/src/ValueWithError.cpp +++ b/Kernel/LHCbMath/src/ValueWithError.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbMath/src/Vector3DWithError.cpp b/Kernel/LHCbMath/src/Vector3DWithError.cpp index 93763151ba320918fbc6ea0fad44f98df70c0ac9..c4a51b666604e707a9d4822d9be6f2627ef11e2a 100644 --- a/Kernel/LHCbMath/src/Vector3DWithError.cpp +++ b/Kernel/LHCbMath/src/Vector3DWithError.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbMath/src/WStatEntity.cpp b/Kernel/LHCbMath/src/WStatEntity.cpp index 4cd92b8536c53ee6b502f74e50d08aa0fef353cd..00f3d195fdb2a37de8fd31e20826b08558f5a1e9 100644 --- a/Kernel/LHCbMath/src/WStatEntity.cpp +++ b/Kernel/LHCbMath/src/WStatEntity.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbMath/src/fast/rsqrt.cpp b/Kernel/LHCbMath/src/fast/rsqrt.cpp index a1a74b0d490bc99fae881a82cbdf498ac2a7e637..c84a634adaf2706276ca659560b27dd9808babee 100644 --- a/Kernel/LHCbMath/src/fast/rsqrt.cpp +++ b/Kernel/LHCbMath/src/fast/rsqrt.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCB_MATH_RSQRT_IMPL #include "LHCbMath/FastMaths.h" diff --git a/Kernel/LHCbMath/src/nSphere.cpp b/Kernel/LHCbMath/src/nSphere.cpp index 9d5f584f02c1e5bcad581235dc563b1641741b18..05c0746df650562dd73e1e59e4a6bfbfba885c29 100644 --- a/Kernel/LHCbMath/src/nSphere.cpp +++ b/Kernel/LHCbMath/src/nSphere.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/LHCbMath/tests/MathSpeedTests/main.icpp b/Kernel/LHCbMath/tests/MathSpeedTests/main.icpp index c0a1345df357a45867c3fbc1d13e9f30ef2c6d2c..8029141afda54bcdecdbd36ac80c56f9c4053fd7 100644 --- a/Kernel/LHCbMath/tests/MathSpeedTests/main.icpp +++ b/Kernel/LHCbMath/tests/MathSpeedTests/main.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "LHCbMath/SIMDTypes.h" diff --git a/Kernel/LHCbMath/tests/MathSpeedTests/main_avx.cpp b/Kernel/LHCbMath/tests/MathSpeedTests/main_avx.cpp index c6736566335e5e6e0bbcf64768dbf6d083437d1e..b6a4fa99c5d09f510882131c3663ce33fd9a7f1f 100644 --- a/Kernel/LHCbMath/tests/MathSpeedTests/main_avx.cpp +++ b/Kernel/LHCbMath/tests/MathSpeedTests/main_avx.cpp @@ -1,2 +1,12 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "main.icpp" diff --git a/Kernel/LHCbMath/tests/MathSpeedTests/main_avx2.cpp b/Kernel/LHCbMath/tests/MathSpeedTests/main_avx2.cpp index c6736566335e5e6e0bbcf64768dbf6d083437d1e..b6a4fa99c5d09f510882131c3663ce33fd9a7f1f 100644 --- a/Kernel/LHCbMath/tests/MathSpeedTests/main_avx2.cpp +++ b/Kernel/LHCbMath/tests/MathSpeedTests/main_avx2.cpp @@ -1,2 +1,12 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "main.icpp" diff --git a/Kernel/LHCbMath/tests/MathSpeedTests/main_avx2fma.cpp b/Kernel/LHCbMath/tests/MathSpeedTests/main_avx2fma.cpp index c6736566335e5e6e0bbcf64768dbf6d083437d1e..b6a4fa99c5d09f510882131c3663ce33fd9a7f1f 100644 --- a/Kernel/LHCbMath/tests/MathSpeedTests/main_avx2fma.cpp +++ b/Kernel/LHCbMath/tests/MathSpeedTests/main_avx2fma.cpp @@ -1,2 +1,12 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "main.icpp" diff --git a/Kernel/LHCbMath/tests/MathSpeedTests/main_sse4.cpp b/Kernel/LHCbMath/tests/MathSpeedTests/main_sse4.cpp index c6736566335e5e6e0bbcf64768dbf6d083437d1e..b6a4fa99c5d09f510882131c3663ce33fd9a7f1f 100644 --- a/Kernel/LHCbMath/tests/MathSpeedTests/main_sse4.cpp +++ b/Kernel/LHCbMath/tests/MathSpeedTests/main_sse4.cpp @@ -1,2 +1,12 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "main.icpp" diff --git a/Kernel/LHCbMath/tests/TestBloomFilter.cpp b/Kernel/LHCbMath/tests/TestBloomFilter.cpp index 31160f26b10a8baee5322cb92ccc1ab5c66502f2..344b80e8de99f76e1c9c9c53101897f2082d8bb0 100644 --- a/Kernel/LHCbMath/tests/TestBloomFilter.cpp +++ b/Kernel/LHCbMath/tests/TestBloomFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TestBloomFilter.cpp * * @author Manuel Schiller <manuel.schiller@nikhef.nl> diff --git a/Kernel/LHCbMath/tests/TestChi2Fit.cpp b/Kernel/LHCbMath/tests/TestChi2Fit.cpp index 4a1f5cab2c59423927e13e43ac57531fc4caab0b..0cdc21a8a464b22cce9cd31ccaa544194614a6da 100644 --- a/Kernel/LHCbMath/tests/TestChi2Fit.cpp +++ b/Kernel/LHCbMath/tests/TestChi2Fit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/tests/TestEigen.cpp b/Kernel/LHCbMath/tests/TestEigen.cpp index 019b3117463214de930ef1ada57a02c5b2063ee8..e73104f3ebe18938bc8a622f070b11f23d69ec7f 100644 --- a/Kernel/LHCbMath/tests/TestEigen.cpp +++ b/Kernel/LHCbMath/tests/TestEigen.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/tests/TestEigenGeometry.cpp b/Kernel/LHCbMath/tests/TestEigenGeometry.cpp index ce61ec463372773c72b1ef09347973e1c6edc88d..3112a3f63ee467833dd4b1804f3b304f87e8b590 100644 --- a/Kernel/LHCbMath/tests/TestEigenGeometry.cpp +++ b/Kernel/LHCbMath/tests/TestEigenGeometry.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <random> diff --git a/Kernel/LHCbMath/tests/TestFastMath.cpp b/Kernel/LHCbMath/tests/TestFastMath.cpp index 81b5bb6aa4af3398108f94c2c03701e8d292335d..4d084a368bd1257c744ffda25ab12e96e8190993 100644 --- a/Kernel/LHCbMath/tests/TestFastMath.cpp +++ b/Kernel/LHCbMath/tests/TestFastMath.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <utility> #include <type_traits> #include <iostream> diff --git a/Kernel/LHCbMath/tests/TestHesse.cpp b/Kernel/LHCbMath/tests/TestHesse.cpp index 22d25d6171fcdd545991730d01c84eabb3900025..317e5ecf09aaf0de4885e9e4be2c2fe94ff05af5 100644 --- a/Kernel/LHCbMath/tests/TestHesse.cpp +++ b/Kernel/LHCbMath/tests/TestHesse.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/tests/TestLABug.cpp b/Kernel/LHCbMath/tests/TestLABug.cpp index ddf8779fbcd7e54b1a81f9b14ae3873d9b6cc2f3..633379a953d6d00da30d0ebb946f13b81648a3f9 100644 --- a/Kernel/LHCbMath/tests/TestLABug.cpp +++ b/Kernel/LHCbMath/tests/TestLABug.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/tests/TestLomontCPU.cpp b/Kernel/LHCbMath/tests/TestLomontCPU.cpp index 58ca4b236b2389b1988354eaa93a5ac7e4f895e3..0b8f30815ae79b1a8a64b6ad19a00ad0d47207a4 100644 --- a/Kernel/LHCbMath/tests/TestLomontCPU.cpp +++ b/Kernel/LHCbMath/tests/TestLomontCPU.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/tests/TestLomontCompare.cpp b/Kernel/LHCbMath/tests/TestLomontCompare.cpp index bed38f1dd678a86ad00a38c323181821dc965f80..9a1608170d5bde3f51ac02436a07586d9b3b208a 100755 --- a/Kernel/LHCbMath/tests/TestLomontCompare.cpp +++ b/Kernel/LHCbMath/tests/TestLomontCompare.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/tests/TestRound.cpp b/Kernel/LHCbMath/tests/TestRound.cpp index 0c57dfd652fb49967967a5dc18af5c8788762e52..5c598d3e00a2d8c7bbd3f7b3a96eb86aba19b4cf 100644 --- a/Kernel/LHCbMath/tests/TestRound.cpp +++ b/Kernel/LHCbMath/tests/TestRound.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/tests/TestSimilarity.cpp b/Kernel/LHCbMath/tests/TestSimilarity.cpp index dafd5791c1b231d4305434e393b4ab32e9299b62..d37df93d222ba3b0667cf30285770c18b15a8370 100644 --- a/Kernel/LHCbMath/tests/TestSimilarity.cpp +++ b/Kernel/LHCbMath/tests/TestSimilarity.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/tests/TestSimilarityTiming.cpp b/Kernel/LHCbMath/tests/TestSimilarityTiming.cpp index 46f1c136523fab942c25b495f2b5f26254ed136a..8e19f3bfb20a87f4154bbae6d850c77ad9fc0aef 100644 --- a/Kernel/LHCbMath/tests/TestSimilarityTiming.cpp +++ b/Kernel/LHCbMath/tests/TestSimilarityTiming.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/tests/TestVDTMath.icpp b/Kernel/LHCbMath/tests/TestVDTMath.icpp index d93c67174de6c395c8b4df3dc78d2412616ba7e1..0a9fc6530a0abe12682771604e9b45ec3b015e52 100644 --- a/Kernel/LHCbMath/tests/TestVDTMath.icpp +++ b/Kernel/LHCbMath/tests/TestVDTMath.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/tests/TestVDTMathAVX.cpp b/Kernel/LHCbMath/tests/TestVDTMathAVX.cpp index 2d6ea0580ee40e28bc56feb4500c05191e4a3cb4..af25e79468ff1994dbce383a295bf9d9de8364fb 100644 --- a/Kernel/LHCbMath/tests/TestVDTMathAVX.cpp +++ b/Kernel/LHCbMath/tests/TestVDTMathAVX.cpp @@ -1,2 +1,12 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "TestVDTMath.icpp" diff --git a/Kernel/LHCbMath/tests/TestVDTMathAVX2.cpp b/Kernel/LHCbMath/tests/TestVDTMathAVX2.cpp index 2d6ea0580ee40e28bc56feb4500c05191e4a3cb4..af25e79468ff1994dbce383a295bf9d9de8364fb 100644 --- a/Kernel/LHCbMath/tests/TestVDTMathAVX2.cpp +++ b/Kernel/LHCbMath/tests/TestVDTMathAVX2.cpp @@ -1,2 +1,12 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "TestVDTMath.icpp" diff --git a/Kernel/LHCbMath/tests/TestVDTMathAVX2FMA.cpp b/Kernel/LHCbMath/tests/TestVDTMathAVX2FMA.cpp index 2d6ea0580ee40e28bc56feb4500c05191e4a3cb4..af25e79468ff1994dbce383a295bf9d9de8364fb 100644 --- a/Kernel/LHCbMath/tests/TestVDTMathAVX2FMA.cpp +++ b/Kernel/LHCbMath/tests/TestVDTMathAVX2FMA.cpp @@ -1,2 +1,12 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "TestVDTMath.icpp" diff --git a/Kernel/LHCbMath/tests/TestVDTMathSSE4.cpp b/Kernel/LHCbMath/tests/TestVDTMathSSE4.cpp index 2d6ea0580ee40e28bc56feb4500c05191e4a3cb4..af25e79468ff1994dbce383a295bf9d9de8364fb 100644 --- a/Kernel/LHCbMath/tests/TestVDTMathSSE4.cpp +++ b/Kernel/LHCbMath/tests/TestVDTMathSSE4.cpp @@ -1,2 +1,12 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "TestVDTMath.icpp" diff --git a/Kernel/LHCbMath/tests/TestXYZTypes.cpp b/Kernel/LHCbMath/tests/TestXYZTypes.cpp index ca08a8b08e0c0369bd02ff92c81279130d44803e..d96178b57134486db6c2acf5d76690f4ae40174e 100644 --- a/Kernel/LHCbMath/tests/TestXYZTypes.cpp +++ b/Kernel/LHCbMath/tests/TestXYZTypes.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <random> diff --git a/Kernel/LHCbMath/tests/Timing.h b/Kernel/LHCbMath/tests/Timing.h index dda204cc7d4b72a1d366426e8ce7be459a2353ef..da91e37ed5babbad8e6c4ce6b3c8752c69be8da5 100644 --- a/Kernel/LHCbMath/tests/Timing.h +++ b/Kernel/LHCbMath/tests/Timing.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Kernel/LHCbMath/tests/bit.cpp b/Kernel/LHCbMath/tests/bit.cpp index 5b72ea84dce73ab98d86f21fae2c6acca79d2470..b2f801fd6b14c590c729a9f8345f8e8ec10a4da0 100755 --- a/Kernel/LHCbMath/tests/bit.cpp +++ b/Kernel/LHCbMath/tests/bit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/tests/blind.cpp b/Kernel/LHCbMath/tests/blind.cpp index 0553691c45bda34e5d0ac429ba246f062d82bf06..2fa98d2c8bc81a641631657da80ca01602256bab 100644 --- a/Kernel/LHCbMath/tests/blind.cpp +++ b/Kernel/LHCbMath/tests/blind.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/tests/digit.cpp b/Kernel/LHCbMath/tests/digit.cpp index 53a91ae96b471edf5c22b0a8b0e02d3a39214805..10c6e26072455367af8e1b553873e767176a5e6a 100755 --- a/Kernel/LHCbMath/tests/digit.cpp +++ b/Kernel/LHCbMath/tests/digit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/tests/kinematics.cpp b/Kernel/LHCbMath/tests/kinematics.cpp index 9a9044a9dd70d9cb3ef416f428458984eb16de71..f8b440ba6e1ad6daceea3556f49c42e8ce463f35 100644 --- a/Kernel/LHCbMath/tests/kinematics.cpp +++ b/Kernel/LHCbMath/tests/kinematics.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/tests/poly.cpp b/Kernel/LHCbMath/tests/poly.cpp index 6d112e436321d111ef88baa0af6155d57f4eeab7..48cc7830c0ffb2a089b72609f09bcd3d9a8331e8 100644 --- a/Kernel/LHCbMath/tests/poly.cpp +++ b/Kernel/LHCbMath/tests/poly.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // $Id$ // ============================================================================ diff --git a/Kernel/LHCbMath/tests/pow.cpp b/Kernel/LHCbMath/tests/pow.cpp index c973c7f3c0a8d75d0b25a9bdd2d0b31d42e033c1..2ac7a6424ecdd6ad9fedc1d09dd16cdb801078a3 100755 --- a/Kernel/LHCbMath/tests/pow.cpp +++ b/Kernel/LHCbMath/tests/pow.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/test_bernstein_1d.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/test_bernstein_1d.qmt index 4638ea50103efaaaab6c744aca8d0b1f00214343..278b50f8299c6106e5b806625ad6b3556bc8e8c4 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/test_bernstein_1d.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/test_bernstein_1d.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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>../test_B1D.py</text></argument> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/test_bernstein_2d.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/test_bernstein_2d.qmt index 846c427e3724c1f6e12685d5aba5b12279b53508..1079b781dc049c3f08f0f2807e54427d093688b9 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/test_bernstein_2d.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/test_bernstein_2d.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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>../test_B2D.py</text></argument> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/test_bernstein_3d.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/test_bernstein_3d.qmt index 301b370185eff04fa93bda861a1c6d284e48fe81..91e32fb128d01bcecf4d465c7eecd3e58020a5db 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/test_bernstein_3d.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/test_bernstein_3d.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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>../test_B3D.py</text></argument> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testabs.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testabs.qmt index ebdf58e9bbd9dfdbde0952326b830e7bc75a803b..9d1dc606129df328dd87eaa0dec8331cd654dfd4 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testabs.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testabs.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>TestAbs.exe</text></argument> </extension> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testbloomfilter.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testbloomfilter.qmt index 771c99f588baa6af2c1209c17905a686f5987ee0..a721cbfab57456a647a3a50e713c512b26c114fd 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testbloomfilter.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testbloomfilter.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>TestBloomFilter.exe</text></argument> </extension> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testchi2.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testchi2.qmt index 9da79e7ec4aed5555024cfa191d0ccc3894a2b75..7ee9e8becc566401e80ecd785131a1900bde9323 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testchi2.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testchi2.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>TestChi2.exe</text></argument> </extension> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testchi2fit.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testchi2fit.qmt index 793a426bda5a97c866200f1c8ea4bb109f075e8c..4132cb785c674bac0ef216aec054728319a374a1 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testchi2fit.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testchi2fit.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>TestChi2Fit.exe</text></argument> </extension> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testcombine.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testcombine.qmt index 06c6ce98e9d90aadab8d796b85ae180b61b8f523..0972aa8556c622f5bf880654d00eccb3673eb9d1 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testcombine.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testcombine.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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>../test_combine.py</text></argument> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testeigen.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testeigen.qmt index cd615b17f91a818b089c22657641f1219a6067e9..99ed5cfeffaaebe921125cbf14f36949e8a90520 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testeigen.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testeigen.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>TestEigen.exe</text></argument> </extension> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testhesse.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testhesse.qmt index e6ac2271199c4c783dcfa61bd4f22bc00d7cc059..c84944af568a8ddbec647c305256707189aa881d 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testhesse.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testhesse.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>TestHesse.exe</text></argument> </extension> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testla.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testla.qmt index 85b70955fa1e05720db2007a9d0b26cfb3c42a49..913b1c0938630f649b373424375714c038e4a7de 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testla.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testla.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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>../test_la.py</text></argument> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testlabug.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testlabug.qmt index fde71f18a4abfe19820b1703e4916c80613eee36..a479f799f321d5934202ff54f3624daae60fc875 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testlabug.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testlabug.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>TestLABug.exe</text></argument> </extension> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testlomontcompare.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testlomontcompare.qmt index 3d16e180da7341823c95897bc7469290f6ade8b0..bf28b5fe9b3f965c7426784decfaa664fd3af266 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testlomontcompare.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testlomontcompare.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>TestLomont.exe</text></argument> </extension> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testlomontcpu.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testlomontcpu.qmt index 6a7d63d2fd3865bf19a7e217096e523252f2e820..581f493cbdd67652b917bdf8111a428b40128e11 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testlomontcpu.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testlomontcpu.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>TestLomont2.exe</text></argument> <argument name="unsupported_platforms"><set> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testpoly.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testpoly.qmt index b51ce7241ad05a1a9ce90f3955058eb1eeefff79..64c093afcc16d8390a7fd5b69e72281603c743a3 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testpoly.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testpoly.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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>../test_poly.py</text></argument> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testpoly2.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testpoly2.qmt index 9f0c47899b8b1dbbda50aaff706f1c8faaaa9f68..5e6d2a01bc8f157fd7b3252c077b9cfd2e760b26 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testpoly2.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testpoly2.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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>../test_poly2.py</text></argument> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testpoly3.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testpoly3.qmt index 15c51b9de879592105c47116336728c48ff1bfb7..e779d004bafe039d75457ad5cf4e8e0e66388d37 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testpoly3.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testpoly3.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>TestPolynomials.exe</text></argument> </extension> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testround.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testround.qmt index e023895718ce29948d2af131091a9c85e7203c1f..ffca807b80d82c70cbf5b45787315ea87feeb811 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testround.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testround.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>TestRound.exe</text></argument> </extension> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testsimilarity_AVX.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testsimilarity_AVX.qmt index dd4b2d7ec2012ff5df82eef78ed9391d18eeef84..013c57d1770075a3fddc7ec7b3c5f6f8e0f4868a 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testsimilarity_AVX.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testsimilarity_AVX.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>TestSimilarity.exe</text></argument> <argument name="args"><set><text>AVX</text></set></argument> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testsimilarity_AVX2.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testsimilarity_AVX2.qmt index 2ef8556010f214ac3c05fb7c11e14fe578c9a2a7..8d1eb7cd7e807c6c186f903c99103818e8db23fa 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testsimilarity_AVX2.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testsimilarity_AVX2.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>TestSimilarity.exe</text></argument> <argument name="args"><set><text>AVX2</text></set></argument> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testsimilarity_SSE3.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testsimilarity_SSE3.qmt index 3c590c03c3b4abf9361d1372ad033df45f846799..272be1cdc0049caa0cc7a981e870c26ea63fe756 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testsimilarity_SSE3.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testsimilarity_SSE3.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>TestSimilarity.exe</text></argument> <argument name="args"><set><text>SSE3</text></set></argument> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testsmatrix.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testsmatrix.qmt index 8895b05e6614a995ddae19fb818ea7a7bf4edc1b..d1b31cb0d2df13624dfff34b448c6c4bad76805d 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testsmatrix.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testsmatrix.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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>../test_smatrix.py</text></argument> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testvdtmath_AVX.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testvdtmath_AVX.qmt index f876413dadff904783350092d1caeabf488d642e..a6eff5e07bdc680fde1330f79f99773b92560a82 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testvdtmath_AVX.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testvdtmath_AVX.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>TestVDTMathAVX.exe</text></argument> <argument name="reference"><text>../refs/TestVDTMath.ref</text></argument> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testvdtmath_AVX2.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testvdtmath_AVX2.qmt index 62b4f882490696fa037df8ed6dc0d0c9412e0036..66265333b53ccd420ddec0f9b819bf1c41f5ec04 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testvdtmath_AVX2.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testvdtmath_AVX2.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>TestVDTMathAVX2.exe</text></argument> <argument name="reference"><text>../refs/TestVDTMath.ref</text></argument> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testvdtmath_AVX2FMA.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testvdtmath_AVX2FMA.qmt index 8624e34c4105b851dacbcc1498bc4fa510c55423..ebcbb13a310cf3c9d62ec3f965d72e6e005e981c 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testvdtmath_AVX2FMA.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testvdtmath_AVX2FMA.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>TestVDTMathAVX2FMA.exe</text></argument> <argument name="reference"><text>../refs/TestVDTMath.ref</text></argument> diff --git a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testvdtmath_SSE4.qmt b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testvdtmath_SSE4.qmt index 7e207618e4c54a1279d16cbf9210e353b3dc372c..f5d306e11e7008955ba69d55eaead44cd48aa917 100644 --- a/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testvdtmath_SSE4.qmt +++ b/Kernel/LHCbMath/tests/qmtest/lhcbmath.qms/testvdtmath_SSE4.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>TestVDTMathSSE4.exe</text></argument> <argument name="reference"><text>../refs/TestVDTMath.ref</text></argument> diff --git a/Kernel/LHCbMath/tests/testAbs.cpp b/Kernel/LHCbMath/tests/testAbs.cpp index b343304aea93cf7c66a5486d85c9b6ded9a48582..9fc9be484e1197c0a32a7b22f62fc299bd56d5ce 100644 --- a/Kernel/LHCbMath/tests/testAbs.cpp +++ b/Kernel/LHCbMath/tests/testAbs.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/tests/testChi2.cpp b/Kernel/LHCbMath/tests/testChi2.cpp index 3fb386467365ee7b008a245d4606189f5bfe9230..004f6c6bd5a0f1c55d83feca06a399b9121cb566 100644 --- a/Kernel/LHCbMath/tests/testChi2.cpp +++ b/Kernel/LHCbMath/tests/testChi2.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/tests/test_B1D.py b/Kernel/LHCbMath/tests/test_B1D.py index ce825455ba9e8067678229e0401b505af6d413d5..fd56f0b229d6547d6082ffa9b784ff86f9c52818 100755 --- a/Kernel/LHCbMath/tests/test_B1D.py +++ b/Kernel/LHCbMath/tests/test_B1D.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # -*- coding: utf-8 -*- # ============================================================================= ## @file test_B1D.py diff --git a/Kernel/LHCbMath/tests/test_B2D.py b/Kernel/LHCbMath/tests/test_B2D.py index d8778e19b04dfbcf33f2cfe3b727f9dff3e55079..472646d550e0c72ce381ea5d938ede3e7fc8726d 100644 --- a/Kernel/LHCbMath/tests/test_B2D.py +++ b/Kernel/LHCbMath/tests/test_B2D.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # -*- coding: utf-8 -*- # ============================================================================= ## @file test_B2D.py diff --git a/Kernel/LHCbMath/tests/test_B3D.py b/Kernel/LHCbMath/tests/test_B3D.py index a07fb0d1b6be593828b650043f73d4ab5eafffb1..87e0d170e46d811961a9c4730c36b3d7501ced73 100755 --- a/Kernel/LHCbMath/tests/test_B3D.py +++ b/Kernel/LHCbMath/tests/test_B3D.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # -*- coding: utf-8 -*- # ============================================================================= ## @file test_B3D.py diff --git a/Kernel/LHCbMath/tests/test_combine.py b/Kernel/LHCbMath/tests/test_combine.py index a0b1e96f921b3b48705b4db832f552e0492368d9..ebe56dbfe149aa28626cf8017a5c16fb00699681 100755 --- a/Kernel/LHCbMath/tests/test_combine.py +++ b/Kernel/LHCbMath/tests/test_combine.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # -*- coding: utf-8 -*- # ============================================================================= # $Id$ diff --git a/Kernel/LHCbMath/tests/test_la.py b/Kernel/LHCbMath/tests/test_la.py index 3ec1fc1a00da6136a8bd8c88b36831136fd77c7e..517de98dadc1bce87d917603f9b40a1daae1a210 100755 --- a/Kernel/LHCbMath/tests/test_la.py +++ b/Kernel/LHCbMath/tests/test_la.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # -*- coding: utf-8 -*- # ============================================================================= # $Id$ diff --git a/Kernel/LHCbMath/tests/test_poly.py b/Kernel/LHCbMath/tests/test_poly.py index 50830d94d455cbdce38dad19662b66ead5eaf9ef..180df278cdeae59a4f9a77a93ab9115992091b78 100755 --- a/Kernel/LHCbMath/tests/test_poly.py +++ b/Kernel/LHCbMath/tests/test_poly.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # # -*- coding: utf-8 -*- # ============================================================================= # $Id$ diff --git a/Kernel/LHCbMath/tests/test_poly2.py b/Kernel/LHCbMath/tests/test_poly2.py index 7c924f20ea0ef6c02b035ab8b840f9f70623d87a..bc4b188faf1ac0a5a21cea1061e5df376ef5720a 100755 --- a/Kernel/LHCbMath/tests/test_poly2.py +++ b/Kernel/LHCbMath/tests/test_poly2.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # # -*- coding: utf-8 -*- # ============================================================================= # $Id$ diff --git a/Kernel/LHCbMath/tests/test_smatrix.py b/Kernel/LHCbMath/tests/test_smatrix.py index 3dee505d654d8997715da2a06c263b5609c5816d..8ffc794bffe57f03119f1b994794918ebb629820 100755 --- a/Kernel/LHCbMath/tests/test_smatrix.py +++ b/Kernel/LHCbMath/tests/test_smatrix.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # -*- coding: utf-8 -*- # ============================================================================= # $Id$ diff --git a/Kernel/LHCbMath/tests/test_spline.py b/Kernel/LHCbMath/tests/test_spline.py index ce17d9e1ba37b9306d5fd85b19218cc6fd9f83f0..7beb435a4c9c1f9689e1185d870dfef9a45cae27 100755 --- a/Kernel/LHCbMath/tests/test_spline.py +++ b/Kernel/LHCbMath/tests/test_spline.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # # -*- coding: utf-8 -*- # ============================================================================= # $Id$ diff --git a/Kernel/LHCbMath/tests/withErrors.cpp b/Kernel/LHCbMath/tests/withErrors.cpp index 4bfe4c73fbd114bdc8c4d9e01ab19ee0bf312f78..e16d1719d945f0f231bdc4250d172b0945a7cca3 100644 --- a/Kernel/LHCbMath/tests/withErrors.cpp +++ b/Kernel/LHCbMath/tests/withErrors.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/LHCbMath/tests/withErrors.py b/Kernel/LHCbMath/tests/withErrors.py index 3f5b12d3f6725d7c9a1acc767f4ae24868a8b88e..8560467f62f02132c2b899f72cc30e401369db0a 100755 --- a/Kernel/LHCbMath/tests/withErrors.py +++ b/Kernel/LHCbMath/tests/withErrors.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Kernel/MCInterfaces/CMakeLists.txt b/Kernel/MCInterfaces/CMakeLists.txt index 936eab882d1123f3f6a9cef2b9b0f259038b8421..e07a25d8e4f948101bc91e37e3881ff44385f27b 100644 --- a/Kernel/MCInterfaces/CMakeLists.txt +++ b/Kernel/MCInterfaces/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: MCInterfaces ################################################################################ diff --git a/Kernel/MCInterfaces/MCInterfaces/IDecayTool.h b/Kernel/MCInterfaces/MCInterfaces/IDecayTool.h index d85ce28e15ecd3b2d34033a4097c101f3868e7dc..9dc878a5a9f79ec01310f8c63894c7dadee4eeed 100644 --- a/Kernel/MCInterfaces/MCInterfaces/IDecayTool.h +++ b/Kernel/MCInterfaces/MCInterfaces/IDecayTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MCINTERFACES_IDECAYTOOL_H #define MCINTERFACES_IDECAYTOOL_H 1 diff --git a/Kernel/MCInterfaces/MCInterfaces/IFlagSignalChain.h b/Kernel/MCInterfaces/MCInterfaces/IFlagSignalChain.h index 88933079a24286bd5e6b884bab4de69963b04e6a..5bc0a1e903229581fc0a1eaf65a92cd700add746 100644 --- a/Kernel/MCInterfaces/MCInterfaces/IFlagSignalChain.h +++ b/Kernel/MCInterfaces/MCInterfaces/IFlagSignalChain.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IFLAGSIGNALCHAIN_H #define IFLAGSIGNALCHAIN_H 1 diff --git a/Kernel/MCInterfaces/MCInterfaces/IForcedBDecayTool.h b/Kernel/MCInterfaces/MCInterfaces/IForcedBDecayTool.h index 187dfb22d76e23f6b2ea9b5ec97469422ee8b735..44b55be449c0d166709c36c493ce51d18aa43730 100644 --- a/Kernel/MCInterfaces/MCInterfaces/IForcedBDecayTool.h +++ b/Kernel/MCInterfaces/MCInterfaces/IForcedBDecayTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IFORCEDBDECAYTOOL_H #define IFORCEDBDECAYTOOL_H 1 diff --git a/Kernel/MCInterfaces/MCInterfaces/IFullGenEventCutTool.h b/Kernel/MCInterfaces/MCInterfaces/IFullGenEventCutTool.h index d33ce78db436c980acd13d620c429a8acf9783dc..6ab8a2e8f6949add314bb4f6e46e87889fe2e40d 100644 --- a/Kernel/MCInterfaces/MCInterfaces/IFullGenEventCutTool.h +++ b/Kernel/MCInterfaces/MCInterfaces/IFullGenEventCutTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MCINTERFACES_IFULLGENEVENTCUTTOOL_H #define MCINTERFACES_IFULLGENEVENTCUTTOOL_H 1 diff --git a/Kernel/MCInterfaces/MCInterfaces/IGenCutTool.h b/Kernel/MCInterfaces/MCInterfaces/IGenCutTool.h index ffc95eefdd0af082f22f583245431bca8dfbc28f..e91e1cf2c9bba0e945991a68261a505ea9f6dfb5 100644 --- a/Kernel/MCInterfaces/MCInterfaces/IGenCutTool.h +++ b/Kernel/MCInterfaces/MCInterfaces/IGenCutTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MCINTERFACES_IGENCUTTOOL_H #define MCINTERFACES_IGENCUTTOOL_H 1 diff --git a/Kernel/MCInterfaces/MCInterfaces/IHepMCParticleSelector.h b/Kernel/MCInterfaces/MCInterfaces/IHepMCParticleSelector.h index 07207bda495ed7591bf547fa113bdee7975fd036..43e55ac4fa4535ab6e57b1d99be1b4c8b1fb2eb9 100644 --- a/Kernel/MCInterfaces/MCInterfaces/IHepMCParticleSelector.h +++ b/Kernel/MCInterfaces/MCInterfaces/IHepMCParticleSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MCINTERFACES_IHEPMCPARTICLESELECTOR_H #define MCINTERFACES_IHEPMCPARTICLESELECTOR_H diff --git a/Kernel/MCInterfaces/MCInterfaces/IIdealStateCreator.h b/Kernel/MCInterfaces/MCInterfaces/IIdealStateCreator.h index 2938604c344f2ad0d1d8371a07d8db1885f57975..2ca25ab72ed9f33147fa72d2d1a7c0cac54576d5 100644 --- a/Kernel/MCInterfaces/MCInterfaces/IIdealStateCreator.h +++ b/Kernel/MCInterfaces/MCInterfaces/IIdealStateCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TRACKMCINTERFACES_IIDEALSTATECREATOR_H #define TRACKMCINTERFACES_IIDEALSTATECREATOR_H 1 diff --git a/Kernel/MCInterfaces/MCInterfaces/ILHCbIDsToMCHits.h b/Kernel/MCInterfaces/MCInterfaces/ILHCbIDsToMCHits.h index 58fd52e5b9ee3e1fde04359222eff7561ad7b7b5..1221f751ea76e690c345ae16cada92822bdfdcce 100644 --- a/Kernel/MCInterfaces/MCInterfaces/ILHCbIDsToMCHits.h +++ b/Kernel/MCInterfaces/MCInterfaces/ILHCbIDsToMCHits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _ILHCbIDsToMCHits_H #define _ILHCbIDsToMCHits_H diff --git a/Kernel/MCInterfaces/MCInterfaces/ILHCbIDsToMCParticles.h b/Kernel/MCInterfaces/MCInterfaces/ILHCbIDsToMCParticles.h index c9de076b7eb1de8256540f0202cd77d472d76a4a..9dc6ba4c6a6f5ae793634d2ef8aa9668f7e7a78d 100644 --- a/Kernel/MCInterfaces/MCInterfaces/ILHCbIDsToMCParticles.h +++ b/Kernel/MCInterfaces/MCInterfaces/ILHCbIDsToMCParticles.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _ILHCbIDsToMCParticles_H #define _ILHCbIDsToMCParticles_H diff --git a/Kernel/MCInterfaces/MCInterfaces/IMCDecayFinder.h b/Kernel/MCInterfaces/MCInterfaces/IMCDecayFinder.h index 835d41cb68b88cc722dc3325daf2b56d8613a8b6..50baaec7c8a84f3db60cd43e5a5f51fa829aebd9 100644 --- a/Kernel/MCInterfaces/MCInterfaces/IMCDecayFinder.h +++ b/Kernel/MCInterfaces/MCInterfaces/IMCDecayFinder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TOOLS_IMCDECAYFINDER_H #define TOOLS_IMCDECAYFINDER_H 1 diff --git a/Kernel/MCInterfaces/MCInterfaces/IMCEventTypeFinder.h b/Kernel/MCInterfaces/MCInterfaces/IMCEventTypeFinder.h index ed084dba3f7648c6c5d4879317ba1db8fac158bf..55e4470201210ff4449778090f24d0e958b9bcea 100644 --- a/Kernel/MCInterfaces/MCInterfaces/IMCEventTypeFinder.h +++ b/Kernel/MCInterfaces/MCInterfaces/IMCEventTypeFinder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TOOLS_IMCEVENTTYPEFINDER_H #define TOOLS_IMCEVENTTYPEFINDER_H 1 diff --git a/Kernel/MCInterfaces/MCInterfaces/IMCParticleSelector.h b/Kernel/MCInterfaces/MCInterfaces/IMCParticleSelector.h index 805e3816af648e194c14ea8e23003b391e5fbfa4..d43b637c6823969cf250e46dc1bdcd803f1c2190 100644 --- a/Kernel/MCInterfaces/MCInterfaces/IMCParticleSelector.h +++ b/Kernel/MCInterfaces/MCInterfaces/IMCParticleSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MCINTERFACES_IMCPARTICLESELECTOR_H #define MCINTERFACES_IMCPARTICLESELECTOR_H diff --git a/Kernel/MCInterfaces/MCInterfaces/IMCReconstructed.h b/Kernel/MCInterfaces/MCInterfaces/IMCReconstructed.h index 2af7acc9526497de95584787a9101c3a659aa8c3..cc86c7a663d2961f0a7138848aa30d0cd0155966 100644 --- a/Kernel/MCInterfaces/MCInterfaces/IMCReconstructed.h +++ b/Kernel/MCInterfaces/MCInterfaces/IMCReconstructed.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MCINTERFACES_IMCRECONSTRUCTED_H #define MCINTERFACES_IMCRECONSTRUCTED_H 1 diff --git a/Kernel/MCInterfaces/MCInterfaces/IMCReconstructible.h b/Kernel/MCInterfaces/MCInterfaces/IMCReconstructible.h index b904f2da2d159049733054534c50e96a33382f2a..8a5186fc06069db524dd2d30118b15299ca00c12 100644 --- a/Kernel/MCInterfaces/MCInterfaces/IMCReconstructible.h +++ b/Kernel/MCInterfaces/MCInterfaces/IMCReconstructible.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IMCReconstructible.h * diff --git a/Kernel/MCInterfaces/MCInterfaces/IMuonPad2MCTool.h b/Kernel/MCInterfaces/MCInterfaces/IMuonPad2MCTool.h index 5194b9804806e58dab7f50e042cc9428b48af155..9db338fc9b933b379497db468a8c72d6b9935592 100644 --- a/Kernel/MCInterfaces/MCInterfaces/IMuonPad2MCTool.h +++ b/Kernel/MCInterfaces/MCInterfaces/IMuonPad2MCTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IMUONPAD2MCTOOL_H #define IMUONPAD2MCTOOL_H 1 diff --git a/Kernel/MCInterfaces/MCInterfaces/IPrintMCDecayTreeTool.h b/Kernel/MCInterfaces/MCInterfaces/IPrintMCDecayTreeTool.h index 026f74971976ed038434c7bd62650af9c414a854..ec4c7a03242d133cf89aee02917c9c76dc645a24 100644 --- a/Kernel/MCInterfaces/MCInterfaces/IPrintMCDecayTreeTool.h +++ b/Kernel/MCInterfaces/MCInterfaces/IPrintMCDecayTreeTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MCINTERFACES_IMCPRINTDECAYTREETOOL_H #define MCINTERFACES_IMCPRINTDECAYTREETOOL_H 1 diff --git a/Kernel/MCInterfaces/MCInterfaces/IRichMCTrackInfoTool.h b/Kernel/MCInterfaces/MCInterfaces/IRichMCTrackInfoTool.h index 7bf5b7b030c20b8a4fc5fb9ab131d4b651cbdac3..94ecb0db36a8bfdbe3be20e65a873de08954de12 100644 --- a/Kernel/MCInterfaces/MCInterfaces/IRichMCTrackInfoTool.h +++ b/Kernel/MCInterfaces/MCInterfaces/IRichMCTrackInfoTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichMCTrackInfoTool.h * * Header file for tool interface : Rich::IMCTrackInfoTool diff --git a/Kernel/MCInterfaces/MCInterfaces/IRichMCTruthTool.h b/Kernel/MCInterfaces/MCInterfaces/IRichMCTruthTool.h index 95c1c04265b08f6bfb4d770a5065d07d8f24692b..af2762d8c0caa9e655a33c61fcc3e563167d5ed4 100644 --- a/Kernel/MCInterfaces/MCInterfaces/IRichMCTruthTool.h +++ b/Kernel/MCInterfaces/MCInterfaces/IRichMCTruthTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichMCTruthTool.h diff --git a/Kernel/MCInterfaces/MCInterfaces/ISiDepositedCharge.h b/Kernel/MCInterfaces/MCInterfaces/ISiDepositedCharge.h index 63dad0dcbde9b295ab05ce1fef26a838a14c75d9..a258de2ff106d3f7bca23ab1fde3e0b7ef0777d5 100644 --- a/Kernel/MCInterfaces/MCInterfaces/ISiDepositedCharge.h +++ b/Kernel/MCInterfaces/MCInterfaces/ISiDepositedCharge.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _ISiDepositedCharge_H #define _ISiDepositedCharge_H diff --git a/Kernel/MCInterfaces/MCInterfaces/ITrackGhostClassification.h b/Kernel/MCInterfaces/MCInterfaces/ITrackGhostClassification.h index 047e695e60012ec87f99fc6247c7be8936e90549..e9b313439898c5eb0f8e7cb06bb27d3f2e15f624 100644 --- a/Kernel/MCInterfaces/MCInterfaces/ITrackGhostClassification.h +++ b/Kernel/MCInterfaces/MCInterfaces/ITrackGhostClassification.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _ITrackGhostClassification_H #define _ITrackGhostClassification_H diff --git a/Kernel/MCInterfaces/MCInterfaces/IVisPrimVertTool.h b/Kernel/MCInterfaces/MCInterfaces/IVisPrimVertTool.h index 6f0b41710a2f1a041261cd66c554a9612c82f21f..751e692b76d1c477fa1ad3327ddb8b9de961a4b7 100644 --- a/Kernel/MCInterfaces/MCInterfaces/IVisPrimVertTool.h +++ b/Kernel/MCInterfaces/MCInterfaces/IVisPrimVertTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_IVISPRIMVERTTOOL_H #define KERNEL_IVISPRIMVERTTOOL_H 1 diff --git a/Kernel/MCInterfaces/MCInterfaces/QQqBaryons.h b/Kernel/MCInterfaces/MCInterfaces/QQqBaryons.h index e5b1c6de883360e83ec25eac442aa2f33e56fea7..5ca2a55e3d83c7651f75fdc6ca5bbd39ddc4319f 100644 --- a/Kernel/MCInterfaces/MCInterfaces/QQqBaryons.h +++ b/Kernel/MCInterfaces/MCInterfaces/QQqBaryons.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ #ifndef MCINTERFACES_QQQBARYONS_H #define MCINTERFACES_QQQBARYONS_H 1 diff --git a/Kernel/MCInterfaces/dict/MCInterfacesDict.h b/Kernel/MCInterfaces/dict/MCInterfacesDict.h index 9c0d3771cc635c719324d832ceed41d03cf65abb..eb4eea8d18d791275b501cfbb337d082aeb80756 100755 --- a/Kernel/MCInterfaces/dict/MCInterfacesDict.h +++ b/Kernel/MCInterfaces/dict/MCInterfacesDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCINTERFACESDICT_H #define DICT_MCINTERFACESDICT_H 1 diff --git a/Kernel/MCInterfaces/dict/MCInterfacesDict.xml b/Kernel/MCInterfaces/dict/MCInterfacesDict.xml index b5ea95cac494801e0436b2593a7edeee5b5d1dde..435cd81f55df5d021321c5b86aee0dbe1353adbe 100755 --- a/Kernel/MCInterfaces/dict/MCInterfacesDict.xml +++ b/Kernel/MCInterfaces/dict/MCInterfacesDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "IForcedBDecayTool" /> diff --git a/Kernel/PartProp/CMakeLists.txt b/Kernel/PartProp/CMakeLists.txt index 8f886b50558bc05efa5b714b35bddba1344998aa..553342fcf616f9cdcfe01d2eb799e81da8d8026d 100644 --- a/Kernel/PartProp/CMakeLists.txt +++ b/Kernel/PartProp/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: PartProp ################################################################################ diff --git a/Kernel/PartProp/Kernel/CC.h b/Kernel/PartProp/Kernel/CC.h index 74abee96550fd16bf8c2aa262a78d9a3c757a59f..d2b20b570ee0b1b95c516bd607416a83e686ea94 100755 --- a/Kernel/PartProp/Kernel/CC.h +++ b/Kernel/PartProp/Kernel/CC.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PARTPROP_KERNEL_CC_H #define PARTPROP_KERNEL_CC_H 1 diff --git a/Kernel/PartProp/Kernel/Decay.h b/Kernel/PartProp/Kernel/Decay.h index 5e1d934784e2a3ed74ba1fa46b1da4c63e16fa03..08b1edeb1cd2feae9fc079e342b7c5e419101e7c 100755 --- a/Kernel/PartProp/Kernel/Decay.h +++ b/Kernel/PartProp/Kernel/Decay.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef LHCBKERNEL_DECAY_H diff --git a/Kernel/PartProp/Kernel/IParticlePropertySvc.h b/Kernel/PartProp/Kernel/IParticlePropertySvc.h index 553acd59bbb3d244a4c096b16363b9ea57ccc97d..86223cdaf694134aacea420b97055021db9f8e63 100755 --- a/Kernel/PartProp/Kernel/IParticlePropertySvc.h +++ b/Kernel/PartProp/Kernel/IParticlePropertySvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBKERNEL_IPARTICLEPROPERTYSVC_H #define LHCBKERNEL_IPARTICLEPROPERTYSVC_H // ============================================================================ diff --git a/Kernel/PartProp/Kernel/Nodes.h b/Kernel/PartProp/Kernel/Nodes.h index e9a83cf545d737e3ad3e8e89ffeab039b7db899e..3aeb18aa17679125a9f6ef110813cadbe15767bd 100755 --- a/Kernel/PartProp/Kernel/Nodes.h +++ b/Kernel/PartProp/Kernel/Nodes.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DAVINCI_DECAYNODES_H #define DAVINCI_DECAYNODES_H 1 // ============================================================================ diff --git a/Kernel/PartProp/Kernel/NodesPIDs.h b/Kernel/PartProp/Kernel/NodesPIDs.h index 93cd807126453dda385703538a07bf585fd4e571..f3b7a9cd4b64c19455e34761d1a17f9f16546bc0 100644 --- a/Kernel/PartProp/Kernel/NodesPIDs.h +++ b/Kernel/PartProp/Kernel/NodesPIDs.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PARTPROP_NODESPID_H #define PARTPROP_NODESPID_H 1 diff --git a/Kernel/PartProp/Kernel/ParticleID.h b/Kernel/PartProp/Kernel/ParticleID.h index e4c97eefcd71a255665432e22836860f0a89bec2..58a121547fafb2dffbec7ec6bd3120ecd9dd4b8d 100644 --- a/Kernel/PartProp/Kernel/ParticleID.h +++ b/Kernel/PartProp/Kernel/ParticleID.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCbKernel_ParticleID_H #define LHCbKernel_ParticleID_H 1 diff --git a/Kernel/PartProp/Kernel/ParticleProperty.h b/Kernel/PartProp/Kernel/ParticleProperty.h index 88cc5cf02304546d940aad79e18ea497acf3fa62..92e516ebd202b6f771b70e3900afda61095d44c5 100755 --- a/Kernel/PartProp/Kernel/ParticleProperty.h +++ b/Kernel/PartProp/Kernel/ParticleProperty.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCBKERNEL_PARTICLEPROPERTY_H #define LHCBKERNEL_PARTICLEPROPERTY_H 1 diff --git a/Kernel/PartProp/Kernel/Symbols.h b/Kernel/PartProp/Kernel/Symbols.h index 18c0c394188c6ec687b628aeb9d844598c4a6b98..4b750fe12b1a74081648f8f4bb5e68a2fad21177 100644 --- a/Kernel/PartProp/Kernel/Symbols.h +++ b/Kernel/PartProp/Kernel/Symbols.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_SYMBOLS_H #define KERNEL_SYMBOLS_H 1 diff --git a/Kernel/PartProp/Kernel/TrackDefaultParticles.h b/Kernel/PartProp/Kernel/TrackDefaultParticles.h index 90da7b225dde3201c9d0f251bca57ee2a269a6f4..bf45a6bfaa82184630309ad528750c1544cb99f1 100644 --- a/Kernel/PartProp/Kernel/TrackDefaultParticles.h +++ b/Kernel/PartProp/Kernel/TrackDefaultParticles.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TRACKKERNEL_TRACKDEFAULTPARTICLES_H #define TRACKKERNEL_TRACKDEFAULTPARTICLES_H 1 diff --git a/Kernel/PartProp/Kernel/iNode.h b/Kernel/PartProp/Kernel/iNode.h index baa56e2eaa4fd472289092f986b7e3c627730263..c2d6d6aa8d83baefbd5001013f5339f295dc6c60 100755 --- a/Kernel/PartProp/Kernel/iNode.h +++ b/Kernel/PartProp/Kernel/iNode.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DECAYS_NODE_H #define DECAYS_NODE_H 1 diff --git a/Kernel/PartProp/dict/PartProp.xml b/Kernel/PartProp/dict/PartProp.xml index 88028d9e5ac3beb12deb5107f2334a4906ac42b2..b041a2b0befeac8fadf44205e33a77c01ec96b53 100644 --- a/Kernel/PartProp/dict/PartProp.xml +++ b/Kernel/PartProp/dict/PartProp.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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$ * ======================================================================== diff --git a/Kernel/PartProp/dict/PartPropDict.h b/Kernel/PartProp/dict/PartPropDict.h index 1855a1f43ff0580393d767686ffc745fcb6cf98a..e16184a31a90b8625fa7f029ef6ff9bf9f63e639 100644 --- a/Kernel/PartProp/dict/PartPropDict.h +++ b/Kernel/PartProp/dict/PartPropDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ #ifndef PARTPROP_PARTPROPDICT_H diff --git a/Kernel/PartProp/python/PartProp/Check.py b/Kernel/PartProp/python/PartProp/Check.py index 1c490cdbfccf2a76fd3db318abb906442427dc19..2dc16d5ca594cb2b468244b98484015ce2f3e324 100755 --- a/Kernel/PartProp/python/PartProp/Check.py +++ b/Kernel/PartProp/python/PartProp/Check.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Kernel/PartProp/python/PartProp/DumpParticleProperties.py b/Kernel/PartProp/python/PartProp/DumpParticleProperties.py index 148a57286e7d224231c020564863b66a63513a4c..3d1167225a3aa161c76a183aaba26d18a40d054d 100755 --- a/Kernel/PartProp/python/PartProp/DumpParticleProperties.py +++ b/Kernel/PartProp/python/PartProp/DumpParticleProperties.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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:$ # ============================================================================= diff --git a/Kernel/PartProp/python/PartProp/Nodes.py b/Kernel/PartProp/python/PartProp/Nodes.py index 4ac0edba609b64541d6bb79d3f7eacd09041c117..52adb6dcb42886a7467f3cb6d9c14111050a470d 100644 --- a/Kernel/PartProp/python/PartProp/Nodes.py +++ b/Kernel/PartProp/python/PartProp/Nodes.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 PartProp/Nodes.py # Simple "decorator for nodes" diff --git a/Kernel/PartProp/python/PartProp/PartPropAlg.py b/Kernel/PartProp/python/PartProp/PartPropAlg.py index 7d290e7286c42f45b90eebd79cbf27004c8c6e68..dc0e4bd54ca1bdca7c171d21f6ab90599f0490df 100755 --- a/Kernel/PartProp/python/PartProp/PartPropAlg.py +++ b/Kernel/PartProp/python/PartProp/PartPropAlg.py @@ -1,4 +1,14 @@ #!/usr/bin/env gaudirun.py +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 configurationi file to run QMTest for the package Kernel/PartProp diff --git a/Kernel/PartProp/python/PartProp/PartPropSvc.py b/Kernel/PartProp/python/PartProp/PartPropSvc.py index eda5212138798f418983d21d96d02426fc34a22c..741a330ee3e8ec8fdc603e272fa6deaa3bfae1ac 100755 --- a/Kernel/PartProp/python/PartProp/PartPropSvc.py +++ b/Kernel/PartProp/python/PartProp/PartPropSvc.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 PartPropSvc.py # Demo-file for interactive work with new Particle Property Service diff --git a/Kernel/PartProp/python/PartProp/Service.py b/Kernel/PartProp/python/PartProp/Service.py index 97eb84697319e1cf288a565e3e4e56a0a1d48436..4e2cb0a1cdc698ae9552fabf8f1094f2afb52577 100755 --- a/Kernel/PartProp/python/PartProp/Service.py +++ b/Kernel/PartProp/python/PartProp/Service.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Kernel/PartProp/python/PartProp/__init__.py b/Kernel/PartProp/python/PartProp/__init__.py index d5ebd358c22b7152e90ea7c3fe3bd6c9c1846a09..f3edfeda57a414b9a3bffc394d20cca0acdb00c7 100755 --- a/Kernel/PartProp/python/PartProp/__init__.py +++ b/Kernel/PartProp/python/PartProp/__init__.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 PartProp/__init__.py # Helper file/module for Kernel/PartProp package diff --git a/Kernel/PartProp/python/PartProp/decorators.py b/Kernel/PartProp/python/PartProp/decorators.py index 998f18c3178be037188aad9c34bf3acd056f46b9..295a73a06f50adeb990385246598720601cc291c 100755 --- a/Kernel/PartProp/python/PartProp/decorators.py +++ b/Kernel/PartProp/python/PartProp/decorators.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Kernel/PartProp/python/PartProp/tests.py b/Kernel/PartProp/python/PartProp/tests.py index b2e777a8cc7165aa139b5e3ba83cd9592b11c691..7ee8b47ce135463ba5722fa58122129757512c35 100755 --- a/Kernel/PartProp/python/PartProp/tests.py +++ b/Kernel/PartProp/python/PartProp/tests.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Kernel/PartProp/scripts/ParticleID.py b/Kernel/PartProp/scripts/ParticleID.py index 326c0382930cba5a806c9450cbf268c40ffa5816..786bc1eb500890f14db16292ab424b46c0fc29f4 100644 --- a/Kernel/PartProp/scripts/ParticleID.py +++ b/Kernel/PartProp/scripts/ParticleID.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # @date 21/03/2018 # @author Philip Ilten # Return the property dictionary for a given LHCb::ParticleID. diff --git a/Kernel/PartProp/scripts/ParticleProperty.py b/Kernel/PartProp/scripts/ParticleProperty.py index 26dfa8a091ad951a52bdfe41cc74358898b9ef9b..02c6c1d78d5a0c2f31ae810036af284adbe73518 100644 --- a/Kernel/PartProp/scripts/ParticleProperty.py +++ b/Kernel/PartProp/scripts/ParticleProperty.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # @date 21/03/2018 # @author Philip Ilten # Return the property dictionary for a given LHCb::ParticleProperty. diff --git a/Kernel/PartProp/scripts/PythiaID.py b/Kernel/PartProp/scripts/PythiaID.py index 1eeb1b3716360bf10900e1716500b4096df74926..51f5252ed5fe78a2cd51503f2f9470d9f58cdcf1 100644 --- a/Kernel/PartProp/scripts/PythiaID.py +++ b/Kernel/PartProp/scripts/PythiaID.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # @date 21/03/2018 # @author Philip Ilten # Return the property dictionary for a given Pythia8::ParticleDataEntry. diff --git a/Kernel/PartProp/scripts/check_ParticleID b/Kernel/PartProp/scripts/check_ParticleID index 37c7b4c1d8520a7d8372b58e2182b5672db8de8b..cf3283f258dbe31910907c07864a7153bbc8cb75 100755 --- a/Kernel/PartProp/scripts/check_ParticleID +++ b/Kernel/PartProp/scripts/check_ParticleID @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # @date 21/03/2018 # @author Philip Ilten # Compare the properties from the current ParticleID, archived diff --git a/Kernel/PartProp/scripts/dump_ParticleProperties b/Kernel/PartProp/scripts/dump_ParticleProperties index 4ef460fff4179af67f4563d9c0d485c5afbd94ce..81ca902be3b30066e3791a8ae92d07dd585f3d69 100755 --- a/Kernel/PartProp/scripts/dump_ParticleProperties +++ b/Kernel/PartProp/scripts/dump_ParticleProperties @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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:$ # ============================================================================= diff --git a/Kernel/PartProp/src/CC.cpp b/Kernel/PartProp/src/CC.cpp index d0e4a3b797771d1523b29234c5de5b6710ebd2de..b423c23d01ee28e51d33a6780df1ba21d34d21ab 100644 --- a/Kernel/PartProp/src/CC.cpp +++ b/Kernel/PartProp/src/CC.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/PartProp/src/Components/PartPropAlg.cpp b/Kernel/PartProp/src/Components/PartPropAlg.cpp index 7a87d9f8d59fbb20cdddc7cb1cd6311d79f759e1..45a06b3ea6556e6d59f2118d259c80e4fe3197fc 100755 --- a/Kernel/PartProp/src/Components/PartPropAlg.cpp +++ b/Kernel/PartProp/src/Components/PartPropAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/PartProp/src/Components/ParticlePropertySvc.cpp b/Kernel/PartProp/src/Components/ParticlePropertySvc.cpp index d6b1523890d09897afcbd76029f73ba47153c846..6f74393b8e7198095c7225fe9e1e515a7362c24a 100755 --- a/Kernel/PartProp/src/Components/ParticlePropertySvc.cpp +++ b/Kernel/PartProp/src/Components/ParticlePropertySvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/PartProp/src/Decay.cpp b/Kernel/PartProp/src/Decay.cpp index 06b5609769f75a85294509b0756e525131a97148..e33e86be44cc85161b23f39c5c665e57ea34256e 100755 --- a/Kernel/PartProp/src/Decay.cpp +++ b/Kernel/PartProp/src/Decay.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/PartProp/src/IParticlePropertySvc.cpp b/Kernel/PartProp/src/IParticlePropertySvc.cpp index ffd6ae29589737fefdf9f472f7e6d6238891434c..e4f3a6b992cceaa71574c751d2735732c98c2c5d 100755 --- a/Kernel/PartProp/src/IParticlePropertySvc.cpp +++ b/Kernel/PartProp/src/IParticlePropertySvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/PartProp/src/NodePIDs.cpp b/Kernel/PartProp/src/NodePIDs.cpp index c76e65be69cf4d9fc20e888670e74bfafb1a0e74..e9714c9292fde5a41eac2d6d5cdd7952ed853c75 100755 --- a/Kernel/PartProp/src/NodePIDs.cpp +++ b/Kernel/PartProp/src/NodePIDs.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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$ // ============================================================================ // Include files diff --git a/Kernel/PartProp/src/Nodes.cpp b/Kernel/PartProp/src/Nodes.cpp index 798009f95ea35f836d8cc2f932f0abf7d7ded584..015067a3b30d1a2ffe3b13384f68aeb47b33ffb3 100755 --- a/Kernel/PartProp/src/Nodes.cpp +++ b/Kernel/PartProp/src/Nodes.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/PartProp/src/ParticleID.cpp b/Kernel/PartProp/src/ParticleID.cpp index 0b60e67bf5450b85e4066e49be3f9ca124f77a67..231736607a37f5c63c16fbd378818ab1782d411c 100755 --- a/Kernel/PartProp/src/ParticleID.cpp +++ b/Kernel/PartProp/src/ParticleID.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/PartProp/src/ParticleProperty.cpp b/Kernel/PartProp/src/ParticleProperty.cpp index 962c2801184d20507d0eefb0d4e7d23f45f42201..ef89fea82fc3e2cf26220c2e1f48af050649ff6a 100755 --- a/Kernel/PartProp/src/ParticleProperty.cpp +++ b/Kernel/PartProp/src/ParticleProperty.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/PartProp/src/Symbols.cpp b/Kernel/PartProp/src/Symbols.cpp index 3f377f0b81cf53a7ef193b0aaab769ebb4462a91..b9ac3d97903158dce51394a46f889cc88718c922 100644 --- a/Kernel/PartProp/src/Symbols.cpp +++ b/Kernel/PartProp/src/Symbols.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/PartProp/src/TrackDefaultParticles.cpp b/Kernel/PartProp/src/TrackDefaultParticles.cpp index 6d7c4382c631072151e8808104174f4efd71dc5a..f7a552ecef02f8bbbc65d46e0b8766cdf6840ad4 100644 --- a/Kernel/PartProp/src/TrackDefaultParticles.cpp +++ b/Kernel/PartProp/src/TrackDefaultParticles.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/TrackDefaultParticles.h" constexpr std::array<double, 5> LHCb::Tr::PID::s_mass; diff --git a/Kernel/PartProp/src/iNode.cpp b/Kernel/PartProp/src/iNode.cpp index b4822497f0d28eb83c4243298382b09abed9a9c4..699cda61b054bfb60e465938a53527ff0f3c3162 100755 --- a/Kernel/PartProp/src/iNode.cpp +++ b/Kernel/PartProp/src/iNode.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Kernel/PartProp/tests/options/PartPropAlg.py b/Kernel/PartProp/tests/options/PartPropAlg.py index dee4a3d2916d48bb9543608f70e07a1a4f891907..5738a16e0031d8b1a48d431fcfef308e9b91bdc1 100755 --- a/Kernel/PartProp/tests/options/PartPropAlg.py +++ b/Kernel/PartProp/tests/options/PartPropAlg.py @@ -1,4 +1,14 @@ #!/usr/bin/env gaudirun.py +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 configurationi file to run QMTest for the package Kernel/PartProp diff --git a/Kernel/PartProp/tests/qmtest/partprop.qms/newparts.qmt b/Kernel/PartProp/tests/qmtest/partprop.qms/newparts.qmt index 78712aae1f2d60bc8c94077849bb906d0b506de8..8bad30c0404b7b07b8e2efbf915444b555ad97f5 100644 --- a/Kernel/PartProp/tests/qmtest/partprop.qms/newparts.qmt +++ b/Kernel/PartProp/tests/qmtest/partprop.qms/newparts.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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"> diff --git a/Kernel/PartProp/tests/qmtest/partprop.qms/partprop0.qmt b/Kernel/PartProp/tests/qmtest/partprop.qms/partprop0.qmt index 3b674315d8abf9dd993a651f5d062a1d62c90a5f..1153001d978ef745c43de7867ceef2beeb3c7e64 100644 --- a/Kernel/PartProp/tests/qmtest/partprop.qms/partprop0.qmt +++ b/Kernel/PartProp/tests/qmtest/partprop.qms/partprop0.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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"> diff --git a/Kernel/PartProp/tests/qmtest/partprop.qms/partprop_pids.qmt b/Kernel/PartProp/tests/qmtest/partprop.qms/partprop_pids.qmt index 25aef3417ba0e547be90d5f0abeb7f0fd241267d..eeee923c4aa0b3d00ca5003985e423bb11e833ab 100644 --- a/Kernel/PartProp/tests/qmtest/partprop.qms/partprop_pids.qmt +++ b/Kernel/PartProp/tests/qmtest/partprop.qms/partprop_pids.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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"> diff --git a/Kernel/PartProp/tests/qmtest/partprop.qms/usesvc0.qmt b/Kernel/PartProp/tests/qmtest/partprop.qms/usesvc0.qmt index a8d52580b1dac2decc9ee52fcec2b4803f910296..7452ff1d1f5b18e59d5563e6f57017a6ed9f35fa 100755 --- a/Kernel/PartProp/tests/qmtest/partprop.qms/usesvc0.qmt +++ b/Kernel/PartProp/tests/qmtest/partprop.qms/usesvc0.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>../options/PartPropAlg.py</text></set></argument> diff --git a/Kernel/PartProp/tests/qmtest/partprop.qms/usesvc1.qmt b/Kernel/PartProp/tests/qmtest/partprop.qms/usesvc1.qmt index 0e6b9dc7ae885e6af3339979cc4efd9d558ae8b6..5f9ec7b287cf7c3b693b88d4692499ff3852a2c3 100755 --- a/Kernel/PartProp/tests/qmtest/partprop.qms/usesvc1.qmt +++ b/Kernel/PartProp/tests/qmtest/partprop.qms/usesvc1.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>../scripts/PartPropSvc.py</text></argument> </extension> diff --git a/Kernel/PartProp/tests/scripts/PartPropSvc.py b/Kernel/PartProp/tests/scripts/PartPropSvc.py index 5097ba0fede0f93fdd2c0b7087ce0a85b917d9de..7933d50b0cdaad11aae11c8d78c2e7039ab16d3b 100755 --- a/Kernel/PartProp/tests/scripts/PartPropSvc.py +++ b/Kernel/PartProp/tests/scripts/PartPropSvc.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 configurationi file to run QMTest for the package Kernel/PartProp diff --git a/Kernel/PartProp/tests/scripts/newparts.py b/Kernel/PartProp/tests/scripts/newparts.py index 79b2aa55242a2f7a7a87955730bc68b194e01369..37cdf34cc93fcfd3325677cba2162e18681c2a92 100755 --- a/Kernel/PartProp/tests/scripts/newparts.py +++ b/Kernel/PartProp/tests/scripts/newparts.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 newparts.py # Simple test for adding new particle diff --git a/Kernel/PartProp/tests/scripts/pids.py b/Kernel/PartProp/tests/scripts/pids.py index 4adb9c96607c204fb59d28a38ac2cd9d873295d2..8049dddf2aa01b2c26b9f8a4cd415b272ceb337e 100755 --- a/Kernel/PartProp/tests/scripts/pids.py +++ b/Kernel/PartProp/tests/scripts/pids.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 PartPropSvc.py # Demo-file for interactive work with new Particle Property Service diff --git a/Kernel/PhysInterfaces/CMakeLists.txt b/Kernel/PhysInterfaces/CMakeLists.txt index 0721a293a7634eaa93d68f030fe4bf8719b24c1b..7e9c1d8af8d2969fb4c9844e67108d642478c99d 100644 --- a/Kernel/PhysInterfaces/CMakeLists.txt +++ b/Kernel/PhysInterfaces/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: PhysInterfaces ################################################################################ diff --git a/Kernel/PhysInterfaces/Kernel/GetIDVAlgorithm.h b/Kernel/PhysInterfaces/Kernel/GetIDVAlgorithm.h index 4651e63a0eb1ff2723b019a6988cc0c647b2e399..134c5ebcee678d12b474fd1c53fb871a1eb0fb71 100644 --- a/Kernel/PhysInterfaces/Kernel/GetIDVAlgorithm.h +++ b/Kernel/PhysInterfaces/Kernel/GetIDVAlgorithm.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_GETIDVALGORITHM_H #define KERNEL_GETIDVALGORITHM_H 1 diff --git a/Kernel/PhysInterfaces/Kernel/IDVAlgorithm.h b/Kernel/PhysInterfaces/Kernel/IDVAlgorithm.h index 490e8b60ed6b4f9aaad490ec0fd9dd6e8e86b47e..3624fa2078127fa0c672d08e3f279e5fce5a6d4e 100644 --- a/Kernel/PhysInterfaces/Kernel/IDVAlgorithm.h +++ b/Kernel/PhysInterfaces/Kernel/IDVAlgorithm.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_IDVALGORITHM_H #define KERNEL_IDVALGORITHM_H 1 diff --git a/Kernel/PhysInterfaces/dict/PhysInterfacesDict.h b/Kernel/PhysInterfaces/dict/PhysInterfacesDict.h index 0d9735ace879ccaaef69991f5badbfeb15aa2242..a054539161cd4eef62519723bba46b1131d262b2 100644 --- a/Kernel/PhysInterfaces/dict/PhysInterfacesDict.h +++ b/Kernel/PhysInterfaces/dict/PhysInterfacesDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_PHYSINTERFACESDICT_H #define DICT_PHYSINTERFACESDICT_H 1 diff --git a/Kernel/PhysInterfaces/dict/PhysInterfacesDict.xml b/Kernel/PhysInterfaces/dict/PhysInterfacesDict.xml index f572bce583baefda27f74724340fe7ed2842d419..7d8b28bacc0b6d94592bae8b5a9f5e29b4071ab0 100644 --- a/Kernel/PhysInterfaces/dict/PhysInterfacesDict.xml +++ b/Kernel/PhysInterfaces/dict/PhysInterfacesDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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> <!-- DaVinciInterfaces --> diff --git a/Kernel/PhysInterfaces/src/GetIDVAlgorithm.cpp b/Kernel/PhysInterfaces/src/GetIDVAlgorithm.cpp index 60395a14e771d46fcd107c40a397103dab8439bc..0f239998d7c2a239f9805ea0e28a418b9e0dd8ed 100644 --- a/Kernel/PhysInterfaces/src/GetIDVAlgorithm.cpp +++ b/Kernel/PhysInterfaces/src/GetIDVAlgorithm.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: GetIDVAlgorithm.cpp,v 1.1 2010-05-14 15:03:46 ibelyaev Exp $ // ============================================================================ // Include files diff --git a/Kernel/Relations/CMakeLists.txt b/Kernel/Relations/CMakeLists.txt index 40988498b6729a553e5b003b7c0a8e1ff00ae8d0..0dfffa01b9555111f914156aa4930b31afd781c9 100644 --- a/Kernel/Relations/CMakeLists.txt +++ b/Kernel/Relations/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: Relations ################################################################################ diff --git a/Kernel/Relations/Relations/Bases.h b/Kernel/Relations/Relations/Bases.h index 9a10ff8b9bd6c40181a80697eed75d8aeaf97fe8..5571c756ee704fe91507aa289dca99b2af1b9bfa 100755 --- a/Kernel/Relations/Relations/Bases.h +++ b/Kernel/Relations/Relations/Bases.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Bases.h,v 1.2 2008-02-19 15:26:09 ibelyaev Exp $ // ============================================================================ #ifndef RELATIONS_BASES_H diff --git a/Kernel/Relations/Relations/Entry.h b/Kernel/Relations/Relations/Entry.h index 13858454f65710f052d13d2aee30b4a77b6cd9dc..36e15c6bd8aca9f2a8a44dd012875970153a9450 100755 --- a/Kernel/Relations/Relations/Entry.h +++ b/Kernel/Relations/Relations/Entry.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Entry.h,v 1.3 2008-02-19 15:26:09 ibelyaev Exp $ // ============================================================================ #ifndef RELATIONS_ENTRY_H diff --git a/Kernel/Relations/Relations/Get.h b/Kernel/Relations/Relations/Get.h index 924775a9c382c1d7a9307c83ba565edd1537ea34..b50358e3466cb44b7147f14f7dca55db2af521a8 100755 --- a/Kernel/Relations/Relations/Get.h +++ b/Kernel/Relations/Relations/Get.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Get.h,v 1.7 2009-05-25 06:56:41 jpalac Exp $ // ============================================================================ #ifndef RELATIONS_GET_H diff --git a/Kernel/Relations/Relations/IRelation.h b/Kernel/Relations/Relations/IRelation.h index 103462f1283c2dbd299254bd5de04490ce598e1d..8c51be9b1d8477cff54769eafb3ed22a89f72063 100755 --- a/Kernel/Relations/Relations/IRelation.h +++ b/Kernel/Relations/Relations/IRelation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: IRelation.h,v 1.7 2009-04-24 15:26:46 ibelyaev Exp $ // ============================================================================ #ifndef RELATIONS_IRELATION_H diff --git a/Kernel/Relations/Relations/IRelation2D.h b/Kernel/Relations/Relations/IRelation2D.h index a25322a25513ea4ea32006bb54639ad6f13553b7..a7fba7a7ded1cd8e62f75cb15968ed649e81427b 100755 --- a/Kernel/Relations/Relations/IRelation2D.h +++ b/Kernel/Relations/Relations/IRelation2D.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: IRelation2D.h,v 1.5 2009-04-24 15:26:46 ibelyaev Exp $ // ============================================================================ // CVS tag $Name: not supported by cvs2svn $, version $Revision: 1.5 $ diff --git a/Kernel/Relations/Relations/IRelationBase.h b/Kernel/Relations/Relations/IRelationBase.h index dfc3a1c30e9143b0ce97fa16e743749ba8917c8b..07aba3deea80486c1cf91ebf92f20e6bc87b738c 100755 --- a/Kernel/Relations/Relations/IRelationBase.h +++ b/Kernel/Relations/Relations/IRelationBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: IRelationBase.h,v 1.3 2006-06-11 19:37:02 ibelyaev Exp $ // ============================================================================ // CVS tag $Name: not supported by cvs2svn $ diff --git a/Kernel/Relations/Relations/IRelationWeighted.h b/Kernel/Relations/Relations/IRelationWeighted.h index 93e12cfe53e4c757293a7344c681d14555e9f5b1..d64c8b10bedafb8bded0cea7394eb71dbd51cc97 100755 --- a/Kernel/Relations/Relations/IRelationWeighted.h +++ b/Kernel/Relations/Relations/IRelationWeighted.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: IRelationWeighted.h,v 1.7 2009-04-24 15:26:46 ibelyaev Exp $ // ============================================================================ // CVS tag $Name: not supported by cvs2svn $ , version $Revision: 1.7 $ diff --git a/Kernel/Relations/Relations/IRelationWeighted2D.h b/Kernel/Relations/Relations/IRelationWeighted2D.h index 04a29c38c0fccd90237b0543398d4bd44bd98a07..2ce51f04a2c652745f4dae90ac3a69ebce099311 100755 --- a/Kernel/Relations/Relations/IRelationWeighted2D.h +++ b/Kernel/Relations/Relations/IRelationWeighted2D.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: IRelationWeighted2D.h,v 1.5 2009-04-24 15:26:46 ibelyaev Exp $ // ============================================================================ // CVS tag $Name: not supported by cvs2svn $, version $Revision: 1.5 $ diff --git a/Kernel/Relations/Relations/IRelationWeightedBase.h b/Kernel/Relations/Relations/IRelationWeightedBase.h index 4ec5c517b188cc279b49bb8a68d0ffd49d5c6848..cb9223fa2f4e6d7177b879144b62384de58af0fa 100755 --- a/Kernel/Relations/Relations/IRelationWeightedBase.h +++ b/Kernel/Relations/Relations/IRelationWeightedBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: IRelationWeightedBase.h,v 1.3 2006-06-11 19:37:02 ibelyaev Exp $ // ============================================================================ // CVS tag $Name: not supported by cvs2svn $, version $Revision: 1.3 $ diff --git a/Kernel/Relations/Relations/IRelations.h b/Kernel/Relations/Relations/IRelations.h index 8fd80f9b875880c8e0f0ae32a0ba6126cc676dab..a888d2b3fcde759877081d32dd18f169f76a4bb9 100755 --- a/Kernel/Relations/Relations/IRelations.h +++ b/Kernel/Relations/Relations/IRelations.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: IRelations.h,v 1.1 2006-06-11 15:23:45 ibelyaev Exp $ // ============================================================================ // CVS tag $Name: not supported by cvs2svn $, version $Revision: 1.1 $ diff --git a/Kernel/Relations/Relations/IsConvertible.h b/Kernel/Relations/Relations/IsConvertible.h index e1029a42460a4c47377f9296cab3eb815e4011c3..0794ff9bf9e9a241e24c373d63ef1125290ab296 100755 --- a/Kernel/Relations/Relations/IsConvertible.h +++ b/Kernel/Relations/Relations/IsConvertible.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RELATIONS_ISCONVERTIBLE_H #define RELATIONS_ISCONVERTIBLE_H 1 // ============================================================================ diff --git a/Kernel/Relations/Relations/ObjectTypeTraits.h b/Kernel/Relations/Relations/ObjectTypeTraits.h index 4aff1d40bd3dd974bdaca5502a396716733e57d9..82501941045052d774dae00cb7772657a4a66b77 100755 --- a/Kernel/Relations/Relations/ObjectTypeTraits.h +++ b/Kernel/Relations/Relations/ObjectTypeTraits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RELATIONS_ObjectTypeTraits_H #define RELATIONS_ObjectTypeTraits_H 1 // ============================================================================ diff --git a/Kernel/Relations/Relations/Pointer.h b/Kernel/Relations/Relations/Pointer.h index 6dd5911ca1b21b3976299d11d0c503780abdb05f..54fa444f0e9f7b57f88611197f0a4aa3ea368c38 100755 --- a/Kernel/Relations/Relations/Pointer.h +++ b/Kernel/Relations/Relations/Pointer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Pointer.h,v 1.3 2006-06-11 17:46:05 ibelyaev Exp $ // ============================================================================ #ifndef RELATIONS_POINTER_H diff --git a/Kernel/Relations/Relations/Range.h b/Kernel/Relations/Relations/Range.h index 30269205a246a17714d728a4e7a8972566e8cfad..70a4e9e24a99482e1e6b5d1b8610e493a816866b 100755 --- a/Kernel/Relations/Relations/Range.h +++ b/Kernel/Relations/Relations/Range.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Range.h,v 1.2 2006-06-12 15:27:28 ibelyaev Exp $ // ============================================================================ // CVS tag $Name: not supported by cvs2svn $, verison $Revision: 1.2 $ diff --git a/Kernel/Relations/Relations/Reference.h b/Kernel/Relations/Relations/Reference.h index 32a139e14c7e01f20dec5f4e7a11f799159cf4e0..a8993e522fe0c46ca1dc55b838f313470fc5bec9 100755 --- a/Kernel/Relations/Relations/Reference.h +++ b/Kernel/Relations/Relations/Reference.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Reference.h,v 1.1 2006-06-11 15:23:45 ibelyaev Exp $ // ============================================================================ // CVS tag $Name: not supported by cvs2svn $ diff --git a/Kernel/Relations/Relations/Relation.h b/Kernel/Relations/Relations/Relation.h index f9daa163acab1535be3aa38688b54f415bc994a2..c39f71720a383070fb91a4284c596f751823305e 100755 --- a/Kernel/Relations/Relations/Relation.h +++ b/Kernel/Relations/Relations/Relation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RELATIONS_Relation_H #define RELATIONS_Relation_H 1 // ============================================================================= diff --git a/Kernel/Relations/Relations/Relation1D.h b/Kernel/Relations/Relations/Relation1D.h index 3eaf8658fa96bbb28d7c79d36c0b26bbaaab6a38..d431c1766884feb9c27efa011085809daea2919f 100755 --- a/Kernel/Relations/Relations/Relation1D.h +++ b/Kernel/Relations/Relations/Relation1D.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Relation1D.h,v 1.13 2009-04-24 15:26:46 ibelyaev Exp $ // ============================================================================= // CVS tag $Name: not supported by cvs2svn $ ; version $Revision: 1.13 $ diff --git a/Kernel/Relations/Relations/Relation2.h b/Kernel/Relations/Relations/Relation2.h index 0921116aca13a43f587ecb68faf0f97b7a71ed07..a2fd316d9a4c94e18613f585053ea71dc02d8184 100755 --- a/Kernel/Relations/Relations/Relation2.h +++ b/Kernel/Relations/Relations/Relation2.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Relation2.h,v 1.14 2009-04-24 15:26:46 ibelyaev Exp $ // ============================================================================= // CV Stag $Name: not supported by cvs2svn $ ; version $Revision: 1.14 $ diff --git a/Kernel/Relations/Relations/Relation2D.h b/Kernel/Relations/Relations/Relation2D.h index c4940e5bd93d837f04d65f156af7a7106868fdfa..911344ea45566dc5d650caa1923d6ae4fdca7963 100755 --- a/Kernel/Relations/Relations/Relation2D.h +++ b/Kernel/Relations/Relations/Relation2D.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Relation2D.h,v 1.13 2009-04-24 15:26:46 ibelyaev Exp $ // ============================================================================ // CVS tag $Name: not supported by cvs2svn $ ; version $Revision: 1.13 $ diff --git a/Kernel/Relations/Relations/Relation2Weighted.h b/Kernel/Relations/Relations/Relation2Weighted.h index fb8e3762cfeeb365447414bb9395329fee2659ab..64b84001859b2fc9d2d50190b32a4b5b5599cc8d 100755 --- a/Kernel/Relations/Relations/Relation2Weighted.h +++ b/Kernel/Relations/Relations/Relation2Weighted.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Relation2Weighted.h,v 1.13 2009-04-24 15:26:46 ibelyaev Exp $ // ============================================================================= // CVS tag $Name: not supported by cvs2svn $, version $Revision: 1.13 $ diff --git a/Kernel/Relations/Relations/RelationBase.h b/Kernel/Relations/Relations/RelationBase.h index 609b2d2ba71ff7f4e83bbe96c3de2a1235b0b77f..51ced41c250ad667188c72c3e4f7cc441a8edafd 100755 --- a/Kernel/Relations/Relations/RelationBase.h +++ b/Kernel/Relations/Relations/RelationBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RELATIONS_RELATIONBASE_H #define RELATIONS_RELATIONBASE_H 1 diff --git a/Kernel/Relations/Relations/RelationTypeTraits.h b/Kernel/Relations/Relations/RelationTypeTraits.h index b759f8eb45780d9b886277e0769614b32266c7e7..9724d13980722474871cbe5e86191153ca7cabb4 100755 --- a/Kernel/Relations/Relations/RelationTypeTraits.h +++ b/Kernel/Relations/Relations/RelationTypeTraits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RelationTypeTraits.h,v 1.7 2009-04-24 15:26:46 ibelyaev Exp $ // ============================================================================ // CVS tag $Name: not supported by cvs2svn $, version $Revision: 1.7 $ diff --git a/Kernel/Relations/Relations/RelationUtils.h b/Kernel/Relations/Relations/RelationUtils.h index a9558d83353c4583ccd64a2ebb2f8e7f49591122..47499dd50c8a571c33a93fb6ded4792e558299e4 100755 --- a/Kernel/Relations/Relations/RelationUtils.h +++ b/Kernel/Relations/Relations/RelationUtils.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RelationUtils.h,v 1.8 2008-02-19 15:26:09 ibelyaev Exp $ // ============================================================================ #ifndef RELATIONS_RELATIONUTILS_H diff --git a/Kernel/Relations/Relations/RelationWeighted.h b/Kernel/Relations/Relations/RelationWeighted.h index a5a2ebb65b0440b8daffd481f3de8511267fac9c..fa8fbc797ce651f15d498b3d8cf9c84b08141ce2 100755 --- a/Kernel/Relations/Relations/RelationWeighted.h +++ b/Kernel/Relations/Relations/RelationWeighted.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RELATIONS_RelationWeighted_H #define RELATIONS_RelationWeighted_H 1 // ============================================================================ diff --git a/Kernel/Relations/Relations/RelationWeighted1D.h b/Kernel/Relations/Relations/RelationWeighted1D.h index f5844781eed148127c815f2af1853248f24625f4..5c2db438de8a1e646fb8033550934b79b17bf68d 100755 --- a/Kernel/Relations/Relations/RelationWeighted1D.h +++ b/Kernel/Relations/Relations/RelationWeighted1D.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RelationWeighted1D.h,v 1.14 2009-04-24 15:26:46 ibelyaev Exp $ // ============================================================================ // CVS tag $Name: not supported by cvs2svn $ ; version $Revision: 1.14 $ diff --git a/Kernel/Relations/Relations/RelationWeighted2D.h b/Kernel/Relations/Relations/RelationWeighted2D.h index efb305abfb3a6982a5ccf4c51714eb70d9f3f52f..c9d7c86acc46bd7bece48b71977b8f69482e14c0 100755 --- a/Kernel/Relations/Relations/RelationWeighted2D.h +++ b/Kernel/Relations/Relations/RelationWeighted2D.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RELATIONS_RelationWeighted2D_H #define RELATIONS_RelationWeighted2D_H 1 // ============================================================================ diff --git a/Kernel/Relations/Relations/RelationWeightedBase.h b/Kernel/Relations/Relations/RelationWeightedBase.h index 881efb5feb27d6e50aeb875632e3528ed81cbbb8..dd601edc385687fe0a9f1314c6997a63625e4a6a 100755 --- a/Kernel/Relations/Relations/RelationWeightedBase.h +++ b/Kernel/Relations/Relations/RelationWeightedBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RELATIONS_RELATIONWeightedBASE_H #define RELATIONS_RELATIONWeightedBASE_H 1 diff --git a/Kernel/Relations/Relations/RelationWeightedTypeTraits.h b/Kernel/Relations/Relations/RelationWeightedTypeTraits.h index 9c58060edec7503d06108d9a80157b3144b9b105..db7db4568c37afea5586a3aa383e0148e32dd7b8 100755 --- a/Kernel/Relations/Relations/RelationWeightedTypeTraits.h +++ b/Kernel/Relations/Relations/RelationWeightedTypeTraits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RelationWeightedTypeTraits.h,v 1.6 2009-04-24 15:26:46 ibelyaev Exp $ // ============================================================================ // CVS tag $Name: not supported by cvs2svn $, version $Revision: 1.6 $ diff --git a/Kernel/Relations/Relations/Relations.h b/Kernel/Relations/Relations/Relations.h index 67f286495d34a4a1bbb41532d7a6a51f965cc0fd..b0b7780b4a6d43faf4782b1a4ed19d8b4c60dab7 100755 --- a/Kernel/Relations/Relations/Relations.h +++ b/Kernel/Relations/Relations/Relations.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Relations.h,v 1.4 2008-02-19 15:26:09 ibelyaev Exp $ // ============================================================================ #ifndef RELATIONS_RELATIONS_H diff --git a/Kernel/Relations/Relations/RelationsDict.h b/Kernel/Relations/Relations/RelationsDict.h index abb1289c71df4ca82a11b744656b6b61361d7ed4..d557b96dca5a1da83647ff32604ff69a79ff8f1f 100755 --- a/Kernel/Relations/Relations/RelationsDict.h +++ b/Kernel/Relations/Relations/RelationsDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RelationsDict.h,v 1.9 2006-06-11 15:23:46 ibelyaev Exp $ // ============================================================================ // CVS tag $Name: not supported by cvs2svn $, version $Revision: 1.9 $ diff --git a/Kernel/Relations/Relations/Reserve.h b/Kernel/Relations/Relations/Reserve.h index a377e3150486373c0cc534737556115aa4e64f09..dc86d673ec1c782237c7aebb107934aaf86f50f8 100755 --- a/Kernel/Relations/Relations/Reserve.h +++ b/Kernel/Relations/Relations/Reserve.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Reserve.h,v 1.3 2006-06-11 15:23:46 ibelyaev Exp $ // ============================================================================ // CVS tag $Name: not supported by cvs2svn $ diff --git a/Kernel/Relations/Relations/WEntry.h b/Kernel/Relations/Relations/WEntry.h index cafad118ecf42030675501378b315fde95ee19f7..b8dedcdaf71a334d5ae0588a27ecb0b3dff4762f 100755 --- a/Kernel/Relations/Relations/WEntry.h +++ b/Kernel/Relations/Relations/WEntry.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: WEntry.h,v 1.3 2009-04-24 15:26:46 ibelyaev Exp $ // ============================================================================ // CVS tag $Name: not supported by cvs2svn $, version $Revision: 1.3 $ diff --git a/Kernel/Relations/dict/selection.h b/Kernel/Relations/dict/selection.h index 41c5592aba7f9a926c20c426a45ded2bb8bbc034..e2b673a6647011618c6987aec990a09de4387616 100755 --- a/Kernel/Relations/dict/selection.h +++ b/Kernel/Relations/dict/selection.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: selection.h,v 1.4 2006-06-11 15:23:47 ibelyaev Exp $ // ==================================================================== // CVS tag $Name: not supported by cvs2svn $, version $Revision: 1.4 $ diff --git a/Kernel/Relations/dict/selection.xml b/Kernel/Relations/dict/selection.xml index 7e40680331fa9045205defccac502b682a36aa18..129e18d07a99a2d578053a01123e999c5c212000 100755 --- a/Kernel/Relations/dict/selection.xml +++ b/Kernel/Relations/dict/selection.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: selection.xml,v 1.5 2006-06-11 15:23:47 ibelyaev Exp $ * ======================================================================== * $CVS tag:$, version $Revision: 1.5 $ diff --git a/Kernel/Relations/python/Relations/Rels.py b/Kernel/Relations/python/Relations/Rels.py index 3bfcf9787eed3964e1c8e2f538fbcdf993a17987..2c475d38131ae78cfd85faaefeb3af380fe477d0 100755 --- a/Kernel/Relations/python/Relations/Rels.py +++ b/Kernel/Relations/python/Relations/Rels.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: Rels.py,v 1.2 2008-11-02 16:44:38 ibelyaev Exp $ # ============================================================================= diff --git a/Kernel/Relations/python/Relations/__init__.py b/Kernel/Relations/python/Relations/__init__.py index 91feee8c2d1f41e28118cfe9eb8ed492b3cf1df8..d2c20b56c017e9d360e3e0c0050e5394d2d8704d 100755 --- a/Kernel/Relations/python/Relations/__init__.py +++ b/Kernel/Relations/python/Relations/__init__.py @@ -1 +1,11 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: __init__.py,v 1.1 2007-11-27 13:38:28 ibelyaev Exp $ diff --git a/Kernel/Relations/src/IRelationBases.cpp b/Kernel/Relations/src/IRelationBases.cpp index 2c13c26758cbe1be336d068205ff031b61e6f0a8..1ead090b9e782ea6faacc30dfb7a7bf6b4c998e2 100755 --- a/Kernel/Relations/src/IRelationBases.cpp +++ b/Kernel/Relations/src/IRelationBases.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: IRelationBases.cpp,v 1.5 2008-02-19 15:26:09 ibelyaev Exp $ // ============================================================================ // local diff --git a/Kernel/Relations/src/InstanceCounter.cpp b/Kernel/Relations/src/InstanceCounter.cpp index 12a21f9ecca09d170222d578f46037c026f60710..aa89784868d0e48083a4966cf8d47aa5e65f4aa3 100755 --- a/Kernel/Relations/src/InstanceCounter.cpp +++ b/Kernel/Relations/src/InstanceCounter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: InstanceCounter.cpp,v 1.3 2008-02-29 17:46:30 ibelyaev Exp $ // ====================================================================== // Include files diff --git a/Kernel/Relations/src/RelationUtils.cpp b/Kernel/Relations/src/RelationUtils.cpp index 52b8c055c11dd206690277f82ea2ab5c85e0c54c..ceb3dc64a45625dbf21162b245d74995b8735aa6 100755 --- a/Kernel/Relations/src/RelationUtils.cpp +++ b/Kernel/Relations/src/RelationUtils.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RelationUtils.cpp,v 1.8 2008-02-19 15:26:10 ibelyaev Exp $ // ============================================================================ // Include files diff --git a/Kernel/Relations/tests/RelationsTest.cpp b/Kernel/Relations/tests/RelationsTest.cpp index 54cafafb8c298e8fde9bf9a625e3840df07acf01..db2c2921cf39ac26b0adcbd08bcbe3d1267f5e73 100644 --- a/Kernel/Relations/tests/RelationsTest.cpp +++ b/Kernel/Relations/tests/RelationsTest.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RelationsTest.cpp,v 1.1 2009-04-09 13:16:58 ibelyaev Exp $ // ============================================================================ // Include files diff --git a/Kernel/VectorClass/CMakeLists.txt b/Kernel/VectorClass/CMakeLists.txt index d0b13ec3d05762a1535cf81feddcef4e570cafbe..091d7745b604ff3f2a9c3961c301bb75fcb11bfb 100644 --- a/Kernel/VectorClass/CMakeLists.txt +++ b/Kernel/VectorClass/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: VectorClass ################################################################################ diff --git a/Kernel/XMLSummaryBase/CMakeLists.txt b/Kernel/XMLSummaryBase/CMakeLists.txt index d6641991d3d63bb9930b7df1f0eb86d95a5a2b19..fc217480ef31de24327e268b75e7307080e99289 100644 --- a/Kernel/XMLSummaryBase/CMakeLists.txt +++ b/Kernel/XMLSummaryBase/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: XMLSummaryBase ################################################################################ diff --git a/Kernel/XMLSummaryBase/python/XMLSummaryBase/schema.py b/Kernel/XMLSummaryBase/python/XMLSummaryBase/schema.py index 2d3c353e7e12981147e22c838f9679964ba7fa53..8094ec8b041dedfe2552147031946689c12eb29c 100644 --- a/Kernel/XMLSummaryBase/python/XMLSummaryBase/schema.py +++ b/Kernel/XMLSummaryBase/python/XMLSummaryBase/schema.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 processing XMLSchema. The object VTree holds a validated tree of xml. The object Schema holds the parsed xml schema. diff --git a/Kernel/XMLSummaryBase/python/XMLSummaryBase/summary.py b/Kernel/XMLSummaryBase/python/XMLSummaryBase/summary.py index 0801940c4f20bc317030806096d18c9d31fcf2b2..c1a58e38dc0bb99f1c84196a18d5ce53044f968f 100644 --- a/Kernel/XMLSummaryBase/python/XMLSummaryBase/summary.py +++ b/Kernel/XMLSummaryBase/python/XMLSummaryBase/summary.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: summary.py,v 1.11 2010-04-30 13:50:50 rlambert Exp $ # ============================================================================= diff --git a/Kernel/XMLSummaryBase/tests/qmtest/xmlsummarybase.qms/testschema.qmt b/Kernel/XMLSummaryBase/tests/qmtest/xmlsummarybase.qms/testschema.qmt index 6cd7e4f1f75911d65ac75557007d1b03b54d3c11..1928666cafb51c1b57664a04905bb3ae0f0e1702 100755 --- a/Kernel/XMLSummaryBase/tests/qmtest/xmlsummarybase.qms/testschema.qmt +++ b/Kernel/XMLSummaryBase/tests/qmtest/xmlsummarybase.qms/testschema.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Kernel/XMLSummaryBase/tests/qmtest/xmlsummarybase.qms/testsummary.qmt b/Kernel/XMLSummaryBase/tests/qmtest/xmlsummarybase.qms/testsummary.qmt index 13ac4a1973278785e146f35e0c6c506405ff4b9c..c0d5e57377896fc0e5ba001600e9655cbc1c9d0c 100755 --- a/Kernel/XMLSummaryBase/tests/qmtest/xmlsummarybase.qms/testsummary.qmt +++ b/Kernel/XMLSummaryBase/tests/qmtest/xmlsummarybase.qms/testsummary.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Kernel/XMLSummaryBase/tests/test_parse_schema.py b/Kernel/XMLSummaryBase/tests/test_parse_schema.py index 4025d3ecf554d2c58552266812fc3ad6b68bc9e2..c2ea22ebf4bde67b2423c838632cc8140e6ab1ba 100644 --- a/Kernel/XMLSummaryBase/tests/test_parse_schema.py +++ b/Kernel/XMLSummaryBase/tests/test_parse_schema.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: test_parse_schema.py,v 1.2 2009-09-23 13:00:56 rlambert Exp $ # ============================================================================= diff --git a/Kernel/XMLSummaryBase/tests/test_parse_summary.py b/Kernel/XMLSummaryBase/tests/test_parse_summary.py index 486236af9173c7def36254a94524505c0189acd4..867b74a044145446a5843ad62dc1c0e76bd729d3 100644 --- a/Kernel/XMLSummaryBase/tests/test_parse_summary.py +++ b/Kernel/XMLSummaryBase/tests/test_parse_summary.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: test_parse_summary.py,v 1.2 2009-09-24 09:28:48 rlambert Exp $ # ============================================================================= diff --git a/Kernel/XMLSummaryBase/xml/Summary_Example.xml b/Kernel/XMLSummaryBase/xml/Summary_Example.xml index f72d8eda20e889467752eab53a55650ffb976564..2afbff9d8323feda54f6145f8100058666157bbb 100644 --- a/Kernel/XMLSummaryBase/xml/Summary_Example.xml +++ b/Kernel/XMLSummaryBase/xml/Summary_Example.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <summary version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="XMLSummary.xsd"> <success>true</success> <step>finalize</step> diff --git a/Kernel/XMLSummaryBase/xml/Summary_Minimal.xml b/Kernel/XMLSummaryBase/xml/Summary_Minimal.xml index e55ae478d9f6cef7924bcdf12c8a73475fcddbc4..2658137a4e91526c5975a64a46c35c95d2642be8 100644 --- a/Kernel/XMLSummaryBase/xml/Summary_Minimal.xml +++ b/Kernel/XMLSummaryBase/xml/Summary_Minimal.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <summary version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="XMLSummary.xsd"> <success>false</success> <step>none</step> diff --git a/Kernel/XMLSummaryKernel/CMakeLists.txt b/Kernel/XMLSummaryKernel/CMakeLists.txt index 264f423d2eed8ce2d6e4b2f964e05310ab765042..af559b093e220769c82ec31feae3ef764c68c81f 100644 --- a/Kernel/XMLSummaryKernel/CMakeLists.txt +++ b/Kernel/XMLSummaryKernel/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: XMLSummaryKernel ################################################################################ diff --git a/Kernel/XMLSummaryKernel/options/RootDst.py b/Kernel/XMLSummaryKernel/options/RootDst.py index 4cf65055ffa16bfe6a15877a3920326c30514bdc..9bcd70e87c4b6daf244a6a1902d4c5e13f08ae3e 100755 --- a/Kernel/XMLSummaryKernel/options/RootDst.py +++ b/Kernel/XMLSummaryKernel/options/RootDst.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 GaudiConf import IOHelper # input file diff --git a/Kernel/XMLSummaryKernel/options/add-XMLSummary-LHCbApp.py b/Kernel/XMLSummaryKernel/options/add-XMLSummary-LHCbApp.py index b40184543e22c3d30d1d37b8d7affd0f5c66a563..2902d042028d2a2bc98cfea2810cec992c404d0d 100644 --- a/Kernel/XMLSummaryKernel/options/add-XMLSummary-LHCbApp.py +++ b/Kernel/XMLSummaryKernel/options/add-XMLSummary-LHCbApp.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Minimum option to add the XMLSummary to your job from Gaudi.Configuration import * diff --git a/Kernel/XMLSummaryKernel/options/add-XMLSummary.py b/Kernel/XMLSummaryKernel/options/add-XMLSummary.py index 51b14c3a05b28fe2d23850aa42d80efa1fd863ad..ed8161e5f53f8c5119f741fb785563e9365198fc 100644 --- a/Kernel/XMLSummaryKernel/options/add-XMLSummary.py +++ b/Kernel/XMLSummaryKernel/options/add-XMLSummary.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Minimum option to add the XMLSummary to your job from Gaudi.Configuration import * diff --git a/Kernel/XMLSummaryKernel/options/runExitTest.py b/Kernel/XMLSummaryKernel/options/runExitTest.py index ae75bddddca2540ddd02d35bd629aadbcfae8cb6..db6a1a433df812106ad2c73cba9399df666fedc7 100644 --- a/Kernel/XMLSummaryKernel/options/runExitTest.py +++ b/Kernel/XMLSummaryKernel/options/runExitTest.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 os os.system('python ../../options/test-XMLSummary-exit.py') diff --git a/Kernel/XMLSummaryKernel/options/test-XMLSummary-ReadError.py b/Kernel/XMLSummaryKernel/options/test-XMLSummary-ReadError.py index 4eb332baa258a859763b330f5117c289002edda4..379e6a889c13decbb92b16cccdad1bf749ae99b4 100644 --- a/Kernel/XMLSummaryKernel/options/test-XMLSummary-ReadError.py +++ b/Kernel/XMLSummaryKernel/options/test-XMLSummary-ReadError.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Test, will fail to write a DST because the output mode is wrong # Will fill some counters, and output the summary.xml # These options are mostly copied from $GAUDIEXAMPLESROOT/python/CounterEx.py diff --git a/Kernel/XMLSummaryKernel/options/test-XMLSummary-WriteError.py b/Kernel/XMLSummaryKernel/options/test-XMLSummary-WriteError.py index 7290f152cfb053bc75e7ee6e95a499c652e62a51..4e6ec700ec027b48d0b117dd49c1f2a9a050d0d8 100644 --- a/Kernel/XMLSummaryKernel/options/test-XMLSummary-WriteError.py +++ b/Kernel/XMLSummaryKernel/options/test-XMLSummary-WriteError.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Test, will fail to write a DST because the output mode is wrong # Will fill some counters, and output the summary.xml # These options are mostly copied from $GAUDIEXAMPLESROOT/python/CounterEx.py diff --git a/Kernel/XMLSummaryKernel/options/test-XMLSummary-exception.py b/Kernel/XMLSummaryKernel/options/test-XMLSummary-exception.py index 6bb9b7380317591d0c061b0f33e581e4951dfc56..f9297082965fbcdb34f0c127f1ed33cb7cd1ab5d 100644 --- a/Kernel/XMLSummaryKernel/options/test-XMLSummary-exception.py +++ b/Kernel/XMLSummaryKernel/options/test-XMLSummary-exception.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Test, will read and write a Dst file # Will fill some counters, and output the summary.xml # This should throw an exception after 3 events diff --git a/Kernel/XMLSummaryKernel/options/test-XMLSummary-exit.py b/Kernel/XMLSummaryKernel/options/test-XMLSummary-exit.py index 325ad4c080043203b4a0d90e25ededd24519f5d0..8ad6bc18e071ff9774e1658a69007ce9d7919a3c 100644 --- a/Kernel/XMLSummaryKernel/options/test-XMLSummary-exit.py +++ b/Kernel/XMLSummaryKernel/options/test-XMLSummary-exit.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Test, will read and write a Dst file # Will fill some counters, and output the summary.xml # This should throw an exception after 3 events diff --git a/Kernel/XMLSummaryKernel/options/test-XMLSummary.py b/Kernel/XMLSummaryKernel/options/test-XMLSummary.py index 4259dfbdaa15bfb2591effb32f175f8b29f886db..ae5ee6278048ea10ed98bff2c5f6658b37091e12 100644 --- a/Kernel/XMLSummaryKernel/options/test-XMLSummary.py +++ b/Kernel/XMLSummaryKernel/options/test-XMLSummary.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Test, will read and write a Dst file # Will fill some counters, and output the summary.xml # These options are mostly copied from $IOEXAMPLEROOT/tests/options/WriteDst.opts diff --git a/Kernel/XMLSummaryKernel/python/XMLSummaryKernel/Configuration.py b/Kernel/XMLSummaryKernel/python/XMLSummaryKernel/Configuration.py index 70122adb7b70f1a0b8eed176cae18f527045d632..24f14c16cbab4e53596dc50d151bdf2f28bdf1f1 100755 --- a/Kernel/XMLSummaryKernel/python/XMLSummaryKernel/Configuration.py +++ b/Kernel/XMLSummaryKernel/python/XMLSummaryKernel/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Configuration of the XMLSummarySvc """ diff --git a/Kernel/XMLSummaryKernel/src/XMLSummarySvc.cpp b/Kernel/XMLSummaryKernel/src/XMLSummarySvc.cpp index c32f7f442acfaf467e4a3bef26e2239d92d267b3..0f8cb58efe8f570a3e4862854e15974060afe676 100644 --- a/Kernel/XMLSummaryKernel/src/XMLSummarySvc.cpp +++ b/Kernel/XMLSummaryKernel/src/XMLSummarySvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "XMLSummarySvc.h" #include "GaudiKernel/MsgStream.h" #include "GaudiKernel/SmartIF.h" diff --git a/Kernel/XMLSummaryKernel/src/XMLSummarySvc.h b/Kernel/XMLSummaryKernel/src/XMLSummarySvc.h index 37f7103f0ae36abdc67538f8c8a650b1c9d017cd..871d4410c522b4eb67a01533a7e4332390478613 100644 --- a/Kernel/XMLSummaryKernel/src/XMLSummarySvc.h +++ b/Kernel/XMLSummaryKernel/src/XMLSummarySvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 GAUDISVC_XMLSUMMARYSVC_H #define GAUDISVC_XMLSUMMARYSVC_H diff --git a/Kernel/XMLSummaryKernel/tests/qmtest/xmlsummarykernel.qms/exception.qmt b/Kernel/XMLSummaryKernel/tests/qmtest/xmlsummarykernel.qms/exception.qmt index c4766012d63927c0e07374b329cc48dd477622b5..ae5704ca18f48994906a4b14d7aa3514f297995f 100755 --- a/Kernel/XMLSummaryKernel/tests/qmtest/xmlsummarykernel.qms/exception.qmt +++ b/Kernel/XMLSummaryKernel/tests/qmtest/xmlsummarykernel.qms/exception.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Kernel/XMLSummaryKernel/tests/qmtest/xmlsummarykernel.qms/exit.qmt b/Kernel/XMLSummaryKernel/tests/qmtest/xmlsummarykernel.qms/exit.qmt index c784c4a19fd8f05aa9431f36861c8df63596ad51..1d7aa306643616d68ca2ba2a61faefd3537872c3 100755 --- a/Kernel/XMLSummaryKernel/tests/qmtest/xmlsummarykernel.qms/exit.qmt +++ b/Kernel/XMLSummaryKernel/tests/qmtest/xmlsummarykernel.qms/exit.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Kernel/XMLSummaryKernel/tests/qmtest/xmlsummarykernel.qms/readerror.qmt b/Kernel/XMLSummaryKernel/tests/qmtest/xmlsummarykernel.qms/readerror.qmt index fc8859620779ceac191286647385bbf3bda07cdf..689b455a1d5385789b896b05707bfebe20b8c543 100755 --- a/Kernel/XMLSummaryKernel/tests/qmtest/xmlsummarykernel.qms/readerror.qmt +++ b/Kernel/XMLSummaryKernel/tests/qmtest/xmlsummarykernel.qms/readerror.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Kernel/XMLSummaryKernel/tests/qmtest/xmlsummarykernel.qms/writedst.qmt b/Kernel/XMLSummaryKernel/tests/qmtest/xmlsummarykernel.qms/writedst.qmt index 4397b90ab240682a58acc6d126baa9534f9f8aeb..2acd4261c54905929d75deaf8c63d355a389e819 100755 --- a/Kernel/XMLSummaryKernel/tests/qmtest/xmlsummarykernel.qms/writedst.qmt +++ b/Kernel/XMLSummaryKernel/tests/qmtest/xmlsummarykernel.qms/writedst.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Kernel/XMLSummaryKernel/tests/qmtest/xmlsummarykernel.qms/writeerror.qmt b/Kernel/XMLSummaryKernel/tests/qmtest/xmlsummarykernel.qms/writeerror.qmt index 6d41f30ce82bd29220d4f1a48fac391b97178379..085847b74dd81578adee925a8adb3ed820a9ea8f 100755 --- a/Kernel/XMLSummaryKernel/tests/qmtest/xmlsummarykernel.qms/writeerror.qmt +++ b/Kernel/XMLSummaryKernel/tests/qmtest/xmlsummarykernel.qms/writeerror.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Kernel/XMLSummaryKernel/tests/refs/test-XMLSummary-ReadError.xml b/Kernel/XMLSummaryKernel/tests/refs/test-XMLSummary-ReadError.xml index eb25c0a8e57f17e1d61b90467b3403bc053579d0..73acd9b59cf3c514d01fd67357cdc1fbdadbe440 100644 --- a/Kernel/XMLSummaryKernel/tests/refs/test-XMLSummary-ReadError.xml +++ b/Kernel/XMLSummaryKernel/tests/refs/test-XMLSummary-ReadError.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <summary xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" xsi:noNamespaceSchemaLocation="$XMLSUMMARYBASEROOT/xml/XMLSummary.xsd"> <success>False</success> diff --git a/Kernel/XMLSummaryKernel/tests/refs/test-XMLSummary-WriteError.xml b/Kernel/XMLSummaryKernel/tests/refs/test-XMLSummary-WriteError.xml index b174888ba6e2ca86083f6da3bee0b2c5a2eb75b2..d8daf133f69dbd76a84971274f07e9dfc2cbdc94 100644 --- a/Kernel/XMLSummaryKernel/tests/refs/test-XMLSummary-WriteError.xml +++ b/Kernel/XMLSummaryKernel/tests/refs/test-XMLSummary-WriteError.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <summary xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" xsi:noNamespaceSchemaLocation="$XMLSUMMARYBASEROOT/xml/XMLSummary.xsd"> <success>False</success> diff --git a/Kernel/XMLSummaryKernel/tests/refs/test-XMLSummary-exception.xml b/Kernel/XMLSummaryKernel/tests/refs/test-XMLSummary-exception.xml index f34a5ac141c1ca961100565d41e05d3bfd1011c7..cc65c0c0bdc9a9c54129df25c337663a40e6c57e 100644 --- a/Kernel/XMLSummaryKernel/tests/refs/test-XMLSummary-exception.xml +++ b/Kernel/XMLSummaryKernel/tests/refs/test-XMLSummary-exception.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <summary xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" xsi:noNamespaceSchemaLocation="$XMLSUMMARYBASEROOT/xml/XMLSummary.xsd"> <success>False</success> diff --git a/Kernel/XMLSummaryKernel/tests/refs/test-XMLSummary-exit.xml b/Kernel/XMLSummaryKernel/tests/refs/test-XMLSummary-exit.xml index defe2ce092c59b16e2dce5a39ede91b8c82f7f0a..104272dc31457fbbbf830b1e3de7957f9f64ee10 100644 --- a/Kernel/XMLSummaryKernel/tests/refs/test-XMLSummary-exit.xml +++ b/Kernel/XMLSummaryKernel/tests/refs/test-XMLSummary-exit.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <summary xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" xsi:noNamespaceSchemaLocation="$XMLSUMMARYBASEROOT/xml/XMLSummary.xsd"> <success>False</success> diff --git a/Kernel/XMLSummaryKernel/tests/refs/test-XMLSummary.xml b/Kernel/XMLSummaryKernel/tests/refs/test-XMLSummary.xml index d553cdc613f4fd063dc7b8a80a141d1c92161d7c..800c426a56cac0e818f9acf51d5f5ffd1af7f4b5 100644 --- a/Kernel/XMLSummaryKernel/tests/refs/test-XMLSummary.xml +++ b/Kernel/XMLSummaryKernel/tests/refs/test-XMLSummary.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <summary xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" xsi:noNamespaceSchemaLocation="$XMLSUMMARYBASEROOT/xml/XMLSummary.xsd"> <success>True</success> diff --git a/L0/L0Base/CMakeLists.txt b/L0/L0Base/CMakeLists.txt index 8d88ba043d5ec9f811da7b96898bded88a2afca3..67ad2620db634ffc25a4f9fc0eb603c0cda38700 100644 --- a/L0/L0Base/CMakeLists.txt +++ b/L0/L0Base/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: L0Base ################################################################################ diff --git a/L0/L0Base/L0Base/L0AlgBase.h b/L0/L0Base/L0Base/L0AlgBase.h index ca2d65fcb64c69a38c0cc961f6d4b068d5bb2e1e..a681a9200e033e9b4c86a8379ef034f5e0e90490 100644 --- a/L0/L0Base/L0Base/L0AlgBase.h +++ b/L0/L0Base/L0Base/L0AlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0ALGBASE_H #define L0ALGBASE_H 1 diff --git a/L0/L0Base/L0Base/L0FromRawBase.h b/L0/L0Base/L0Base/L0FromRawBase.h index b9a6cf82c877665cffb179eb151bf2eb3ac2c8fb..70c8244ce3f85c138fe65e4a884619bb85310624 100644 --- a/L0/L0Base/L0Base/L0FromRawBase.h +++ b/L0/L0Base/L0Base/L0FromRawBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0FROMRAWBASE_H #define L0FROMRAWBASE_H 1 diff --git a/L0/L0Base/src/L0AlgBase.cpp b/L0/L0Base/src/L0AlgBase.cpp index 34c0b64abfae89bf4cc96062558d3542d9b711fa..92ee1ab432f69713d34db44113369383b95cafd8 100644 --- a/L0/L0Base/src/L0AlgBase.cpp +++ b/L0/L0Base/src/L0AlgBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0Base/L0AlgBase.h" diff --git a/L0/L0Base/src/L0FromRawBase.cpp b/L0/L0Base/src/L0FromRawBase.cpp index a174528fa1e620d47a19e6894a0f687b96771af2..d6c0b7cb2730e64e8f50221f0be28b8ca1d0cf3f 100644 --- a/L0/L0Base/src/L0FromRawBase.cpp +++ b/L0/L0Base/src/L0FromRawBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/L0/L0Calo/CMakeLists.txt b/L0/L0Calo/CMakeLists.txt index 8f951b0802f625301870dce8f6be9529ddac6ab9..394a2dce3a206d2fa0bf2112920c540bdc69447d 100644 --- a/L0/L0Calo/CMakeLists.txt +++ b/L0/L0Calo/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: L0Calo ################################################################################ diff --git a/L0/L0Calo/python/L0Calo/Configuration.py b/L0/L0Calo/python/L0Calo/Configuration.py index 47b10ac8ea1400397d5b6d6ef81db56b098de8b5..a7cbf8901e914653b152fa03bd2480eb3cda7c71 100644 --- a/L0/L0Calo/python/L0Calo/Configuration.py +++ b/L0/L0Calo/python/L0Calo/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Configuration tools for L0Calo """ diff --git a/L0/L0Calo/src/CaloTriggerAdcsFromCaloRaw.cpp b/L0/L0Calo/src/CaloTriggerAdcsFromCaloRaw.cpp index 8ff53227bc29b3064276fe507ca54ae09f433a41..863e6300db065310a9f635d278f2e0a857bb8698 100644 --- a/L0/L0Calo/src/CaloTriggerAdcsFromCaloRaw.cpp +++ b/L0/L0Calo/src/CaloTriggerAdcsFromCaloRaw.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 Calo diff --git a/L0/L0Calo/src/CaloTriggerAdcsFromCaloRaw.h b/L0/L0Calo/src/CaloTriggerAdcsFromCaloRaw.h index b83bfc29fbdfd0633d9ce33038d0055976594789..404fc957bc5fbb794b95192e6e2118a2bb923fb6 100644 --- a/L0/L0Calo/src/CaloTriggerAdcsFromCaloRaw.h +++ b/L0/L0Calo/src/CaloTriggerAdcsFromCaloRaw.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CALOTRIGGERADCSFROMCALORAW_H #define CALOTRIGGERADCSFROMCALORAW_H 1 diff --git a/L0/L0Calo/src/DumpL0CaloBanks.cpp b/L0/L0Calo/src/DumpL0CaloBanks.cpp index 52cb348c0a403314ea49d32ec47cca8d9a1923b1..e71f9533049ddfa423c40e37dff0ab4160724d20 100755 --- a/L0/L0Calo/src/DumpL0CaloBanks.cpp +++ b/L0/L0Calo/src/DumpL0CaloBanks.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <fstream> // Event/L0Event diff --git a/L0/L0Calo/src/DumpL0CaloBanks.h b/L0/L0Calo/src/DumpL0CaloBanks.h index 67458268b1c3d59cdac1862b8d1849d6ecd9de5e..9c175ede3e30ef3ac78074bfe3d7927904642973 100755 --- a/L0/L0Calo/src/DumpL0CaloBanks.h +++ b/L0/L0Calo/src/DumpL0CaloBanks.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: DumpL0CaloBanks.h,v 1.2 2008-07-16 20:20:17 robbep Exp $ #ifndef DUMPL0CALOBANKS_H #define DUMPL0CALOBANKS_H 1 diff --git a/L0/L0Calo/src/L0CaloAlg.cpp b/L0/L0Calo/src/L0CaloAlg.cpp index f0964bb6c52f8b1c238a234aea6a12a09f3866ff..d3b543bc9bf030497265c06e34df2d9b89147e81 100755 --- a/L0/L0Calo/src/L0CaloAlg.cpp +++ b/L0/L0Calo/src/L0CaloAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /// local #include "L0CaloAlg.h" diff --git a/L0/L0Calo/src/L0CaloAlg.h b/L0/L0Calo/src/L0CaloAlg.h index f6fbc36c8a1e7911cb7e9549a1ed64ef54834860..7c88638e69056f28c8f7c9a5bcd38a3eea136a86 100755 --- a/L0/L0Calo/src/L0CaloAlg.h +++ b/L0/L0Calo/src/L0CaloAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0CALO_L0CALOALG_H #define L0CALO_L0CALOALG_H 1 diff --git a/L0/L0Calo/src/L0CaloCandidatesFromRaw.cpp b/L0/L0Calo/src/L0CaloCandidatesFromRaw.cpp index 20b6bbe91fc5645c0ba0608d29473d2784468f33..8d8d0caf6874486ce116ba454b228ba5708e0bfe 100644 --- a/L0/L0Calo/src/L0CaloCandidatesFromRaw.cpp +++ b/L0/L0Calo/src/L0CaloCandidatesFromRaw.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0CaloCandidatesFromRaw.h" diff --git a/L0/L0Calo/src/L0CaloCandidatesFromRaw.h b/L0/L0Calo/src/L0CaloCandidatesFromRaw.h index 60eaadbe986814e19273d36b48968bc0c4427449..0f6c34a166d8c012c64324ba47f69d725f01d966 100755 --- a/L0/L0Calo/src/L0CaloCandidatesFromRaw.h +++ b/L0/L0Calo/src/L0CaloCandidatesFromRaw.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0CALOCANDIDATESFROMRAW_H #define L0CALOCANDIDATESFROMRAW_H 1 diff --git a/L0/L0Calo/src/L0CaloCandidatesFromRawBank.cpp b/L0/L0Calo/src/L0CaloCandidatesFromRawBank.cpp index f86a63b23cbf7bed41cef5204179d0ddc189043d..38b9c73f498fcb4d55114d26c44329406bfa8267 100755 --- a/L0/L0Calo/src/L0CaloCandidatesFromRawBank.cpp +++ b/L0/L0Calo/src/L0CaloCandidatesFromRawBank.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0CaloCandidatesFromRawBank.h" diff --git a/L0/L0Calo/src/L0CaloCandidatesFromRawBank.h b/L0/L0Calo/src/L0CaloCandidatesFromRawBank.h index ec5825426cec47017a573c82d93f16e7aaa6c17b..cd565ce0438ced39e6f06666d8a6a12d736adf3e 100755 --- a/L0/L0Calo/src/L0CaloCandidatesFromRawBank.h +++ b/L0/L0Calo/src/L0CaloCandidatesFromRawBank.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0CALO_L0CALOCANDIDATESFROMRAWBANK_H #define L0CALO_L0CALOCANDIDATESFROMRAWBANK_H 1 diff --git a/L0/L0Calo/src/L0CaloCheckCalibCte.cpp b/L0/L0Calo/src/L0CaloCheckCalibCte.cpp index 828783a5648afd7853ee96d175b29ffb76edfde6..29ebf1a17d96329948fccfa4b26b29f9f6f0a24d 100644 --- a/L0/L0Calo/src/L0CaloCheckCalibCte.cpp +++ b/L0/L0Calo/src/L0CaloCheckCalibCte.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/L0/L0Calo/src/L0CaloCheckCalibCte.h b/L0/L0Calo/src/L0CaloCheckCalibCte.h index 1939a06085eb94460a1366b401ed56372f78e134..9a1e7c91d1c2c7300552b4f826a5d2c71acc72a5 100644 --- a/L0/L0Calo/src/L0CaloCheckCalibCte.h +++ b/L0/L0Calo/src/L0CaloCheckCalibCte.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0CALO_L0CALOCHECKCALIBCTE_H #define L0CALO_L0CALOCHECKCALIBCTE_H 1 diff --git a/L0/L0Calo/src/L0CaloCompare.cpp b/L0/L0Calo/src/L0CaloCompare.cpp index 2ed5a945fad7e53afed592423ae398b66323fa2a..96a3b1943d5ef980b36bdffd8c8d3bb55371fc8b 100755 --- a/L0/L0Calo/src/L0CaloCompare.cpp +++ b/L0/L0Calo/src/L0CaloCompare.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "L0CaloCompare.h" diff --git a/L0/L0Calo/src/L0CaloCompare.h b/L0/L0Calo/src/L0CaloCompare.h index 36312d2740b40031da9246ddcdac54b711bb5ae7..d5abf8eafeba0dfee0b1584e21a98204a90e7595 100755 --- a/L0/L0Calo/src/L0CaloCompare.h +++ b/L0/L0Calo/src/L0CaloCompare.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0CALOCOMPARE_H #define L0CALOCOMPARE_H 1 diff --git a/L0/L0Calo/src/L0CaloMonit.cpp b/L0/L0Calo/src/L0CaloMonit.cpp index ed213e2879037dbac70c83c73aa77f5d74468683..737dd3c1a9fa9e8c9fe4cc53a5ce46c40ab4da37 100755 --- a/L0/L0Calo/src/L0CaloMonit.cpp +++ b/L0/L0Calo/src/L0CaloMonit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "L0CaloMonit.h" diff --git a/L0/L0Calo/src/L0CaloMonit.h b/L0/L0Calo/src/L0CaloMonit.h index cb0ecff6f78df905afdf26ddbb1e6edc2cc80104..c56ed644c01ee25e14b05ad16e0832f7e7daa7f1 100755 --- a/L0/L0Calo/src/L0CaloMonit.h +++ b/L0/L0Calo/src/L0CaloMonit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0CALOMONIT_H #define L0CALOMONIT_H 1 diff --git a/L0/L0Calo/src/L0CaloNtpMonitor.cpp b/L0/L0Calo/src/L0CaloNtpMonitor.cpp index d17f0b27ce64f16fbf5ee2c75a11f29439412df1..99ac6db12cb99970a78e3e1d423dfd1d9abcd59e 100755 --- a/L0/L0Calo/src/L0CaloNtpMonitor.cpp +++ b/L0/L0Calo/src/L0CaloNtpMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/L0/L0Calo/src/L0CaloNtpMonitor.h b/L0/L0Calo/src/L0CaloNtpMonitor.h index 0ea110af02fa61b57efbc8a07e8aadb64c4dd543..a8f521e876aaabe19bfe723d8ecae18655f4bca4 100755 --- a/L0/L0Calo/src/L0CaloNtpMonitor.h +++ b/L0/L0Calo/src/L0CaloNtpMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: L0CaloNtpMonitor.h,v 1.2 2008-04-13 16:53:32 robbep Exp $ #ifndef L0CALONTPMONITOR_H #define L0CALONTPNOMITOR_H 1 diff --git a/L0/L0Calo/src/L0CaloPRSResetMonitor.cpp b/L0/L0Calo/src/L0CaloPRSResetMonitor.cpp index 8579161d895ad9a3c1a7ca6e80e84b0e09c5195e..e765f294daf94514d800bca79d8f220257961206 100755 --- a/L0/L0Calo/src/L0CaloPRSResetMonitor.cpp +++ b/L0/L0Calo/src/L0CaloPRSResetMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "L0CaloPRSResetMonitor.h" diff --git a/L0/L0Calo/src/L0CaloPRSResetMonitor.h b/L0/L0Calo/src/L0CaloPRSResetMonitor.h index 112c85545f78efb071305059ee7dc8ddbbbc1966..cf2d3660078cd05d3853be3cd18983994adfb1cc 100755 --- a/L0/L0Calo/src/L0CaloPRSResetMonitor.h +++ b/L0/L0Calo/src/L0CaloPRSResetMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ #ifndef L0CALOPRSRESETMONITOR_H #define L0CALOPRSRESETMONITOR_H 1 diff --git a/L0/L0Calo/src/L0CaloToMCParticleAsct.cpp b/L0/L0Calo/src/L0CaloToMCParticleAsct.cpp index e451afdb3501f381e5101be38e3e1310a2ab83a9..d95c23c92022b3d61218ace316df285a0fcd9a62 100755 --- a/L0/L0Calo/src/L0CaloToMCParticleAsct.cpp +++ b/L0/L0Calo/src/L0CaloToMCParticleAsct.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 Event diff --git a/L0/L0Calo/src/L0CaloToMCParticleAsct.h b/L0/L0Calo/src/L0CaloToMCParticleAsct.h index 779f87a10157f8bc8f44c1a0d7a578749597ec3a..2dcdd45c82e1e307f6b7abb68dc7cfc3f8fd13fc 100755 --- a/L0/L0Calo/src/L0CaloToMCParticleAsct.h +++ b/L0/L0Calo/src/L0CaloToMCParticleAsct.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: L0CaloToMCParticleAsct.h,v 1.4 2005-01-12 09:19:38 ocallot Exp $ #ifndef L0CALOTOMCPARTICLEASCT_H #define L0CALOTOMCPARTICLEASCT_H 1 diff --git a/L0/L0Calo/src/L0Candidate.cpp b/L0/L0Calo/src/L0Candidate.cpp index bc5369aa65e1a50b8d5568c53793ad09dd61ccfd..86dc364e6b9599dd1f4d394315617df9e4b5aa69 100644 --- a/L0/L0Calo/src/L0Candidate.cpp +++ b/L0/L0Calo/src/L0Candidate.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: L0Candidate.cpp,v 1.1 2009-10-14 10:18:52 robbep Exp $ // local #include "L0Candidate.h" diff --git a/L0/L0Calo/src/L0Candidate.h b/L0/L0Calo/src/L0Candidate.h index a3bb0bc3a18fd6476d696a007367164fd41cb58d..db7923ccc5571334e0f688f7a1a16ca474fcad9f 100644 --- a/L0/L0Calo/src/L0Candidate.h +++ b/L0/L0Calo/src/L0Candidate.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: L0Candidate.h,v 1.2 2009-10-29 10:52:15 robbep Exp $ #ifndef L0CALO_L0CANDIDATE_H #define L0CALO_L0CANDIDATE_H 1 diff --git a/L0/L0Calo/src/LLTCaloAlg.cpp b/L0/L0Calo/src/LLTCaloAlg.cpp index c2eed63cd24c42457ba6ccd2017f6db1cf4d395a..8b0a9fd73fd3331d7a3db2ef055bf36a22af89c4 100755 --- a/L0/L0Calo/src/LLTCaloAlg.cpp +++ b/L0/L0Calo/src/LLTCaloAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /// local #include "LLTCaloAlg.h" diff --git a/L0/L0Calo/src/LLTCaloAlg.h b/L0/L0Calo/src/LLTCaloAlg.h index 011d90a90209665b8a42bed01a3cc6cd39787bb2..93f13ad1a91f4fc565410f277de38fd503aa8580 100755 --- a/L0/L0Calo/src/LLTCaloAlg.h +++ b/L0/L0Calo/src/LLTCaloAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LLTCALO_L0CALOALG_H #define LLTCALO_L0CALOALG_H 1 diff --git a/L0/L0Calo/src/LLTTriggerCard.cpp b/L0/L0Calo/src/LLTTriggerCard.cpp index 0b137803666a837b157fc430e2a427ea2e971109..63bda0ee51d1deca7a599532fdebb49811a40bf7 100644 --- a/L0/L0Calo/src/LLTTriggerCard.cpp +++ b/L0/L0Calo/src/LLTTriggerCard.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "LLTTriggerCard.h" /** Clean up for a new event. Resets all arrays and values diff --git a/L0/L0Calo/src/LLTTriggerCard.h b/L0/L0Calo/src/LLTTriggerCard.h index d686ac96a2d056c23176650177ca3804a23f53b8..f00cbbd9d876007836b2ab9309755e7580b67414 100644 --- a/L0/L0Calo/src/LLTTriggerCard.h +++ b/L0/L0Calo/src/LLTTriggerCard.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // $Header: /afs/cern.ch/project/cvs/reps/lhcb/L0/L0Calo/src/LLTTriggerCard.h,v 1.5 2006-01-26 16:52:13 ocallot Exp $ #include <vector> diff --git a/L0/L0Calo/src/TriggerCard.cpp b/L0/L0Calo/src/TriggerCard.cpp index 6de67dac6df25c167784c5f6e7b9296c4b708dac..0296adf0a44c11086c70121f1119270ac4b98438 100755 --- a/L0/L0Calo/src/TriggerCard.cpp +++ b/L0/L0Calo/src/TriggerCard.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "TriggerCard.h" /** Clean up for a new event. Resets all arrays and values diff --git a/L0/L0Calo/src/TriggerCard.h b/L0/L0Calo/src/TriggerCard.h index c6b1c76ab4bab99dbfcbffdf1b6fcf9afa21dfc2..00abd6a64a4ffd153d15fed161fe15a7828e8348 100755 --- a/L0/L0Calo/src/TriggerCard.h +++ b/L0/L0Calo/src/TriggerCard.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // $Header: /afs/cern.ch/project/cvs/reps/lhcb/L0/L0Calo/src/TriggerCard.h,v 1.5 2006-01-26 16:52:13 ocallot Exp $ #include <vector> diff --git a/L0/L0Calo/tests/qmtest/l0calo.qms/testL0CaloFix2016.qmt b/L0/L0Calo/tests/qmtest/l0calo.qms/testL0CaloFix2016.qmt index 9245d5387eaa68c1a4abec4363bfbb0ca1078b92..dd3de8dfcc1678838aa052e6a0da2876c33af013 100644 --- a/L0/L0Calo/tests/qmtest/l0calo.qms/testL0CaloFix2016.qmt +++ b/L0/L0Calo/tests/qmtest/l0calo.qms/testL0CaloFix2016.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>../scripts/testL0CaloFix2016.py</text></argument> <argument name="validator"><text> diff --git a/L0/L0Calo/tests/scripts/testL0CaloFix2016.py b/L0/L0Calo/tests/scripts/testL0CaloFix2016.py index d3b62644e61ff89a41660d5ef2a38d0c4819303a..8ef274f2db99cc028db82d0745bd4f77fd555df5 100644 --- a/L0/L0Calo/tests/scripts/testL0CaloFix2016.py +++ b/L0/L0Calo/tests/scripts/testL0CaloFix2016.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 LHCbApp from PRConfig import TestFileDB TestFileDB.test_file_db['2016-lb2l0gamma.strip.dst'].run(configurable=LHCbApp()) diff --git a/L0/L0DU/CMakeLists.txt b/L0/L0DU/CMakeLists.txt index e94445df69d0c59054c2b4c7ffd7cb1bc074ae36..34e7d1d6787469d1201ed5f42cfd6dfe810e6e5a 100644 --- a/L0/L0DU/CMakeLists.txt +++ b/L0/L0DU/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: L0DU ################################################################################ diff --git a/L0/L0DU/options/DataWord.C b/L0/L0DU/options/DataWord.C index 34071a3d4c18d0008fc43862ead6611e0f9581b7..3bbc8603f633e6f43edcbcc5b590bca65cc49035 100644 --- a/L0/L0DU/options/DataWord.C +++ b/L0/L0DU/options/DataWord.C @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "TTree.h" #include "TFile.h" #include "TBranch.h" diff --git a/L0/L0DU/python/L0DU/Configuration.py b/L0/L0DU/python/L0DU/Configuration.py index 8fb50dd8a49df8fbd5a3e185f2e52440347c0928..abd755d83d8fcb4df08e8dab2bff1fc0315d7214 100644 --- a/L0/L0DU/python/L0DU/Configuration.py +++ b/L0/L0DU/python/L0DU/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Configuration tools for the L0 trigger """ diff --git a/L0/L0DU/python/L0DU/L0Algs.py b/L0/L0DU/python/L0DU/L0Algs.py index ae1810ca0f7fadf3571b7e2dc98900e8f3d27d07..59b23be4bd92d497af1f17d57460fedcf765c571 100644 --- a/L0/L0DU/python/L0DU/L0Algs.py +++ b/L0/L0DU/python/L0DU/L0Algs.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # ============================================================================= ## Useful utilities for accesssing L0 algorithms as they are used in L0Conf # @author Julien Cogan diff --git a/L0/L0DU/src/FastL0DUFilter.cpp b/L0/L0DU/src/FastL0DUFilter.cpp index f9929cacdf3161de06f1a5a5ae2a2061bdb1489d..fbeb55c89a751513fe91de568596dcc1a55e7913 100644 --- a/L0/L0DU/src/FastL0DUFilter.cpp +++ b/L0/L0DU/src/FastL0DUFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/L0/L0DU/src/FastL0DUFilter.h b/L0/L0DU/src/FastL0DUFilter.h index 4e37a3083e10acebe0084fc5a25a0436a1b64a03..e3ff241e24bcb2c51f4b82fd579d2c0d972ba0bd 100644 --- a/L0/L0DU/src/FastL0DUFilter.h +++ b/L0/L0DU/src/FastL0DUFilter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 FASTL0DUFILTER_H #define FASTL0DUFILTER_H 1 diff --git a/L0/L0DU/src/L0CondDBProvider.cpp b/L0/L0DU/src/L0CondDBProvider.cpp index 5d0764ea2a2d74c262dd22b939c0fd25da77af7f..d8570e35db7e0bf533b13f4864337520d8e412b9 100644 --- a/L0/L0DU/src/L0CondDBProvider.cpp +++ b/L0/L0DU/src/L0CondDBProvider.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/L0/L0DU/src/L0CondDBProvider.h b/L0/L0DU/src/L0CondDBProvider.h index 077b332c5d03af74d296ec1b441d9aec2270edd0..47c792eee90ecd474cd32fd8f946a3b8c66c2565 100644 --- a/L0/L0DU/src/L0CondDBProvider.h +++ b/L0/L0DU/src/L0CondDBProvider.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0CONDDBPROVIDER_H #define L0CONDDBPROVIDER_H 1 diff --git a/L0/L0DU/src/L0DUAlg.cpp b/L0/L0DU/src/L0DUAlg.cpp index d6f9d1f80ca8584549dd19a8450b5bb9681d5b54..8b50924065ef1aa255f4d4a992a65d102ade1719 100644 --- a/L0/L0DU/src/L0DUAlg.cpp +++ b/L0/L0DU/src/L0DUAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/L0/L0DU/src/L0DUAlg.h b/L0/L0DU/src/L0DUAlg.h index c852782e1ccc5dfe177f29a113b81c5637856b9e..cd2f0bbb6fb16729cc1e3d046b9cee6b822d8165 100644 --- a/L0/L0DU/src/L0DUAlg.h +++ b/L0/L0DU/src/L0DUAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0DUAlg_H #define L0DUAlg_H 1 diff --git a/L0/L0DU/src/L0DUConfigProvider.cpp b/L0/L0DU/src/L0DUConfigProvider.cpp index 6c7cbb59d58e9e1b6cf8c4a3f5f4de075db8fe35..078f67f745399fd4e60691c3ee930e084cf8984b 100644 --- a/L0/L0DU/src/L0DUConfigProvider.cpp +++ b/L0/L0DU/src/L0DUConfigProvider.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <array> #include <numeric> #include <string_view> diff --git a/L0/L0DU/src/L0DUConfigProvider.h b/L0/L0DU/src/L0DUConfigProvider.h index 642a207530bab7143e67a030c7b6b97488068156..837096088a252310c5957c6014bb64200a48c4d3 100644 --- a/L0/L0DU/src/L0DUConfigProvider.h +++ b/L0/L0DU/src/L0DUConfigProvider.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0DUCONFIGPROVIDER_H #define L0DUCONFIGPROVIDER_H 1 diff --git a/L0/L0DU/src/L0DUDecoder.cpp b/L0/L0DU/src/L0DUDecoder.cpp index 0c5140507f112a96c86a873f66961dfccaa32309..cf21b9a77d96741a1ea27f481074d1a60c57f826 100644 --- a/L0/L0DU/src/L0DUDecoder.cpp +++ b/L0/L0DU/src/L0DUDecoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <optional> diff --git a/L0/L0DU/src/L0DUDecoder.h b/L0/L0DU/src/L0DUDecoder.h index 2d0f15647b24282bafa8509ba2a77c3085db6458..a1587e536c8e41c4321542173afcee563f61c90f 100644 --- a/L0/L0DU/src/L0DUDecoder.h +++ b/L0/L0DU/src/L0DUDecoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0DUDECODER_H #define L0DUDECODER_H 1 diff --git a/L0/L0DU/src/L0DUEmulatorTool.cpp b/L0/L0DU/src/L0DUEmulatorTool.cpp index 4a8166abc31084844dd2d37e84c9043b101fbd5c..47c4267109ee97e855dee8b440a9993ff3bf9e87 100644 --- a/L0/L0DU/src/L0DUEmulatorTool.cpp +++ b/L0/L0DU/src/L0DUEmulatorTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "Kernel/STLExtensions.h" diff --git a/L0/L0DU/src/L0DUEmulatorTool.h b/L0/L0DU/src/L0DUEmulatorTool.h index c80e07dcd9eaa0103eb228af5f5df5a85b37a1c3..7e2c4319dcb598bef276ddac9f614d65c798a7b6 100644 --- a/L0/L0DU/src/L0DUEmulatorTool.h +++ b/L0/L0DU/src/L0DUEmulatorTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0DUEMULATORTOOL_H #define L0DUEMULATORTOOL_H 1 diff --git a/L0/L0DU/src/L0DUFromRawAlg.cpp b/L0/L0DU/src/L0DUFromRawAlg.cpp index b56da8f7a650533f4ca417beb9c340f5853ea1a1..df5b0842f25c91726ee06c1d6954249bee3e6b8a 100644 --- a/L0/L0DU/src/L0DUFromRawAlg.cpp +++ b/L0/L0DU/src/L0DUFromRawAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // DAQEvent diff --git a/L0/L0DU/src/L0DUFromRawAlg.h b/L0/L0DU/src/L0DUFromRawAlg.h index 69a05d9fdf1c406b111ad94e5a234dabea774768..845efe8ecb1e0b7626977597f1862aa396e9f2d6 100644 --- a/L0/L0DU/src/L0DUFromRawAlg.h +++ b/L0/L0DU/src/L0DUFromRawAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0DUFROMRAWALG_H #define L0DUFROMRAWALG_H 1 diff --git a/L0/L0DU/src/L0DUFromRawHlt1Tool.cpp b/L0/L0DU/src/L0DUFromRawHlt1Tool.cpp index a859e0db106313bd6ef6da7beb39c47e6e5b7bc4..27dfe7ceff6dcc7d5d506a4d0d04192ac2b25e16 100644 --- a/L0/L0DU/src/L0DUFromRawHlt1Tool.cpp +++ b/L0/L0DU/src/L0DUFromRawHlt1Tool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/L0/L0DU/src/L0DUFromRawHlt1Tool.h b/L0/L0DU/src/L0DUFromRawHlt1Tool.h index 4b7ffe1d2fc2e61e4d61ad7d23a29b1369bd03c5..b758db6ff28d78672ffce5a914f399105e34962a 100644 --- a/L0/L0DU/src/L0DUFromRawHlt1Tool.h +++ b/L0/L0DU/src/L0DUFromRawHlt1Tool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0DUFROMRAWHLT1TOOL_H #define L0DUFROMRAWHLT1TOOL_H 1 diff --git a/L0/L0DU/src/L0DUFromRawTool.cpp b/L0/L0DU/src/L0DUFromRawTool.cpp index d5c4fdce0af1d34ab155cebebc6095656589a04c..553712ca52a3592e52b67c1f73b699c2fa9ac1b8 100644 --- a/L0/L0DU/src/L0DUFromRawTool.cpp +++ b/L0/L0DU/src/L0DUFromRawTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/L0/L0DU/src/L0DUFromRawTool.h b/L0/L0DU/src/L0DUFromRawTool.h index 8a9ec8724a2190f3d14dbfba6ced393b710920f8..18061b2702fe955902dd7ba3185adb1beb39fbed 100644 --- a/L0/L0DU/src/L0DUFromRawTool.h +++ b/L0/L0DU/src/L0DUFromRawTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0DUFROMRAWTOOL_H #define L0DUFROMRAWTOOL_H 1 diff --git a/L0/L0DU/src/L0DUMultiConfigProvider.cpp b/L0/L0DU/src/L0DUMultiConfigProvider.cpp index cc7f19bd70b852160b58889a7b6cee4672e6bf6b..718efad71318128b3b3cd2b0c419ebf27526dd0d 100644 --- a/L0/L0DU/src/L0DUMultiConfigProvider.cpp +++ b/L0/L0DU/src/L0DUMultiConfigProvider.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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<iostream> diff --git a/L0/L0DU/src/L0DUMultiConfigProvider.h b/L0/L0DU/src/L0DUMultiConfigProvider.h index 648a2b39908b038305656e096fee907e8e431f89..11d2c260b58949a537c942c9e3eb4cad74103a73 100644 --- a/L0/L0DU/src/L0DUMultiConfigProvider.h +++ b/L0/L0DU/src/L0DUMultiConfigProvider.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0DUMULTICONFIGPROVIDER_H #define L0DUMULTICONFIGPROVIDER_H 1 diff --git a/L0/L0DU/src/L0DUMultiTrends.cpp b/L0/L0DU/src/L0DUMultiTrends.cpp index 48003f84c5a1ede994b40ff24f360f4474d53613..2d3e1f552dfe1aeffefe6f3eb2a680c65645a00f 100644 --- a/L0/L0DU/src/L0DUMultiTrends.cpp +++ b/L0/L0DU/src/L0DUMultiTrends.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/L0/L0DU/src/L0DUMultiTrends.h b/L0/L0DU/src/L0DUMultiTrends.h index af8fd5aa37a624ac7fc46227207df2106aea9f60..0ec955e071d4f7f4b7727c9139de14b2060db3a9 100644 --- a/L0/L0DU/src/L0DUMultiTrends.h +++ b/L0/L0DU/src/L0DUMultiTrends.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0DUMULTITRENDS_H #define L0DUMULTITRENDS_H 1 diff --git a/L0/L0DU/src/L0DURawBankMonitor.cpp b/L0/L0DU/src/L0DURawBankMonitor.cpp index 8fe95553ab601d947ced246fa30beb687307d461..bd874187fdd8488253df6a464d8324e3c8d9ff5b 100644 --- a/L0/L0DU/src/L0DURawBankMonitor.cpp +++ b/L0/L0DU/src/L0DURawBankMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/L0/L0DU/src/L0DURawBankMonitor.h b/L0/L0DU/src/L0DURawBankMonitor.h index 536678b6c975ecb5c0a190307f1d2ebbac285e01..e902ed3155665b2e94a868b28669b6345d3f5c14 100644 --- a/L0/L0DU/src/L0DURawBankMonitor.h +++ b/L0/L0DU/src/L0DURawBankMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0DURAWBANKMONITOR_H #define L0DURAWBANKMONITOR_H 1 diff --git a/L0/L0DU/src/L0DUReportMonitor.cpp b/L0/L0DU/src/L0DUReportMonitor.cpp index 2dfc15a796e2c7d06eda2195f87d92afce3a271d..15b33caa4b971add530fa2bb766ab0b3d56a4bdb 100644 --- a/L0/L0DU/src/L0DUReportMonitor.cpp +++ b/L0/L0DU/src/L0DUReportMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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> // from Gaudi diff --git a/L0/L0DU/src/L0DUReportMonitor.h b/L0/L0DU/src/L0DUReportMonitor.h index 0ba2043d60f3e4b5991f2d5786cb5c0bd97ca600..8a89ef95285e7f9fc7509a03829b171267695a00 100644 --- a/L0/L0DU/src/L0DUReportMonitor.h +++ b/L0/L0DU/src/L0DUReportMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0DUREPORTMONITOR_H #define L0DUREPORTMONITOR_H 1 diff --git a/L0/L0DU/src/L0DataFilter.cpp b/L0/L0DU/src/L0DataFilter.cpp index c5ae51e61f974a7add920ff2f8a1832afa7f61fb..2f1d467d1b1aa28449f99e2be414ebb7386bf983 100644 --- a/L0/L0DU/src/L0DataFilter.cpp +++ b/L0/L0DU/src/L0DataFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 Event diff --git a/L0/L0DU/src/L0DataFilter.h b/L0/L0DU/src/L0DataFilter.h index 00378c06af3cecf8f3e137d14acd44256b1eadc4..add08918fdf4c6e95d74d343584c0bcd6ce2558d 100644 --- a/L0/L0DU/src/L0DataFilter.h +++ b/L0/L0DU/src/L0DataFilter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0DATAFILTER_H #define L0DATAFILTER_H 1 diff --git a/L0/L0DU/src/L0DataNtp.cpp b/L0/L0DU/src/L0DataNtp.cpp index 4f811fe8391622173253f3e6fe21aa351be0d480..b27fd4f4651268c3471810062d5053e419dcacc5 100644 --- a/L0/L0DU/src/L0DataNtp.cpp +++ b/L0/L0DU/src/L0DataNtp.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 Event diff --git a/L0/L0DU/src/L0DataNtp.h b/L0/L0DU/src/L0DataNtp.h index 65992d06d7784a522d7b04f19a3ae81816bd22c7..73e91530734815cde3b68fda3a6c31acc0004817 100644 --- a/L0/L0DU/src/L0DataNtp.h +++ b/L0/L0DU/src/L0DataNtp.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0DATANTP_H #define L0DATANTP_H 1 diff --git a/L0/L0DU/src/L0ETC.cpp b/L0/L0DU/src/L0ETC.cpp index eab31d1638cc8a420aedcfb5325a3ded9f747ded..94ef577ecd6cd1e0055217b71d8bf1abd0fbb156 100644 --- a/L0/L0DU/src/L0ETC.cpp +++ b/L0/L0DU/src/L0ETC.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/IRegistry.h" diff --git a/L0/L0DU/src/L0ETC.h b/L0/L0DU/src/L0ETC.h index a3a69ff6168f7e3b6b8bcf7c922a9595159c2366..a324bababc888334a35d7e097c724eb97df99ba1 100644 --- a/L0/L0DU/src/L0ETC.h +++ b/L0/L0DU/src/L0ETC.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0ETC_H #define L0ETC_H 1 diff --git a/L0/L0DU/src/L0Filter.cpp b/L0/L0DU/src/L0Filter.cpp index 693df42b892d3ad55c965fa8f4563799d3b79d84..a935e75f3fc068cf76cb40b89c125ae1e5c05ea2 100644 --- a/L0/L0DU/src/L0Filter.cpp +++ b/L0/L0DU/src/L0Filter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 Event diff --git a/L0/L0DU/src/L0Filter.h b/L0/L0DU/src/L0Filter.h index d35a42b7888cf74233e8c7530bc0ff2e3d73dee7..73c2b91ba2b44241271c940830fe75b082cdf246 100644 --- a/L0/L0DU/src/L0Filter.h +++ b/L0/L0DU/src/L0Filter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0FILTER_H #define L0FILTER_H 1 diff --git a/L0/L0DU/src/L0Pattern.cpp b/L0/L0DU/src/L0Pattern.cpp index bec377b3dfc9693e1416f3c0c8f1ddfba98e9c5c..a7a7c7795bcc65cb2064f08bc505cb8d5711789b 100644 --- a/L0/L0DU/src/L0Pattern.cpp +++ b/L0/L0DU/src/L0Pattern.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "Kernel/STLExtensions.h" // L0Event diff --git a/L0/L0DU/src/L0Pattern.h b/L0/L0DU/src/L0Pattern.h index 19c4b7902a3fb482feac5b19e1deb88d25ed8271..59eb6e44bc62ab7a87ca34ab04e705a607f3513d 100644 --- a/L0/L0DU/src/L0Pattern.h +++ b/L0/L0DU/src/L0Pattern.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0PATTERN_H #define L0PATTERN_H 1 diff --git a/L0/L0DU/src/L0ProcessorDataDecoder.cpp b/L0/L0DU/src/L0ProcessorDataDecoder.cpp index 48b4afd2659a82063113ed45f2d295d91668645c..aeff1128878ab16a9c3ef3f1086712e22ca8a1fe 100644 --- a/L0/L0DU/src/L0ProcessorDataDecoder.cpp +++ b/L0/L0DU/src/L0ProcessorDataDecoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // local diff --git a/L0/L0DU/src/L0ProcessorDataDecoder.h b/L0/L0DU/src/L0ProcessorDataDecoder.h index ae778f873fc66e9eaa8b096bdeea014c18969c45..edb6f573d5bf86d100958d7efc50f751fbfcfe82 100644 --- a/L0/L0DU/src/L0ProcessorDataDecoder.h +++ b/L0/L0DU/src/L0ProcessorDataDecoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0DU_L0PROCESSORDATADECODER_H #define L0DU_L0PROCESSORDATADECODER_H diff --git a/L0/L0DU/src/L0TCKfilter.cpp b/L0/L0DU/src/L0TCKfilter.cpp index dfb55ae1cf881ac822ec7be92ff0b2165ffa3750..81c3987c76f859f284529b895e31d2dfbfcec882 100644 --- a/L0/L0DU/src/L0TCKfilter.cpp +++ b/L0/L0DU/src/L0TCKfilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "Event/L0DUReport.h" #include "L0TCKfilter.h" diff --git a/L0/L0DU/src/L0TCKfilter.h b/L0/L0DU/src/L0TCKfilter.h index 39b892acdb31350ac87e6c087b91b12628db2447..a2a29a335eded82209ed37efeec1377784a0408a 100644 --- a/L0/L0DU/src/L0TCKfilter.h +++ b/L0/L0DU/src/L0TCKfilter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0TCKFILTER_H #define L0TCKFILTER_H 1 diff --git a/L0/L0DU/tests/qmtest/l0du.qms/2010.qmt b/L0/L0DU/tests/qmtest/l0du.qms/2010.qmt index 2437fe614d46b589c8897614927d47553ecca01a..d53c111806aadda97e3a49db4adf091a08a8338b 100755 --- a/L0/L0DU/tests/qmtest/l0du.qms/2010.qmt +++ b/L0/L0DU/tests/qmtest/l0du.qms/2010.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/L0/L0DU/tests/qmtest/l0du.qms/2011.qmt b/L0/L0DU/tests/qmtest/l0du.qms/2011.qmt index 83f329f0389bf9efbab2c7a6d001dd650f418594..2ef1bfd1b7965464e48e7a15f7367241946c77cc 100755 --- a/L0/L0DU/tests/qmtest/l0du.qms/2011.qmt +++ b/L0/L0DU/tests/qmtest/l0du.qms/2011.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/L0/L0DU/tests/qmtest/l0du.qms/2012.qmt b/L0/L0DU/tests/qmtest/l0du.qms/2012.qmt index cc19990d2be081873e4d95c8876af07a905a5ba0..3845f0db3f8d900faff2ec6e155b9917efad3252 100755 --- a/L0/L0DU/tests/qmtest/l0du.qms/2012.qmt +++ b/L0/L0DU/tests/qmtest/l0du.qms/2012.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/L0/L0DU/tests/qmtest/l0du.qms/2015.qmt b/L0/L0DU/tests/qmtest/l0du.qms/2015.qmt index 8ee157b900a00b30354ffc47ecaf50008bdeeb18..e0ce154d93dc98c98bad244cecdd98056a449553 100755 --- a/L0/L0DU/tests/qmtest/l0du.qms/2015.qmt +++ b/L0/L0DU/tests/qmtest/l0du.qms/2015.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/L0/L0DU/tests/qmtest/l0du.qms/2016.qmt b/L0/L0DU/tests/qmtest/l0du.qms/2016.qmt index 0b3c45a2be23177b7fdc396d89f7e88682b23719..60aba721d8ecdf9ee460f8bdd543d5eee782591b 100755 --- a/L0/L0DU/tests/qmtest/l0du.qms/2016.qmt +++ b/L0/L0DU/tests/qmtest/l0du.qms/2016.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/L0/L0DU/tests/qmtest/l0du.qms/2017.qmt b/L0/L0DU/tests/qmtest/l0du.qms/2017.qmt index c0d7852e4507f4a95d2ed2e20ac9d4c87ce865b2..1b2425db62af321a6227ab319509583aad1f483e 100755 --- a/L0/L0DU/tests/qmtest/l0du.qms/2017.qmt +++ b/L0/L0DU/tests/qmtest/l0du.qms/2017.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/L0/L0DU/tests/qmtest/l0du.qms/2018.qmt b/L0/L0DU/tests/qmtest/l0du.qms/2018.qmt index 8cf505b20103148751852e93443e2d4fca372fb1..b68bcdb737481c48f51bee6ea3f32633dc410352 100755 --- a/L0/L0DU/tests/qmtest/l0du.qms/2018.qmt +++ b/L0/L0DU/tests/qmtest/l0du.qms/2018.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/L0/L0HC/CMakeLists.txt b/L0/L0HC/CMakeLists.txt index 7c2e946d7b8ddd39b9f44e1b1bd6ee2d779b7125..cfe03852e2ab308ab24a86f0f388f83e79ced5c5 100644 --- a/L0/L0HC/CMakeLists.txt +++ b/L0/L0HC/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: L0HC ################################################################################ diff --git a/L0/L0HC/src/L0HCAlg.cpp b/L0/L0HC/src/L0HCAlg.cpp index c8b905848670cb8a10e42f7e695afbbe4c889fd4..6f81bd480f23f9d75e80a82d325688be563d833b 100644 --- a/L0/L0HC/src/L0HCAlg.cpp +++ b/L0/L0HC/src/L0HCAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/HCDigit.h" #include "Event/L0ProcessorData.h" diff --git a/L0/L0HC/src/L0HCAlg.h b/L0/L0HC/src/L0HCAlg.h index f6b05a330120a5cb0e1763baef9b0bdb3b74305a..175c8f11667d14acb728124582c36cf18225a000 100644 --- a/L0/L0HC/src/L0HCAlg.h +++ b/L0/L0HC/src/L0HCAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0HC_L0HCALG_H #define L0HC_L0HCALG_H 1 diff --git a/L0/L0Interfaces/CMakeLists.txt b/L0/L0Interfaces/CMakeLists.txt index 8941a701bcec5934d0938abf3b469cfbb7cd67e2..acc5d1b6fa6814b6f83cf13ff79d29879cfb3a43 100644 --- a/L0/L0Interfaces/CMakeLists.txt +++ b/L0/L0Interfaces/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: L0Interfaces ################################################################################ diff --git a/L0/L0Interfaces/L0Interfaces/IL0CondDBProvider.h b/L0/L0Interfaces/L0Interfaces/IL0CondDBProvider.h index d645a0d992241135b550baf6264c40ac6f04c25b..428c6989ef1ab94abac6ca9e7cd9de38b0a910fd 100644 --- a/L0/L0Interfaces/L0Interfaces/IL0CondDBProvider.h +++ b/L0/L0Interfaces/L0Interfaces/IL0CondDBProvider.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IL0CONDDBPROVIDER_H #define IL0CONDDBPROVIDER_H 1 diff --git a/L0/L0Interfaces/L0Interfaces/IL0DUConfigProvider.h b/L0/L0Interfaces/L0Interfaces/IL0DUConfigProvider.h index c0ac00f20e9cf5dbc07d481c7dd3afadea56c6a8..54aaa1ab30e9b854c62ffce8d6624aa163ced03e 100644 --- a/L0/L0Interfaces/L0Interfaces/IL0DUConfigProvider.h +++ b/L0/L0Interfaces/L0Interfaces/IL0DUConfigProvider.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IL0DUCONFIGPROVIDER_H #define IL0DUCONFIGPROVIDER_H 1 diff --git a/L0/L0Interfaces/L0Interfaces/IL0DUEmulatorTool.h b/L0/L0Interfaces/L0Interfaces/IL0DUEmulatorTool.h index dbc8ffcff31db147519b8a891912090bda19976b..180fe01c30b253dadf2fb7d08b273745a7ddbc91 100644 --- a/L0/L0Interfaces/L0Interfaces/IL0DUEmulatorTool.h +++ b/L0/L0Interfaces/L0Interfaces/IL0DUEmulatorTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IL0DUEMULATORTOOL_H #define IL0DUEMULATORTOOL_H 1 diff --git a/L0/L0Interfaces/L0Interfaces/IL0DUFromRawTool.h b/L0/L0Interfaces/L0Interfaces/IL0DUFromRawTool.h index 5dfc9d2935f77dcd9ad2cdcf5162a85fe00ec3ef..cbb28f47016419aa8df989754bdcc5ef7944fa4f 100644 --- a/L0/L0Interfaces/L0Interfaces/IL0DUFromRawTool.h +++ b/L0/L0Interfaces/L0Interfaces/IL0DUFromRawTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IL0DUFROMRAWTOOL_H #define IL0DUFROMRAWTOOL_H 1 diff --git a/L0/L0Interfaces/L0Interfaces/IL0MuonInputTool.h b/L0/L0Interfaces/L0Interfaces/IL0MuonInputTool.h index 30feb93c0f764f3c6fc4eb29404cfe48b6ee25f1..323e0310d9fcc7c8bbacfe4b03b694c0882933d2 100644 --- a/L0/L0Interfaces/L0Interfaces/IL0MuonInputTool.h +++ b/L0/L0Interfaces/L0Interfaces/IL0MuonInputTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0INTERFACES_IL0MUONINPUTTOOL_H #define L0INTERFACES_IL0MUONINPUTTOOL_H 1 diff --git a/L0/L0Interfaces/L0Interfaces/IL0MuonModifyInputTool.h b/L0/L0Interfaces/L0Interfaces/IL0MuonModifyInputTool.h index 5cdad8b6800bacc388f246007f71e7b8e041cbc1..3eed11094c2994f2270ada73c4c09cd855cb29fc 100644 --- a/L0/L0Interfaces/L0Interfaces/IL0MuonModifyInputTool.h +++ b/L0/L0Interfaces/L0Interfaces/IL0MuonModifyInputTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0INTERFACES_IL0MUONMODIFYINPUTTOOL_H #define L0INTERFACES_IL0MUONMODIFYINPUTTOOL_H 1 diff --git a/L0/L0Interfaces/L0Interfaces/IL0MuonOLErrorTool.h b/L0/L0Interfaces/L0Interfaces/IL0MuonOLErrorTool.h index 2c182f4af02a65f2dd47f95b34e211f2055de858..ea387906a015db19fe97f6a2f35c185fe70d2e64 100644 --- a/L0/L0Interfaces/L0Interfaces/IL0MuonOLErrorTool.h +++ b/L0/L0Interfaces/L0Interfaces/IL0MuonOLErrorTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPONENT_IL0MUONOLERRORTOOL_H #define COMPONENT_IL0MUONOLERRORTOOL_H 1 diff --git a/L0/L0Interfaces/L0Interfaces/IL0MuonOverflowTool.h b/L0/L0Interfaces/L0Interfaces/IL0MuonOverflowTool.h index 41ac9c856ebd1acca0afa975c0379d6c43b8cab9..ef7d55458383e71fac006aa74bf36d938ad1835f 100644 --- a/L0/L0Interfaces/L0Interfaces/IL0MuonOverflowTool.h +++ b/L0/L0Interfaces/L0Interfaces/IL0MuonOverflowTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0INTERFACES_IL0MUONOVERFLOWTOOL_H #define L0INTERFACES_IL0MUONOVERFLOWTOOL_H 1 diff --git a/L0/L0Interfaces/L0Interfaces/IL0MuonPtTool.h b/L0/L0Interfaces/L0Interfaces/IL0MuonPtTool.h index 1009b3003d25d9ed0bf971c73b7c7b6970ea9cdc..67c91a3bcfc3efa383e41c1d8c8e95546c17bacd 100644 --- a/L0/L0Interfaces/L0Interfaces/IL0MuonPtTool.h +++ b/L0/L0Interfaces/L0Interfaces/IL0MuonPtTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPONENT_IL0MUONPTTOOL_H #define COMPONENT_IL0MUONPTTOOL_H 1 diff --git a/L0/L0Interfaces/L0Interfaces/IL0ProcessorDataDecoder.h b/L0/L0Interfaces/L0Interfaces/IL0ProcessorDataDecoder.h index 82db199a5170618a80b4558361ea9af7014dfe85..a7f106319047de3944f80fe3ec0f847711777398 100644 --- a/L0/L0Interfaces/L0Interfaces/IL0ProcessorDataDecoder.h +++ b/L0/L0Interfaces/L0Interfaces/IL0ProcessorDataDecoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0DU_IL0PROCESSORDATADECODER_H #define L0DU_IL0PROCESSORDATADECODER_H diff --git a/L0/L0Interfaces/dict/L0InterfacesDict.h b/L0/L0Interfaces/dict/L0InterfacesDict.h index 9ecade1f47f51eb2ee53d923fd42f687b262394b..35ceeefddc9bddb1302434fe27452b051b83d16d 100755 --- a/L0/L0Interfaces/dict/L0InterfacesDict.h +++ b/L0/L0Interfaces/dict/L0InterfacesDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_L0INTERFACESDICT_H #define DICT_L0INTERFACESDICT_H 1 diff --git a/L0/L0Interfaces/dict/L0InterfacesDict.xml b/L0/L0Interfaces/dict/L0InterfacesDict.xml index c4e616f4493814b99ad5d7366cb95739e49b60a5..291e2456504c1c5f7fd71543824870a145150c05 100755 --- a/L0/L0Interfaces/dict/L0InterfacesDict.xml +++ b/L0/L0Interfaces/dict/L0InterfacesDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "IL0CondDBProvider" /> diff --git a/L0/L0Muon/CMakeLists.txt b/L0/L0Muon/CMakeLists.txt index 96001d920c6d83db0ce2be6e89c70067f8281151..04a8aa3ac6510551275ccc78f6f4b0fcaf39b772 100644 --- a/L0/L0Muon/CMakeLists.txt +++ b/L0/L0Muon/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: L0Muon ################################################################################ diff --git a/L0/L0Muon/src/component/L0MuonAlg.cpp b/L0/L0Muon/src/component/L0MuonAlg.cpp index 1171edf01ac8c89c76d3be3c7db3fca750064fca..0723c17a50f76c902dc5adfe472fba046b03b4e0 100755 --- a/L0/L0Muon/src/component/L0MuonAlg.cpp +++ b/L0/L0Muon/src/component/L0MuonAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <algorithm> #include <math.h> #include <set> diff --git a/L0/L0Muon/src/component/L0MuonAlg.h b/L0/L0Muon/src/component/L0MuonAlg.h index a058b8addba11017c738bd1e7f9b8252791a8ac3..c4e53768178daf5698073c197460aff3516014ee 100755 --- a/L0/L0Muon/src/component/L0MuonAlg.h +++ b/L0/L0Muon/src/component/L0MuonAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONTRIGGER_L0MUONALG_H #define L0MUONTRIGGER_L0MUONALG_H 1 diff --git a/L0/L0Muon/src/component/L0MuonCandidatesFromRaw.cpp b/L0/L0Muon/src/component/L0MuonCandidatesFromRaw.cpp index 056f9e79cbce546f905dcbcfc09b0121db844c59..74751e80cf846fc032594c6021c0046990d3dc11 100755 --- a/L0/L0Muon/src/component/L0MuonCandidatesFromRaw.cpp +++ b/L0/L0Muon/src/component/L0MuonCandidatesFromRaw.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <algorithm> #include <math.h> #include <set> diff --git a/L0/L0Muon/src/component/L0MuonCandidatesFromRaw.h b/L0/L0Muon/src/component/L0MuonCandidatesFromRaw.h index f4da85455d86d645a149919fca967ea9c4fcaaba..b5bba0424c5c7cf09ff81a24c56dc991ce3add00 100755 --- a/L0/L0Muon/src/component/L0MuonCandidatesFromRaw.h +++ b/L0/L0Muon/src/component/L0MuonCandidatesFromRaw.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONTRIGGER_L0MUONCANDIDATESFROMRAW_H #define L0MUONTRIGGER_L0MUONCANDIDATESFROMRAW_H 1 diff --git a/L0/L0Muon/src/component/L0MuonFromRawTrans.cpp b/L0/L0Muon/src/component/L0MuonFromRawTrans.cpp index 62878510f8c50ee93f0caca7c3e3586d70f9768f..e0ac65c49afeebca1badc49641e62f66a190ce52 100755 --- a/L0/L0Muon/src/component/L0MuonFromRawTrans.cpp +++ b/L0/L0Muon/src/component/L0MuonFromRawTrans.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "boost/format.hpp" diff --git a/L0/L0Muon/src/component/L0MuonFromRawTrans.h b/L0/L0Muon/src/component/L0MuonFromRawTrans.h index 08220eac14d71d9629e3d9717701788e35ff7a23..887c5e1082f8d3fa72bbbc059e16ee232cd91691 100755 --- a/L0/L0Muon/src/component/L0MuonFromRawTrans.h +++ b/L0/L0Muon/src/component/L0MuonFromRawTrans.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: L0MuonFromRawTrans.h,v 1.6 2008-09-04 08:57:02 jucogan Exp $ #ifndef COMPONENT_L0MUONFROMRAWTRANS_H #define COMPONENT_L0MUONFROMRAWTRANS_H 1 diff --git a/L0/L0Muon/src/component/L0MuonInputTool.cpp b/L0/L0Muon/src/component/L0MuonInputTool.cpp index 9fb58429764558c5559d10be01f0171320d55666..405d90b2dc013a0ff70406c50e007d305dbcb562 100644 --- a/L0/L0Muon/src/component/L0MuonInputTool.cpp +++ b/L0/L0Muon/src/component/L0MuonInputTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/L0MuonData.h" diff --git a/L0/L0Muon/src/component/L0MuonInputTool.h b/L0/L0Muon/src/component/L0MuonInputTool.h index d427ceced3098cf329e2ea88c2bca84b4f270428..ace34982f8df33786e1738f1dd8ced5301603ee2 100644 --- a/L0/L0Muon/src/component/L0MuonInputTool.h +++ b/L0/L0Muon/src/component/L0MuonInputTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: L0MuonInputTool.h,v 1.1 2010-03-08 14:18:15 jucogan Exp $ #ifndef COMPONENT_L0MUONINPUTTOOL_H #define COMPONENT_L0MUONINPUTTOOL_H 1 diff --git a/L0/L0Muon/src/component/L0MuonModifyInputTool.cpp b/L0/L0Muon/src/component/L0MuonModifyInputTool.cpp index bad2ac7373ee3306dc04579475b7fd5e0b0b52a0..1689f72c04ea722e2775e5519b746a77f1ad9419 100644 --- a/L0/L0Muon/src/component/L0MuonModifyInputTool.cpp +++ b/L0/L0Muon/src/component/L0MuonModifyInputTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/L0/L0Muon/src/component/L0MuonModifyInputTool.h b/L0/L0Muon/src/component/L0MuonModifyInputTool.h index 850eb9a4488c2d3f4cdcc1afb7f375f79ce1c351..4126231fdcc64e8f5e9b0e6b2585ac890d203fcf 100644 --- a/L0/L0Muon/src/component/L0MuonModifyInputTool.h +++ b/L0/L0Muon/src/component/L0MuonModifyInputTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ #ifndef COMPONENT_L0MUONMODIFYINPUTTOOL_H #define COMPONENT_L0MUONMODIFYINPUTTOOL_H 1 diff --git a/L0/L0Muon/src/component/L0MuonOLErrorTool.cpp b/L0/L0Muon/src/component/L0MuonOLErrorTool.cpp index c457dd3a17de793104bbb5f319d1248cf2295fd4..30a164e3d6760662a79ffa3edfef30811f7e4f87 100644 --- a/L0/L0Muon/src/component/L0MuonOLErrorTool.cpp +++ b/L0/L0Muon/src/component/L0MuonOLErrorTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/L0/L0Muon/src/component/L0MuonOLErrorTool.h b/L0/L0Muon/src/component/L0MuonOLErrorTool.h index d3c8adfff3bbc80595f17104bce7a28a96a44270..15a3328cae1125484f58cd906a4ec54b2fb418ad 100644 --- a/L0/L0Muon/src/component/L0MuonOLErrorTool.h +++ b/L0/L0Muon/src/component/L0MuonOLErrorTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 COMPONENT_L0MUONOLERRORTOOL_H #define COMPONENT_L0MUONOLERRORTOOL_H 1 diff --git a/L0/L0Muon/src/component/L0MuonOutputs.cpp b/L0/L0Muon/src/component/L0MuonOutputs.cpp index 5bbb4cd3e66653b336d70390a263cca48a0f3b11..4cd451ebf89dcc614128726241f5e9028745743a 100755 --- a/L0/L0Muon/src/component/L0MuonOutputs.cpp +++ b/L0/L0Muon/src/component/L0MuonOutputs.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 Event diff --git a/L0/L0Muon/src/component/L0MuonOutputs.h b/L0/L0Muon/src/component/L0MuonOutputs.h index baf738d7bd2f1ef451c29246b7c9536a04cf7dfa..4d10f70acc4cba18f8d83e77147ad6b03683177a 100755 --- a/L0/L0Muon/src/component/L0MuonOutputs.h +++ b/L0/L0Muon/src/component/L0MuonOutputs.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: L0MuonOutputs.h,v 1.12 2010-01-21 08:35:35 jucogan Exp $ #ifndef COMPONENT_L0MUONOUTPUTS_H #define COMPONENT_L0MUONOUTPUTS_H 1 diff --git a/L0/L0Muon/src/component/L0MuonOverflowTool.cpp b/L0/L0Muon/src/component/L0MuonOverflowTool.cpp index eb90ea075386f770223961f05dea350eb9fe756b..5a832bf1aa9078536de2c887b3f34d6a8ab4ca26 100644 --- a/L0/L0Muon/src/component/L0MuonOverflowTool.cpp +++ b/L0/L0Muon/src/component/L0MuonOverflowTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/L0/L0Muon/src/component/L0MuonOverflowTool.h b/L0/L0Muon/src/component/L0MuonOverflowTool.h index 0d5668605b9dd28a27e8d8e7c9d5c4b171d445f2..b3fa3a3af917436d505e912983086aba28640411 100644 --- a/L0/L0Muon/src/component/L0MuonOverflowTool.h +++ b/L0/L0Muon/src/component/L0MuonOverflowTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: L0MuonOverflowTool.h,v 1.1 2010-03-09 16:21:31 jucogan Exp $ #ifndef COMPONENT_L0MUONOVERFLOWTOOL_H #define COMPONENT_L0MUONOVERFLOWTOOL_H 1 diff --git a/L0/L0Muon/src/component/SubstituteEnvVarInPath.cpp b/L0/L0Muon/src/component/SubstituteEnvVarInPath.cpp index ca2b119d7a5664b8c1a44c626ed0babb805f3210..3b289aeada045be734e61e7684fcf4167883b740 100644 --- a/L0/L0Muon/src/component/SubstituteEnvVarInPath.cpp +++ b/L0/L0Muon/src/component/SubstituteEnvVarInPath.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "SubstituteEnvVarInPath.h" #include "GaudiKernel/System.h" #include "boost/filesystem/path.hpp" diff --git a/L0/L0Muon/src/component/SubstituteEnvVarInPath.h b/L0/L0Muon/src/component/SubstituteEnvVarInPath.h index 8af2a0883fc2567cb3bd4d6e97f1db50fde6731f..2300a2ccac9377adc3415b7a1f48750f167e6a2b 100644 --- a/L0/L0Muon/src/component/SubstituteEnvVarInPath.h +++ b/L0/L0Muon/src/component/SubstituteEnvVarInPath.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <string> namespace L0MuonUtils { diff --git a/L0/L0MuonKernel/CMakeLists.txt b/L0/L0MuonKernel/CMakeLists.txt index 8c38d2dc3a53d0b54d54a84edd73776a6eb476de..3a00d3bfd697a3a13376a1e00e34f7a442d7145d 100644 --- a/L0/L0MuonKernel/CMakeLists.txt +++ b/L0/L0MuonKernel/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: L0MuonKernel ################################################################################ diff --git a/L0/L0MuonKernel/L0MuonKernel/BCSUL0BufferCnv.h b/L0/L0MuonKernel/L0MuonKernel/BCSUL0BufferCnv.h index 736050a0018530ae02f848b17c83220089414032..c526ab59910bcca0985530564ff134baeae793fc 100755 --- a/L0/L0MuonKernel/L0MuonKernel/BCSUL0BufferCnv.h +++ b/L0/L0MuonKernel/L0MuonKernel/BCSUL0BufferCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONKERNEL_BCSUL0BUFFERCNV_H #define L0MUONKERNEL_BCSUL0BUFFERCNV_H diff --git a/L0/L0MuonKernel/L0MuonKernel/BCSUnit.h b/L0/L0MuonKernel/L0MuonKernel/BCSUnit.h index 2a79a2729180e6805ab8d048f18b29b5dd38e33b..d85fd08c4fb7437b02c1fa827d13bad7d088bdb4 100755 --- a/L0/L0MuonKernel/L0MuonKernel/BCSUnit.h +++ b/L0/L0MuonKernel/L0MuonKernel/BCSUnit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONKERNEL_BCSUNIT_H #define L0MUONKERNEL_BCSUNIT_H 1 diff --git a/L0/L0MuonKernel/L0MuonKernel/BankUtilities.h b/L0/L0MuonKernel/L0MuonKernel/BankUtilities.h index 618195e2942856af054454e7a3cb2280c87057d7..29ed763132dce1db3d785a3cbd887fbeb65bd9af 100755 --- a/L0/L0MuonKernel/L0MuonKernel/BankUtilities.h +++ b/L0/L0MuonKernel/L0MuonKernel/BankUtilities.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: BankUtilities.h,v 1.2 2008-11-07 16:23:38 jucogan Exp $ #ifndef L0MUONKERNEL_BANKUTILITIES_H diff --git a/L0/L0MuonKernel/L0MuonKernel/BoardUnit.h b/L0/L0MuonKernel/L0MuonKernel/BoardUnit.h index fc10af577a7284be3efa1de9cba4b2d3afe74dc3..f132aeb7ef2491f2a11ba424cc61ce2ed372d499 100755 --- a/L0/L0MuonKernel/L0MuonKernel/BoardUnit.h +++ b/L0/L0MuonKernel/L0MuonKernel/BoardUnit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONKERNEL_BOARDUNIT_H #define L0MUONKERNEL_BOARDUNIT_H 1 diff --git a/L0/L0MuonKernel/L0MuonKernel/CUL0BufferCnv.h b/L0/L0MuonKernel/L0MuonKernel/CUL0BufferCnv.h index 1756ec08d9d1bc923c0815b137188c744c396df6..6b354ea7d24ab498a17fba57e0d5439b8ef39a97 100755 --- a/L0/L0MuonKernel/L0MuonKernel/CUL0BufferCnv.h +++ b/L0/L0MuonKernel/L0MuonKernel/CUL0BufferCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONKERNEL_CUL0BUFFERCNV_H #define L0MUONKERNEL_CUL0BUFFERCNV_H diff --git a/L0/L0MuonKernel/L0MuonKernel/CandRegisterHandler.h b/L0/L0MuonKernel/L0MuonKernel/CandRegisterHandler.h index 55860a718b7ff0119cb28eb850ca8e9c08e62bdb..b724e04be23d20ef1a5f8e223514795a816ffbad 100755 --- a/L0/L0MuonKernel/L0MuonKernel/CandRegisterHandler.h +++ b/L0/L0MuonKernel/L0MuonKernel/CandRegisterHandler.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CandRegisterHandler.h,v 1.10 2008-12-09 18:47:28 cattanem Exp $ #ifndef L0MUONKERNEL_CANDREGISTERHANDLER_H diff --git a/L0/L0MuonKernel/L0MuonKernel/CoreUnit.h b/L0/L0MuonKernel/L0MuonKernel/CoreUnit.h index fe68d222ac84c9fc5b9cf876f663404444243b6b..2b1cd54ee64397bbbec44a927e3e79981b7eaa35 100755 --- a/L0/L0MuonKernel/L0MuonKernel/CoreUnit.h +++ b/L0/L0MuonKernel/L0MuonKernel/CoreUnit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CoreUnit.h,v 1.12 2010-07-21 12:24:37 jucogan Exp $ #ifndef L0MUONKERNEL_COREUNIT_H #define L0MUONKERNEL_COREUNIT_H 1 diff --git a/L0/L0MuonKernel/L0MuonKernel/CrateUnit.h b/L0/L0MuonKernel/L0MuonKernel/CrateUnit.h index 79604108d58fa055963109f6be89a4bc41eb5337..dc671c0ada1cecdb1ec25d7608a81af816edfe44 100755 --- a/L0/L0MuonKernel/L0MuonKernel/CrateUnit.h +++ b/L0/L0MuonKernel/L0MuonKernel/CrateUnit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONKERNEL_CRATEUNIT_H #define L0MUONKERNEL_CRATEUNIT_H 1 diff --git a/L0/L0MuonKernel/L0MuonKernel/CtrlCandCnv.h b/L0/L0MuonKernel/L0MuonKernel/CtrlCandCnv.h index 1e86edea06031cf564c3e909ae805604bf2841d8..5b7784001e4912aa054f1f28eb320c6c1323cb58 100755 --- a/L0/L0MuonKernel/L0MuonKernel/CtrlCandCnv.h +++ b/L0/L0MuonKernel/L0MuonKernel/CtrlCandCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONKERNEL_CTRLFINALCNV_H #define L0MUONKERNEL_CTRLFINALCNV_H diff --git a/L0/L0MuonKernel/L0MuonKernel/CtrlCandErrors.h b/L0/L0MuonKernel/L0MuonKernel/CtrlCandErrors.h index 9b3ebe83051b3a78e442955d8bb852d2885b782c..01f4e8e2c148890af9149c1cf3b7ccb8ba4d517a 100755 --- a/L0/L0MuonKernel/L0MuonKernel/CtrlCandErrors.h +++ b/L0/L0MuonKernel/L0MuonKernel/CtrlCandErrors.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CtrlCandErrors.h,v 1.4 2008-12-09 18:47:28 cattanem Exp $ #ifndef CTRLCANDERRORS_H #define CTRLCANDERRORS_H 1 diff --git a/L0/L0MuonKernel/L0MuonKernel/CtrlRawCnv.h b/L0/L0MuonKernel/L0MuonKernel/CtrlRawCnv.h index f7a63ae9e9202459835e2560cce05471b624fe98..8a7860fd5787e37b5ac81bb8afa2bb7a58b33c05 100755 --- a/L0/L0MuonKernel/L0MuonKernel/CtrlRawCnv.h +++ b/L0/L0MuonKernel/L0MuonKernel/CtrlRawCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONKERNEL_CTRLRAWCNV_H #define L0MUONKERNEL_CTRLRAWCNV_H diff --git a/L0/L0MuonKernel/L0MuonKernel/CtrlRawErrors.h b/L0/L0MuonKernel/L0MuonKernel/CtrlRawErrors.h index fc42cb5d40765e93c762be444863f8573a053bd4..08689cb5028988f479579948cd68cec930205e59 100755 --- a/L0/L0MuonKernel/L0MuonKernel/CtrlRawErrors.h +++ b/L0/L0MuonKernel/L0MuonKernel/CtrlRawErrors.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CtrlRawErrors.h,v 1.2 2008-11-07 16:23:38 jucogan Exp $ #ifndef INCLUDE_CTRLRAWERROR_H #define INCLUDE_CTRLRAWERROR_H 1 diff --git a/L0/L0MuonKernel/L0MuonKernel/CtrlUnit.h b/L0/L0MuonKernel/L0MuonKernel/CtrlUnit.h index 44c53bac4c8d23a216f9a5cf740424725fb22642..43d84a1d8900bc6299661526e803e52594d36e54 100755 --- a/L0/L0MuonKernel/L0MuonKernel/CtrlUnit.h +++ b/L0/L0MuonKernel/L0MuonKernel/CtrlUnit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONKERNEL_CTRLUNIT_H #define L0MUONKERNEL_CTRLUNIT_H 1 diff --git a/L0/L0MuonKernel/L0MuonKernel/ErrorHandler.h b/L0/L0MuonKernel/L0MuonKernel/ErrorHandler.h index fd453d5043d46123b009be7e30e78d0c480be2b2..329da8ff52f823ccdbbb856cc2d407f8f5ae5153 100755 --- a/L0/L0MuonKernel/L0MuonKernel/ErrorHandler.h +++ b/L0/L0MuonKernel/L0MuonKernel/ErrorHandler.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: ErrorHandler.h,v 1.5 2009-06-17 16:38:27 jucogan Exp $ #ifndef L0MUONKERNEL_ERRORHANDLER_H #define L0MUONKERNEL_ERRORHANDLER_H 1 diff --git a/L0/L0MuonKernel/L0MuonKernel/FormattingOutUnit.h b/L0/L0MuonKernel/L0MuonKernel/FormattingOutUnit.h index fcf8b8ef7b1b62bd94cd6085864e22a11ecfd1c6..f3e94ceabe29188f20dc1dab25d5137810c85481 100755 --- a/L0/L0MuonKernel/L0MuonKernel/FormattingOutUnit.h +++ b/L0/L0MuonKernel/L0MuonKernel/FormattingOutUnit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONKERNEL_FORMATTINGOUTUNIT_H #define L0MUONKERNEL_FORMATTINGOUTUNIT_H diff --git a/L0/L0MuonKernel/L0MuonKernel/FormattingUnit.h b/L0/L0MuonKernel/L0MuonKernel/FormattingUnit.h index 2bee945baf84130737bd936bd48c09155176901e..69edc125c30296c7b82a002d80ba97a96737be6b 100755 --- a/L0/L0MuonKernel/L0MuonKernel/FormattingUnit.h +++ b/L0/L0MuonKernel/L0MuonKernel/FormattingUnit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONKERNEL_FORMATTINGUNIT_H #define L0MUONKERNEL_FORMATTINGUNIT_H 1 diff --git a/L0/L0MuonKernel/L0MuonKernel/L0BufferCnv.h b/L0/L0MuonKernel/L0MuonKernel/L0BufferCnv.h index 6a20f3af7fce8a11326cd01fe28bee454dd79e1d..36a6128ade80aeb8a8f2a48a89bd742f3f7575ec 100755 --- a/L0/L0MuonKernel/L0MuonKernel/L0BufferCnv.h +++ b/L0/L0MuonKernel/L0MuonKernel/L0BufferCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONKERNEL_L0BUFFERCNV_H #define L0MUONKERNEL_L0BUFFERCNV_H diff --git a/L0/L0MuonKernel/L0MuonKernel/L0BufferCnvContainer.h b/L0/L0MuonKernel/L0MuonKernel/L0BufferCnvContainer.h index 830ce7e32a9b436f07c7ffd159415ab16b2b9b8e..a9d58be8159d9d900bedab25b5639c53d4e074f9 100755 --- a/L0/L0MuonKernel/L0MuonKernel/L0BufferCnvContainer.h +++ b/L0/L0MuonKernel/L0MuonKernel/L0BufferCnvContainer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: L0BufferCnvContainer.h,v 1.2 2008-11-07 16:23:38 jucogan Exp $ #ifndef L0MUONKERNEL_L0BUFFERCNVCONTAINER_H #define L0MUONKERNEL_L0BUFFERCNVCONTAINER_H 1 diff --git a/L0/L0MuonKernel/L0MuonKernel/L0MPtLUT.h b/L0/L0MuonKernel/L0MuonKernel/L0MPtLUT.h index 2acb05ea888d987c919c4d3880a6e1afd6e0d4e2..7951d022ae74fb28dd01799d3819733f247b37e3 100644 --- a/L0/L0MuonKernel/L0MuonKernel/L0MPtLUT.h +++ b/L0/L0MuonKernel/L0MuonKernel/L0MPtLUT.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ #ifndef L0MUONKERNEL_L0MPTLUT_H #define L0MUONKERNEL_L0MPTLUT_H 1 diff --git a/L0/L0MuonKernel/L0MuonKernel/L0MUnit.h b/L0/L0MuonKernel/L0MuonKernel/L0MUnit.h index 10376a219b65f905bf3f6f3dfa94b425c4abf085..7751097c7c7d0586c1eb98875c7eb3673afebbcb 100755 --- a/L0/L0MuonKernel/L0MuonKernel/L0MUnit.h +++ b/L0/L0MuonKernel/L0MuonKernel/L0MUnit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONKERNEL_L0MUNIT_H #define L0MUONKERNEL_L0MUNIT_H 1 diff --git a/L0/L0MuonKernel/L0MuonKernel/L0MuonKernelFromXML.h b/L0/L0MuonKernel/L0MuonKernel/L0MuonKernelFromXML.h index 19e65b655bda0fb77e7106054605ad05884aef19..dd568949e9b4f57739b762465b8b0cdd9499d25c 100755 --- a/L0/L0MuonKernel/L0MuonKernel/L0MuonKernelFromXML.h +++ b/L0/L0MuonKernel/L0MuonKernel/L0MuonKernelFromXML.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: L0MuonKernelFromXML.h,v 1.5 2008-12-15 10:19:47 cattanem Exp $ #ifndef L0MUONKERNEL_L0MUONKERNELFROMXML_H diff --git a/L0/L0MuonKernel/L0MuonKernel/MonUtilities.h b/L0/L0MuonKernel/L0MuonKernel/MonUtilities.h index c4736243c00a73945ba92cbe3683114052d168d2..8c9b61bd61dc6246d8e03838524496812ac4946f 100755 --- a/L0/L0MuonKernel/L0MuonKernel/MonUtilities.h +++ b/L0/L0MuonKernel/L0MuonKernel/MonUtilities.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: MonUtilities.h,v 1.7 2009-10-13 08:10:57 jucogan Exp $ #ifndef COMPONENT_MONUTILITIES_H #define COMPONENT_MONUTILITIES_H 1 diff --git a/L0/L0MuonKernel/L0MuonKernel/MuonCandidate.h b/L0/L0MuonKernel/L0MuonKernel/MuonCandidate.h index 6295a5d627fa55cf8c5bb7bbc500ce198931a599..cd1c761b5f1ce4542f278eaeeef008c38614d1d6 100755 --- a/L0/L0MuonKernel/L0MuonKernel/MuonCandidate.h +++ b/L0/L0MuonKernel/L0MuonKernel/MuonCandidate.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: MuonCandidate.h,v 1.9 2008-12-09 18:47:28 cattanem Exp $ #ifndef L0MUONKERNEL_MUONCANDIDATE_H diff --git a/L0/L0MuonKernel/L0MuonKernel/MuonTriggerUnit.h b/L0/L0MuonKernel/L0MuonKernel/MuonTriggerUnit.h index ed2dd91327efcb513a14ad332731057e8e08d79b..6750bdf7509c1e5da89b80bbcce2c270b6f97824 100755 --- a/L0/L0MuonKernel/L0MuonKernel/MuonTriggerUnit.h +++ b/L0/L0MuonKernel/L0MuonKernel/MuonTriggerUnit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONKERNEL_MUONTRIGGERUNIT_H #define L0MUONKERNEL_MUONTRIGGERUNIT_H 1 diff --git a/L0/L0MuonKernel/L0MuonKernel/OLCnv.h b/L0/L0MuonKernel/L0MuonKernel/OLCnv.h index 58cbe8f38f64651d89941b642271a85d382ee986..5dc04c511ddfea62f6ccd0600dfa5d7f28e0ca44 100755 --- a/L0/L0MuonKernel/L0MuonKernel/OLCnv.h +++ b/L0/L0MuonKernel/L0MuonKernel/OLCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONKERNEL_OLCNV_H #define L0MUONKERNEL_OLCNV_H diff --git a/L0/L0MuonKernel/L0MuonKernel/PUL0BufferCnv.h b/L0/L0MuonKernel/L0MuonKernel/PUL0BufferCnv.h index a50219752888042fdb1076c494a8538f49ea246c..af20351227659af07278d174966543c78de69fd5 100755 --- a/L0/L0MuonKernel/L0MuonKernel/PUL0BufferCnv.h +++ b/L0/L0MuonKernel/L0MuonKernel/PUL0BufferCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONKERNEL_PUL0BUFFERCNV_H #define L0MUONKERNEL_PUL0BUFFERCNV_H diff --git a/L0/L0MuonKernel/L0MuonKernel/ProcCandCnv.h b/L0/L0MuonKernel/L0MuonKernel/ProcCandCnv.h index f232a1f065f7ec13ded2b47631542d076c0f4dcc..d75322867d4edcf3098320b872137f820042190d 100755 --- a/L0/L0MuonKernel/L0MuonKernel/ProcCandCnv.h +++ b/L0/L0MuonKernel/L0MuonKernel/ProcCandCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONKERNEL_PROCCANDCNV_H #define L0MUONKERNEL_PROCCANDCNV_H diff --git a/L0/L0MuonKernel/L0MuonKernel/ProcCandErrors.h b/L0/L0MuonKernel/L0MuonKernel/ProcCandErrors.h index 3112c4b4bdc35e9f919cb0e5706d386367b27c70..9d542614ce4f26ee76abb8a9f8d276f4ae5b8096 100755 --- a/L0/L0MuonKernel/L0MuonKernel/ProcCandErrors.h +++ b/L0/L0MuonKernel/L0MuonKernel/ProcCandErrors.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: ProcCandErrors.h,v 1.4 2008-12-09 18:47:28 cattanem Exp $ #ifndef PROCCANDERRORS_H #define PROCCANDERRORS_H 1 diff --git a/L0/L0MuonKernel/L0MuonKernel/ProcDataCnv.h b/L0/L0MuonKernel/L0MuonKernel/ProcDataCnv.h index ff9c7f5c708790ba3367bcff78c0f4c34fbdb63b..c006b2fdbbf65eeb9f3a0530c1cefe8a4c61c5a9 100755 --- a/L0/L0MuonKernel/L0MuonKernel/ProcDataCnv.h +++ b/L0/L0MuonKernel/L0MuonKernel/ProcDataCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONKERNEL_PROCDATACNV_H #define L0MUONKERNEL_PROCDATACNV_H diff --git a/L0/L0MuonKernel/L0MuonKernel/ProcDataErrors.h b/L0/L0MuonKernel/L0MuonKernel/ProcDataErrors.h index f3135db66ea03bd810f5048ec6ed1a4f8e77b14f..bbeb5a68c9118dab2488a5b23d4aa5520b5ca036 100755 --- a/L0/L0MuonKernel/L0MuonKernel/ProcDataErrors.h +++ b/L0/L0MuonKernel/L0MuonKernel/ProcDataErrors.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: ProcDataErrors.h,v 1.4 2008-12-09 18:47:28 cattanem Exp $ #ifndef PROCDATAERRORS_H #define PROCDATAERRORS_H 1 diff --git a/L0/L0MuonKernel/L0MuonKernel/ProcRawCnv.h b/L0/L0MuonKernel/L0MuonKernel/ProcRawCnv.h index cdc854b300ff4e09e2257979c573eb154630c7e9..fcce532f74629894a223796b1e8a65157fd228ea 100755 --- a/L0/L0MuonKernel/L0MuonKernel/ProcRawCnv.h +++ b/L0/L0MuonKernel/L0MuonKernel/ProcRawCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONKERNEL_PROCRAWCNV_H #define L0MUONKERNEL_PROCRAWCNV_H diff --git a/L0/L0MuonKernel/L0MuonKernel/ProcRawErrors.h b/L0/L0MuonKernel/L0MuonKernel/ProcRawErrors.h index 82a6e161e16e48e17bdda31df31c0723bd5cbc3f..cf7dd9b25ae0b1efd5d4c172effab5185d448402 100755 --- a/L0/L0MuonKernel/L0MuonKernel/ProcRawErrors.h +++ b/L0/L0MuonKernel/L0MuonKernel/ProcRawErrors.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: ProcRawErrors.h,v 1.2 2008-11-07 16:23:39 jucogan Exp $ #ifndef PROCRAWERROR_H #define PROCRAWERROR_H 1 diff --git a/L0/L0MuonKernel/L0MuonKernel/ProcUnit.h b/L0/L0MuonKernel/L0MuonKernel/ProcUnit.h index 699d8f7639bec23adf460a644675df0ece9dd972..ebe5fd89274f6c5a43d33fe1b40f8559a17fc76c 100755 --- a/L0/L0MuonKernel/L0MuonKernel/ProcUnit.h +++ b/L0/L0MuonKernel/L0MuonKernel/ProcUnit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONKERNEL_PROCUNIT_H #define L0MUONKERNEL_PROCUNIT_H 1 diff --git a/L0/L0MuonKernel/L0MuonKernel/ProcUtilities.h b/L0/L0MuonKernel/L0MuonKernel/ProcUtilities.h index 183bdb227b1fbaa263f3bdd8a17e2aae874acda3..4190dde9516aab5b2d02a7b407e43423d79bac2b 100755 --- a/L0/L0MuonKernel/L0MuonKernel/ProcUtilities.h +++ b/L0/L0MuonKernel/L0MuonKernel/ProcUtilities.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: ProcUtilities.h,v 1.4 2008-12-09 18:47:29 cattanem Exp $ #ifndef L0MUONKERNEL_PROCUTILITIES_H diff --git a/L0/L0MuonKernel/L0MuonKernel/SUL0BufferCnv.h b/L0/L0MuonKernel/L0MuonKernel/SUL0BufferCnv.h index 93a747d0c951c4c453d122595c200b514570e0c7..9d28d44a43b80c6432f742a3b7417cb99e499787 100755 --- a/L0/L0MuonKernel/L0MuonKernel/SUL0BufferCnv.h +++ b/L0/L0MuonKernel/L0MuonKernel/SUL0BufferCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONKERNEL_SUL0BUFFERCNV_H #define L0MUONKERNEL_SUL0BUFFERCNV_H diff --git a/L0/L0MuonKernel/L0MuonKernel/SelectionUnit.h b/L0/L0MuonKernel/L0MuonKernel/SelectionUnit.h index c03d24d697f437759181ffadb5c886cddcd81424..f6acef54123e125b8fac92b82bcde13403d76117 100755 --- a/L0/L0MuonKernel/L0MuonKernel/SelectionUnit.h +++ b/L0/L0MuonKernel/L0MuonKernel/SelectionUnit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 L0MUONKERNEL_SELECTIONUNIT_H #define L0MUONKERNEL_SELECTIONUNIT_H 1 diff --git a/L0/L0MuonKernel/L0MuonKernel/Tower.h b/L0/L0MuonKernel/L0MuonKernel/Tower.h index 30fc345f389db4fcb62e5c7a6064cd19fdfe0978..5686e62016422d4a377b62550293d6da59fe3b18 100755 --- a/L0/L0MuonKernel/L0MuonKernel/Tower.h +++ b/L0/L0MuonKernel/L0MuonKernel/Tower.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Tower.h,v 1.17 2008-11-07 16:23:39 jucogan Exp $ #ifndef PROCESSORKERNEL_TOWER_H diff --git a/L0/L0MuonKernel/L0MuonKernel/UnitFactory.h b/L0/L0MuonKernel/L0MuonKernel/UnitFactory.h index 9e01d8618eb4804eaa582f1e6324e1a0f8d1a454..fdf3c50c3a891700ab5a38c18debd80b4f1c5bb9 100755 --- a/L0/L0MuonKernel/L0MuonKernel/UnitFactory.h +++ b/L0/L0MuonKernel/L0MuonKernel/UnitFactory.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: UnitFactory.h,v 1.4 2008-12-15 10:19:47 cattanem Exp $ #ifndef L0MUONKERNEL_UNITFACTORY_H diff --git a/L0/L0MuonKernel/src/BCSUL0BufferCnv.cpp b/L0/L0MuonKernel/src/BCSUL0BufferCnv.cpp index 0ffa489f4b33b74e7fb2cfe90b987b6f08d7cb2c..b1d01f1e7f0617685608b41f9b6226af6366e57d 100755 --- a/L0/L0MuonKernel/src/BCSUL0BufferCnv.cpp +++ b/L0/L0MuonKernel/src/BCSUL0BufferCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/BCSUL0BufferCnv.h" #include "ProcessorKernel/RegisterFactory.h" #include "ProcessorKernel/Register.h" diff --git a/L0/L0MuonKernel/src/BCSUnit.cpp b/L0/L0MuonKernel/src/BCSUnit.cpp index e4d9392ce2e649329a00be7885ab652855e8983b..373355a2103de1b76472edc060db3e9c8725ec5a 100755 --- a/L0/L0MuonKernel/src/BCSUnit.cpp +++ b/L0/L0MuonKernel/src/BCSUnit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/BCSUnit.h" #include "L0MuonKernel/CrateUnit.h" //#include "Event/L0Muon.h" diff --git a/L0/L0MuonKernel/src/BankUtilities.cpp b/L0/L0MuonKernel/src/BankUtilities.cpp index 7b461903ea3b9cd6a49f2eaf46a2beb2c2baf162..a8f434e34dbf07bb40f3de68ccff7d62ceef3f84 100755 --- a/L0/L0MuonKernel/src/BankUtilities.cpp +++ b/L0/L0MuonKernel/src/BankUtilities.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: BankUtilities.cpp,v 1.1 2007-08-27 09:32:24 jucogan Exp $ #include "L0MuonKernel/BankUtilities.h" diff --git a/L0/L0MuonKernel/src/BoardUnit.cpp b/L0/L0MuonKernel/src/BoardUnit.cpp index d6038dd5c94426cc10ce5408c6e62f300a017b7d..5c998a7783c73de42695732448791b9bb893990d 100755 --- a/L0/L0MuonKernel/src/BoardUnit.cpp +++ b/L0/L0MuonKernel/src/BoardUnit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/BoardUnit.h" #include "L0MuonKernel/CrateUnit.h" diff --git a/L0/L0MuonKernel/src/CUL0BufferCnv.cpp b/L0/L0MuonKernel/src/CUL0BufferCnv.cpp index f361c37aae948d9705e1a9cde45fa6f9b9e0f74e..f4d3c70222e9f1654ed3fb6f3d136a4d609ad469 100755 --- a/L0/L0MuonKernel/src/CUL0BufferCnv.cpp +++ b/L0/L0MuonKernel/src/CUL0BufferCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/CUL0BufferCnv.h" #include "ProcessorKernel/RegisterFactory.h" #include "ProcessorKernel/Register.h" diff --git a/L0/L0MuonKernel/src/CandRegisterHandler.cpp b/L0/L0MuonKernel/src/CandRegisterHandler.cpp index d119bef4bb6f355443848f400e5577e0a564d0de..5d55edacb5dc1b507cdaae9503956fb57d2fb971 100755 --- a/L0/L0MuonKernel/src/CandRegisterHandler.cpp +++ b/L0/L0MuonKernel/src/CandRegisterHandler.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <cmath> #include <vector> #include "L0MuonKernel/CandRegisterHandler.h" diff --git a/L0/L0MuonKernel/src/CoreUnit.cpp b/L0/L0MuonKernel/src/CoreUnit.cpp index 46b41367c03a8dec0e36e4654913387679ee8689..76bbacccd31988cb074fdcb44c026a32b06597b0 100755 --- a/L0/L0MuonKernel/src/CoreUnit.cpp +++ b/L0/L0MuonKernel/src/CoreUnit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <iostream> #include "L0MuonKernel/CoreUnit.h" diff --git a/L0/L0MuonKernel/src/CrateUnit.cpp b/L0/L0MuonKernel/src/CrateUnit.cpp index 78572fac7b32b3a9768de94efd961a1033bc2e91..c664ea369d930dba87ec5f806aa22f9a9c8ddb58 100755 --- a/L0/L0MuonKernel/src/CrateUnit.cpp +++ b/L0/L0MuonKernel/src/CrateUnit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/CrateUnit.h" L0Muon::CrateUnit::CrateUnit(){ diff --git a/L0/L0MuonKernel/src/CtrlCandCnv.cpp b/L0/L0MuonKernel/src/CtrlCandCnv.cpp index 0e66db5b70f9c5b4393dfd5f6e7b546290bdf7b6..23d2c36f18d925d63cd7234e464f03ad9bcc042d 100755 --- a/L0/L0MuonKernel/src/CtrlCandCnv.cpp +++ b/L0/L0MuonKernel/src/CtrlCandCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/CtrlCandCnv.h" #include "ProcessorKernel/RegisterFactory.h" diff --git a/L0/L0MuonKernel/src/CtrlCandErrors.cpp b/L0/L0MuonKernel/src/CtrlCandErrors.cpp index d48681d3d4e8754a9d35960cb480b87380fc8282..c0cd3dc77937f7de9e3fcf5ea4af78175ec387c1 100755 --- a/L0/L0MuonKernel/src/CtrlCandErrors.cpp +++ b/L0/L0MuonKernel/src/CtrlCandErrors.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/CtrlCandErrors.h" L0Muon::CtrlCandErrors::CtrlCandErrors() diff --git a/L0/L0MuonKernel/src/CtrlRawCnv.cpp b/L0/L0MuonKernel/src/CtrlRawCnv.cpp index a3f111d0e5996af526c96b066b5d2b68bf1b43e9..bf3fc88f04b8c36b18dedf6528749f552d13c0a8 100755 --- a/L0/L0MuonKernel/src/CtrlRawCnv.cpp +++ b/L0/L0MuonKernel/src/CtrlRawCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/CtrlRawCnv.h" #include "ProcessorKernel/RegisterFactory.h" diff --git a/L0/L0MuonKernel/src/CtrlRawErrors.cpp b/L0/L0MuonKernel/src/CtrlRawErrors.cpp index 82e40f2396e63e0f04cee587876ea80764554e0f..73f645cf100c97dcf42c9942f980152ec6b67467 100755 --- a/L0/L0MuonKernel/src/CtrlRawErrors.cpp +++ b/L0/L0MuonKernel/src/CtrlRawErrors.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: CtrlRawErrors.cpp,v 1.2 2008-09-04 08:25:41 jucogan Exp $ // Include files diff --git a/L0/L0MuonKernel/src/CtrlUnit.cpp b/L0/L0MuonKernel/src/CtrlUnit.cpp index e98d1bb7f8a646a785745a07be93c8a7943060db..9d02c4db691d94a79626a68525101035fecea456 100755 --- a/L0/L0MuonKernel/src/CtrlUnit.cpp +++ b/L0/L0MuonKernel/src/CtrlUnit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/CtrlUnit.h" #include "L0MuonKernel/CrateUnit.h" diff --git a/L0/L0MuonKernel/src/ErrorHandler.cpp b/L0/L0MuonKernel/src/ErrorHandler.cpp index ee1339554eca01012dcca2f031610fc50a8aeba7..0f4643cb5de12a1e7f78901efd0cdf9dbaee2fe3 100755 --- a/L0/L0MuonKernel/src/ErrorHandler.cpp +++ b/L0/L0MuonKernel/src/ErrorHandler.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: ErrorHandler.cpp,v 1.2 2008-07-11 15:30:48 jucogan Exp $ // Include files diff --git a/L0/L0MuonKernel/src/FormattingOutUnit.cpp b/L0/L0MuonKernel/src/FormattingOutUnit.cpp index 5bbf330f817269ec48d0223274a68496aa3ce723..ed07db7f0e1ed2055928357e0a01bc2e8f7afd2f 100755 --- a/L0/L0MuonKernel/src/FormattingOutUnit.cpp +++ b/L0/L0MuonKernel/src/FormattingOutUnit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/FormattingOutUnit.h" #include "ProcessorKernel/RegisterFactory.h" diff --git a/L0/L0MuonKernel/src/FormattingUnit.cpp b/L0/L0MuonKernel/src/FormattingUnit.cpp index 038c749eafd0a5c2cd93e4e4dd279b223c4fe098..246954a568c2ea72617c9d573470c389e9279dc4 100755 --- a/L0/L0MuonKernel/src/FormattingUnit.cpp +++ b/L0/L0MuonKernel/src/FormattingUnit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/FormattingUnit.h" #include <vector> diff --git a/L0/L0MuonKernel/src/L0BufferCnv.cpp b/L0/L0MuonKernel/src/L0BufferCnv.cpp index 57b8018b4b43fc44d3dbd8219190279e7f5c0c57..b5e3164627c26a158959f0a18084782504bb275c 100755 --- a/L0/L0MuonKernel/src/L0BufferCnv.cpp +++ b/L0/L0MuonKernel/src/L0BufferCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/L0BufferCnv.h" #include <iostream> diff --git a/L0/L0MuonKernel/src/L0BufferCnvContainer.cpp b/L0/L0MuonKernel/src/L0BufferCnvContainer.cpp index 6f98323127f93ebbfca3ce069f88ebed25503533..83e7de96ae7da7b6d20bfae4e2cccbe7e39ed79a 100755 --- a/L0/L0MuonKernel/src/L0BufferCnvContainer.cpp +++ b/L0/L0MuonKernel/src/L0BufferCnvContainer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: L0BufferCnvContainer.cpp,v 1.3 2007-11-30 08:55:00 jucogan Exp $ // Include files diff --git a/L0/L0MuonKernel/src/L0MPtLUT.cpp b/L0/L0MuonKernel/src/L0MPtLUT.cpp index cca5d52b024ea6b7d30ff927372809c2cfe9d31c..76e9a1d030bfb5807a1452240764bd4620fe5ffb 100644 --- a/L0/L0MuonKernel/src/L0MPtLUT.cpp +++ b/L0/L0MuonKernel/src/L0MPtLUT.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ // Include files diff --git a/L0/L0MuonKernel/src/L0MUnit.cpp b/L0/L0MuonKernel/src/L0MUnit.cpp index 387e72ae4468174cfe826111e8143be9aac6ac68..4b6b65ab04c219f6eb772eb8e88613b0b1ce49eb 100755 --- a/L0/L0MuonKernel/src/L0MUnit.cpp +++ b/L0/L0MuonKernel/src/L0MUnit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <utility> // For std::pair #include <algorithm> #include "L0MuonKernel/L0MUnit.h" diff --git a/L0/L0MuonKernel/src/L0MuonKernelFromXML.cpp b/L0/L0MuonKernel/src/L0MuonKernelFromXML.cpp index 6df1766d4c671f5eae04e4fa71654e926f86e45d..bc767f58a15e2f7c8d938b3613e6676f3a90f7c9 100755 --- a/L0/L0MuonKernel/src/L0MuonKernelFromXML.cpp +++ b/L0/L0MuonKernel/src/L0MuonKernelFromXML.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/L0MuonKernelFromXML.h" #include "ProcessorKernel/RegisterFactory.h" #include "L0MuonKernel/UnitFactory.h" diff --git a/L0/L0MuonKernel/src/MonUtilities.cpp b/L0/L0MuonKernel/src/MonUtilities.cpp index 25f4c9c70d16efb1d0194a185bd29a70dd56b85c..c0bfa54b313aea3c99f6968543009c8f2f02603d 100755 --- a/L0/L0MuonKernel/src/MonUtilities.cpp +++ b/L0/L0MuonKernel/src/MonUtilities.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: MonUtilities.cpp,v 1.6 2009-10-13 08:10:57 jucogan Exp $ // Include files diff --git a/L0/L0MuonKernel/src/MuonCandidate.cpp b/L0/L0MuonKernel/src/MuonCandidate.cpp index 30e71b812cf6ce765f4fb1d03e6b7ee572e46355..5e60cb0756809e2e4a841f46b0e146866b3b7464 100755 --- a/L0/L0MuonKernel/src/MuonCandidate.cpp +++ b/L0/L0MuonKernel/src/MuonCandidate.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: MuonCandidate.cpp,v 1.6 2008-07-11 15:30:02 jucogan Exp $ #include <cmath> diff --git a/L0/L0MuonKernel/src/MuonTriggerUnit.cpp b/L0/L0MuonKernel/src/MuonTriggerUnit.cpp index dba84f246ee63ff9b401ee426668bd7f8a9e4e21..6a260a1ce683fcd586533380d1493010c3661020 100755 --- a/L0/L0MuonKernel/src/MuonTriggerUnit.cpp +++ b/L0/L0MuonKernel/src/MuonTriggerUnit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/MuonTriggerUnit.h" L0Muon::MuonTriggerUnit::MuonTriggerUnit() {} diff --git a/L0/L0MuonKernel/src/OLCnv.cpp b/L0/L0MuonKernel/src/OLCnv.cpp index 5adcc0d97b747b765a28c8549f896282c61874ec..d2c4ca7936367d7127bc98387fb8778aea73b838 100755 --- a/L0/L0MuonKernel/src/OLCnv.cpp +++ b/L0/L0MuonKernel/src/OLCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/OLCnv.h" #include "ProcessorKernel/RegisterFactory.h" #include "ProcessorKernel/Register.h" diff --git a/L0/L0MuonKernel/src/PUL0BufferCnv.cpp b/L0/L0MuonKernel/src/PUL0BufferCnv.cpp index bd280df80cc3365ed81e3139804516f4060f262f..fe31cb4d42095ef22f0177c7c79f9c0cd7665a54 100755 --- a/L0/L0MuonKernel/src/PUL0BufferCnv.cpp +++ b/L0/L0MuonKernel/src/PUL0BufferCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/PUL0BufferCnv.h" #include "ProcessorKernel/RegisterFactory.h" #include "ProcessorKernel/Register.h" diff --git a/L0/L0MuonKernel/src/ProcCandCnv.cpp b/L0/L0MuonKernel/src/ProcCandCnv.cpp index 1d1224596d1cee84d8b5d3899236711166be4e4d..394ac8537fbf87f6a5c65e2a912db16b312e4c0c 100755 --- a/L0/L0MuonKernel/src/ProcCandCnv.cpp +++ b/L0/L0MuonKernel/src/ProcCandCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/ProcCandCnv.h" #include "ProcessorKernel/RegisterFactory.h" #include "ProcessorKernel/Register.h" diff --git a/L0/L0MuonKernel/src/ProcCandErrors.cpp b/L0/L0MuonKernel/src/ProcCandErrors.cpp index 92aa96d429d90c5e4ac6433bfde51e9c7fecddf2..390e761a61bb9c22358840f53d336c53510112b6 100755 --- a/L0/L0MuonKernel/src/ProcCandErrors.cpp +++ b/L0/L0MuonKernel/src/ProcCandErrors.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/ProcCandErrors.h" L0Muon::ProcCandErrors::ProcCandErrors() diff --git a/L0/L0MuonKernel/src/ProcDataCnv.cpp b/L0/L0MuonKernel/src/ProcDataCnv.cpp index 4ebf61ef744eebab5e30b2e1a6a2793b33d46049..095fea69d3d55f88cf1469ece8d851277eb0341e 100755 --- a/L0/L0MuonKernel/src/ProcDataCnv.cpp +++ b/L0/L0MuonKernel/src/ProcDataCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/ProcDataCnv.h" #include "ProcessorKernel/RegisterFactory.h" #include "Kernel/MuonLayout.h" diff --git a/L0/L0MuonKernel/src/ProcDataErrors.cpp b/L0/L0MuonKernel/src/ProcDataErrors.cpp index 639eef1841f16df9c2303bd8cbf09e62261314b8..15e37b38b6c21782fd754bf52302abfe49c08f68 100755 --- a/L0/L0MuonKernel/src/ProcDataErrors.cpp +++ b/L0/L0MuonKernel/src/ProcDataErrors.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/ProcDataErrors.h" L0Muon::ProcDataErrors::ProcDataErrors() diff --git a/L0/L0MuonKernel/src/ProcRawCnv.cpp b/L0/L0MuonKernel/src/ProcRawCnv.cpp index 682f7c13cad0603c5a03fa8a38c045ee25fd3049..9235990bcdeafd7908f7e0fdc28e615c3753f4f1 100755 --- a/L0/L0MuonKernel/src/ProcRawCnv.cpp +++ b/L0/L0MuonKernel/src/ProcRawCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/ProcRawCnv.h" #include "Kernel/MuonLayout.h" diff --git a/L0/L0MuonKernel/src/ProcRawErrors.cpp b/L0/L0MuonKernel/src/ProcRawErrors.cpp index 8c1bf71e1a227e14d66f1e68a679200b21e71c1a..45dc1aa31dd3953f64d66b1a30ed1bc389721f1b 100755 --- a/L0/L0MuonKernel/src/ProcRawErrors.cpp +++ b/L0/L0MuonKernel/src/ProcRawErrors.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/ProcRawErrors.h" L0Muon::ProcRawErrors::ProcRawErrors() diff --git a/L0/L0MuonKernel/src/ProcUnit.cpp b/L0/L0MuonKernel/src/ProcUnit.cpp index 7906e3808a87f3604b63734aa1ad52fa81ed704e..ffb372ccd24be35c3b7e0fc2ad8e32638e6463ba 100755 --- a/L0/L0MuonKernel/src/ProcUnit.cpp +++ b/L0/L0MuonKernel/src/ProcUnit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <time.h> #include "L0MuonKernel/ProcUnit.h" diff --git a/L0/L0MuonKernel/src/ProcUtilities.cpp b/L0/L0MuonKernel/src/ProcUtilities.cpp index bac6a0a94f6522519d080585e368545e8e37c521..12f13690c904156ec9e8d89ca240b0ba5b964491 100755 --- a/L0/L0MuonKernel/src/ProcUtilities.cpp +++ b/L0/L0MuonKernel/src/ProcUtilities.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: ProcUtilities.cpp,v 1.8 2008-12-16 15:59:50 jucogan Exp $ #include "L0MuonKernel/ProcUtilities.h" diff --git a/L0/L0MuonKernel/src/SUL0BufferCnv.cpp b/L0/L0MuonKernel/src/SUL0BufferCnv.cpp index 1dc0e44a74243405f5abc333543ee614762fe025..df6f377a237e4b4b4e7261b32ce6e96c7e9ebc5e 100755 --- a/L0/L0MuonKernel/src/SUL0BufferCnv.cpp +++ b/L0/L0MuonKernel/src/SUL0BufferCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/SUL0BufferCnv.h" #include "ProcessorKernel/RegisterFactory.h" #include "ProcessorKernel/Register.h" diff --git a/L0/L0MuonKernel/src/SelectionUnit.cpp b/L0/L0MuonKernel/src/SelectionUnit.cpp index c6575a97233857d1e900cc4158103dee93ee0bf6..a635a8045e66894cc747c6619f4085953221beee 100755 --- a/L0/L0MuonKernel/src/SelectionUnit.cpp +++ b/L0/L0MuonKernel/src/SelectionUnit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/SelectionUnit.h" #include "L0MuonKernel/CrateUnit.h" diff --git a/L0/L0MuonKernel/src/Tower.cpp b/L0/L0MuonKernel/src/Tower.cpp index 585d8b31ff4e28b220332c0cd962ba192191beda..777fbec17f128094ffec49f484b11bb3f2cc7b67 100755 --- a/L0/L0MuonKernel/src/Tower.cpp +++ b/L0/L0MuonKernel/src/Tower.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <cmath> #include <set> #include <vector> diff --git a/L0/L0MuonKernel/src/UnitFactory.cpp b/L0/L0MuonKernel/src/UnitFactory.cpp index dea771a4264f4fabd4770b88b6c0f43e9e64efe0..7a820b571d50c94907e890eafbe68edfb18cb196 100755 --- a/L0/L0MuonKernel/src/UnitFactory.cpp +++ b/L0/L0MuonKernel/src/UnitFactory.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "L0MuonKernel/UnitFactory.h" #include "L0MuonKernel/MuonTriggerUnit.h" #include "L0MuonKernel/CtrlUnit.h" diff --git a/L0/ProcessorKernel/CMakeLists.txt b/L0/ProcessorKernel/CMakeLists.txt index 545011c3216bcd6085f35699e829a695706d62e1..916283781a08e905e4ac043f91b7007d1bc8bb29 100644 --- a/L0/ProcessorKernel/CMakeLists.txt +++ b/L0/ProcessorKernel/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: ProcessorKernel ################################################################################ diff --git a/L0/ProcessorKernel/ProcessorKernel/Property.h b/L0/ProcessorKernel/ProcessorKernel/Property.h index 4ef188c1a30c90c49d1abdee34711804fd2a08d3..e70c4d693b5da7e94fd8c36fc9278b6b63b89bb4 100755 --- a/L0/ProcessorKernel/ProcessorKernel/Property.h +++ b/L0/ProcessorKernel/ProcessorKernel/Property.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PROPERTY_H #define PROPERTY_H 1 diff --git a/L0/ProcessorKernel/ProcessorKernel/Register.h b/L0/ProcessorKernel/ProcessorKernel/Register.h index 27ef708b24e4c132617d367866b5afb27693a8c8..7c186bb9ff1128084bfdc1372af5f2abaff22e5f 100755 --- a/L0/ProcessorKernel/ProcessorKernel/Register.h +++ b/L0/ProcessorKernel/ProcessorKernel/Register.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Register.h,v 1.7 2008-11-07 16:19:57 jucogan Exp $ #ifndef PROCESSORKERNEL_REGISTER_H diff --git a/L0/ProcessorKernel/ProcessorKernel/RegisterFactory.h b/L0/ProcessorKernel/ProcessorKernel/RegisterFactory.h index e059376620ba8247e220e3cf965d801af00130cd..c1161514870b46c1a8b9ae9c05030a6c2fd933f7 100755 --- a/L0/ProcessorKernel/ProcessorKernel/RegisterFactory.h +++ b/L0/ProcessorKernel/ProcessorKernel/RegisterFactory.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: RegisterFactory.h,v 1.11 2008-11-07 16:19:57 jucogan Exp $ #ifndef PROCESSORKERNEL_REGISTERFACTORY_H diff --git a/L0/ProcessorKernel/ProcessorKernel/TileRegister.h b/L0/ProcessorKernel/ProcessorKernel/TileRegister.h index 7b517fee241868dd1fde897832f0f6075aca3f00..ee871550392acede09c46b4f5571e7ed9cb35a84 100755 --- a/L0/ProcessorKernel/ProcessorKernel/TileRegister.h +++ b/L0/ProcessorKernel/ProcessorKernel/TileRegister.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PROCESSORKERNEL_TILEREGISTER_H #define PROCESSORKERNEL_TILEREGISTER_H 1 diff --git a/L0/ProcessorKernel/ProcessorKernel/Unit.h b/L0/ProcessorKernel/ProcessorKernel/Unit.h index 00767c9a4b0529d16b3639902231a1f0110efa08..cc6bbd2dc09ec06486c6dfd6c7f3dcfeb732b3f7 100755 --- a/L0/ProcessorKernel/ProcessorKernel/Unit.h +++ b/L0/ProcessorKernel/ProcessorKernel/Unit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Unit.h,v 1.10 2010-02-04 15:48:40 jucogan Exp $ #ifndef PROCESSORKERNEL_UNIT_H diff --git a/L0/ProcessorKernel/src/Property.cpp b/L0/ProcessorKernel/src/Property.cpp index 86c737c4fc39c85aea8a6a64983aa9a8fd0b8a4b..4743e73dd437b02e7278bc6bd7ce877968b209cd 100755 --- a/L0/ProcessorKernel/src/Property.cpp +++ b/L0/ProcessorKernel/src/Property.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: Property.cpp,v 1.6 2008-10-28 15:56:01 cattanem Exp $ #include "ProcessorKernel/Property.h" diff --git a/L0/ProcessorKernel/src/Register.cpp b/L0/ProcessorKernel/src/Register.cpp index 19d3ffd2a7079351f628a78c68b2bd0e5bb39fee..2f1d7ccb99f10341dc0c1e21031a8d76d7580e40 100755 --- a/L0/ProcessorKernel/src/Register.cpp +++ b/L0/ProcessorKernel/src/Register.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "ProcessorKernel/Register.h" #include <cmath> diff --git a/L0/ProcessorKernel/src/RegisterFactory.cpp b/L0/ProcessorKernel/src/RegisterFactory.cpp index 47834dd22fa24c1af10123fb0156a14fa811295e..07f0f00e0b80d2eb150ce341ba82ae2d605fd6a2 100755 --- a/L0/ProcessorKernel/src/RegisterFactory.cpp +++ b/L0/ProcessorKernel/src/RegisterFactory.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "ProcessorKernel/RegisterFactory.h" static L0Muon::RegisterFactory* s_instance_0=0; diff --git a/L0/ProcessorKernel/src/TileRegister.cpp b/L0/ProcessorKernel/src/TileRegister.cpp index cdb0befe266b34913d3f93a080ae9fda8a054f8e..d72502693ffff33de5c200211d532745ec4ac3df 100755 --- a/L0/ProcessorKernel/src/TileRegister.cpp +++ b/L0/ProcessorKernel/src/TileRegister.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "ProcessorKernel/TileRegister.h" #include <cmath> // For definition of pow on windows diff --git a/L0/ProcessorKernel/src/Unit.cpp b/L0/ProcessorKernel/src/Unit.cpp index a9c5c10f8f612c93e6b080163cfabbf1f9f05bbe..dd5d730899716ba773502ad3988a087fb4fd8324 100755 --- a/L0/ProcessorKernel/src/Unit.cpp +++ b/L0/ProcessorKernel/src/Unit.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <iostream> #include "ProcessorKernel/Unit.h" #include "ProcessorKernel/RegisterFactory.h" diff --git a/LHCbSys/CMakeLists.txt b/LHCbSys/CMakeLists.txt index 28c21c3d31885981ef7d6715f82dc2d73b724d10..dd726c0ca24c2aabf111472f13742f865de2f092 100644 --- a/LHCbSys/CMakeLists.txt +++ b/LHCbSys/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: LHCbSys ################################################################################ diff --git a/LHCbSys/doc/MainPage.h b/LHCbSys/doc/MainPage.h index ab141a055d5367c7247b97791ab0c6b545c94640..790502865d73f417603336f3430ba44afc109f9a 100755 --- a/LHCbSys/doc/MainPage.h +++ b/LHCbSys/doc/MainPage.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 lhcbdoxygenmain * diff --git a/Muon/MuonDAQ/CMakeLists.txt b/Muon/MuonDAQ/CMakeLists.txt index 240de9bc64a7d16c4359491350fb3cd772efc9e3..709f2e8e9cac5dcd72de8ed28b02001c91805f8d 100644 --- a/Muon/MuonDAQ/CMakeLists.txt +++ b/Muon/MuonDAQ/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: MuonDAQ ################################################################################ diff --git a/Muon/MuonDAQ/Event/MuonBankVersion.h b/Muon/MuonDAQ/Event/MuonBankVersion.h index 3dd572afa8f91a423aca52beeee963024c3bf97e..4bcde64b7fb30535a52a09091aefd0d36fc99413 100644 --- a/Muon/MuonDAQ/Event/MuonBankVersion.h +++ b/Muon/MuonDAQ/Event/MuonBankVersion.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_MUONBANKVERSION_H #define EVENT_MUONBANKVERSION_H 1 diff --git a/Muon/MuonDAQ/Event/MuonODEData.h b/Muon/MuonDAQ/Event/MuonODEData.h index 493f2d13e1921df26595ceeb8a8ff4ff541a47c8..60279a2d1cce46973ec42144fa46a21a71446cc4 100644 --- a/Muon/MuonDAQ/Event/MuonODEData.h +++ b/Muon/MuonDAQ/Event/MuonODEData.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONDAQ_MUONODEDATA_H #define MUONDAQ_MUONODEDATA_H 1 diff --git a/Muon/MuonDAQ/Event/MuonPPEventInfo.h b/Muon/MuonDAQ/Event/MuonPPEventInfo.h index 772c1160305bb9143728a8fa38206e88da8628f8..c0e9ac892bd1251d03c6b9d3e38f545703dddd46 100644 --- a/Muon/MuonDAQ/Event/MuonPPEventInfo.h +++ b/Muon/MuonDAQ/Event/MuonPPEventInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_MUONPPEVENTINFO_H #define EVENT_MUONPPEVENTINFO_H 1 #include <array> diff --git a/Muon/MuonDAQ/Event/MuonTell1Header.h b/Muon/MuonDAQ/Event/MuonTell1Header.h index c6b65962bee9b9c663cc90e38d41dbb70e4e5176..240c266a6f04f0666b396d6be110457546dbc25c 100644 --- a/Muon/MuonDAQ/Event/MuonTell1Header.h +++ b/Muon/MuonDAQ/Event/MuonTell1Header.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_MUONTELL1HEADER_H #define EVENT_MUONTELL1HEADER_H 1 diff --git a/Muon/MuonDAQ/MuonDAQ/IMuonRawBuffer.h b/Muon/MuonDAQ/MuonDAQ/IMuonRawBuffer.h index 06780e2ce25c759f694c63e2b072efba26853221..d169b3503649c3334b6f938662f75bd6e46082bb 100644 --- a/Muon/MuonDAQ/MuonDAQ/IMuonRawBuffer.h +++ b/Muon/MuonDAQ/MuonDAQ/IMuonRawBuffer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONDAQ_IMUONRAWBUFFER_H #define MUONDAQ_IMUONRAWBUFFER_H 1 diff --git a/Muon/MuonDAQ/MuonDAQ/IMuonTell1Config.h b/Muon/MuonDAQ/MuonDAQ/IMuonTell1Config.h index 2b5a13784612e42162daef091c2b48692c3d5188..f1f4fe5657d3e8bcccc5936ffefae39a541a3431 100644 --- a/Muon/MuonDAQ/MuonDAQ/IMuonTell1Config.h +++ b/Muon/MuonDAQ/MuonDAQ/IMuonTell1Config.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONDAQ_IMUONTELL1CONFIG_H #define MUONDAQ_IMUONTELL1CONFIG_H 1 diff --git a/Muon/MuonDAQ/MuonDAQ/MuonHLTBase.h b/Muon/MuonDAQ/MuonDAQ/MuonHLTBase.h index 3611d5bdc1ae6441d9eed74dc906a58fb9072677..0e9eac38cd01c3b16ad9688054956338e17255a4 100755 --- a/Muon/MuonDAQ/MuonDAQ/MuonHLTBase.h +++ b/Muon/MuonDAQ/MuonDAQ/MuonHLTBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONHLTBASE_H #define MUONHLTBASE_H 1 diff --git a/Muon/MuonDAQ/MuonDAQ/MuonHLTDigitFormat.h b/Muon/MuonDAQ/MuonDAQ/MuonHLTDigitFormat.h index 571a0a9e9efa503922073cd7669c9fe0c03b472b..154f5aa5ce1db013d5c1706113246a7b135f5181 100755 --- a/Muon/MuonDAQ/MuonDAQ/MuonHLTDigitFormat.h +++ b/Muon/MuonDAQ/MuonDAQ/MuonHLTDigitFormat.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONHLTDIGITFORMAT_H #define MUONHLTDIGITFORMAT_H 1 diff --git a/Muon/MuonDAQ/MuonDAQ/SortDigitInL1.h b/Muon/MuonDAQ/MuonDAQ/SortDigitInL1.h index 1de9bced5a72f34d4d8190d5b5e50c247ebc0ea5..f601408275fc9eef9d0b697db89c0f59ad9458a1 100755 --- a/Muon/MuonDAQ/MuonDAQ/SortDigitInL1.h +++ b/Muon/MuonDAQ/MuonDAQ/SortDigitInL1.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SORTDIGITINL1_H #define SORTDIGITINL1_H 1 diff --git a/Muon/MuonDAQ/MuonDAQ/SortDigitInODE.h b/Muon/MuonDAQ/MuonDAQ/SortDigitInODE.h index 3f328f0635e44f0434fde81b1edb6fa37e2c8664..a7010e7aeb27c6c3dd8e7f3675f940868eb50e94 100755 --- a/Muon/MuonDAQ/MuonDAQ/SortDigitInODE.h +++ b/Muon/MuonDAQ/MuonDAQ/SortDigitInODE.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SORTDIGITINODE_H #define SORTDIGITINODE_H 1 diff --git a/Muon/MuonDAQ/dict/MuonDAQDict.h b/Muon/MuonDAQ/dict/MuonDAQDict.h index 886f294a065992a6007b260a4f4beed68401bd35..2776725c83d218db55b111990405c76d69b17ff6 100755 --- a/Muon/MuonDAQ/dict/MuonDAQDict.h +++ b/Muon/MuonDAQ/dict/MuonDAQDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: MuonDAQDict.h,v 1.1 2007-11-28 14:48:15 cattanem Exp $ #ifndef DICT_MUONDAQDICT_H #define DICT_MUONDAQDICT_H 1 diff --git a/Muon/MuonDAQ/dict/MuonDAQDict.xml b/Muon/MuonDAQ/dict/MuonDAQDict.xml index e8b91743047eb2b46820948b12f1981a35970b12..5db9b2d3cce63ffad7fa8de6cc3f10b97ed5300f 100755 --- a/Muon/MuonDAQ/dict/MuonDAQDict.xml +++ b/Muon/MuonDAQ/dict/MuonDAQDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "IMuonRawBuffer" /> diff --git a/Muon/MuonDAQ/src/MuonDAQTest.cpp b/Muon/MuonDAQ/src/MuonDAQTest.cpp index 95b5f7033e4b9c613c03b49b6a10f236cd6f87db..ed770ec08741750c8b12d6f82b57d1cc655b3780 100644 --- a/Muon/MuonDAQ/src/MuonDAQTest.cpp +++ b/Muon/MuonDAQ/src/MuonDAQTest.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Muon/MuonDAQ/src/MuonDAQTest.h b/Muon/MuonDAQ/src/MuonDAQTest.h index 5f18708d4939a49184cf40d29551cdbd64b85841..f278413cd89578bdc283ff5e56a71144e40c31a6 100644 --- a/Muon/MuonDAQ/src/MuonDAQTest.h +++ b/Muon/MuonDAQ/src/MuonDAQTest.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONDAQTEST_H #define MUONDAQTEST_H 1 diff --git a/Muon/MuonDAQ/src/MuonDigitToRawBuffer.cpp b/Muon/MuonDAQ/src/MuonDigitToRawBuffer.cpp index 2768dca39fac24fcd35ccb26226e56e94f6618bc..fe237bfe9ac96777d286c78b64f2653c1c699121 100644 --- a/Muon/MuonDAQ/src/MuonDigitToRawBuffer.cpp +++ b/Muon/MuonDAQ/src/MuonDigitToRawBuffer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "MuonDAQ/SortDigitInODE.h" diff --git a/Muon/MuonDAQ/src/MuonDigitToRawBuffer.h b/Muon/MuonDAQ/src/MuonDigitToRawBuffer.h index fea2987e4f4e87e8da326709f551dd43147fa9e7..bd72175043b46029ca9b6b70eab3782abdfe4811 100644 --- a/Muon/MuonDAQ/src/MuonDigitToRawBuffer.h +++ b/Muon/MuonDAQ/src/MuonDigitToRawBuffer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONDIGITTORAWBUFFER_H #define MUONDIGITTORAWBUFFER_H 1 diff --git a/Muon/MuonDAQ/src/MuonHLTDigitFormat.cpp b/Muon/MuonDAQ/src/MuonHLTDigitFormat.cpp index e71259eae51986af71818539eefc13e0ce6d3451..793e39f0d2e7a2a9235ff2728137794ba2cfc02f 100644 --- a/Muon/MuonDAQ/src/MuonHLTDigitFormat.cpp +++ b/Muon/MuonDAQ/src/MuonHLTDigitFormat.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Muon/MuonDAQ/src/MuonPadTest.cpp b/Muon/MuonDAQ/src/MuonPadTest.cpp index fb6ff00dab663a5404578b9cdbe786e28096d624..bbb0693f3fa70b393ce049e54a1463b511ff1f9e 100644 --- a/Muon/MuonDAQ/src/MuonPadTest.cpp +++ b/Muon/MuonDAQ/src/MuonPadTest.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Muon/MuonDAQ/src/MuonPadTest.h b/Muon/MuonDAQ/src/MuonPadTest.h index d40109165f9b6299bd9bbbdf928aad548e320290..7c7177f3627d468e75eb7611b11ea7e8eb2c3777 100644 --- a/Muon/MuonDAQ/src/MuonPadTest.h +++ b/Muon/MuonDAQ/src/MuonPadTest.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONPADTEST_H #define MUONPADTEST_H 1 diff --git a/Muon/MuonDAQ/src/MuonRawBuffer.cpp b/Muon/MuonDAQ/src/MuonRawBuffer.cpp index d13de2f21436f558e7d92027f8c6e79d209999d8..35884a5eefd44a364e138dceccaee82e23c06dfc 100644 --- a/Muon/MuonDAQ/src/MuonRawBuffer.cpp +++ b/Muon/MuonDAQ/src/MuonRawBuffer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Muon/MuonDAQ/src/MuonRawBuffer.h b/Muon/MuonDAQ/src/MuonRawBuffer.h index 41a676964e0cf4624f70bc4a5fa0ad83f902c8be..a13bde1a39638ca5f72c7cc13f578269ff6de9ae 100644 --- a/Muon/MuonDAQ/src/MuonRawBuffer.h +++ b/Muon/MuonDAQ/src/MuonRawBuffer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONRAWBUFFER_H #define MUONRAWBUFFER_H 1 diff --git a/Muon/MuonDAQ/src/MuonRec.cpp b/Muon/MuonDAQ/src/MuonRec.cpp index f3dda07e0cf2c4e2c2e518e4e508588901833a04..795957dd2bfd1c296dd42c1ae6ab3f6857ad84de 100644 --- a/Muon/MuonDAQ/src/MuonRec.cpp +++ b/Muon/MuonDAQ/src/MuonRec.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <cstdio> diff --git a/Muon/MuonDAQ/src/MuonRec.h b/Muon/MuonDAQ/src/MuonRec.h index 96cf573176ee3515ad4ca1f159685a6f670953ad..4322d17153b00485b39e21a33a7d363e7d514983 100644 --- a/Muon/MuonDAQ/src/MuonRec.h +++ b/Muon/MuonDAQ/src/MuonRec.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONREC_MUONREC_H #define MUONREC_MUONREC_H 1 diff --git a/Muon/MuonDAQ/src/MuonTAERec.cpp b/Muon/MuonDAQ/src/MuonTAERec.cpp index b5af30e81a2cfb228e7b17f4a3bd86edbd3c88cd..0f79ee496a92dd7a9e7e8a51660f12ef1cfcddf9 100644 --- a/Muon/MuonDAQ/src/MuonTAERec.cpp +++ b/Muon/MuonDAQ/src/MuonTAERec.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/MuonCoord.h" diff --git a/Muon/MuonDAQ/src/MuonTAERec.h b/Muon/MuonDAQ/src/MuonTAERec.h index a7e009cbe9aa4731d08e6e091dee6c71041ead70..34022776af69fa4646e777c578b6a2f194f45d7c 100644 --- a/Muon/MuonDAQ/src/MuonTAERec.h +++ b/Muon/MuonDAQ/src/MuonTAERec.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONTAEREC_H #define MUONTAEREC_H 1 diff --git a/Muon/MuonDAQ/src/MuonTell1Config.cpp b/Muon/MuonDAQ/src/MuonTell1Config.cpp index 3908c4525e7ea262035860aaf5ccd0204eb991f2..6b977f4afa510f3835d46409fd7ac2aab2b40288 100644 --- a/Muon/MuonDAQ/src/MuonTell1Config.cpp +++ b/Muon/MuonDAQ/src/MuonTell1Config.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Muon/MuonDAQ/src/MuonTell1Config.h b/Muon/MuonDAQ/src/MuonTell1Config.h index 1e82e24c35244324a0e9fa2b1c8a4f3aeb43a0c5..8d4f36c032fc04ed391542a7d8fb1c9dd098d7fa 100644 --- a/Muon/MuonDAQ/src/MuonTell1Config.h +++ b/Muon/MuonDAQ/src/MuonTell1Config.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONTELL1CONFIG_H #define MUONTELL1CONFIG_H 1 diff --git a/Muon/MuonDAQ/src/MuonTell1ConfigData.h b/Muon/MuonDAQ/src/MuonTell1ConfigData.h index a5f3d29cde58f33dacdfa0030ebb996a132b8c7a..cbaefeff77e21a7cec15e9c487b5b2aa8e915036 100644 --- a/Muon/MuonDAQ/src/MuonTell1ConfigData.h +++ b/Muon/MuonDAQ/src/MuonTell1ConfigData.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONTELL1CONFIGDATA_H #define MUONTELL1CONFIGDATA_H 1 diff --git a/Muon/MuonKernel/CMakeLists.txt b/Muon/MuonKernel/CMakeLists.txt index cc2a5fac6e14b8db52e2cb765b7a8b17056d0b96..b01d53f3899f48a3740579592c9e9754fe442eb3 100644 --- a/Muon/MuonKernel/CMakeLists.txt +++ b/Muon/MuonKernel/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: MuonKernel ################################################################################ diff --git a/Muon/MuonKernel/MuonKernel/MuonStationLayout.h b/Muon/MuonKernel/MuonKernel/MuonStationLayout.h index 232531dd63713432d9a5d7d4be5a5744e927ca20..9432cea635bf484b09fa8fd68dee14a06a4589ec 100644 --- a/Muon/MuonKernel/MuonKernel/MuonStationLayout.h +++ b/Muon/MuonKernel/MuonKernel/MuonStationLayout.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONKERNEL_MUONSTATIONLAYOUT_H #define MUONKERNEL_MUONSTATIONLAYOUT_H 1 diff --git a/Muon/MuonKernel/MuonKernel/MuonSystemLayout.h b/Muon/MuonKernel/MuonKernel/MuonSystemLayout.h index 5441479c9dc9071f0694c95be967bd75067a22b0..ffa706bbe4cf8a53b63da3384a372576159c16d6 100644 --- a/Muon/MuonKernel/MuonKernel/MuonSystemLayout.h +++ b/Muon/MuonKernel/MuonKernel/MuonSystemLayout.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MUONKERNEL_MUONSYSTEMLAYOUT_H #define MUONKERNEL_MUONSYSTEMLAYOUT_H 1 diff --git a/Muon/MuonKernel/src/MuonStationLayout.cpp b/Muon/MuonKernel/src/MuonStationLayout.cpp index 75981fa4363a3f0f8e4fd0f4cef85cc6470e8b5b..c2a737026eee5adc6c2324b1ab44d742f8b12bcf 100644 --- a/Muon/MuonKernel/src/MuonStationLayout.cpp +++ b/Muon/MuonKernel/src/MuonStationLayout.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <iostream> #include <algorithm> diff --git a/Muon/MuonKernel/src/MuonSystemLayout.cpp b/Muon/MuonKernel/src/MuonSystemLayout.cpp index f90eee7199646bc1f8dcf5e474c5102f34281894..b75892592b38e17f494c25c7a85c945aa14180a8 100644 --- a/Muon/MuonKernel/src/MuonSystemLayout.cpp +++ b/Muon/MuonKernel/src/MuonSystemLayout.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <iostream> #include "MuonKernel/MuonSystemLayout.h" diff --git a/OT/OTDAQ/CMakeLists.txt b/OT/OTDAQ/CMakeLists.txt index 55a20b37012f37dbacf8924e14e2bab693013d4b..ca51aaac25bc964cf2a0dcb961496c65c471b117 100644 --- a/OT/OTDAQ/CMakeLists.txt +++ b/OT/OTDAQ/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: OTDAQ ################################################################################ diff --git a/OT/OTDAQ/Event/OTBankVersion.h b/OT/OTDAQ/Event/OTBankVersion.h index e38b437da4596844e15b1f22a63152d6c8814acd..08277e9773f872bf27a22bd2da381562261993f8 100644 --- a/OT/OTDAQ/Event/OTBankVersion.h +++ b/OT/OTDAQ/Event/OTBankVersion.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVENT_OTBANKVERSION_H #define EVENT_OTBANKVERSION_H 1 diff --git a/OT/OTDAQ/Event/OTLiteTime.h b/OT/OTDAQ/Event/OTLiteTime.h index 4f999e4d944aa72d783b10c6d1b10fc274011aab..5f01f08b1ee07bdfb093f6d4c41c8923d1c34768 100644 --- a/OT/OTDAQ/Event/OTLiteTime.h +++ b/OT/OTDAQ/Event/OTLiteTime.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTLiteTime.h * diff --git a/OT/OTDAQ/OTDAQ/Gol.h b/OT/OTDAQ/OTDAQ/Gol.h index 784cb490e8e6a809ffdc5e54a8a54fd5b6a14142..86bf1d87f00ea07eaa9fbac065c0facbef21ac5c 100644 --- a/OT/OTDAQ/OTDAQ/Gol.h +++ b/OT/OTDAQ/OTDAQ/Gol.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDAQ_GOL_H #define OTDAQ_GOL_H diff --git a/OT/OTDAQ/OTDAQ/GolHeader.h b/OT/OTDAQ/OTDAQ/GolHeader.h index 3b193b694b798c2f4879b30123eaada3265d193d..f46485c3517e2f9d1f8888e5ae526fe4c83b3428 100644 --- a/OT/OTDAQ/OTDAQ/GolHeader.h +++ b/OT/OTDAQ/OTDAQ/GolHeader.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDAQ_GOLHEADER_H #define OTDAQ_GOLHEADER_H 1 #include <ostream> diff --git a/OT/OTDAQ/OTDAQ/IOTChannelMapTool.h b/OT/OTDAQ/OTDAQ/IOTChannelMapTool.h index add0d1a2a004f6b9fd115d20540c8315263231b0..04701225c039f38b3e778c3b91fec8c48b7f8b43 100644 --- a/OT/OTDAQ/OTDAQ/IOTChannelMapTool.h +++ b/OT/OTDAQ/OTDAQ/IOTChannelMapTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDAQ_IOTCHANNELMAPTOOL_H #define OTDAQ_IOTCHANNELMAPTOOL_H 1 diff --git a/OT/OTDAQ/OTDAQ/IOTRawBankDecoder.h b/OT/OTDAQ/OTDAQ/IOTRawBankDecoder.h index 3873e2f85ffde4b2d21550a944ced6570f9a1834..c5b8e685b0829798a16d36f5589587651760296f 100644 --- a/OT/OTDAQ/OTDAQ/IOTRawBankDecoder.h +++ b/OT/OTDAQ/OTDAQ/IOTRawBankDecoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDAQ_IOTRAWBANKDECODER_H #define OTDAQ_IOTRAWBANKDECODER_H 1 diff --git a/OT/OTDAQ/OTDAQ/IOTRawBankEncoder.h b/OT/OTDAQ/OTDAQ/IOTRawBankEncoder.h index 7c6f33d3337e81d0c01de4afd47d3f09c8370c0a..720568e28f5947fe4ebd687851d93a60a9754849 100644 --- a/OT/OTDAQ/OTDAQ/IOTRawBankEncoder.h +++ b/OT/OTDAQ/OTDAQ/IOTRawBankEncoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDAQ_IOTRAWBANKENCODER_H #define OTDAQ_IOTRAWBANKENCODER_H 1 diff --git a/OT/OTDAQ/OTDAQ/IOTReadOutWindow.h b/OT/OTDAQ/OTDAQ/IOTReadOutWindow.h index ef5dc5f2fc95629e70f267c1e70e29d873d953f7..28d6bea70381a6a1f262bf6d68440de716b4594c 100644 --- a/OT/OTDAQ/OTDAQ/IOTReadOutWindow.h +++ b/OT/OTDAQ/OTDAQ/IOTReadOutWindow.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTSIMULATION_IOTREADOUTWINDOW_H #define OTSIMULATION_IOTREADOUTWINDOW_H 1 diff --git a/OT/OTDAQ/OTDAQ/IndexedModuleDataHolder.h b/OT/OTDAQ/OTDAQ/IndexedModuleDataHolder.h index 96175ce437b21b6afba2d5cf6dfa7a38b9d3347b..48c285ea906bf8bde765c8438773af63dfc3c628 100644 --- a/OT/OTDAQ/OTDAQ/IndexedModuleDataHolder.h +++ b/OT/OTDAQ/OTDAQ/IndexedModuleDataHolder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 INDEXEDMODULEDATAHOLDER_H #define INDEXEDMODULEDATAHOLDER_H diff --git a/OT/OTDAQ/OTDAQ/OTChannelMap.h b/OT/OTDAQ/OTDAQ/OTChannelMap.h index 7c5ab036acf61ded94c81ab26678ecb8d9989aef..e74ca7fb7c106f6e476df2ad0d9a697df2f04c22 100644 --- a/OT/OTDAQ/OTDAQ/OTChannelMap.h +++ b/OT/OTDAQ/OTDAQ/OTChannelMap.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDAQ_OTCHANNELMAP_H_ #define OTDAQ_OTCHANNELMAP_H_ diff --git a/OT/OTDAQ/OTDAQ/OTEnum.h b/OT/OTDAQ/OTDAQ/OTEnum.h index 6741c55d1f37d899e4ccb1add5863b9d7ea0c0bb..891d089cfa76317329809e9e89126d936e697ea3 100644 --- a/OT/OTDAQ/OTDAQ/OTEnum.h +++ b/OT/OTDAQ/OTDAQ/OTEnum.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDAQ_OTENUM_H_ #define OTDAQ_OTENUM_H_ diff --git a/OT/OTDAQ/OTDAQ/OTSpecificHeader.h b/OT/OTDAQ/OTDAQ/OTSpecificHeader.h index 1b6ae20ca63e35de8e82563f6e1824efa547ed44..6c6fa3b126759c888041d9fe877d750c982f38b4 100644 --- a/OT/OTDAQ/OTDAQ/OTSpecificHeader.h +++ b/OT/OTDAQ/OTDAQ/OTSpecificHeader.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDAQ_OTSPECIFICHEADER_H #define OTDAQ_OTSPECIFICHEADER_H 1 #include <ostream> diff --git a/OT/OTDAQ/OTDAQ/RawBank.h b/OT/OTDAQ/OTDAQ/RawBank.h index 76f96807db1da0d59eea8e2b28e3b70a2b16bed4..503a018b41f26ef00f7767fc6cfe4a985beb9ddc 100644 --- a/OT/OTDAQ/OTDAQ/RawBank.h +++ b/OT/OTDAQ/OTDAQ/RawBank.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDAQ_OTRAWBANK_H #define OTDAQ_OTRAWBANK_H 1 diff --git a/OT/OTDAQ/OTDAQ/RawEvent.h b/OT/OTDAQ/OTDAQ/RawEvent.h index 0a9e825614639abcc6cabf556525445aec9738a9..9063460089678231da11c1acb83407c961b8d2e1 100644 --- a/OT/OTDAQ/OTDAQ/RawEvent.h +++ b/OT/OTDAQ/OTDAQ/RawEvent.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDAQ_RAWEVENT_H #define OTDAQ_RAWEVENT_H diff --git a/OT/OTDAQ/OTDAQ/RawHit.h b/OT/OTDAQ/OTDAQ/RawHit.h index f0e5cd967910837569e5aa65b1dd259b2a725ebb..81365052a61112d27c1c1ac975ab3d38142f58b3 100644 --- a/OT/OTDAQ/OTDAQ/RawHit.h +++ b/OT/OTDAQ/OTDAQ/RawHit.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDAQ_OTChannelHit_H #define OTDAQ_OTChannelHit_H 1 diff --git a/OT/OTDAQ/dict/OTDAQDict.h b/OT/OTDAQ/dict/OTDAQDict.h index 6302c2b7710725b09beb7a2e99372d624100e0ad..699072546c943a18c6db8965a5dd202e74db5d45 100644 --- a/OT/OTDAQ/dict/OTDAQDict.h +++ b/OT/OTDAQ/dict/OTDAQDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_OTDAQDICT_H #define DICT_OTDAQDICT_H 1 diff --git a/OT/OTDAQ/dict/OTDAQDict.xml b/OT/OTDAQ/dict/OTDAQDict.xml index f38b70d7d743c47d545aa94ebbd6a6125010749a..aa0e766ee82990d4c1b93554efada1cde90b5118 100755 --- a/OT/OTDAQ/dict/OTDAQDict.xml +++ b/OT/OTDAQ/dict/OTDAQDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "LHCb::OTLiteTime" /> <class name = "LHCb::OTLiteTimeContainer" /> diff --git a/OT/OTDAQ/src/DataWord.h b/OT/OTDAQ/src/DataWord.h index 65361719b76bbe7da0ad4c15d76f51d742a9ee53..bbf67cc6b01c010b1194feb1c02fa80689520f5d 100644 --- a/OT/OTDAQ/src/DataWord.h +++ b/OT/OTDAQ/src/DataWord.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/OT/OTDAQ/src/GolHeaderDC06.h b/OT/OTDAQ/src/GolHeaderDC06.h index a40515df7c46749e8649d1d6513b57beec06ad81..f68fa5295fbf9aa902ae11e3bc438247dae3f813 100644 --- a/OT/OTDAQ/src/GolHeaderDC06.h +++ b/OT/OTDAQ/src/GolHeaderDC06.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDAQ_GolHeaderDC06_H #define OTDAQ_GolHeaderDC06_H 1 diff --git a/OT/OTDAQ/src/OTChannelMapTool.cpp b/OT/OTDAQ/src/OTChannelMapTool.cpp index 612bd55e75643d0ece3a3f00cc1fce943da30d23..9ae77b8549b4d87b211fb5e73c5ccc93398951ba 100644 --- a/OT/OTDAQ/src/OTChannelMapTool.cpp +++ b/OT/OTDAQ/src/OTChannelMapTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STD #include <sstream> diff --git a/OT/OTDAQ/src/OTMultiBXRawBankDecoder.cpp b/OT/OTDAQ/src/OTMultiBXRawBankDecoder.cpp index d1a43e17540f8575a17782fdd10feb3e6bb0011b..b1238ff8752f4a8b5292d1e910fc863d2052f052 100644 --- a/OT/OTDAQ/src/OTMultiBXRawBankDecoder.cpp +++ b/OT/OTDAQ/src/OTMultiBXRawBankDecoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/OT/OTDAQ/src/OTRawBankDecoder.cpp b/OT/OTDAQ/src/OTRawBankDecoder.cpp index f9b8cfbba35af0e44a1bd628373c7bbed928d095..dadbe7a95a5c42bdefea7d295d1bc39941eccccf 100644 --- a/OT/OTDAQ/src/OTRawBankDecoder.cpp +++ b/OT/OTDAQ/src/OTRawBankDecoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <numeric> diff --git a/OT/OTDAQ/src/OTRawBankDecoder.h b/OT/OTDAQ/src/OTRawBankDecoder.h index e34e66ead086e88fb996f9ad652b588f210dcfe1..c3a3426653b9d5c263c6c1b388eacbf8126cbd74 100644 --- a/OT/OTDAQ/src/OTRawBankDecoder.h +++ b/OT/OTDAQ/src/OTRawBankDecoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTRAWBANKDECODER_H #define OTRAWBANKDECODER_H 1 diff --git a/OT/OTDAQ/src/OTRawBankEncoder.cpp b/OT/OTDAQ/src/OTRawBankEncoder.cpp index 8d91e0cffdcf8542c5dcd16c51fa36c667f218b3..a7281b3bfe3f699354cc2f1951b14bee98875aa6 100644 --- a/OT/OTDAQ/src/OTRawBankEncoder.cpp +++ b/OT/OTDAQ/src/OTRawBankEncoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 std #include <algorithm> diff --git a/OT/OTDAQ/src/OTRawBankEncoder.h b/OT/OTDAQ/src/OTRawBankEncoder.h index e212a68571e5767b8c2b6973b6ac56a338f0df92..c7ddb347bca385b98cf0900d757823f779010fec 100644 --- a/OT/OTDAQ/src/OTRawBankEncoder.h +++ b/OT/OTDAQ/src/OTRawBankEncoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTRAWBANKENCODER_H #define OTRAWBANKENCODER_H 1 diff --git a/OT/OTDAQ/src/OTReadOutWindow.cpp b/OT/OTDAQ/src/OTReadOutWindow.cpp index 8e1523657d86e62eb80b4d62b5c8f4802995998d..7e1fc595e226b31a5df6dfe89c651cbe4510c4e1 100644 --- a/OT/OTDAQ/src/OTReadOutWindow.cpp +++ b/OT/OTDAQ/src/OTReadOutWindow.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Gaudi files #include "GaudiKernel/SystemOfUnits.h" diff --git a/OT/OTDAQ/src/OTReadOutWindow.h b/OT/OTDAQ/src/OTReadOutWindow.h index 51601aa90e77c4d4ee1cad63bd5d705dd8792970..7d3b7d3a9efb54d640fee0bb3f69a90f11d7abf9 100644 --- a/OT/OTDAQ/src/OTReadOutWindow.h +++ b/OT/OTDAQ/src/OTReadOutWindow.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDAQ_OTREADOUTWINDOW_H #define OTDAQ_OTREADOUTWINDOW_H 1 diff --git a/OT/OTDAQ/src/OTTimeCreator.cpp b/OT/OTDAQ/src/OTTimeCreator.cpp index 1f3f2e71f45553dac9ecaf42bca90ec064782dd6..ea47247af88dfa7a6bac54ca6691e48c0c8bae4a 100644 --- a/OT/OTDAQ/src/OTTimeCreator.cpp +++ b/OT/OTDAQ/src/OTTimeCreator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STD #include <sstream> diff --git a/OT/OTDAQ/src/OTTimeCreator.h b/OT/OTDAQ/src/OTTimeCreator.h index ae46c155e74cbc7816d3d80aaeebefb7bbce21bd..ef52fd0b9f6905351d360cf67d07b19eddeb615f 100644 --- a/OT/OTDAQ/src/OTTimeCreator.h +++ b/OT/OTDAQ/src/OTTimeCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OTDAQ_OTTIMECREATOR_H #define OTDAQ_OTTIMECREATOR_H 1 diff --git a/Phys/LoKiCore/CMakeLists.txt b/Phys/LoKiCore/CMakeLists.txt index d08cad35915c95514a34ca8bc4ddcb6d7023e6a9..e1cf2d405acd1ae189c4f189a67c452836ed7376 100644 --- a/Phys/LoKiCore/CMakeLists.txt +++ b/Phys/LoKiCore/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: LoKiCore ################################################################################ diff --git a/Phys/LoKiCore/LoKi/AddRef.h b/Phys/LoKiCore/LoKi/AddRef.h index ee8928940d62eb29eb85ba14cf8b1196088d3375..1fcc2a3dab0649ddd152673742de1b2a1d477914 100644 --- a/Phys/LoKiCore/LoKi/AddRef.h +++ b/Phys/LoKiCore/LoKi/AddRef.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_ADDREF_H #define LOKI_ADDREF_H 1 diff --git a/Phys/LoKiCore/LoKi/AlgCuts.h b/Phys/LoKiCore/LoKi/AlgCuts.h index 6fa1bdeeb4d09ab372bd20b9b36cf3c0330690d4..672bf51f6494b3aa165ceeaffec203d94e2976fa 100644 --- a/Phys/LoKiCore/LoKi/AlgCuts.h +++ b/Phys/LoKiCore/LoKi/AlgCuts.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_ALGCUTS_H #define LOKI_ALGCUTS_H 1 diff --git a/Phys/LoKiCore/LoKi/AlgFunctors.h b/Phys/LoKiCore/LoKi/AlgFunctors.h index cc44aa5325c0f85930d4a549efa028dbffa035aa..81d7cc6272f55234ad1050ad404d4793183aa4f8 100644 --- a/Phys/LoKiCore/LoKi/AlgFunctors.h +++ b/Phys/LoKiCore/LoKi/AlgFunctors.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_ALGFUNCTORS_H #define LOKI_ALGFUNCTORS_H 1 diff --git a/Phys/LoKiCore/LoKi/AlgUtils.h b/Phys/LoKiCore/LoKi/AlgUtils.h index 317c4de32501ff6b81076b4bf621559e5660c31b..80a7acdda438dc6cce917d0e2cff6b0b7c9902c2 100644 --- a/Phys/LoKiCore/LoKi/AlgUtils.h +++ b/Phys/LoKiCore/LoKi/AlgUtils.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_ALGUTILS_H #define LOKI_ALGUTILS_H 1 diff --git a/Phys/LoKiCore/LoKi/Algs.h b/Phys/LoKiCore/LoKi/Algs.h index 2d32cfb7181d447f269337b877d89e319ee5a2f0..af148a4b38ee36ef5449bf80d6d90107fe93b754 100644 --- a/Phys/LoKiCore/LoKi/Algs.h +++ b/Phys/LoKiCore/LoKi/Algs.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_ALGS_H #define LOKI_ALGS_H 1 // ============================================================================ diff --git a/Phys/LoKiCore/LoKi/Assert.h b/Phys/LoKiCore/LoKi/Assert.h index 0e137db083b792924fea65aea4b3dd7f0c57d934..2fff3fb115f91a018bd53cde89a87cd712d1cb65 100644 --- a/Phys/LoKiCore/LoKi/Assert.h +++ b/Phys/LoKiCore/LoKi/Assert.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_ASSERT_H #define LOKI_ASSERT_H 1 diff --git a/Phys/LoKiCore/LoKi/AuxFunBase.h b/Phys/LoKiCore/LoKi/AuxFunBase.h index 6c06e080bf53ee491948de7c3fa180fe70c0aefe..1a2fa74b60526fef4e7acbbe45a1910e37743c8d 100644 --- a/Phys/LoKiCore/LoKi/AuxFunBase.h +++ b/Phys/LoKiCore/LoKi/AuxFunBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_AUXFUNBASE_H #define LOKI_AUXFUNBASE_H 1 diff --git a/Phys/LoKiCore/LoKi/Base.h b/Phys/LoKiCore/LoKi/Base.h index 982d2e6d5ba2f191b218eb4f377056708a591f0d..71855baa88839062c413d89e67e1380997a3b0bc 100644 --- a/Phys/LoKiCore/LoKi/Base.h +++ b/Phys/LoKiCore/LoKi/Base.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_BASE_H #define LOKI_BASE_H 1 diff --git a/Phys/LoKiCore/LoKi/BasicFunctors.h b/Phys/LoKiCore/LoKi/BasicFunctors.h index f66549c17ec9781b4e7c0c0670a02d62dcd47e7c..1dcede986781d1cbf7f9422afe09fc70d847a89a 100644 --- a/Phys/LoKiCore/LoKi/BasicFunctors.h +++ b/Phys/LoKiCore/LoKi/BasicFunctors.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_BASICFUNCTORS_H #define LOKI_BASICFUNCTORS_H 1 diff --git a/Phys/LoKiCore/LoKi/BiFunctions.h b/Phys/LoKiCore/LoKi/BiFunctions.h index 047773b4b6929befd45696dc26b22443b3b073ef..ae9393183ddd350c0f169b5973c5122e1d026e78 100644 --- a/Phys/LoKiCore/LoKi/BiFunctions.h +++ b/Phys/LoKiCore/LoKi/BiFunctions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_BIFUNCTIONS_H #define LOKI_BIFUNCTIONS_H 1 diff --git a/Phys/LoKiCore/LoKi/Binders.h b/Phys/LoKiCore/LoKi/Binders.h index f1e56d2fb1c148074bec77a693cc607f541d9b8b..18151bd3e4f9a68bfb02a8c1e5faa1f98c4e8186 100644 --- a/Phys/LoKiCore/LoKi/Binders.h +++ b/Phys/LoKiCore/LoKi/Binders.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_BINDERS_H #define LOKI_BINDERS_H 1 diff --git a/Phys/LoKiCore/LoKi/CacheFactory.h b/Phys/LoKiCore/LoKi/CacheFactory.h index ace81f13ea3a7b986b7083df28ec4b2b29a46df2..5d271352c3e2b4efc7b45569036d8f16a08dce5d 100644 --- a/Phys/LoKiCore/LoKi/CacheFactory.h +++ b/Phys/LoKiCore/LoKi/CacheFactory.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_CACHEFACTORY_H #define LOKI_CACHEFACTORY_H 1 diff --git a/Phys/LoKiCore/LoKi/Calls.h b/Phys/LoKiCore/LoKi/Calls.h index 0b73a866c3e6e2607d88721730c85d3d7cdbbae2..651e6332709e0014501b26909045d33b36b8e5a3 100644 --- a/Phys/LoKiCore/LoKi/Calls.h +++ b/Phys/LoKiCore/LoKi/Calls.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_CALLS_H #define LOKI_CALLS_H 1 diff --git a/Phys/LoKiCore/LoKi/Cast.h b/Phys/LoKiCore/LoKi/Cast.h index 42bfeb75cff05f7519de261094567da1a801f5d5..b29f868523b7de54d4fe568599b8907e4298324f 100644 --- a/Phys/LoKiCore/LoKi/Cast.h +++ b/Phys/LoKiCore/LoKi/Cast.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_CAST_H #define LOKI_CAST_H 1 diff --git a/Phys/LoKiCore/LoKi/Colors.h b/Phys/LoKiCore/LoKi/Colors.h index dcb7607539c73bb843a0a6678e0d0114a21119b9..d5f466e551c9544b372e15100c9bd368d7091b03 100644 --- a/Phys/LoKiCore/LoKi/Colors.h +++ b/Phys/LoKiCore/LoKi/Colors.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_COLORS_H #define LOKI_COLORS_H 1 diff --git a/Phys/LoKiCore/LoKi/Combiner.h b/Phys/LoKiCore/LoKi/Combiner.h index fe10264083e658315de7bdbcb33693dbe32d5608..ec84bd1b1c080ec7e6bdde50e80ac46ea96b2c35 100644 --- a/Phys/LoKiCore/LoKi/Combiner.h +++ b/Phys/LoKiCore/LoKi/Combiner.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_Combiner_H #define LOKI_Combiner_H 1 diff --git a/Phys/LoKiCore/LoKi/Const.h b/Phys/LoKiCore/LoKi/Const.h index aedaae9e7c43a29b4d67eb6b75e9d538772842e0..f38c20b777115cdb6e22eaecc336c2d9d8202d24 100644 --- a/Phys/LoKiCore/LoKi/Const.h +++ b/Phys/LoKiCore/LoKi/Const.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_CONST_H #define LOKI_CONST_H 1 diff --git a/Phys/LoKiCore/LoKi/ConstIterator.h b/Phys/LoKiCore/LoKi/ConstIterator.h index 31904aeeadde7e432027c1c0b6315590cc2cb30f..8d9570428d5b2e8b4c0367ca0e303a2f3fffa8f9 100644 --- a/Phys/LoKiCore/LoKi/ConstIterator.h +++ b/Phys/LoKiCore/LoKi/ConstIterator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_CONSTITERATOR_H #define LOKI_CONSTITERATOR_H 1 diff --git a/Phys/LoKiCore/LoKi/ConstReference.h b/Phys/LoKiCore/LoKi/ConstReference.h index ecc40270c1d6fb3ec7c664b8f27a3518dad58a28..17f89112f8f9cc31617f8fa4c9b33daebc48d240 100644 --- a/Phys/LoKiCore/LoKi/ConstReference.h +++ b/Phys/LoKiCore/LoKi/ConstReference.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_CONSTREFERENCE_H #define LOKI_CONSTREFERENCE_H 1 // ============================================================================ diff --git a/Phys/LoKiCore/LoKi/ConstView.h b/Phys/LoKiCore/LoKi/ConstView.h index 84507f1e6bd8159e4b30b740aa96e1de37490ec8..c9be72da1715098a83f4c8d32fe1f45678cc43ad 100644 --- a/Phys/LoKiCore/LoKi/ConstView.h +++ b/Phys/LoKiCore/LoKi/ConstView.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_CONSTVIEW_H #define LOKI_CONSTVIEW_H 1 diff --git a/Phys/LoKiCore/LoKi/Constants.h b/Phys/LoKiCore/LoKi/Constants.h index b6c2aa73460b256e9349c94a392ca64fbd2735ea..b51794746775ff800860a057af430b1a4821a6f8 100644 --- a/Phys/LoKiCore/LoKi/Constants.h +++ b/Phys/LoKiCore/LoKi/Constants.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_CONSTANTS_H #define LOKI_CONSTANTS_H 1 diff --git a/Phys/LoKiCore/LoKi/Context.h b/Phys/LoKiCore/LoKi/Context.h index ea314e9402a14762d573044ed415eb3245b44d01..999376a1fbec0ff3fdfaa5b018fdef1bc9965cfc 100644 --- a/Phys/LoKiCore/LoKi/Context.h +++ b/Phys/LoKiCore/LoKi/Context.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_CONTEXT_H #define LOKI_CONTEXT_H 1 diff --git a/Phys/LoKiCore/LoKi/CoreCuts.h b/Phys/LoKiCore/LoKi/CoreCuts.h index e57981bb5f50d282dadf8e836c68dec6899f0d0d..1a9a6db7c7f6d906eb591f5b70196b05a88632a9 100644 --- a/Phys/LoKiCore/LoKi/CoreCuts.h +++ b/Phys/LoKiCore/LoKi/CoreCuts.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_CORECUTS_H #define LOKI_CORECUTS_H 1 diff --git a/Phys/LoKiCore/LoKi/CoreEngine.h b/Phys/LoKiCore/LoKi/CoreEngine.h index ced55a7cbbffce55c6866cca5ea8646b7f94ff47..bc740cda247afe2659b9607bb41d79187d18848b 100644 --- a/Phys/LoKiCore/LoKi/CoreEngine.h +++ b/Phys/LoKiCore/LoKi/CoreEngine.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_COREENGINE_H #define LOKI_COREENGINE_H 1 // ============================================================================ diff --git a/Phys/LoKiCore/LoKi/CoreEngineActor.h b/Phys/LoKiCore/LoKi/CoreEngineActor.h index c1d30ada3c9246a18acc8b803d8b56597a3a735f..4e3a1904536757dc514ec87796866bc956d512f2 100644 --- a/Phys/LoKiCore/LoKi/CoreEngineActor.h +++ b/Phys/LoKiCore/LoKi/CoreEngineActor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_COREENGINEACTOR_H #define LOKI_COREENGINEACTOR_H 1 // ============================================================================ diff --git a/Phys/LoKiCore/LoKi/CoreLock.h b/Phys/LoKiCore/LoKi/CoreLock.h index 5dbe39de74ee035fcdcb92a14e8d99ed645a674f..841a1d916224370d685e6f4c214b265b23e53639 100644 --- a/Phys/LoKiCore/LoKi/CoreLock.h +++ b/Phys/LoKiCore/LoKi/CoreLock.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_CORELOCK_H #define LOKI_CORELOCK_H 1 // ============================================================================ diff --git a/Phys/LoKiCore/LoKi/CoreTypes.h b/Phys/LoKiCore/LoKi/CoreTypes.h index 381211685bad61c28a41d1c01522d283e41ee903..fc79f05ee7d64c9192a10dcd22ebce1c48c3bcec 100644 --- a/Phys/LoKiCore/LoKi/CoreTypes.h +++ b/Phys/LoKiCore/LoKi/CoreTypes.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_CORETYPES_H #define LOKI_CORETYPES_H 1 diff --git a/Phys/LoKiCore/LoKi/DecayBase.h b/Phys/LoKiCore/LoKi/DecayBase.h index 3fd2bdf3cfb79ac455b3a949e52125d1b3c1f6de..233cba781ffc590e0c08ee51971f148065da1d78 100644 --- a/Phys/LoKiCore/LoKi/DecayBase.h +++ b/Phys/LoKiCore/LoKi/DecayBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_DECAYFINDERBASE_H #define LOKI_DECAYFINDERBASE_H 1 diff --git a/Phys/LoKiCore/LoKi/DecayChainBase.h b/Phys/LoKiCore/LoKi/DecayChainBase.h index f91fb98207f04f7219dee7c58dc5a482439b5a97..71765a63469c67399b81a0ec46bc9c72cb9385a0 100644 --- a/Phys/LoKiCore/LoKi/DecayChainBase.h +++ b/Phys/LoKiCore/LoKi/DecayChainBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_DECAYCHAINBASE_H #define LOKI_DECAYCHAINBASE_H 1 diff --git a/Phys/LoKiCore/LoKi/DecayDescriptor.h b/Phys/LoKiCore/LoKi/DecayDescriptor.h index 5eb9cf5a525846c18c25e8f2331002382fcb3be8..903ba75fd0c1f6e3e8104605a70d5aab9861d6bf 100644 --- a/Phys/LoKiCore/LoKi/DecayDescriptor.h +++ b/Phys/LoKiCore/LoKi/DecayDescriptor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_DECAYDESCRIPTOR_H #define LOKI_DECAYDESCRIPTOR_H 1 diff --git a/Phys/LoKiCore/LoKi/DecayFinder.h b/Phys/LoKiCore/LoKi/DecayFinder.h index 020a2d1cca7ba849b5112f31455dbf76c34d9cb1..b958c91dee41dcf4a27ab0400230808b87789772 100644 --- a/Phys/LoKiCore/LoKi/DecayFinder.h +++ b/Phys/LoKiCore/LoKi/DecayFinder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_DECAYFINDER_H #define LOKI_DECAYFINDER_H diff --git a/Phys/LoKiCore/LoKi/Dicts.h b/Phys/LoKiCore/LoKi/Dicts.h index 87afb1be0c3db9ded81c908e21494696b3c6694a..726fb97d0d98dbd05c5d453988ffc6c204222df7 100644 --- a/Phys/LoKiCore/LoKi/Dicts.h +++ b/Phys/LoKiCore/LoKi/Dicts.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_DICTS_H #define LOKI_DICTS_H 1 diff --git a/Phys/LoKiCore/LoKi/Dump.h b/Phys/LoKiCore/LoKi/Dump.h index b0265966ace401341a3adcd81dea014d0588f018..77d9aa0e1923e5175c1e106f0aa1f12e61e4a6dd 100644 --- a/Phys/LoKiCore/LoKi/Dump.h +++ b/Phys/LoKiCore/LoKi/Dump.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_DUMP_H #define LOKI_DUMP_H 1 diff --git a/Phys/LoKiCore/LoKi/Dumper.h b/Phys/LoKiCore/LoKi/Dumper.h index c828827b4e3c549fe2f875f9271e9527781ff0f3..8ac642671f3f2c929766dc7068a4e089cc4730ae 100644 --- a/Phys/LoKiCore/LoKi/Dumper.h +++ b/Phys/LoKiCore/LoKi/Dumper.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_DUMPER_H #define LOKI_DUMPER_H 1 diff --git a/Phys/LoKiCore/LoKi/ErrorReport.h b/Phys/LoKiCore/LoKi/ErrorReport.h index d27c4a39112afe62257d1d5468e2218675517474..16247799ef744d9e319c8ff3fe37db267e4d62b5 100644 --- a/Phys/LoKiCore/LoKi/ErrorReport.h +++ b/Phys/LoKiCore/LoKi/ErrorReport.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_ERRORREPORT_H #define LOKI_ERRORREPORT_H 1 diff --git a/Phys/LoKiCore/LoKi/Exception.h b/Phys/LoKiCore/LoKi/Exception.h index 22a964d6a8689361a630f41916bc18395ff7798f..da4eb2b9a08e14a7f1a165d94f8685f6627b2328 100644 --- a/Phys/LoKiCore/LoKi/Exception.h +++ b/Phys/LoKiCore/LoKi/Exception.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_EXCEPTION_H #define LOKI_EXCEPTION_H 1 diff --git a/Phys/LoKiCore/LoKi/ExtraInfo.h b/Phys/LoKiCore/LoKi/ExtraInfo.h index 7027e23296d4d3523244e2104dea47707e196c53..a0987d3830c692e6e5a8b8d037e0bbd7f722b9bb 100644 --- a/Phys/LoKiCore/LoKi/ExtraInfo.h +++ b/Phys/LoKiCore/LoKi/ExtraInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_EXTRAINFO_H #define LOKI_EXTRAINFO_H 1 diff --git a/Phys/LoKiCore/LoKi/Field.h b/Phys/LoKiCore/LoKi/Field.h index fefc5a45656e6af79cdb464f7408f07a43bbe3b7..bc466f1bad00e1f611696d1ff8c2ed8335b24328 100644 --- a/Phys/LoKiCore/LoKi/Field.h +++ b/Phys/LoKiCore/LoKi/Field.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_FIELD_H #define LOKI_FIELD_H 1 diff --git a/Phys/LoKiCore/LoKi/FilterAlg.h b/Phys/LoKiCore/LoKi/FilterAlg.h index 5a991e96e04942e06848a62235473988694766ef..241fe05c4de9d3ffce38a16d3c0c391619057831 100644 --- a/Phys/LoKiCore/LoKi/FilterAlg.h +++ b/Phys/LoKiCore/LoKi/FilterAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_FILTERALG_H #define LOKI_FILTERALG_H 1 diff --git a/Phys/LoKiCore/LoKi/FilterOps.h b/Phys/LoKiCore/LoKi/FilterOps.h index c919750b3c497368e31b17f35de48a794942f1df..4fd7a64374f114e35f6e70c2f24bd6598ac8905b 100644 --- a/Phys/LoKiCore/LoKi/FilterOps.h +++ b/Phys/LoKiCore/LoKi/FilterOps.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_FILTEROPS_H #define LOKI_FILTEROPS_H 1 diff --git a/Phys/LoKiCore/LoKi/FilterTool.h b/Phys/LoKiCore/LoKi/FilterTool.h index 2d55ffd3fdd196e65284648d450ee68f37e0dde8..db19f8ecfb6691edc229327980c455c07ca93032 100644 --- a/Phys/LoKiCore/LoKi/FilterTool.h +++ b/Phys/LoKiCore/LoKi/FilterTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_FILTERTOOL_H #define LOKI_FILTERTOOL_H 1 diff --git a/Phys/LoKiCore/LoKi/Filters.h b/Phys/LoKiCore/LoKi/Filters.h index 7408bfd78c734f69c7b4c9c342a0797902ef39ae..da3a0315631a392a7a8b0a6b23511d7dccd3d6ef 100644 --- a/Phys/LoKiCore/LoKi/Filters.h +++ b/Phys/LoKiCore/LoKi/Filters.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_FILTERS_H #define LOKI_FILTERS_H 1 diff --git a/Phys/LoKiCore/LoKi/FinderDict.h b/Phys/LoKiCore/LoKi/FinderDict.h index c3023573ea9f75e1f357dad82e714d7775b40258..91eee2e395231e56ced3dcc846232a329ac7af6f 100644 --- a/Phys/LoKiCore/LoKi/FinderDict.h +++ b/Phys/LoKiCore/LoKi/FinderDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_FINDERDICT_H #define LOKI_FINDERDICT_H 1 diff --git a/Phys/LoKiCore/LoKi/FirstN.h b/Phys/LoKiCore/LoKi/FirstN.h index 4aaa75e6ff20017ce7c3196f9abacfd2249dda79..a785167d9f3f27d8885177d47ca5fdcd080ba155 100644 --- a/Phys/LoKiCore/LoKi/FirstN.h +++ b/Phys/LoKiCore/LoKi/FirstN.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_FIRSTN_H #define LOKI_FIRSTN_H 1 diff --git a/Phys/LoKiCore/LoKi/FuncAdapters.h b/Phys/LoKiCore/LoKi/FuncAdapters.h index 1ce3f80ff000c9b9cc97faae8eb23e169440a512..2347bf6bd6a05a17966277d1aa20eb967d752d01 100644 --- a/Phys/LoKiCore/LoKi/FuncAdapters.h +++ b/Phys/LoKiCore/LoKi/FuncAdapters.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_FUNCADAPTERS_H #define LOKI_FUNCADAPTERS_H 1 diff --git a/Phys/LoKiCore/LoKi/FuncCast.h b/Phys/LoKiCore/LoKi/FuncCast.h index f6d0d4d9dbe29d9cb0e58919da63fce387090617..05fd0838d5b56a3f9c4e7801da8e9328b6bc0b82 100644 --- a/Phys/LoKiCore/LoKi/FuncCast.h +++ b/Phys/LoKiCore/LoKi/FuncCast.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_FUNCCAST_H #define LOKI_FUNCCAST_H 1 diff --git a/Phys/LoKiCore/LoKi/FuncOps.h b/Phys/LoKiCore/LoKi/FuncOps.h index fc6bd032f58a4f32afe0adc9be30bd4eb1dfebac..be68199c1193d3ce978efb8156029a51bfa3348b 100644 --- a/Phys/LoKiCore/LoKi/FuncOps.h +++ b/Phys/LoKiCore/LoKi/FuncOps.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_FUNCOPS_H #define LOKI_FUNCOPS_H 1 diff --git a/Phys/LoKiCore/LoKi/Funcs.h b/Phys/LoKiCore/LoKi/Funcs.h index 1afa82cbbd4f4ad27fa5d09a720bf58afbe1cba6..f87eb4a627abd8ef21e66e67fc7e53294ec04c4a 100644 --- a/Phys/LoKiCore/LoKi/Funcs.h +++ b/Phys/LoKiCore/LoKi/Funcs.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_FUNCS_H #define LOKI_FUNCS_H 1 diff --git a/Phys/LoKiCore/LoKi/Functions.h b/Phys/LoKiCore/LoKi/Functions.h index 9bb403bb2c243b07659980cc6cf209db5795abf0..75c92eb03279183aa84b9ee8d2e9534ddd587179 100644 --- a/Phys/LoKiCore/LoKi/Functions.h +++ b/Phys/LoKiCore/LoKi/Functions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_FUNCTIONS_H #define LOKI_FUNCTIONS_H 1 diff --git a/Phys/LoKiCore/LoKi/Functor.h b/Phys/LoKiCore/LoKi/Functor.h index 44c95cca64b70f5018ecbbd99c2c7fbdf0c89101..1193b186b04806a6a44eb3fb15d22ae69707b15b 100644 --- a/Phys/LoKiCore/LoKi/Functor.h +++ b/Phys/LoKiCore/LoKi/Functor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_FUNCTOR_H #define LOKI_FUNCTOR_H 1 diff --git a/Phys/LoKiCore/LoKi/FunctorCache.h b/Phys/LoKiCore/LoKi/FunctorCache.h index ce3382c236731db11797e150cbb9b4e981878d3b..e3de9bf3094cce1b181f14bed8973705b3d92bd9 100644 --- a/Phys/LoKiCore/LoKi/FunctorCache.h +++ b/Phys/LoKiCore/LoKi/FunctorCache.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_FUNCTOR_CACHE_H #define LOKI_FUNCTOR_CACHE_H diff --git a/Phys/LoKiCore/LoKi/Functors.h b/Phys/LoKiCore/LoKi/Functors.h index 1acebd8d2d6929d196a74d5ea3fcfdf64838a6b1..6da55d2b3cbc8a2c684da373bb982177e3854fbf 100644 --- a/Phys/LoKiCore/LoKi/Functors.h +++ b/Phys/LoKiCore/LoKi/Functors.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_FUNCTORS_H #define LOKI_FUNCTORS_H 1 diff --git a/Phys/LoKiCore/LoKi/Geometry.h b/Phys/LoKiCore/LoKi/Geometry.h index 14f47aab9243c4b8c3cac061fdb130d14afd22cd..7c37f81a421feb3e95abc4cbca9c8825b5bab18f 100644 --- a/Phys/LoKiCore/LoKi/Geometry.h +++ b/Phys/LoKiCore/LoKi/Geometry.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GEOMETRY_H #define LOKI_GEOMETRY_H 1 diff --git a/Phys/LoKiCore/LoKi/GetN.h b/Phys/LoKiCore/LoKi/GetN.h index ffb168a5699441408681b3b54f592d7ba2306ed5..51039e44be62d3a8fa2c0e2c8b812e210cba356f 100644 --- a/Phys/LoKiCore/LoKi/GetN.h +++ b/Phys/LoKiCore/LoKi/GetN.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GETN_H #define LOKI_GETN_H 1 diff --git a/Phys/LoKiCore/LoKi/GetType.h b/Phys/LoKiCore/LoKi/GetType.h index b2bfa936e4b32b362352c2e6625bd6114798978d..523273126e00be9fa7f541447155979871bd96c8 100644 --- a/Phys/LoKiCore/LoKi/GetType.h +++ b/Phys/LoKiCore/LoKi/GetType.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GETTYPE_H #define LOKI_GETTYPE_H 1 diff --git a/Phys/LoKiCore/LoKi/Helpers.h b/Phys/LoKiCore/LoKi/Helpers.h index e1b69392d3a25b0718ccc6a3018cd4c1570a0e75..6a844c33331f7b2d1b04a6dcf3a9ed40a09fa857 100644 --- a/Phys/LoKiCore/LoKi/Helpers.h +++ b/Phys/LoKiCore/LoKi/Helpers.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_HELPERS_H #define LOKI_HELPERS_H 1 diff --git a/Phys/LoKiCore/LoKi/HistoBook.h b/Phys/LoKiCore/LoKi/HistoBook.h index e7790b2be81483f43c24e3a8c909bdf8ec7f330a..547761b402e4127a6f61a6dc73be7ae1fd175ed2 100644 --- a/Phys/LoKiCore/LoKi/HistoBook.h +++ b/Phys/LoKiCore/LoKi/HistoBook.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_HISTOBOOK_H #define LOKI_HISTOBOOK_H 1 diff --git a/Phys/LoKiCore/LoKi/Holder.h b/Phys/LoKiCore/LoKi/Holder.h index 0767beaa3abd4ec50025c9cf73fe6e4b7353d2e8..002b290ecd307692c2b181837c17a070706131ce 100644 --- a/Phys/LoKiCore/LoKi/Holder.h +++ b/Phys/LoKiCore/LoKi/Holder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_HOLDER_H #define LOKI_HOLDER_H 1 diff --git a/Phys/LoKiCore/LoKi/HybridBase.h b/Phys/LoKiCore/LoKi/HybridBase.h index 51b42d3013c20189b915d6e96a515d57877637db..6f1ca2c3b3426ced0d17fb2ea08d5f373cdd462c 100644 --- a/Phys/LoKiCore/LoKi/HybridBase.h +++ b/Phys/LoKiCore/LoKi/HybridBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LOKIHYBRID_HYBRIDBASE_H #define LOKIHYBRID_HYBRIDBASE_H 1 diff --git a/Phys/LoKiCore/LoKi/ICoreAntiFactory.h b/Phys/LoKiCore/LoKi/ICoreAntiFactory.h index 5d45bd20784755df4563bbe58effd3f6aaf5c72a..951096dd98eb63408b562abc4ae6d9d8eb1a6f24 100644 --- a/Phys/LoKiCore/LoKi/ICoreAntiFactory.h +++ b/Phys/LoKiCore/LoKi/ICoreAntiFactory.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_ICOREANTIFACTORY_H #define LOKI_ICOREANTIFACTORY_H 1 diff --git a/Phys/LoKiCore/LoKi/ICoreFactory.h b/Phys/LoKiCore/LoKi/ICoreFactory.h index 343ff6d4c40a7da04df060ed07efe5bf68454fb5..ba85d9f7e355a97aa2d93a68fffd64e5b0a3448e 100644 --- a/Phys/LoKiCore/LoKi/ICoreFactory.h +++ b/Phys/LoKiCore/LoKi/ICoreFactory.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_IFUNCTORFACTORY_H #define LOKI_IFUNCTORFACTORY_H 1 diff --git a/Phys/LoKiCore/LoKi/IDecayNode.h b/Phys/LoKiCore/LoKi/IDecayNode.h index 29c3ae6ab260ad115c0e8ac184f018793c4a3a25..344a7ecf88a2a7bd0ee80cb7e8f77f692a97be40 100644 --- a/Phys/LoKiCore/LoKi/IDecayNode.h +++ b/Phys/LoKiCore/LoKi/IDecayNode.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_IDECAYNODEFINDER_H #define LOKI_IDECAYNODEFINDER_H 1 diff --git a/Phys/LoKiCore/LoKi/ILoKiSvc.h b/Phys/LoKiCore/LoKi/ILoKiSvc.h index 3b9227f1227f68cdabf0139a5fe2524e8b6c0d1b..0d73a0c9bdd7304818fdbecdbdc1112ce8df55cd 100644 --- a/Phys/LoKiCore/LoKi/ILoKiSvc.h +++ b/Phys/LoKiCore/LoKi/ILoKiSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_ILOKISVC_H #define LOKI_ILOKISVC_H 1 diff --git a/Phys/LoKiCore/LoKi/IReporter.h b/Phys/LoKiCore/LoKi/IReporter.h index 7671aaae312dfe9b5f5d5535e855c5db27fae45a..7994a0cc1c77500b0f0f33fd9929848d4b7a3901 100644 --- a/Phys/LoKiCore/LoKi/IReporter.h +++ b/Phys/LoKiCore/LoKi/IReporter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_IREPORTER_H #define LOKI_IREPORTER_H 1 diff --git a/Phys/LoKiCore/LoKi/Info.h b/Phys/LoKiCore/LoKi/Info.h index 06f1f2028f20cd0a80e0976822232e1e8b662340..7294442753688733299b7974468442c7fba53c75 100644 --- a/Phys/LoKiCore/LoKi/Info.h +++ b/Phys/LoKiCore/LoKi/Info.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_INFO_H #define LOKI_INFO_H 1 diff --git a/Phys/LoKiCore/LoKi/Interface.h b/Phys/LoKiCore/LoKi/Interface.h index 455a9521f7e558b412585ccd43129209a3c679bc..f5152c5c50545c4631e7ac6b611e4c66d7d2ecf5 100644 --- a/Phys/LoKiCore/LoKi/Interface.h +++ b/Phys/LoKiCore/LoKi/Interface.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_INTERFACE_H #define LOKI_INTERFACE_H 1 diff --git a/Phys/LoKiCore/LoKi/Keeper.h b/Phys/LoKiCore/LoKi/Keeper.h index ce32777d1e0ee997aca6e288bc2e52781327b8ba..0768f1c75b3e7f11acbcda77af8d3b25bac31f58 100644 --- a/Phys/LoKiCore/LoKi/Keeper.h +++ b/Phys/LoKiCore/LoKi/Keeper.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_KEEPER_H #define LOKI_KEEPER_H 1 diff --git a/Phys/LoKiCore/LoKi/KeeperBase.h b/Phys/LoKiCore/LoKi/KeeperBase.h index 8bbea3bcd777bd1c90b19ada6d28b1b51d579c42..3730520bcb3b7aefd6d11797533ac49b2a08821e 100644 --- a/Phys/LoKiCore/LoKi/KeeperBase.h +++ b/Phys/LoKiCore/LoKi/KeeperBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_KEEPERBASE_H #define LOKI_KEEPERBASE_H 1 diff --git a/Phys/LoKiCore/LoKi/KinTypes.h b/Phys/LoKiCore/LoKi/KinTypes.h index 05a276b92f4fabbd6fb38353d9cad2d7e64dd81f..75293b45bedee40b8b8ee63f6e2af315fd623ab1 100644 --- a/Phys/LoKiCore/LoKi/KinTypes.h +++ b/Phys/LoKiCore/LoKi/KinTypes.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_KINTYPES_H #define LOKI_KINTYPES_H 1 diff --git a/Phys/LoKiCore/LoKi/Kinematics.h b/Phys/LoKiCore/LoKi/Kinematics.h index c1de8b6a63898c2a2374d9f646c6dcd67d031493..7c8bbb42ed492377b4a6ce3a7bb9667933e282cf 100644 --- a/Phys/LoKiCore/LoKi/Kinematics.h +++ b/Phys/LoKiCore/LoKi/Kinematics.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_KINEMATICS_H #define LOKI_KINEMATICS_H 1 diff --git a/Phys/LoKiCore/LoKi/Listener.h b/Phys/LoKiCore/LoKi/Listener.h index 9385a13538791a2fa6fcb3fa2002fd2510be7529..6caf3650896bb0f8b51628504e4e2a74f2d03358 100644 --- a/Phys/LoKiCore/LoKi/Listener.h +++ b/Phys/LoKiCore/LoKi/Listener.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_LISTENER_H #define LOKI_LISTENER_H 1 diff --git a/Phys/LoKiCore/LoKi/LoKiCore.h b/Phys/LoKiCore/LoKi/LoKiCore.h index bf6d8abcd8ecc0f677bec7e29a61b57cdcc52b12..a31de124c3b9416adf6742830762fe2e1883f8b5 100644 --- a/Phys/LoKiCore/LoKi/LoKiCore.h +++ b/Phys/LoKiCore/LoKi/LoKiCore.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/LoKi/LoKiCore_dct.h b/Phys/LoKiCore/LoKi/LoKiCore_dct.h index 15bf3507aec9ffbf3c50012e543618210c78cef9..12c7b27ad235fa46145e82a0ec519bb4548bb538 100644 --- a/Phys/LoKiCore/LoKi/LoKiCore_dct.h +++ b/Phys/LoKiCore/LoKi/LoKiCore_dct.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_LOKICORE_DCT_H #define LOKI_LOKICORE_DCT_H 1 diff --git a/Phys/LoKiCore/LoKi/LoKiNumbers.h b/Phys/LoKiCore/LoKi/LoKiNumbers.h index 8a085e8c0884ff8377f511e7e875e3ec510787c7..9e649952fe6d3240150041a1857387542d468469 100644 --- a/Phys/LoKiCore/LoKi/LoKiNumbers.h +++ b/Phys/LoKiCore/LoKi/LoKiNumbers.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_LOKINUMBERS_H #define LOKI_LOKINUMBERS_H 1 diff --git a/Phys/LoKiCore/LoKi/LoKiNumbers_dct.h b/Phys/LoKiCore/LoKi/LoKiNumbers_dct.h index a552e9d7c2b95720c8cf99b4f512aef86b74805f..c0ad7bd4f986ba953cc504904ddf2cf88fb8ded2 100644 --- a/Phys/LoKiCore/LoKi/LoKiNumbers_dct.h +++ b/Phys/LoKiCore/LoKi/LoKiNumbers_dct.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_LOKINUMBER_DCT_H #define DICT_LOKINUMBER_DCT_H 1 diff --git a/Phys/LoKiCore/LoKi/Math.h b/Phys/LoKiCore/LoKi/Math.h index 3c900d082778890a6e9be03d68cb3d9560deed01..4f9cf54f4b88a5166dafac0aa706908d2f0de21e 100644 --- a/Phys/LoKiCore/LoKi/Math.h +++ b/Phys/LoKiCore/LoKi/Math.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MATH_H #define LOKI_MATH_H 1 diff --git a/Phys/LoKiCore/LoKi/MissingParticle.h b/Phys/LoKiCore/LoKi/MissingParticle.h index 97d4f9fb6f48a5d8dea7a2baa0b72e8c248489cd..8aa2be3a2e3614d5095ffbabf32937f6d43a09b6 100644 --- a/Phys/LoKiCore/LoKi/MissingParticle.h +++ b/Phys/LoKiCore/LoKi/MissingParticle.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MISSINGPARTICLE_H #define LOKI_MISSINGPARTICLE_H 1 diff --git a/Phys/LoKiCore/LoKi/Monitor.h b/Phys/LoKiCore/LoKi/Monitor.h index cd0c582d9b0f2bc1ea79c1069aa324ee27f31076..7f4654aa039cd71c00ce46fe43dd25a4b0a027f4 100644 --- a/Phys/LoKiCore/LoKi/Monitor.h +++ b/Phys/LoKiCore/LoKi/Monitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MONITOR_H #define LOKI_MONITOR_H 1 diff --git a/Phys/LoKiCore/LoKi/Monitoring.h b/Phys/LoKiCore/LoKi/Monitoring.h index 3bf84d7daf0603bbb349f387f1eef551c27753d6..2002f06d992a5f88dbf2a210c88e3f0221f99492 100644 --- a/Phys/LoKiCore/LoKi/Monitoring.h +++ b/Phys/LoKiCore/LoKi/Monitoring.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MONITORING_H #define LOKI_MONITORING_H 1 diff --git a/Phys/LoKiCore/LoKi/MoreFunctions.h b/Phys/LoKiCore/LoKi/MoreFunctions.h index 3304b932da5a1696164b1dd3f9bdc4764b9a39b7..b813148e02dee08e7648557613339d9cde7a81e4 100644 --- a/Phys/LoKiCore/LoKi/MoreFunctions.h +++ b/Phys/LoKiCore/LoKi/MoreFunctions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MOREFUNCTIONS_H #define LOKI_MOREFUNCTIONS_H 1 // ============================================================================ diff --git a/Phys/LoKiCore/LoKi/NamedRange.h b/Phys/LoKiCore/LoKi/NamedRange.h index 24b178b216ac69ecbff69764334cacb9a95a0471..6fea191ff0b28d09f914f5b9cb1e0982a6c0b060 100644 --- a/Phys/LoKiCore/LoKi/NamedRange.h +++ b/Phys/LoKiCore/LoKi/NamedRange.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_NAMEDRANGE_H #define LOKI_NAMEDRANGE_H 1 diff --git a/Phys/LoKiCore/LoKi/NodeGrammar.h b/Phys/LoKiCore/LoKi/NodeGrammar.h index e0d89a24b7661296467651a99d32f3563fedee8b..e1ee33d31c486c87e7e21ff7a29c4962165d5a74 100644 --- a/Phys/LoKiCore/LoKi/NodeGrammar.h +++ b/Phys/LoKiCore/LoKi/NodeGrammar.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_NODEGRAMMAR_H #define LOKI_NODEGRAMMAR_H 1 diff --git a/Phys/LoKiCore/LoKi/NodeParser.h b/Phys/LoKiCore/LoKi/NodeParser.h index 9da08b937d43b171b2af0e770cf7e935421967c3..8580cd975e3eaa723764ebace56466eddbd3c90e 100644 --- a/Phys/LoKiCore/LoKi/NodeParser.h +++ b/Phys/LoKiCore/LoKi/NodeParser.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DECAYS_NODEPARSER_H #define DECAYS_NODEPARSER_H 1 diff --git a/Phys/LoKiCore/LoKi/Objects.h b/Phys/LoKiCore/LoKi/Objects.h index ab4153114ab1abe576b51d9839216478a0623c90..1ee42ab6210f6eeeff98d8b99bd08f924ca35bfd 100644 --- a/Phys/LoKiCore/LoKi/Objects.h +++ b/Phys/LoKiCore/LoKi/Objects.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_OBJECTS_H #define LOKI_OBJECTS_H 1 diff --git a/Phys/LoKiCore/LoKi/Operations.h b/Phys/LoKiCore/LoKi/Operations.h index 8ad9ae1b49aac063d5452067de7495dc64b79962..63866d54bc8508d1e8f58a661dd2dcf0f1ea9d9a 100644 --- a/Phys/LoKiCore/LoKi/Operations.h +++ b/Phys/LoKiCore/LoKi/Operations.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_OPERATIONS_H #define LOKI_OPERATIONS_H 1 diff --git a/Phys/LoKiCore/LoKi/Operators.h b/Phys/LoKiCore/LoKi/Operators.h index 8ba4167a6ffa8bba18269c193d432ee4953fc74d..3414b70e9734dce1de15874263422f77b178e1a6 100644 --- a/Phys/LoKiCore/LoKi/Operators.h +++ b/Phys/LoKiCore/LoKi/Operators.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_OPERATORS_H #define LOKI_OPERATORS_H 1 diff --git a/Phys/LoKiCore/LoKi/PIDOps.h b/Phys/LoKiCore/LoKi/PIDOps.h index 6e1934042e344cb75c7c042bfcf51c326d55d634..f3644ea6510eb971f45e511f7d2163f5e5985b1a 100644 --- a/Phys/LoKiCore/LoKi/PIDOps.h +++ b/Phys/LoKiCore/LoKi/PIDOps.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_PIDOPS_H #define LOKI_PIDOPS_H 1 diff --git a/Phys/LoKiCore/LoKi/Param.h b/Phys/LoKiCore/LoKi/Param.h index e245858c7f2765a68124363ec81205ce82f0f16b..fbe4c55ce4309bfa9e894e3ead9d463c6e52a99c 100644 --- a/Phys/LoKiCore/LoKi/Param.h +++ b/Phys/LoKiCore/LoKi/Param.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_PARAM_H #define LOKI_PARAM_H 1 diff --git a/Phys/LoKiCore/LoKi/ParamFunctors.h b/Phys/LoKiCore/LoKi/ParamFunctors.h index 0f4b3777fe0aea24dbef3d82a87f8ca84d34c9f3..3dda7f4d112f28278edaa60a42b90da2f22b7b04 100644 --- a/Phys/LoKiCore/LoKi/ParamFunctors.h +++ b/Phys/LoKiCore/LoKi/ParamFunctors.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_PARAMFUNCTORS_H #define LOKI_PARAMFUNCTORS_H 1 diff --git a/Phys/LoKiCore/LoKi/ParserFactory.h b/Phys/LoKiCore/LoKi/ParserFactory.h index c72eb2ba032692e792ac670193c2995c988d8b3f..3c6548993e534a28936108b472e9ecc03b155f74 100644 --- a/Phys/LoKiCore/LoKi/ParserFactory.h +++ b/Phys/LoKiCore/LoKi/ParserFactory.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_PARSERFACTORY_H #define LOKI_PARSERFACTORY_H 1 diff --git a/Phys/LoKiCore/LoKi/ParticleProperties.h b/Phys/LoKiCore/LoKi/ParticleProperties.h index bba895e15a2eab56a5e2fa9411f7ce747546563a..74284085571a9a40e8be185cb2d5fc85b6e19210 100644 --- a/Phys/LoKiCore/LoKi/ParticleProperties.h +++ b/Phys/LoKiCore/LoKi/ParticleProperties.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_PARTICLEPROPERTIES_H #define LOKI_PARTICLEPROPERTIES_H 1 diff --git a/Phys/LoKiCore/LoKi/PidFunctions.h b/Phys/LoKiCore/LoKi/PidFunctions.h index b5ede9783537fabc4d4bd4b2dd530642ce4eb4cb..58af487fdf25ccc33c35432e060befdb9e876623 100644 --- a/Phys/LoKiCore/LoKi/PidFunctions.h +++ b/Phys/LoKiCore/LoKi/PidFunctions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_PIDFUNCTIONS_H #define LOKI_PIDFUNCTIONS_H 1 diff --git a/Phys/LoKiCore/LoKi/Polarization.h b/Phys/LoKiCore/LoKi/Polarization.h index 211c941d466d3270c2a9884280b33920215637d0..7a31f01c71f6de7dd7d63c4948632418ecdaee3a 100644 --- a/Phys/LoKiCore/LoKi/Polarization.h +++ b/Phys/LoKiCore/LoKi/Polarization.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_POLARIZATION_H #define LOKI_POLARIZATION_H 1 diff --git a/Phys/LoKiCore/LoKi/Power.h b/Phys/LoKiCore/LoKi/Power.h index 8a55feeb73d50b9b002afb7615f367b62c2772a0..f2d2ef5214e0ca2f6b783149485c86280c3555eb 100644 --- a/Phys/LoKiCore/LoKi/Power.h +++ b/Phys/LoKiCore/LoKi/Power.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_POWER_H #define LOKI_POWER_H 1 diff --git a/Phys/LoKiCore/LoKi/Primitives.h b/Phys/LoKiCore/LoKi/Primitives.h index 000146f05894663d587caf1ef5e87fb2c370a73e..323ce7b0ce6e33cf516bcc4dd7d0e993c1e84cb4 100644 --- a/Phys/LoKiCore/LoKi/Primitives.h +++ b/Phys/LoKiCore/LoKi/Primitives.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_PRIMITIVES_H #define LOKI_PRIMITIVES_H 1 diff --git a/Phys/LoKiCore/LoKi/Print.h b/Phys/LoKiCore/LoKi/Print.h index 2c1a415b748b52f12a2fee592e41d25f503276ba..4e4dc7ca69f0108b87af3c827c54354a2201314e 100644 --- a/Phys/LoKiCore/LoKi/Print.h +++ b/Phys/LoKiCore/LoKi/Print.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_PRINT_H #define LOKI_PRINT_H 1 diff --git a/Phys/LoKiCore/LoKi/Random.h b/Phys/LoKiCore/LoKi/Random.h index 938edaf8870d7c83bb9cfa045b14b00a3766926e..d650edb1f89c0656eeae6b57a573bb85aa0d30b9 100644 --- a/Phys/LoKiCore/LoKi/Random.h +++ b/Phys/LoKiCore/LoKi/Random.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_RANDOM_H #define LOKI_RANDOM_H 1 diff --git a/Phys/LoKiCore/LoKi/Range.h b/Phys/LoKiCore/LoKi/Range.h index 2f2c1cbb18c9083f050c8a945dc28ea9b284360e..9020ee951f7b77ab8826a391390a9885e92f977e 100644 --- a/Phys/LoKiCore/LoKi/Range.h +++ b/Phys/LoKiCore/LoKi/Range.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_RANGE_H #define LOKI_RANGE_H 1 diff --git a/Phys/LoKiCore/LoKi/RangeList.h b/Phys/LoKiCore/LoKi/RangeList.h index f7a83c66d825c5d9a3a3d0471f9509e32dd706a6..5f1f126403f0e4912e18e9f117fd185f08780290 100644 --- a/Phys/LoKiCore/LoKi/RangeList.h +++ b/Phys/LoKiCore/LoKi/RangeList.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_RANGELIST_H #define LOKI_RANGELIST_H 1 diff --git a/Phys/LoKiCore/LoKi/RecStat.h b/Phys/LoKiCore/LoKi/RecStat.h index 5d086ce6c02563a4fed2ba6e5905bd938a5cd562..b52556ccf574df4d256b81afe9425c39014a7afa 100644 --- a/Phys/LoKiCore/LoKi/RecStat.h +++ b/Phys/LoKiCore/LoKi/RecStat.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_RECSTAT_H #define LOKI_RECSTAT_H 1 diff --git a/Phys/LoKiCore/LoKi/Record.h b/Phys/LoKiCore/LoKi/Record.h index d6ca14db866c31e9859ff9704cbd956d2d7d54d5..ac6335a35abe9566befa9d8d9103c3463e65d0b7 100644 --- a/Phys/LoKiCore/LoKi/Record.h +++ b/Phys/LoKiCore/LoKi/Record.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_RECORD_H #define LOKI_RECORD_H 1 diff --git a/Phys/LoKiCore/LoKi/Reference.h b/Phys/LoKiCore/LoKi/Reference.h index 62995d67e7cb76b13ce6141e4a8001da9614291d..5a125f5a045608322ec3c1315620b1dfff6506c6 100644 --- a/Phys/LoKiCore/LoKi/Reference.h +++ b/Phys/LoKiCore/LoKi/Reference.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_REFERENCE_H #define LOKI_REFERENCE_H 1 diff --git a/Phys/LoKiCore/LoKi/Release.h b/Phys/LoKiCore/LoKi/Release.h index c6ace6306b2bb68aa8a384724a7167bfd644eb53..dfb7b8ecbf7e81c0327481fc1a99ede6930506b2 100644 --- a/Phys/LoKiCore/LoKi/Release.h +++ b/Phys/LoKiCore/LoKi/Release.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_RELEASE_H #define LOKI_RELEASE_H 1 diff --git a/Phys/LoKiCore/LoKi/Report.h b/Phys/LoKiCore/LoKi/Report.h index c66e1de864a31487ef80111e90116d567eac1874..c09e82634dafe724b0bce336ac007e96e9532974 100644 --- a/Phys/LoKiCore/LoKi/Report.h +++ b/Phys/LoKiCore/LoKi/Report.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_REPORT_H #define LOKI_REPORT_H 1 diff --git a/Phys/LoKiCore/LoKi/Scalers.h b/Phys/LoKiCore/LoKi/Scalers.h index 253fedf6178a437ca8257cbe465888908ea80235..405227c5ac35e44d261be41c0ead15a7e9f9a212 100644 --- a/Phys/LoKiCore/LoKi/Scalers.h +++ b/Phys/LoKiCore/LoKi/Scalers.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_SCALERS_H #define LOKI_SCALERS_H 1 diff --git a/Phys/LoKiCore/LoKi/Selected.h b/Phys/LoKiCore/LoKi/Selected.h index 7d4710656c486117440062f5b422e6853ddd9636..07982107fb20cc28eaa471c0ebe08f10f6d9c28d 100644 --- a/Phys/LoKiCore/LoKi/Selected.h +++ b/Phys/LoKiCore/LoKi/Selected.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_SELECTED_H #define LOKI_SELECTED_H 1 diff --git a/Phys/LoKiCore/LoKi/Separators.h b/Phys/LoKiCore/LoKi/Separators.h index c03ded9753ab7335941835e0c89098879612c6ab..813f704824fedeac87e44243730998ebdc486a04 100644 --- a/Phys/LoKiCore/LoKi/Separators.h +++ b/Phys/LoKiCore/LoKi/Separators.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_TUPLES_H #define LOKI_TUPLES_H 1 diff --git a/Phys/LoKiCore/LoKi/Services.h b/Phys/LoKiCore/LoKi/Services.h index fced68d04e3f322afdc4a18d6f50fe79abdd3be8..13e40fbc57a3a6ae6e367cb0c63665354767d97b 100644 --- a/Phys/LoKiCore/LoKi/Services.h +++ b/Phys/LoKiCore/LoKi/Services.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_SERVICES_H #define LOKI_SERVICES_H 1 diff --git a/Phys/LoKiCore/LoKi/Sources.h b/Phys/LoKiCore/LoKi/Sources.h index a99cc0650f1bc3d6b4134990ab771858ade0f57e..475bfe5790721091fed7a2f23f99974df81f39ba 100644 --- a/Phys/LoKiCore/LoKi/Sources.h +++ b/Phys/LoKiCore/LoKi/Sources.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_SOURCES_H #define LOKI_SOURCES_H 1 diff --git a/Phys/LoKiCore/LoKi/Stat.h b/Phys/LoKiCore/LoKi/Stat.h index 39b26a79f83ec08daab667eee4d3f40f5a0bd83a..96dad8251d6ed4779a83701e63c1fc82d4fa0791 100644 --- a/Phys/LoKiCore/LoKi/Stat.h +++ b/Phys/LoKiCore/LoKi/Stat.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_STAT_H #define LOKI_STAT_H 1 diff --git a/Phys/LoKiCore/LoKi/Status.h b/Phys/LoKiCore/LoKi/Status.h index 6c344ffdce8fabdad0039ffcd9502a1dcdd05c1a..da6d0831bd198798bbaf79c5cb13ff1e4bcdadf6 100644 --- a/Phys/LoKiCore/LoKi/Status.h +++ b/Phys/LoKiCore/LoKi/Status.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_STATUS_H #define LOKI_STATUS_H 1 diff --git a/Phys/LoKiCore/LoKi/Streamers.h b/Phys/LoKiCore/LoKi/Streamers.h index 7a81181b40da578c95210d92f5ade37ab2171ffd..5f892616951b8f53528fc2c98aaee0f7b4110111 100644 --- a/Phys/LoKiCore/LoKi/Streamers.h +++ b/Phys/LoKiCore/LoKi/Streamers.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_STREAMERS_H #define LOKI_STREAMERS_H 1 diff --git a/Phys/LoKiCore/LoKi/TES.h b/Phys/LoKiCore/LoKi/TES.h index fe78e1d783e0bb9590439fb5baac3283935a68bd..6ca7a42dfce7a8d929fc221fb2beb2ca5d1c25e9 100644 --- a/Phys/LoKiCore/LoKi/TES.h +++ b/Phys/LoKiCore/LoKi/TES.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_TES_H #define LOKI_TES_H 1 diff --git a/Phys/LoKiCore/LoKi/Tensors.h b/Phys/LoKiCore/LoKi/Tensors.h index 0b42d7837726bd4841ce83b316da1ad843c05b2f..b96fedb9ce3105d65848791a0ccacc8ed124199c 100644 --- a/Phys/LoKiCore/LoKi/Tensors.h +++ b/Phys/LoKiCore/LoKi/Tensors.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_TENSORS_H #define LOKI_TENSORS_H 1 diff --git a/Phys/LoKiCore/LoKi/Tensors.icpp b/Phys/LoKiCore/LoKi/Tensors.icpp index c4e797ef200bc16f49934f9ea606563872249580..ee43a7b099d37a5b479a96ac0c89df872264c0f4 100644 --- a/Phys/LoKiCore/LoKi/Tensors.icpp +++ b/Phys/LoKiCore/LoKi/Tensors.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 OSTAP_TENSORS_ICPP #define OSTAP_TENSORS_ICPP 1 diff --git a/Phys/LoKiCore/LoKi/Timers.h b/Phys/LoKiCore/LoKi/Timers.h index 555030644b88fa8e8a12461529f690e3e51067b4..801d6e002622fcc80c1ae741b44e54184a3937df 100644 --- a/Phys/LoKiCore/LoKi/Timers.h +++ b/Phys/LoKiCore/LoKi/Timers.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_TIMERS_H #define LOKI_TIMERS_H 1 // ============================================================================ diff --git a/Phys/LoKiCore/LoKi/ToCpp.h b/Phys/LoKiCore/LoKi/ToCpp.h index 4d2f34773a4a7b152d81c576a3d125ea7f52db0b..8e4313ad1c43bc9a6ac33fcb0578509b059c5e9b 100644 --- a/Phys/LoKiCore/LoKi/ToCpp.h +++ b/Phys/LoKiCore/LoKi/ToCpp.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_TOCPP_H #define LOKI_TOCPP_H 1 diff --git a/Phys/LoKiCore/LoKi/Tokens.h b/Phys/LoKiCore/LoKi/Tokens.h index 4f157077522f075aeb6038bf93bb9e421deb5e72..4a595e4e6f7c03d6ec04cdf31beb824ca5907399 100644 --- a/Phys/LoKiCore/LoKi/Tokens.h +++ b/Phys/LoKiCore/LoKi/Tokens.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_TOKENS_H #define LOKI_TOKENS_H 1 diff --git a/Phys/LoKiCore/LoKi/TreeGrammar.h b/Phys/LoKiCore/LoKi/TreeGrammar.h index e0071bd710ed2ee4a1fff368f1504e80531d6f84..999d8c332d110090af20a9c272224d9ebb2cce0d 100644 --- a/Phys/LoKiCore/LoKi/TreeGrammar.h +++ b/Phys/LoKiCore/LoKi/TreeGrammar.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_TREEGRAMMAR_H #define LOKI_TREEGRAMMAR_H 1 diff --git a/Phys/LoKiCore/LoKi/TreeHelpers.h b/Phys/LoKiCore/LoKi/TreeHelpers.h index a905180734fa69c70f2465d45ac3f95aa83e6aff..90777b61c1556b1c4b4e9b88df13068cde032051 100644 --- a/Phys/LoKiCore/LoKi/TreeHelpers.h +++ b/Phys/LoKiCore/LoKi/TreeHelpers.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_TREEHELPERS_H #define LOKI_TREEHELPERS_H 1 diff --git a/Phys/LoKiCore/LoKi/TreeOps.h b/Phys/LoKiCore/LoKi/TreeOps.h index 6fc6fb3d0cfd233d97ddd72ac3ebd97e8c7059a0..24f001331fcb1070a0425e5d9b74d33927d3b994 100644 --- a/Phys/LoKiCore/LoKi/TreeOps.h +++ b/Phys/LoKiCore/LoKi/TreeOps.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_TREEOPS_H #define LOKI_TREEOPS_H 1 diff --git a/Phys/LoKiCore/LoKi/TreeParser.h b/Phys/LoKiCore/LoKi/TreeParser.h index 12ca55f78acd68b8b59d97d6ad8aa83f8ed1cfdc..84ef0bb2927ac0001dff61587319a10b4269274c 100644 --- a/Phys/LoKiCore/LoKi/TreeParser.h +++ b/Phys/LoKiCore/LoKi/TreeParser.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DECAYS_TREEPARSER_H #define DECAYS_TREEPARSER_H 1 diff --git a/Phys/LoKiCore/LoKi/Trees.h b/Phys/LoKiCore/LoKi/Trees.h index b8bb293fa6658ff27e6da4db0974345263ed86c4..e5d58e7efacd26708f5120dba48677ff975de53f 100644 --- a/Phys/LoKiCore/LoKi/Trees.h +++ b/Phys/LoKiCore/LoKi/Trees.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DECAYS_TREES_H #define DECAYS_TREES_H 1 diff --git a/Phys/LoKiCore/LoKi/Trees.icpp b/Phys/LoKiCore/LoKi/Trees.icpp index c2000447a8af9f920d9448658ee0fe3bf4b4b586..3eae5fd38a49f2698a18589f4082c8d6315d7246 100644 --- a/Phys/LoKiCore/LoKi/Trees.icpp +++ b/Phys/LoKiCore/LoKi/Trees.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_DECAYTREES_ICPP #define LOKI_DECAYTREES_ICPP 1 diff --git a/Phys/LoKiCore/LoKi/UniqueKeeper.h b/Phys/LoKiCore/LoKi/UniqueKeeper.h index ff637e191c7a48781a7cdb4f9b1e40f55f22853b..1eb718780b574fe9aa921c2671c18dfef42c4ea0 100644 --- a/Phys/LoKiCore/LoKi/UniqueKeeper.h +++ b/Phys/LoKiCore/LoKi/UniqueKeeper.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_UNIQUEKEEPER_H #define LOKI_UNIQUEKEEPER_H 1 diff --git a/Phys/LoKiCore/LoKi/Value.h b/Phys/LoKiCore/LoKi/Value.h index c3333f2aec326dc7fd9b3d25dc179cf2107bd94b..58f03a28a1294ceeb06499c76e11b63fbbbb6a82 100644 --- a/Phys/LoKiCore/LoKi/Value.h +++ b/Phys/LoKiCore/LoKi/Value.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_VALUE_H #define LOKI_VALUE_H 1 diff --git a/Phys/LoKiCore/LoKi/Welcome.h b/Phys/LoKiCore/LoKi/Welcome.h index 39a3f101c184d968f9d04cbc282e73a0e45da669..8eb17d42ce4a6ca1a8f721fa70f53876be2d3010 100644 --- a/Phys/LoKiCore/LoKi/Welcome.h +++ b/Phys/LoKiCore/LoKi/Welcome.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_WELCOME_H #define LOKI_WELCOME_H 1 diff --git a/Phys/LoKiCore/LoKi/WrongMass.h b/Phys/LoKiCore/LoKi/WrongMass.h index b88aa54e05ecebedf17f96b008491cbd3c3865f2..e94d9defa5457a67707996c34400c9350e2ee03b 100644 --- a/Phys/LoKiCore/LoKi/WrongMass.h +++ b/Phys/LoKiCore/LoKi/WrongMass.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_WRONGMASS_H #define LOKI_WRONGMASS_H 1 diff --git a/Phys/LoKiCore/LoKi/apply.h b/Phys/LoKiCore/LoKi/apply.h index 76747e8dd5237537757436ef00045c868934bfb8..814b3880d690c3e00fa0ca04f35b9cb82b5a6938 100644 --- a/Phys/LoKiCore/LoKi/apply.h +++ b/Phys/LoKiCore/LoKi/apply.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_APPLY_H #define LOKI_APPLY_H 1 diff --git a/Phys/LoKiCore/LoKi/compose.h b/Phys/LoKiCore/LoKi/compose.h index e98aeda3afdee4169b12835886acf64f01b1d77b..87c8be435f26024cea74e7bae349fc96fb223ec8 100644 --- a/Phys/LoKiCore/LoKi/compose.h +++ b/Phys/LoKiCore/LoKi/compose.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_COMPOSE_H #define LOKI_COMPOSE_H 1 diff --git a/Phys/LoKiCore/LoKi/iTree.h b/Phys/LoKiCore/LoKi/iTree.h index e19546a81716568aa2f64bd3481f1bab7dcb797f..9c2406ac0d7c45c6c322f547084607f221de5f64 100644 --- a/Phys/LoKiCore/LoKi/iTree.h +++ b/Phys/LoKiCore/LoKi/iTree.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_ITREE_H #define LOKI_ITREE_H 1 diff --git a/Phys/LoKiCore/LoKi/same.h b/Phys/LoKiCore/LoKi/same.h index c6f01d37a5aed0ae997db66734a584aa88932f6d..b418d02f12aaa83ccf6dbe1e977f7120de57f5a5 100644 --- a/Phys/LoKiCore/LoKi/same.h +++ b/Phys/LoKiCore/LoKi/same.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_SAME_H #define LOKI_SAME_H 1 diff --git a/Phys/LoKiCore/LoKi/select.h b/Phys/LoKiCore/LoKi/select.h index 97ecb7bb9ccfb419555b5678a862fe65a121fad7..5e5f1f1a70ba4f9182cdc26c35e5063e9526721b 100644 --- a/Phys/LoKiCore/LoKi/select.h +++ b/Phys/LoKiCore/LoKi/select.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_SELECT_H #define LOKI_SELECT_H 1 /** @file diff --git a/Phys/LoKiCore/LoKi/shifts.h b/Phys/LoKiCore/LoKi/shifts.h index 23eb819690584d1fdb1f970cb31dfc8db049cd55..5b8ef6de3025dc80b092e0b8e7c1a9f4ccf21e7e 100644 --- a/Phys/LoKiCore/LoKi/shifts.h +++ b/Phys/LoKiCore/LoKi/shifts.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_SHIFTS_H #define LOKI_SHIFTS_H 1 diff --git a/Phys/LoKiCore/LoKi/valid.h b/Phys/LoKiCore/LoKi/valid.h index 90e9f5ac2cd009262ab4a883d12a5afa4693eeef..afeda6ed0c65b7e988bb568393939ab3145ba4ff 100644 --- a/Phys/LoKiCore/LoKi/valid.h +++ b/Phys/LoKiCore/LoKi/valid.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_VALID_H #define LOKI_VALID_H 1 diff --git a/Phys/LoKiCore/cmake/LoKiFunctorsCache.cmake b/Phys/LoKiCore/cmake/LoKiFunctorsCache.cmake index 23c7fc68fdd1b72c9b4ece560bda02b8c338facd..5a6521e39cecfa833be66029f5b8b235e210f794 100644 --- a/Phys/LoKiCore/cmake/LoKiFunctorsCache.cmake +++ b/Phys/LoKiCore/cmake/LoKiFunctorsCache.cmake @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ################################################################################ # LoKiFunctorsCache # ----------------- diff --git a/Phys/LoKiCore/cmake/LoKiFunctorsCachePostActionOpts.py b/Phys/LoKiCore/cmake/LoKiFunctorsCachePostActionOpts.py index f84d51b495ef61dfcf28d7534f9cb750ecabfa95..7cf8f2b81b67804f8a2bb3b76e30334b91fa834b 100644 --- a/Phys/LoKiCore/cmake/LoKiFunctorsCachePostActionOpts.py +++ b/Phys/LoKiCore/cmake/LoKiFunctorsCachePostActionOpts.py @@ -1,4 +1,14 @@ #!/usr/bin/env gaudirun.py +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 # helper configuration file needed for autogeneration of functors from diff --git a/Phys/LoKiCore/dict/LoKiCore.xml b/Phys/LoKiCore/dict/LoKiCore.xml index fc197fd608ac79d7a4565592f584e276d7f71b75..9864d8cc16cd529158d48d02bef6dbd12033ee25 100755 --- a/Phys/LoKiCore/dict/LoKiCore.xml +++ b/Phys/LoKiCore/dict/LoKiCore.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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/LoKiCore/dict/LoKiCoreDict.h b/Phys/LoKiCore/dict/LoKiCoreDict.h index 62a700291f347b5ee8424beebe67f0168081964f..a08fbdc2c1419ca6ed7fb4e2cbe1f21ac466887b 100755 --- a/Phys/LoKiCore/dict/LoKiCoreDict.h +++ b/Phys/LoKiCore/dict/LoKiCoreDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_LOKICOREDICT_H diff --git a/Phys/LoKiCore/python/LoKiCore/DataUtils.py b/Phys/LoKiCore/python/LoKiCore/DataUtils.py index c2abebc8bf942ebea9da12e90ae0f037e7f0be9f..ac0facad650884329e057668001428cf5c709afd 100644 --- a/Phys/LoKiCore/python/LoKiCore/DataUtils.py +++ b/Phys/LoKiCore/python/LoKiCore/DataUtils.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 KaliCalo/DataUtils.py # diff --git a/Phys/LoKiCore/python/LoKiCore/Vectors.py b/Phys/LoKiCore/python/LoKiCore/Vectors.py index b415cacd953535a189967cc1d1b920697cdd123b..b879f0bbdc1c5718220fa624fa2f3ec3abdeddda 100755 --- a/Phys/LoKiCore/python/LoKiCore/Vectors.py +++ b/Phys/LoKiCore/python/LoKiCore/Vectors.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 LoKiCore/math.py # helper file for redefine the standard mathematical functions diff --git a/Phys/LoKiCore/python/LoKiCore/__init__.py b/Phys/LoKiCore/python/LoKiCore/__init__.py index 94ee4754ce72260338974a9e3fe79b7f782406a8..2540d759a498dc808793a67fe9e3e473681ab814 100755 --- a/Phys/LoKiCore/python/LoKiCore/__init__.py +++ b/Phys/LoKiCore/python/LoKiCore/__init__.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= ## @file LoKiCore/__init__.py diff --git a/Phys/LoKiCore/python/LoKiCore/basic.py b/Phys/LoKiCore/python/LoKiCore/basic.py index 20dc512d0b414a675eb8580dae6cd880378eff00..e5dc6b6c1a7d3794b083dde88f1c34a38b3e4568 100644 --- a/Phys/LoKiCore/python/LoKiCore/basic.py +++ b/Phys/LoKiCore/python/LoKiCore/basic.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 decorators.py LoKiCore/basic.py # diff --git a/Phys/LoKiCore/python/LoKiCore/decorators.py b/Phys/LoKiCore/python/LoKiCore/decorators.py index de586de17b62ef61b736cc1090800abde467f6b7..9a2ad34b08753541d6d9ce0a73f36214fbb3136b 100755 --- a/Phys/LoKiCore/python/LoKiCore/decorators.py +++ b/Phys/LoKiCore/python/LoKiCore/decorators.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Phys/LoKiCore/python/LoKiCore/doxygenurl.py b/Phys/LoKiCore/python/LoKiCore/doxygenurl.py index 542df6a2b61d31fba043527113cc89f85bd1d1a6..457ecb9f7d4f054d1aef13398b5b9bb2dba601a1 100755 --- a/Phys/LoKiCore/python/LoKiCore/doxygenurl.py +++ b/Phys/LoKiCore/python/LoKiCore/doxygenurl.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Phys/LoKiCore/python/LoKiCore/functions.py b/Phys/LoKiCore/python/LoKiCore/functions.py index bb27954a702838ffc2be2715e66a09874e5e01d1..b3031145cb5de4ce72bdc095efae500a35ff3d01 100755 --- a/Phys/LoKiCore/python/LoKiCore/functions.py +++ b/Phys/LoKiCore/python/LoKiCore/functions.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 functions.py LoKiCore/function.py # The set of basic functions for from LoKiCore library diff --git a/Phys/LoKiCore/python/LoKiCore/math.py b/Phys/LoKiCore/python/LoKiCore/math.py index bd8aa9c0936474c808da85d561b6a07111ac868a..c88ec83ae7d6ef61c896ddb27ee5e9c494768c1b 100755 --- a/Phys/LoKiCore/python/LoKiCore/math.py +++ b/Phys/LoKiCore/python/LoKiCore/math.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Phys/LoKiCore/python/LoKiCore/tests.py b/Phys/LoKiCore/python/LoKiCore/tests.py index c2143e02ebc67f478b766dacb106a2c281801e25..cedc97184b6827e192d8ee26e2ad08681c8a294c 100755 --- a/Phys/LoKiCore/python/LoKiCore/tests.py +++ b/Phys/LoKiCore/python/LoKiCore/tests.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 LoKiCore/tests.py # diff --git a/Phys/LoKiCore/src/AlgFunctors.cpp b/Phys/LoKiCore/src/AlgFunctors.cpp index 94dd0c11a9d9a012545c731d5343b5e07045f59a..7955792ef6ce0c7556f69acf8a829061eca513b6 100644 --- a/Phys/LoKiCore/src/AlgFunctors.cpp +++ b/Phys/LoKiCore/src/AlgFunctors.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/AlgUtils.cpp b/Phys/LoKiCore/src/AlgUtils.cpp index aea96685a139d5303b386ee02f275bda8eab1e77..0ababca7599bea92266fb69ccd8d2ef9d6dae3e4 100644 --- a/Phys/LoKiCore/src/AlgUtils.cpp +++ b/Phys/LoKiCore/src/AlgUtils.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Assert.cpp b/Phys/LoKiCore/src/Assert.cpp index 56fba5260beecc4e7c9b50d3205332e8f22dba1e..e63c28ce82900d07c6c1efd590fb2f8a64c05bc3 100644 --- a/Phys/LoKiCore/src/Assert.cpp +++ b/Phys/LoKiCore/src/Assert.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/AuxFunBase.cpp b/Phys/LoKiCore/src/AuxFunBase.cpp index a25e16636a77f7e2e24e53fad8c38b52da297f0a..93866ec95b717c5c9b717c82201b239893ea6688 100644 --- a/Phys/LoKiCore/src/AuxFunBase.cpp +++ b/Phys/LoKiCore/src/AuxFunBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Base.cpp b/Phys/LoKiCore/src/Base.cpp index 4aac56fd2ffd9a8c73db84c8e0e1e707b93f0cb3..d30f39c855449ed2facddb112bd5c158e8e08187 100644 --- a/Phys/LoKiCore/src/Base.cpp +++ b/Phys/LoKiCore/src/Base.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/CacheFactory.cpp b/Phys/LoKiCore/src/CacheFactory.cpp index dc4284b83c61452833dc5c0669dde30b4094b57b..97505381a5c3f2a8d56ff798595c6187be97b527 100644 --- a/Phys/LoKiCore/src/CacheFactory.cpp +++ b/Phys/LoKiCore/src/CacheFactory.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Colors.cpp b/Phys/LoKiCore/src/Colors.cpp index 0df7464b7c6301da5586a71f5dceeced9168c4e9..dffb0d6f5f4b056bd998253cfb74f75c113da55b 100644 --- a/Phys/LoKiCore/src/Colors.cpp +++ b/Phys/LoKiCore/src/Colors.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Components/CoreFactory.cpp b/Phys/LoKiCore/src/Components/CoreFactory.cpp index fef5141fc7850f5851deb19f07b78014964ad4f5..bcee8d32e59276725423e01b049c977b30028434 100644 --- a/Phys/LoKiCore/src/Components/CoreFactory.cpp +++ b/Phys/LoKiCore/src/Components/CoreFactory.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Components/CounterAlg.cpp b/Phys/LoKiCore/src/Components/CounterAlg.cpp index b065e4b29f94fc20aa364f2e11c4998b132f9e30..d5130f01fcc7ab1420e3e9a6588fd58b2b9299e0 100644 --- a/Phys/LoKiCore/src/Components/CounterAlg.cpp +++ b/Phys/LoKiCore/src/Components/CounterAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Components/DecayNode.cpp b/Phys/LoKiCore/src/Components/DecayNode.cpp index f4f15fc4a8269dd1e6d7193a58adf942e218ecae..963f4c039cb5db81537808638362b057df4acfbb 100644 --- a/Phys/LoKiCore/src/Components/DecayNode.cpp +++ b/Phys/LoKiCore/src/Components/DecayNode.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Components/LoKiPIDTest.cpp b/Phys/LoKiCore/src/Components/LoKiPIDTest.cpp index 6b76ee7dbe2612a359746b97671531db2eef755e..48b2071b5b2ae2e9f5bb110520ecb8769c8e93b9 100644 --- a/Phys/LoKiCore/src/Components/LoKiPIDTest.cpp +++ b/Phys/LoKiCore/src/Components/LoKiPIDTest.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Components/LoKiSvc.cpp b/Phys/LoKiCore/src/Components/LoKiSvc.cpp index dfa20e11f86966556623c9d830788b90a7a890fb..46104e5978a61bf507ba6a2e4c2b3cfc41c1bcc0 100644 --- a/Phys/LoKiCore/src/Components/LoKiSvc.cpp +++ b/Phys/LoKiCore/src/Components/LoKiSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Components/Reporter.cpp b/Phys/LoKiCore/src/Components/Reporter.cpp index de276597ccf2151ac39f5e2c5c2ac9a3e80fa5d5..91f965f1343ec03ff068e74ba9d3d0d9dbc6200c 100644 --- a/Phys/LoKiCore/src/Components/Reporter.cpp +++ b/Phys/LoKiCore/src/Components/Reporter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Components/VoidFilter.cpp b/Phys/LoKiCore/src/Components/VoidFilter.cpp index 2e4bb986de2ff0d54f6c68aeb9d596f92888bd33..b7e95ee9e601ea478d33745f64a00fdd39e7e462 100644 --- a/Phys/LoKiCore/src/Components/VoidFilter.cpp +++ b/Phys/LoKiCore/src/Components/VoidFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Context.cpp b/Phys/LoKiCore/src/Context.cpp index 37a03372df3ddb64a17f8bf2543776471e808ffc..51a4bd5e8ebc65c586405d4c7c7d22b327ccccfd 100644 --- a/Phys/LoKiCore/src/Context.cpp +++ b/Phys/LoKiCore/src/Context.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/CoreEngine.cpp b/Phys/LoKiCore/src/CoreEngine.cpp index afc70705064811a634e0327c8e92944e16bfc1fc..df7378458bfc04b2b0a0140ef2cf32e2f5b945c5 100644 --- a/Phys/LoKiCore/src/CoreEngine.cpp +++ b/Phys/LoKiCore/src/CoreEngine.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/CoreEngineActor.cpp b/Phys/LoKiCore/src/CoreEngineActor.cpp index cf6617990b73c5af0bbb1492d0c06ce2061739b9..fff27629bf3fe88359dbc7e07c3d14a15f181b43 100644 --- a/Phys/LoKiCore/src/CoreEngineActor.cpp +++ b/Phys/LoKiCore/src/CoreEngineActor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // ============================================================================ // STD & STL diff --git a/Phys/LoKiCore/src/CoreLock.cpp b/Phys/LoKiCore/src/CoreLock.cpp index f8c0903042779f5a45e9483634972550513345ed..9c90bba196308dc83528fb4c20e3ccc5b391ae2c 100644 --- a/Phys/LoKiCore/src/CoreLock.cpp +++ b/Phys/LoKiCore/src/CoreLock.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // ============================================================================ // LoKi diff --git a/Phys/LoKiCore/src/DecayBase.cpp b/Phys/LoKiCore/src/DecayBase.cpp index 43aef00c90797be7607fcd7549074316855c9cf9..d09ee3e5fd70e74fcad45fa3d10321f978d559f2 100644 --- a/Phys/LoKiCore/src/DecayBase.cpp +++ b/Phys/LoKiCore/src/DecayBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/DecayChainBase.cpp b/Phys/LoKiCore/src/DecayChainBase.cpp index adc9dae2e6cef9b3df3e56e718d8b5c72857c2fd..c215e8aeeda86eb10d8f7edac5f02b574f13c338 100644 --- a/Phys/LoKiCore/src/DecayChainBase.cpp +++ b/Phys/LoKiCore/src/DecayChainBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/DecayDescriptor.cpp b/Phys/LoKiCore/src/DecayDescriptor.cpp index e0e5c5e49dfc68d00b6d9341714df12def7bc474..6a4b33ecd4fbc78af5437e96636a8d2638d4fb38 100644 --- a/Phys/LoKiCore/src/DecayDescriptor.cpp +++ b/Phys/LoKiCore/src/DecayDescriptor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Dump.cpp b/Phys/LoKiCore/src/Dump.cpp index d1342e51de9953a53879318bd07d63f741e835e4..adea863cd31d5c048824cf7bde86187da4f3e2b7 100644 --- a/Phys/LoKiCore/src/Dump.cpp +++ b/Phys/LoKiCore/src/Dump.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Dumper.cpp b/Phys/LoKiCore/src/Dumper.cpp index 8101a1e38883c7051f38edcb370ae5f5b0f6fd43..72ce33e92e24b25dac7eaf11f3c9073936b0ab1e 100644 --- a/Phys/LoKiCore/src/Dumper.cpp +++ b/Phys/LoKiCore/src/Dumper.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/ErrorReport.cpp b/Phys/LoKiCore/src/ErrorReport.cpp index 0ca6b503e27a66b39fcaf516ebaf355f00bb9303..97740d34bb00bb7974cbc390cebb28f64123f8a6 100644 --- a/Phys/LoKiCore/src/ErrorReport.cpp +++ b/Phys/LoKiCore/src/ErrorReport.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Phys/LoKiCore/src/Exception.cpp b/Phys/LoKiCore/src/Exception.cpp index 2351b2efd7edb1e8cfc90256c0175272b3ed733b..e3ba528dab44786ee4063ccadb2794fc2c020ba1 100644 --- a/Phys/LoKiCore/src/Exception.cpp +++ b/Phys/LoKiCore/src/Exception.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/FilterAlg.cpp b/Phys/LoKiCore/src/FilterAlg.cpp index ff92dfa02187dc5a8f5008d139acab51accbd0b3..99e7dbe4c4f5b761cee77f5bd4abdbf7c6c8d0c5 100644 --- a/Phys/LoKiCore/src/FilterAlg.cpp +++ b/Phys/LoKiCore/src/FilterAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/FilterTool.cpp b/Phys/LoKiCore/src/FilterTool.cpp index b66474a604da2b23c3f9c059de5dc755ad769d83..ed5d417a509d77bd7ddb1fb6edeb0082847a89da 100644 --- a/Phys/LoKiCore/src/FilterTool.cpp +++ b/Phys/LoKiCore/src/FilterTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Filters.cpp b/Phys/LoKiCore/src/Filters.cpp index ff2eb06512c0e8ef495366c098cc7396655130a0..5766ca91a0cd28017363c42e6be5a6698f9dd7ef 100644 --- a/Phys/LoKiCore/src/Filters.cpp +++ b/Phys/LoKiCore/src/Filters.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/FirstN.cpp b/Phys/LoKiCore/src/FirstN.cpp index 28de0a47880fc6d1d90538dcab2880fa2a72291b..56c0d23e489dfb6153210c15e5afe5957cb33ee5 100644 --- a/Phys/LoKiCore/src/FirstN.cpp +++ b/Phys/LoKiCore/src/FirstN.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Geometry.cpp b/Phys/LoKiCore/src/Geometry.cpp index 0b536c8dd86641a2ea534b10d4ad176bedb92da6..2e273f681d6cc9f8f1d9deae9341c40559906277 100644 --- a/Phys/LoKiCore/src/Geometry.cpp +++ b/Phys/LoKiCore/src/Geometry.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/HistoBook.cpp b/Phys/LoKiCore/src/HistoBook.cpp index 3274129e115c71777bae04dd618118a9ca963b9e..6353ccd6cab85ffeb84c43c33773b17dee7b05d6 100644 --- a/Phys/LoKiCore/src/HistoBook.cpp +++ b/Phys/LoKiCore/src/HistoBook.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/HybridBase.cpp b/Phys/LoKiCore/src/HybridBase.cpp index b2cc31aec6d11781768c49ea0c6e8865e9536b7d..813f803c4656b5c39700adf88d578b06fbfb44eb 100644 --- a/Phys/LoKiCore/src/HybridBase.cpp +++ b/Phys/LoKiCore/src/HybridBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/ICoreAntiFactory.cpp b/Phys/LoKiCore/src/ICoreAntiFactory.cpp index 1aa2c5cfc90fdae56f5825216f14daba857f7a35..4c1e204b393edb23e1e07cffd6eab897c70697c1 100644 --- a/Phys/LoKiCore/src/ICoreAntiFactory.cpp +++ b/Phys/LoKiCore/src/ICoreAntiFactory.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/ICoreFactory.cpp b/Phys/LoKiCore/src/ICoreFactory.cpp index dc45802d71c84f2c28f7047af8bcb6f57a66b997..5fa038c5779c24549637fef90be3a75a8b8dceff 100644 --- a/Phys/LoKiCore/src/ICoreFactory.cpp +++ b/Phys/LoKiCore/src/ICoreFactory.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/IDecayNode.cpp b/Phys/LoKiCore/src/IDecayNode.cpp index f741bf4f79fa18f03c8c6f74c043749efa31bbe3..f7fed7795d62740aa35171926d7d2dcc2b5d75c6 100644 --- a/Phys/LoKiCore/src/IDecayNode.cpp +++ b/Phys/LoKiCore/src/IDecayNode.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/ILoKiSvc.cpp b/Phys/LoKiCore/src/ILoKiSvc.cpp index 7771ec139d358d32bd89fb11be333674cbdd67d6..f6b02d6e85a0d427aef7a790921644cc75ef761e 100644 --- a/Phys/LoKiCore/src/ILoKiSvc.cpp +++ b/Phys/LoKiCore/src/ILoKiSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/IReporter.cpp b/Phys/LoKiCore/src/IReporter.cpp index 81ffb54e1e0b5d370786b86001c2daf9e6b9377e..7a2ebe8ebc41195f55e91c736037e66f50347225 100644 --- a/Phys/LoKiCore/src/IReporter.cpp +++ b/Phys/LoKiCore/src/IReporter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Kinematics.cpp b/Phys/LoKiCore/src/Kinematics.cpp index b4c1bc5f39cafdc989b0a9829aae69302a577147..5f4fefc550e9c60b91567920742b54d238a84ce9 100644 --- a/Phys/LoKiCore/src/Kinematics.cpp +++ b/Phys/LoKiCore/src/Kinematics.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Listener.cpp b/Phys/LoKiCore/src/Listener.cpp index b7a51ab118280f11f1dacec85f3ff8c635d8696b..10d346b4fb3d4d6bc45d14dd86d5f41a7237501b 100644 --- a/Phys/LoKiCore/src/Listener.cpp +++ b/Phys/LoKiCore/src/Listener.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/LoKiCore.cpp b/Phys/LoKiCore/src/LoKiCore.cpp index 057c8d58b05401b55e9114f70f304e6f2afe9e82..98f0018460fafa27445034a25220ab6c65ea2925 100644 --- a/Phys/LoKiCore/src/LoKiCore.cpp +++ b/Phys/LoKiCore/src/LoKiCore.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/LoKiCore_dct.cpp b/Phys/LoKiCore/src/LoKiCore_dct.cpp index 3bf6c9981b8fc593c8c3a8a8d8d953542c167963..0a841cf9f3455a80ab9631c83edd792edd7ddc50 100644 --- a/Phys/LoKiCore/src/LoKiCore_dct.cpp +++ b/Phys/LoKiCore/src/LoKiCore_dct.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/LoKiNumbers.cpp b/Phys/LoKiCore/src/LoKiNumbers.cpp index 6e26b4ac67b99671ce2651f68465ddc6682e6f24..cf5587ec3a4ef5bd9aad77b521ce17733e65a93d 100644 --- a/Phys/LoKiCore/src/LoKiNumbers.cpp +++ b/Phys/LoKiCore/src/LoKiNumbers.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Phys/LoKiCore/src/LoKiNumbers_dct.cpp b/Phys/LoKiCore/src/LoKiNumbers_dct.cpp index 4b2549cd90b508df0ef34f6d821d5585ff09c3cc..ef5f1902eca8d2a5eb2175fa2640d7294c3d552d 100644 --- a/Phys/LoKiCore/src/LoKiNumbers_dct.cpp +++ b/Phys/LoKiCore/src/LoKiNumbers_dct.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/MissingParticle.cpp b/Phys/LoKiCore/src/MissingParticle.cpp index e79d451a95177c9d807775a495c3ea2ec6aff46c..4d077c6615782efcea02f2201f5f4c57fe525cae 100644 --- a/Phys/LoKiCore/src/MissingParticle.cpp +++ b/Phys/LoKiCore/src/MissingParticle.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Monitor.cpp b/Phys/LoKiCore/src/Monitor.cpp index 277bb6676623e96b0a4d0c31185b7689477ad8d4..0bb630d0fdbf66ca9c28f97f0c3041e944bdd6bf 100644 --- a/Phys/LoKiCore/src/Monitor.cpp +++ b/Phys/LoKiCore/src/Monitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Monitoring.cpp b/Phys/LoKiCore/src/Monitoring.cpp index c85bd579b491879bd5cbb543a7d5f3eb24324634..07e4fc610dda97fed127e46cbc4e073558502a65 100644 --- a/Phys/LoKiCore/src/Monitoring.cpp +++ b/Phys/LoKiCore/src/Monitoring.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/NodeParser.cpp b/Phys/LoKiCore/src/NodeParser.cpp index 589776ed66d9e08ba7e4d5e8360f3a3a3227ef61..21e9b6e9ebe73a25599c0fd8feb324370454f2a4 100644 --- a/Phys/LoKiCore/src/NodeParser.cpp +++ b/Phys/LoKiCore/src/NodeParser.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Param.cpp b/Phys/LoKiCore/src/Param.cpp index f126670b490b88341cf41f9f2815e39131f6134b..98c29311f2dee7d4761bc985e061724a6a49bcb7 100644 --- a/Phys/LoKiCore/src/Param.cpp +++ b/Phys/LoKiCore/src/Param.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/ParamFunctors.cpp b/Phys/LoKiCore/src/ParamFunctors.cpp index 2535339ce082ceb6e60da4b6c3e283b2c12e483a..a33884aaffb114ffbfa8f1d53bbe70004abe5aee 100644 --- a/Phys/LoKiCore/src/ParamFunctors.cpp +++ b/Phys/LoKiCore/src/ParamFunctors.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/ParticleProperties.cpp b/Phys/LoKiCore/src/ParticleProperties.cpp index f8bcca79845454c4cd0f7c3eb7a8db869afdf4c5..38887564b5b8c3b8bff3ed4e6edfa521d2c3bdd0 100644 --- a/Phys/LoKiCore/src/ParticleProperties.cpp +++ b/Phys/LoKiCore/src/ParticleProperties.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/PidFunctions.cpp b/Phys/LoKiCore/src/PidFunctions.cpp index b7e559444eab006ce7294a15a35e49f0460de3d3..f96f61e6a9b8a79af5c7cf5090b223b071ef292e 100644 --- a/Phys/LoKiCore/src/PidFunctions.cpp +++ b/Phys/LoKiCore/src/PidFunctions.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // ============================================================================ // PartProp // ============================================================================ diff --git a/Phys/LoKiCore/src/Polarization.cpp b/Phys/LoKiCore/src/Polarization.cpp index 00cb718686b08ec87c303bbe440a9d16232892b7..82f0723cc94f58ccd8d4ed728a37264386ba187b 100644 --- a/Phys/LoKiCore/src/Polarization.cpp +++ b/Phys/LoKiCore/src/Polarization.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Print.cpp b/Phys/LoKiCore/src/Print.cpp index 78eb0bb07cb3a58c7b1d73d6f00bd2774ff799b8..d3c8b67482613aa0de9a8849df4f279a84ebf8e3 100644 --- a/Phys/LoKiCore/src/Print.cpp +++ b/Phys/LoKiCore/src/Print.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Random.cpp b/Phys/LoKiCore/src/Random.cpp index b8751797bfd4403297f8b9b4df2623130e2b4ba6..63eb43d97fe9bcc955c21e0dafac64e6d961cea8 100644 --- a/Phys/LoKiCore/src/Random.cpp +++ b/Phys/LoKiCore/src/Random.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/RecStat.cpp b/Phys/LoKiCore/src/RecStat.cpp index b1c7296516076a57829c09bdccc86a360153fbfa..55730a6fe1da3939f1424ef09ef1915fbcc83fa0 100644 --- a/Phys/LoKiCore/src/RecStat.cpp +++ b/Phys/LoKiCore/src/RecStat.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Record.cpp b/Phys/LoKiCore/src/Record.cpp index e3338f7f228edb0d5d1a0a7e09a3641acb9ceeaf..551469b03ea18276501811d91e3b5c5d64fc5f0d 100644 --- a/Phys/LoKiCore/src/Record.cpp +++ b/Phys/LoKiCore/src/Record.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Report.cpp b/Phys/LoKiCore/src/Report.cpp index 6b372d8d4e949330f1e72c78a3e3a33fc7b2722f..0ac2319f21b70f26d38bb47cfc52c297464b5517 100644 --- a/Phys/LoKiCore/src/Report.cpp +++ b/Phys/LoKiCore/src/Report.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Phys/LoKiCore/src/Scalers.cpp b/Phys/LoKiCore/src/Scalers.cpp index 743d008711c9eda97100579a68268e9da3e32949..61db1bc48a35a256f1c2049ef6eef22ba7587dcb 100644 --- a/Phys/LoKiCore/src/Scalers.cpp +++ b/Phys/LoKiCore/src/Scalers.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Services.cpp b/Phys/LoKiCore/src/Services.cpp index 5d1f3fd28c90e73bc66dbc8a911dc92922c5b811..9b4670d10d89694aabc3d7c422df4aa1a365d160 100644 --- a/Phys/LoKiCore/src/Services.cpp +++ b/Phys/LoKiCore/src/Services.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Status.cpp b/Phys/LoKiCore/src/Status.cpp index 47331c3e658db744f5005032827f36c6d370fa05..40f053efc82ac66322f07b47cb214eb58583f33a 100644 --- a/Phys/LoKiCore/src/Status.cpp +++ b/Phys/LoKiCore/src/Status.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/TES.cpp b/Phys/LoKiCore/src/TES.cpp index e579328cee652cc9e60448f5904720d6e7b3699f..e6baace3a32c18c1b79b17ec5c8d9bb5c08c010a 100644 --- a/Phys/LoKiCore/src/TES.cpp +++ b/Phys/LoKiCore/src/TES.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Tensors.cpp b/Phys/LoKiCore/src/Tensors.cpp index 6fa8f1f0458017a5659d8d117934b41e9fd46c0d..880c483151f95e6c4635fcdab1271589c29c1df8 100644 --- a/Phys/LoKiCore/src/Tensors.cpp +++ b/Phys/LoKiCore/src/Tensors.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Timers.cpp b/Phys/LoKiCore/src/Timers.cpp index f24ce5085cfb9cb7dc676eecb7e0584d84777f00..4d03eaed441be6ce24db346d7fe607a3ae8df74a 100644 --- a/Phys/LoKiCore/src/Timers.cpp +++ b/Phys/LoKiCore/src/Timers.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/ToCpp.cpp b/Phys/LoKiCore/src/ToCpp.cpp index f1a29a3d43287091be622c8dfe8958d1d32f6351..5f17e5dfa4d66515ae242f01731549fd5e9bc56d 100644 --- a/Phys/LoKiCore/src/ToCpp.cpp +++ b/Phys/LoKiCore/src/ToCpp.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // ============================================================================ // STD &STL diff --git a/Phys/LoKiCore/src/TreeHelpers.cpp b/Phys/LoKiCore/src/TreeHelpers.cpp index 2f21ca65be59c0592d2bc7f6f6909a6962c2c576..c15bf598bed8fd24ba14ec96f9bca97050596234 100644 --- a/Phys/LoKiCore/src/TreeHelpers.cpp +++ b/Phys/LoKiCore/src/TreeHelpers.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/TreeParser.cpp b/Phys/LoKiCore/src/TreeParser.cpp index 4dfe9993e23dce09e6bd47c6b98426116d1a7a3b..94acb970d3b6d00672ccebf6006265514b06fd22 100644 --- a/Phys/LoKiCore/src/TreeParser.cpp +++ b/Phys/LoKiCore/src/TreeParser.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Trees.cpp b/Phys/LoKiCore/src/Trees.cpp index 58fd7819d621098d4078d737058be93d4f1953d6..e3b410999a9bbac56bb65c635bb6bbc47805aebf 100644 --- a/Phys/LoKiCore/src/Trees.cpp +++ b/Phys/LoKiCore/src/Trees.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/Welcome.cpp b/Phys/LoKiCore/src/Welcome.cpp index acc104560bf2aa3db789d01afc96c0fbbd8438dd..e8e192a2e8c541a6c7c74675df97b9fe37cf1428 100644 --- a/Phys/LoKiCore/src/Welcome.cpp +++ b/Phys/LoKiCore/src/Welcome.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/WrongMass.cpp b/Phys/LoKiCore/src/WrongMass.cpp index f10b02dfee5f30331d122d12bb9d8bc62109c15d..6dded7e8b6edefb80d25ed88a146f6fcf95a3647 100644 --- a/Phys/LoKiCore/src/WrongMass.cpp +++ b/Phys/LoKiCore/src/WrongMass.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/iTree.cpp b/Phys/LoKiCore/src/iTree.cpp index ba97d7f53e354b774b6e5f4a71978b926a9b7ca7..ecb766beb23ae4bada4de3f639d490def04b64f6 100644 --- a/Phys/LoKiCore/src/iTree.cpp +++ b/Phys/LoKiCore/src/iTree.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/tests/CCGrammarTest.cpp b/Phys/LoKiCore/src/tests/CCGrammarTest.cpp index 834f3bae2d105c45434936b65322168c69e2a6be..6ec8162f8bef94770ce1bcbe8cfd43db9043b165 100644 --- a/Phys/LoKiCore/src/tests/CCGrammarTest.cpp +++ b/Phys/LoKiCore/src/tests/CCGrammarTest.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/tests/NodeGrammarTest.cpp b/Phys/LoKiCore/src/tests/NodeGrammarTest.cpp index 060ada3b7e966965f67cdd69f4640174723bea54..dd39ec2dbdcf02a1a87a9f08e98485c5b08226f7 100644 --- a/Phys/LoKiCore/src/tests/NodeGrammarTest.cpp +++ b/Phys/LoKiCore/src/tests/NodeGrammarTest.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/src/tests/TreeGrammarTest.cpp b/Phys/LoKiCore/src/tests/TreeGrammarTest.cpp index 58850ca4e6bccd1c8c6fb9224c9cbd300a099e0a..35080dd0cfa93252ef05069a598b79da933c1fe2 100644 --- a/Phys/LoKiCore/src/tests/TreeGrammarTest.cpp +++ b/Phys/LoKiCore/src/tests/TreeGrammarTest.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiCore/tests/options/test_contains.py b/Phys/LoKiCore/tests/options/test_contains.py index a675331f09def31d1e6651d593447738c4fe8f52..137a69b35bdca073d3bd6f40c11d01b4b153e634 100644 --- a/Phys/LoKiCore/tests/options/test_contains.py +++ b/Phys/LoKiCore/tests/options/test_contains.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 ApplicationMgr, LHCbApp, HiveWhiteBoard, EventDataSvc app = ApplicationMgr() diff --git a/Phys/LoKiCore/tests/options/test_hybrid_context.py b/Phys/LoKiCore/tests/options/test_hybrid_context.py index aa1cde434d3bd6ce4f5b8f5a5472fdbc38ceb594..ddbfa1a6b192de7253db4a6495e75bd143d567f0 100644 --- a/Phys/LoKiCore/tests/options/test_hybrid_context.py +++ b/Phys/LoKiCore/tests/options/test_hybrid_context.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 DEBUG from Configurables import ApplicationMgr, LHCbApp, LoKiSvc, HistogramPersistencySvc from Configurables import LoKi__VoidFilter as VoidFilter diff --git a/Phys/LoKiCore/tests/qmtest/hybrid_context.qmt b/Phys/LoKiCore/tests/qmtest/hybrid_context.qmt index 52689557f01a21f9d3328cd0026bf4b4fe8cf824..7c08c3fb70d8c4fe33b850ca3715c195696ecffc 100644 --- a/Phys/LoKiCore/tests/qmtest/hybrid_context.qmt +++ b/Phys/LoKiCore/tests/qmtest/hybrid_context.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- Test that context-dependent functors work --> diff --git a/Phys/LoKiCore/tests/qmtest/lokicore0.qmt b/Phys/LoKiCore/tests/qmtest/lokicore0.qmt index 85c84d9f865dfad3952dbc1f691e30b3d5e16f05..5eeb99ed069b51b19bd2db17eaa945e0260880e3 100644 --- a/Phys/LoKiCore/tests/qmtest/lokicore0.qmt +++ b/Phys/LoKiCore/tests/qmtest/lokicore0.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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"> diff --git a/Phys/LoKiCore/tests/qmtest/test-tes-functors.qmt b/Phys/LoKiCore/tests/qmtest/test-tes-functors.qmt index 5a5aca78a28f4823c8ad143198111e667e458d85..34eea1e8efc2545733c672cfd8003b67420cc9cc 100644 --- a/Phys/LoKiCore/tests/qmtest/test-tes-functors.qmt +++ b/Phys/LoKiCore/tests/qmtest/test-tes-functors.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Phys/LoKiGen/CMakeLists.txt b/Phys/LoKiGen/CMakeLists.txt index 61f114c6cacbb6f97c8dfbef2490d96c9025f521..05f3d1f96757c6fe9b2e93810b179c0ecf56570e 100644 --- a/Phys/LoKiGen/CMakeLists.txt +++ b/Phys/LoKiGen/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: LoKiGen ################################################################################ diff --git a/Phys/LoKiGen/LoKi/BuildGenTrees.h b/Phys/LoKiGen/LoKi/BuildGenTrees.h index 70c663d7235fbe42f34dd7418e7aa7390e65d91f..65fb4a83ee5034fbe536cd20f01ef599bf758cb0 100644 --- a/Phys/LoKiGen/LoKi/BuildGenTrees.h +++ b/Phys/LoKiGen/LoKi/BuildGenTrees.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_BUILDGENTREES_H #define LOKI_BUILDGENTREES_H 1 diff --git a/Phys/LoKiGen/LoKi/CmpBarCode.h b/Phys/LoKiGen/LoKi/CmpBarCode.h index 5084659481ccf30b0688a53904619ad4b6fa667c..29ac0612a404ea2ec06dd561466030e6ef1120a6 100644 --- a/Phys/LoKiGen/LoKi/CmpBarCode.h +++ b/Phys/LoKiGen/LoKi/CmpBarCode.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_CMPBARCODE_H #define LOKI_CMPBARCODE_H 1 diff --git a/Phys/LoKiGen/LoKi/GenAlgs.h b/Phys/LoKiGen/LoKi/GenAlgs.h index dad585609a06f378fdf030c7e600a5f05e693d2e..2880c227c16182441046c7d702271f15780f2e0d 100644 --- a/Phys/LoKiGen/LoKi/GenAlgs.h +++ b/Phys/LoKiGen/LoKi/GenAlgs.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENALGS_H #define LOKI_GENALGS_H 1 diff --git a/Phys/LoKiGen/LoKi/GenAlgsDicts.h b/Phys/LoKiGen/LoKi/GenAlgsDicts.h index f942522b3dd0520109511358e497bd667b173ae6..ad6694b8295e9450b94bf305afb0ea84cdc6df3f 100644 --- a/Phys/LoKiGen/LoKi/GenAlgsDicts.h +++ b/Phys/LoKiGen/LoKi/GenAlgsDicts.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENALGSDICTS_H #define LOKI_GENALGSDICTS_H diff --git a/Phys/LoKiGen/LoKi/GenChild.h b/Phys/LoKiGen/LoKi/GenChild.h index d69035ef6881d2afb29d33da5cfb9e149292687a..6d10205d672c3777fb62c22d02c8bbd81f9711a9 100644 --- a/Phys/LoKiGen/LoKi/GenChild.h +++ b/Phys/LoKiGen/LoKi/GenChild.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENCHILD_H #define LOKI_GENCHILD_H 1 diff --git a/Phys/LoKiGen/LoKi/GenChildSelector.h b/Phys/LoKiGen/LoKi/GenChildSelector.h index 37047847626f8ad65d9b0d5da8ee45c81eac79da..52d24dda0db62e8d5ce488e19004beb1f98e58ca 100644 --- a/Phys/LoKiGen/LoKi/GenChildSelector.h +++ b/Phys/LoKiGen/LoKi/GenChildSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENCHILDSELECTOR_H #define LOKI_GENCHILDSELECTOR_H 1 diff --git a/Phys/LoKiGen/LoKi/GenDecayChain.h b/Phys/LoKiGen/LoKi/GenDecayChain.h index 80cc66dd34baabd2120dce2be5950aa854a95a42..062ef1090795d2f39e5f652202355541b94f9201 100644 --- a/Phys/LoKiGen/LoKi/GenDecayChain.h +++ b/Phys/LoKiGen/LoKi/GenDecayChain.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENDECAYCHAIN_H #define LOKI_GENDECAYCHAIN_H 1 diff --git a/Phys/LoKiGen/LoKi/GenDecays.h b/Phys/LoKiGen/LoKi/GenDecays.h index b5b3794081718c3f71d8587a33de82bec3ca17e0..29bb086c1c9d30803de259fa01d043d315713ebe 100644 --- a/Phys/LoKiGen/LoKi/GenDecays.h +++ b/Phys/LoKiGen/LoKi/GenDecays.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENDECAYS_H #define LOKI_GENDECAYS_H 1 diff --git a/Phys/LoKiGen/LoKi/GenDump.h b/Phys/LoKiGen/LoKi/GenDump.h index 8c65fee18a64aaf6569f1d79956a1f9a9836d5fb..64452299ce391f05c1be4a37eb17c5ad5b33b95f 100644 --- a/Phys/LoKiGen/LoKi/GenDump.h +++ b/Phys/LoKiGen/LoKi/GenDump.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENDUMP_H #define LOKI_GENDUMP_H 1 diff --git a/Phys/LoKiGen/LoKi/GenExtract.h b/Phys/LoKiGen/LoKi/GenExtract.h index 5a859e0cd28f5f5ae77ffc4b019aef686f4345af..4385f8932396f3117729442c882f738b9a410b0f 100644 --- a/Phys/LoKiGen/LoKi/GenExtract.h +++ b/Phys/LoKiGen/LoKi/GenExtract.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENEXTRACT_H #define LOKI_GENEXTRACT_H 1 diff --git a/Phys/LoKiGen/LoKi/GenExtractDicts.h b/Phys/LoKiGen/LoKi/GenExtractDicts.h index 98a16c3ba32986e9a0b18888cfda2b1b556be7c3..951fe0131aea30b6a73fd169287ef5bbb7a7f108 100644 --- a/Phys/LoKiGen/LoKi/GenExtractDicts.h +++ b/Phys/LoKiGen/LoKi/GenExtractDicts.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENEXTRACTDICTS_H #define LOKI_GENEXTRACTDICTS_H 1 diff --git a/Phys/LoKiGen/LoKi/GenHybridEngine.h b/Phys/LoKiGen/LoKi/GenHybridEngine.h index 8c2b48d57c4f734f2a6b3f7c8b04bba5819bbf9f..5aab9f881a0cac19d0061a86af9bdd8e16622f69 100644 --- a/Phys/LoKiGen/LoKi/GenHybridEngine.h +++ b/Phys/LoKiGen/LoKi/GenHybridEngine.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENHYBRIDENGINE_H #define LOKI_GENHYBRIDENGINE_H 1 diff --git a/Phys/LoKiGen/LoKi/GenHybridEngineActor.h b/Phys/LoKiGen/LoKi/GenHybridEngineActor.h index c20a0f217fd69ee2e8b7567e81a8475f7e549428..8ab79cc986b2c37c05e8f9bf5d6bc7ba66c5e577 100644 --- a/Phys/LoKiGen/LoKi/GenHybridEngineActor.h +++ b/Phys/LoKiGen/LoKi/GenHybridEngineActor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENCUTSHOLDER_H #define LOKI_GENCUTSHOLDER_H 1 diff --git a/Phys/LoKiGen/LoKi/GenHybridLock.h b/Phys/LoKiGen/LoKi/GenHybridLock.h index 6005fc31c34e4b454e170bb4bde4cc4e9f60ea09..bc4e2346d971eac5972160e166fcf0cc3c7d4ba9 100644 --- a/Phys/LoKiGen/LoKi/GenHybridLock.h +++ b/Phys/LoKiGen/LoKi/GenHybridLock.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENHYBRIDLOCK_H #define LOKI_GENHYBRIDLOCK_H 1 diff --git a/Phys/LoKiGen/LoKi/GenKinematics.h b/Phys/LoKiGen/LoKi/GenKinematics.h index ce5ae62841ec7760ef8a49628b1dd2d9d6300ea8..d0b15d2ecfa8679bf4656e063a7af0174ff7f686 100644 --- a/Phys/LoKiGen/LoKi/GenKinematics.h +++ b/Phys/LoKiGen/LoKi/GenKinematics.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENKINEMATICS_H #define LOKI_GENKINEMATICS_H 1 diff --git a/Phys/LoKiGen/LoKi/GenMoniDicts.h b/Phys/LoKiGen/LoKi/GenMoniDicts.h index 3a0aeda04dd7df353c362f561bde7e06d6e4b310..2cd2fc37f5a5f7e50ee7a391bfcd835cc5d23a62 100644 --- a/Phys/LoKiGen/LoKi/GenMoniDicts.h +++ b/Phys/LoKiGen/LoKi/GenMoniDicts.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENMONIDICTS_H #define LOKI_GENMONIDICTS_H 1 diff --git a/Phys/LoKiGen/LoKi/GenOscillated.h b/Phys/LoKiGen/LoKi/GenOscillated.h index 5f78534b6278613072dfa8737d0bc7211153f9d1..0fd4e9858a522ca80de2c056e1515faa3a5faea1 100644 --- a/Phys/LoKiGen/LoKi/GenOscillated.h +++ b/Phys/LoKiGen/LoKi/GenOscillated.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENOSCILLATED_H #define LOKI_GENOSCILLATED_H 1 diff --git a/Phys/LoKiGen/LoKi/GenPIDOperators.h b/Phys/LoKiGen/LoKi/GenPIDOperators.h index 438330edd457980380d61abc35db4ef608c3014a..8fffbc79654907e3d858131e76cb6f4f57760bd0 100644 --- a/Phys/LoKiGen/LoKi/GenPIDOperators.h +++ b/Phys/LoKiGen/LoKi/GenPIDOperators.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENPIDOPERATORS_H #define LOKI_GENPIDOPERATORS_H 1 diff --git a/Phys/LoKiGen/LoKi/GenParticleCuts.h b/Phys/LoKiGen/LoKi/GenParticleCuts.h index deb954d8c8ef221636b8a6c39f0c7c8074c213c7..78c1f52c4233b4d688f0680533218f85df0fde4d 100644 --- a/Phys/LoKiGen/LoKi/GenParticleCuts.h +++ b/Phys/LoKiGen/LoKi/GenParticleCuts.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENPARTICLECUTS_H #define LOKI_GENPARTICLECUTS_H 1 diff --git a/Phys/LoKiGen/LoKi/GenParticles.h b/Phys/LoKiGen/LoKi/GenParticles.h index db1e22aa8e639d7769207d4f276a95c53e8efc7d..40af2a0537c4035e18c6094c361b090dd0fa2452 100644 --- a/Phys/LoKiGen/LoKi/GenParticles.h +++ b/Phys/LoKiGen/LoKi/GenParticles.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENPARTICLES_H #define LOKI_GENPARTICLES_H 1 diff --git a/Phys/LoKiGen/LoKi/GenParticles2.h b/Phys/LoKiGen/LoKi/GenParticles2.h index e9af9bc90fa50ddbb3022bd0dd799aa31be28c77..43dfb134144cc063b97f3cd05ba5559ff965fa8c 100644 --- a/Phys/LoKiGen/LoKi/GenParticles2.h +++ b/Phys/LoKiGen/LoKi/GenParticles2.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENPARTICLES2_H #define LOKI_GENPARTICLES2_H 1 diff --git a/Phys/LoKiGen/LoKi/GenParticles3.h b/Phys/LoKiGen/LoKi/GenParticles3.h index a7264195843852dce68e67919035fe7f9f707817..562cf29ef5b51db5a901576e42edbd28c13662a5 100644 --- a/Phys/LoKiGen/LoKi/GenParticles3.h +++ b/Phys/LoKiGen/LoKi/GenParticles3.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENPARTICLES3_H #define LOKI_GENPARTICLES3_H 1 diff --git a/Phys/LoKiGen/LoKi/GenParticles4.h b/Phys/LoKiGen/LoKi/GenParticles4.h index cbb25b52d100b8ce9a297958a4ba0c943df73599..b2f2a844da17fd4fc355da5ccf53468dac63075d 100644 --- a/Phys/LoKiGen/LoKi/GenParticles4.h +++ b/Phys/LoKiGen/LoKi/GenParticles4.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENPARTICLES4_H #define LOKI_GENPARTICLES4_H 1 diff --git a/Phys/LoKiGen/LoKi/GenParticles5.h b/Phys/LoKiGen/LoKi/GenParticles5.h index c2d9b11f9dcfea4f3f91836d92d61e4389b74484..2d8bcae1917db5a02c961bbc60abab38b86ac090 100644 --- a/Phys/LoKiGen/LoKi/GenParticles5.h +++ b/Phys/LoKiGen/LoKi/GenParticles5.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENPARTICLES5_H #define LOKI_GENPARTICLES5_H 1 diff --git a/Phys/LoKiGen/LoKi/GenSections.h b/Phys/LoKiGen/LoKi/GenSections.h index 03f00c1a171ab04c71c9c830282b6ad5daa1f757..35b21a3dd8c47d25ab140ef3351195fee33fa7d9 100644 --- a/Phys/LoKiGen/LoKi/GenSections.h +++ b/Phys/LoKiGen/LoKi/GenSections.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENSECTIONS_H #define LOKI_GENSECTIONS_H 1 diff --git a/Phys/LoKiGen/LoKi/GenSources.h b/Phys/LoKiGen/LoKi/GenSources.h index 07c40ad56cd89710ea8ae51bda6f4e3ac5ef2391..16e30792ae846697b961e98e3a6053cf751a24eb 100644 --- a/Phys/LoKiGen/LoKi/GenSources.h +++ b/Phys/LoKiGen/LoKi/GenSources.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENSOURCES_H #define LOKI_GENSOURCES_H 1 diff --git a/Phys/LoKiGen/LoKi/GenTreesFactory.h b/Phys/LoKiGen/LoKi/GenTreesFactory.h index d27f84831cb1584a7d0bc8216159e4f682d1a89c..865163aa2fd96a7a0fbaad92357970a42eb3da3f 100644 --- a/Phys/LoKiGen/LoKi/GenTreesFactory.h +++ b/Phys/LoKiGen/LoKi/GenTreesFactory.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENTREESFACTORY_H #define LOKI_GENTREESFACTORY_H 1 diff --git a/Phys/LoKiGen/LoKi/GenTypes.h b/Phys/LoKiGen/LoKi/GenTypes.h index 3cd4f0ac83433fdbb0d46923b9ed7aabc4321ec0..f9894a6cd195d26aac387f2576f4628b845de666 100644 --- a/Phys/LoKiGen/LoKi/GenTypes.h +++ b/Phys/LoKiGen/LoKi/GenTypes.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENTYPES_H #define LOKI_GENTYPES_H 1 diff --git a/Phys/LoKiGen/LoKi/GenVertexCuts.h b/Phys/LoKiGen/LoKi/GenVertexCuts.h index a33cbe2da06a826a3736c2ed96f20b4584dd9e02..9e4ef4979705fc21d57f21027ec223ad8104e92f 100644 --- a/Phys/LoKiGen/LoKi/GenVertexCuts.h +++ b/Phys/LoKiGen/LoKi/GenVertexCuts.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENVERTEXCUTS_H #define LOKI_GENVERTEXCUTS_H 1 diff --git a/Phys/LoKiGen/LoKi/GenVertices.h b/Phys/LoKiGen/LoKi/GenVertices.h index 28134678a35785f68c25691fa351fe6b94d28150..f4e3df849de5ba2d2187b28b8edf42bcac1cc5ff 100644 --- a/Phys/LoKiGen/LoKi/GenVertices.h +++ b/Phys/LoKiGen/LoKi/GenVertices.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_GENVERTICES_H #define LOKI_GENVERTICES_H 1 diff --git a/Phys/LoKiGen/LoKi/IGenDecay.h b/Phys/LoKiGen/LoKi/IGenDecay.h index 51fdd977a91abbd34dfdb944a85ef18cdfd4c9f3..e7318007b427c15aa38d140fa5683abd71088dae 100644 --- a/Phys/LoKiGen/LoKi/IGenDecay.h +++ b/Phys/LoKiGen/LoKi/IGenDecay.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_IGENDECAY_H #define LOKI_IGENDECAY_H 1 diff --git a/Phys/LoKiGen/LoKi/IGenHybridFactory.h b/Phys/LoKiGen/LoKi/IGenHybridFactory.h index 68a0377ec6d6918d82b1cf525b13b9f93ddd0c25..ed9a4e3b14008719c46b42e05d05bfc250a28fff 100644 --- a/Phys/LoKiGen/LoKi/IGenHybridFactory.h +++ b/Phys/LoKiGen/LoKi/IGenHybridFactory.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_IGENHYBRIDFACTORY_H #define LOKI_IGENHYBRIDFACTORY_H 1 diff --git a/Phys/LoKiGen/LoKi/IGenHybridTool.h b/Phys/LoKiGen/LoKi/IGenHybridTool.h index a61779d9e217cea41fa8598ca97ebc8420ed1f25..35054fed6be025af6182404814ede8356080bf4c 100644 --- a/Phys/LoKiGen/LoKi/IGenHybridTool.h +++ b/Phys/LoKiGen/LoKi/IGenHybridTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_IGENHYBRIDTOOL_H #define LOKI_IGENHYBRIDTOOL_H 1 diff --git a/Phys/LoKiGen/LoKi/LoKiGen.h b/Phys/LoKiGen/LoKi/LoKiGen.h index 4426b6366e197e007e1668d1e02e936e89fe336f..53aceecb06d4ee191a4cd03c8b8514a0aa6a3943 100644 --- a/Phys/LoKiGen/LoKi/LoKiGen.h +++ b/Phys/LoKiGen/LoKi/LoKiGen.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_LOKIGEN_H #define LOKI_LOKIGEN_H 1 diff --git a/Phys/LoKiGen/LoKi/LoKiGen_dct.h b/Phys/LoKiGen/LoKi/LoKiGen_dct.h index c29d7a27a2eb0e8491c25ef08d855b67f2b3d200..97ee755884bdce8164aea366f4f646c1db6afeac 100644 --- a/Phys/LoKiGen/LoKi/LoKiGen_dct.h +++ b/Phys/LoKiGen/LoKi/LoKiGen_dct.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_LOKIGEN_DCT_H #define LOKI_LOKIGEN_DCT_H 1 diff --git a/Phys/LoKiGen/LoKi/PrintHepMCDecay.h b/Phys/LoKiGen/LoKi/PrintHepMCDecay.h index 7d21fd95b61caa9ff8bf0fad0e5db6bdd9520877..b829f5cba90d1c8cc2e24812a8db3fe62bd2fb6a 100644 --- a/Phys/LoKiGen/LoKi/PrintHepMCDecay.h +++ b/Phys/LoKiGen/LoKi/PrintHepMCDecay.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_PRINTHEPMCDECAY_H #define LOKI_PRINTHEPMCDECAY_H 1 diff --git a/Phys/LoKiGen/dict/LoKiGen.xml b/Phys/LoKiGen/dict/LoKiGen.xml index d1272868cc5a4ea72dd60bc45313d11f5c6f98c4..04958589f885eee16e6b75e5cc44e4d325584810 100644 --- a/Phys/LoKiGen/dict/LoKiGen.xml +++ b/Phys/LoKiGen/dict/LoKiGen.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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/LoKiGen/dict/LoKiGenDict.h b/Phys/LoKiGen/dict/LoKiGenDict.h index c8bedaff5845fc37df256e131d0e49b102dd8225..41a6c09d8d8389cd94c7070f7789a91374bb88cf 100644 --- a/Phys/LoKiGen/dict/LoKiGenDict.h +++ b/Phys/LoKiGen/dict/LoKiGenDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_LOKIGENDICT_H #define LOKI_LOKIGENDICT_H 1 diff --git a/Phys/LoKiGen/python/LoKiGen/HepMC.py b/Phys/LoKiGen/python/LoKiGen/HepMC.py index 013d6a45c2e8aa5e0ceb8bbdde935e4665e95517..037155ec275eaf0f2294691edb506e02b13a1c2a 100755 --- a/Phys/LoKiGen/python/LoKiGen/HepMC.py +++ b/Phys/LoKiGen/python/LoKiGen/HepMC.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Phys/LoKiGen/python/LoKiGen/__init__.py b/Phys/LoKiGen/python/LoKiGen/__init__.py index 02c7e387ad51e81d08fbce5c3618f676728736c9..3de97cef3cefa35c9ae62a9ea4bea2a93acac722 100755 --- a/Phys/LoKiGen/python/LoKiGen/__init__.py +++ b/Phys/LoKiGen/python/LoKiGen/__init__.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= ## @file LoKiGen/__init__.py diff --git a/Phys/LoKiGen/python/LoKiGen/decorators.py b/Phys/LoKiGen/python/LoKiGen/decorators.py index 8f9e56c01a41e60232941c4510d996743c495dd0..40701fff0bc4e9e68421d72d45e85f62a887f38e 100755 --- a/Phys/LoKiGen/python/LoKiGen/decorators.py +++ b/Phys/LoKiGen/python/LoKiGen/decorators.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Phys/LoKiGen/python/LoKiGen/functions.py b/Phys/LoKiGen/python/LoKiGen/functions.py index 83272b01ac154896e48383fcbcce4b1a736ed3f3..49f984a7720e29e15f301460d6799a7f3f7b1bd7 100755 --- a/Phys/LoKiGen/python/LoKiGen/functions.py +++ b/Phys/LoKiGen/python/LoKiGen/functions.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Phys/LoKiGen/python/LoKiGen/graph.py b/Phys/LoKiGen/python/LoKiGen/graph.py index 5b8d70335e4d7c169a1201e4a9409d56c492fdd2..7f9886984d80496616115a3120bb5117994569ea 100644 --- a/Phys/LoKiGen/python/LoKiGen/graph.py +++ b/Phys/LoKiGen/python/LoKiGen/graph.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Phys/LoKiGen/python/LoKiGen/tests.py b/Phys/LoKiGen/python/LoKiGen/tests.py index 4662dc2db8e6869849e752d18e04c553b3d2b735..ae94e70447aaf54169651b5c43f17c4271d5baf3 100755 --- a/Phys/LoKiGen/python/LoKiGen/tests.py +++ b/Phys/LoKiGen/python/LoKiGen/tests.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Phys/LoKiGen/python/LoKiGen/trees.py b/Phys/LoKiGen/python/LoKiGen/trees.py index a58b2732a3b229d9611dde1b86f331fef04a63de..49666c1fe74a0ab5dcf662e25a4a9c548ec1ef71 100755 --- a/Phys/LoKiGen/python/LoKiGen/trees.py +++ b/Phys/LoKiGen/python/LoKiGen/trees.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 functions.py LoKiGen/trees.py # The set of basic decorator for Tree-objects from LoKiPhys library diff --git a/Phys/LoKiGen/src/Components/DumpHepMC.cpp b/Phys/LoKiGen/src/Components/DumpHepMC.cpp index 1aa65b0ea9c63bf8e1020f484bdb5d89a8d47bbb..8a0be6d298913c90f8c9f68f6e8d02d871a0769e 100644 --- a/Phys/LoKiGen/src/Components/DumpHepMC.cpp +++ b/Phys/LoKiGen/src/Components/DumpHepMC.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/Components/GenDecay.cpp b/Phys/LoKiGen/src/Components/GenDecay.cpp index 450d0319161309672e81854fc81554a61eb3c4e0..1aa93149920f9b12c9c17971b5e226d4c5905dbb 100644 --- a/Phys/LoKiGen/src/Components/GenDecay.cpp +++ b/Phys/LoKiGen/src/Components/GenDecay.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // ============================================================================ diff --git a/Phys/LoKiGen/src/Components/GenFilter.cpp b/Phys/LoKiGen/src/Components/GenFilter.cpp index 2f3a8ef475aa63ed4dd6f6d532a092dff7e6b57d..41d81ed55ec1a3b92eb3202aa8c348d07f3f0018 100644 --- a/Phys/LoKiGen/src/Components/GenFilter.cpp +++ b/Phys/LoKiGen/src/Components/GenFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/Components/GenHybridTool.cpp b/Phys/LoKiGen/src/Components/GenHybridTool.cpp index 8c38d13d7231c3bf16fd43813519978f16f39009..5593e1eae69ac4059a28138c93b7128c63c641c9 100644 --- a/Phys/LoKiGen/src/Components/GenHybridTool.cpp +++ b/Phys/LoKiGen/src/Components/GenHybridTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenAlgsDicts.cpp b/Phys/LoKiGen/src/GenAlgsDicts.cpp index 489ef5e17e961671237851360b2d99be3a2b7cb5..31d05109db7cb93a8666407288de7b5981e302e8 100644 --- a/Phys/LoKiGen/src/GenAlgsDicts.cpp +++ b/Phys/LoKiGen/src/GenAlgsDicts.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenChild.cpp b/Phys/LoKiGen/src/GenChild.cpp index 3ab37d7b2bb03ac932583dca8a866168d5106b78..2a16fa1f8d055e80c220dfe39982fa91fb2c0b76 100644 --- a/Phys/LoKiGen/src/GenChild.cpp +++ b/Phys/LoKiGen/src/GenChild.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenChildSelector.cpp b/Phys/LoKiGen/src/GenChildSelector.cpp index ac453cf6e4047fca8b93be431861816cb29db0bb..9d4bd0aa221e7513697a9678120c43d312995dd7 100644 --- a/Phys/LoKiGen/src/GenChildSelector.cpp +++ b/Phys/LoKiGen/src/GenChildSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenDecayChain.cpp b/Phys/LoKiGen/src/GenDecayChain.cpp index f0f94c2e7aa49a2f0e3e9a861531acfd78ae8c6d..cb8525dfe6e86b7cbb59634a9034809a1d0ea877 100644 --- a/Phys/LoKiGen/src/GenDecayChain.cpp +++ b/Phys/LoKiGen/src/GenDecayChain.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenDecays.cpp b/Phys/LoKiGen/src/GenDecays.cpp index f44d88dcd5a0669f013415cb41e8a514c5350154..f909725d7c84122def175055cf492223e0a9dea9 100644 --- a/Phys/LoKiGen/src/GenDecays.cpp +++ b/Phys/LoKiGen/src/GenDecays.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenDump.cpp b/Phys/LoKiGen/src/GenDump.cpp index 03b704c137c8fc55f30886dbd0c596164565d952..8ae3797c6d63993a4c253a403d86fbd4b56020a0 100644 --- a/Phys/LoKiGen/src/GenDump.cpp +++ b/Phys/LoKiGen/src/GenDump.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenExtractDicts.cpp b/Phys/LoKiGen/src/GenExtractDicts.cpp index b3dedcbcd297dc8d316e9e4be6c2e599955bc5ce..eb09ba7f0134a6a69383ca724c285a1e40ab140c 100644 --- a/Phys/LoKiGen/src/GenExtractDicts.cpp +++ b/Phys/LoKiGen/src/GenExtractDicts.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenHybridEngine.cpp b/Phys/LoKiGen/src/GenHybridEngine.cpp index 67be26a3fa62710e4309cb9cb2592bb253b050b9..d1afec919ea93f53f28485fc9f412593ffbb8190 100644 --- a/Phys/LoKiGen/src/GenHybridEngine.cpp +++ b/Phys/LoKiGen/src/GenHybridEngine.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenHybridEngineActor.cpp b/Phys/LoKiGen/src/GenHybridEngineActor.cpp index fd5842e38f61656930c9ddb05935a9ed6de5cad1..f59eedb2845049571f8b1d466a6bb8d795a7cd37 100644 --- a/Phys/LoKiGen/src/GenHybridEngineActor.cpp +++ b/Phys/LoKiGen/src/GenHybridEngineActor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenHybridLock.cpp b/Phys/LoKiGen/src/GenHybridLock.cpp index 217fe2e2f3c64e5ddb7283cf0f717aaf414b1d78..803ce6b87e92b6ed6c6c0704ecc0f94727c48a1a 100644 --- a/Phys/LoKiGen/src/GenHybridLock.cpp +++ b/Phys/LoKiGen/src/GenHybridLock.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenKinematics.cpp b/Phys/LoKiGen/src/GenKinematics.cpp index 59440591cfa992226aa399dfaf9806785354cfde..5327f9090014be281fd887d56cd83ea5e78e7ba8 100644 --- a/Phys/LoKiGen/src/GenKinematics.cpp +++ b/Phys/LoKiGen/src/GenKinematics.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenMoniDicts.cpp b/Phys/LoKiGen/src/GenMoniDicts.cpp index 25ce8b788668c7529aeab8afae80d8a43642ace6..22f2e155fa3bafa9b6332d05e0c47ec35d0b32b2 100644 --- a/Phys/LoKiGen/src/GenMoniDicts.cpp +++ b/Phys/LoKiGen/src/GenMoniDicts.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenPIDOperators.cpp b/Phys/LoKiGen/src/GenPIDOperators.cpp index d2bff81454492d4a84d7fdf637847223df7ae7d5..55ed9605ba0cf79b2291666b9cf57eb0b5a0e2db 100644 --- a/Phys/LoKiGen/src/GenPIDOperators.cpp +++ b/Phys/LoKiGen/src/GenPIDOperators.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenParticles.cpp b/Phys/LoKiGen/src/GenParticles.cpp index 6a7fbdd506de89dba5e04a394af928e113a5ff6f..9e0a938a7322bd24ed5c255300f4e194cba748a6 100644 --- a/Phys/LoKiGen/src/GenParticles.cpp +++ b/Phys/LoKiGen/src/GenParticles.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenParticles2.cpp b/Phys/LoKiGen/src/GenParticles2.cpp index d41e5a6e5b4c0e88948958a18f1ece4abdef4fc9..6a5e9556c01afc5be016d630b3e5c49a8b282677 100644 --- a/Phys/LoKiGen/src/GenParticles2.cpp +++ b/Phys/LoKiGen/src/GenParticles2.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenParticles3.cpp b/Phys/LoKiGen/src/GenParticles3.cpp index 1ef228584bce87932e7bb3976aaf9762c4657069..eecf1726a18f45a61386d88d67c8eda8c5286475 100644 --- a/Phys/LoKiGen/src/GenParticles3.cpp +++ b/Phys/LoKiGen/src/GenParticles3.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenParticles4.cpp b/Phys/LoKiGen/src/GenParticles4.cpp index 899cce16979b984c9c43d28139ba9cf8d3836970..086166298e4691b56e2df0fd2fa38c78925f4543 100644 --- a/Phys/LoKiGen/src/GenParticles4.cpp +++ b/Phys/LoKiGen/src/GenParticles4.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenParticles5.cpp b/Phys/LoKiGen/src/GenParticles5.cpp index 4848619fbff6039e2182c6d86165cb5ebe137258..cbd8ff69731abd0be1a9ed013ddca961a8e53aac 100644 --- a/Phys/LoKiGen/src/GenParticles5.cpp +++ b/Phys/LoKiGen/src/GenParticles5.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenSections.cpp b/Phys/LoKiGen/src/GenSections.cpp index cf41b82187f45ff4f0a6e48cfedf89595529a6a7..d7bdfbab3dbc178729e88b16d7c1a9c11bebbdf4 100644 --- a/Phys/LoKiGen/src/GenSections.cpp +++ b/Phys/LoKiGen/src/GenSections.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenSources.cpp b/Phys/LoKiGen/src/GenSources.cpp index 924122d1df50cf07e238f7b8fafba5e104c94934..d0b4895706220c3df541bd803f088a14ea908fdb 100644 --- a/Phys/LoKiGen/src/GenSources.cpp +++ b/Phys/LoKiGen/src/GenSources.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenStreamers.cpp b/Phys/LoKiGen/src/GenStreamers.cpp index de45f4b72298c80ddf254969a53b61d10adfcfa1..29a5bf8fc5e9b25c0ed4284cebc096121750740e 100644 --- a/Phys/LoKiGen/src/GenStreamers.cpp +++ b/Phys/LoKiGen/src/GenStreamers.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenTreesFactory.cpp b/Phys/LoKiGen/src/GenTreesFactory.cpp index 70da64214c0e2a4cef7099fbb282f58969b3b116..5b5af71284f49717ebb0e4788da05a92bef5fc8f 100644 --- a/Phys/LoKiGen/src/GenTreesFactory.cpp +++ b/Phys/LoKiGen/src/GenTreesFactory.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/GenVertices.cpp b/Phys/LoKiGen/src/GenVertices.cpp index f0ea0005f96c66d3a88e5d1cf56a6389f039f994..68460925b61d20d1a64b1b047a8684326ec2a117 100644 --- a/Phys/LoKiGen/src/GenVertices.cpp +++ b/Phys/LoKiGen/src/GenVertices.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/IGenDecay.cpp b/Phys/LoKiGen/src/IGenDecay.cpp index cbaefc2ae282194a0dc5b75ae226521962956315..cb3364b2d402a680e94d35e17c60bcce5adae21f 100644 --- a/Phys/LoKiGen/src/IGenDecay.cpp +++ b/Phys/LoKiGen/src/IGenDecay.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/IGenHybridFactory.cpp b/Phys/LoKiGen/src/IGenHybridFactory.cpp index 6ad3e905168cc10b2766f3b32d1a95f7aa63228b..459296507a0a250d602c5f613cd32ff50ea00541 100644 --- a/Phys/LoKiGen/src/IGenHybridFactory.cpp +++ b/Phys/LoKiGen/src/IGenHybridFactory.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/IGenHybridTool.cpp b/Phys/LoKiGen/src/IGenHybridTool.cpp index a6873e614286295ff721a59b967d31eb40dc82df..d7d1ff6455ba6ce1fee3cd29d388ce03864256f1 100644 --- a/Phys/LoKiGen/src/IGenHybridTool.cpp +++ b/Phys/LoKiGen/src/IGenHybridTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/LoKiGen.cpp b/Phys/LoKiGen/src/LoKiGen.cpp index 67d81ceb298f7cbc4d93ff2dab7fbdbdff189ba7..dced99bd11ed44fad2065f9901beaf7ce4dc3034 100644 --- a/Phys/LoKiGen/src/LoKiGen.cpp +++ b/Phys/LoKiGen/src/LoKiGen.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/Oscillated.cpp b/Phys/LoKiGen/src/Oscillated.cpp index 0836cd2a12353a872484b23da569f2e46099d6d5..3ce0dcd1f3efa6b18d68f09561f47a9183895dbe 100644 --- a/Phys/LoKiGen/src/Oscillated.cpp +++ b/Phys/LoKiGen/src/Oscillated.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/PrintHepMCDecay.cpp b/Phys/LoKiGen/src/PrintHepMCDecay.cpp index ddcd148d3eb0157c8a04a88bf122d396e4581af5..ab3ac0e5dc87a4ab77d7cf6ef61ca6b06145c651 100644 --- a/Phys/LoKiGen/src/PrintHepMCDecay.cpp +++ b/Phys/LoKiGen/src/PrintHepMCDecay.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/src/tests/GenDecayGrammarTest.cpp b/Phys/LoKiGen/src/tests/GenDecayGrammarTest.cpp index e06d5a93a46ad35c94b76350e75a3e183e93078e..22c41603b68fbb6335157943305618849d65d0b9 100644 --- a/Phys/LoKiGen/src/tests/GenDecayGrammarTest.cpp +++ b/Phys/LoKiGen/src/tests/GenDecayGrammarTest.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiGen/tests/qmtest/jira_461.qmt b/Phys/LoKiGen/tests/qmtest/jira_461.qmt index fe23db186ffbbc6ae5cd8c041ded5dbf3e08cceb..620b5e605d878d11a1da05a02df1ce843d9a85b9 100644 --- a/Phys/LoKiGen/tests/qmtest/jira_461.qmt +++ b/Phys/LoKiGen/tests/qmtest/jira_461.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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>../tst_JIRA_LBCORE461.py</text></argument> diff --git a/Phys/LoKiGen/tests/qmtest/lokigen0.qmt b/Phys/LoKiGen/tests/qmtest/lokigen0.qmt index 924ba6fc2bdb48acca32f0e70d7b29e486d0fffa..57c744a2b0008ad1ea626c4b35ee61a175bab689 100644 --- a/Phys/LoKiGen/tests/qmtest/lokigen0.qmt +++ b/Phys/LoKiGen/tests/qmtest/lokigen0.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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/LoKiGen/tests.py</text></argument> diff --git a/Phys/LoKiGen/tests/tst_JIRA_LBCORE461.py b/Phys/LoKiGen/tests/tst_JIRA_LBCORE461.py index 243d1d0f629364db6caeeb9a7e02330771bb5d15..7e0012f3322025d305ad9be2ed292525f939a6ad 100755 --- a/Phys/LoKiGen/tests/tst_JIRA_LBCORE461.py +++ b/Phys/LoKiGen/tests/tst_JIRA_LBCORE461.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 LoKiGen.decorators import * diff --git a/Phys/LoKiHlt/CMakeLists.txt b/Phys/LoKiHlt/CMakeLists.txt index dffbc553200df278bc6f60dba7c25be06af95682..cffa93f0cf557dffce806788ecb808fc53ede9da 100644 --- a/Phys/LoKiHlt/CMakeLists.txt +++ b/Phys/LoKiHlt/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: LoKiHlt ################################################################################ diff --git a/Phys/LoKiHlt/LoKi/DAQTypes.h b/Phys/LoKiHlt/LoKi/DAQTypes.h index 3402f3022502e57ca0fcda6f3274176b5f6823ce..c5ad5cb40de0dc0ef6cc777d54ca34cbe0fe808a 100644 --- a/Phys/LoKiHlt/LoKi/DAQTypes.h +++ b/Phys/LoKiHlt/LoKi/DAQTypes.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_DAQTYPES_H #define LOKI_DAQTYPES_H 1 diff --git a/Phys/LoKiHlt/LoKi/EventNum.h b/Phys/LoKiHlt/LoKi/EventNum.h index c81803b7a1e5bec0190380ef264de46b4e92578b..8913da6f3b1292b236223899f9add30077c745cc 100644 --- a/Phys/LoKiHlt/LoKi/EventNum.h +++ b/Phys/LoKiHlt/LoKi/EventNum.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_EVENTNUM_H #define LOKI_EVENTNUM_H 1 diff --git a/Phys/LoKiHlt/LoKi/EvtNum.h b/Phys/LoKiHlt/LoKi/EvtNum.h index 33bb59ae90091fd7a15336dc7fbce26ea1df581e..1778911d75cac77ba1fda8b582d06fe949b1aab4 100644 --- a/Phys/LoKiHlt/LoKi/EvtNum.h +++ b/Phys/LoKiHlt/LoKi/EvtNum.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_EVTNUM_H #define LOKI_EVTNUM_H 1 diff --git a/Phys/LoKiHlt/LoKi/HLT.h b/Phys/LoKiHlt/LoKi/HLT.h index 76623b03cde6e28e24e1f9501b9ba576fc77627c..12711986e1d9e24c8f6fbb05211a772de45f373c 100644 --- a/Phys/LoKiHlt/LoKi/HLT.h +++ b/Phys/LoKiHlt/LoKi/HLT.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_HLT_H #define LOKI_HLT_H 1 diff --git a/Phys/LoKiHlt/LoKi/HLTCuts.h b/Phys/LoKiHlt/LoKi/HLTCuts.h index bb2df49923ff093b58ee6bc35870d7d73f536802..dae473e2bdf534fb7899a42668425de2080332ce 100644 --- a/Phys/LoKiHlt/LoKi/HLTCuts.h +++ b/Phys/LoKiHlt/LoKi/HLTCuts.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiHlt/LoKi/HLTTypes.h b/Phys/LoKiHlt/LoKi/HLTTypes.h index a440ce1591a4276af8f0514b59f9bd2e26c760b0..01b18314ca9d6607a0c7157a9a2a639a9df0a3d4 100644 --- a/Phys/LoKiHlt/LoKi/HLTTypes.h +++ b/Phys/LoKiHlt/LoKi/HLTTypes.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_HLTTYPES_H #define LOKI_HLTTYPES_H 1 diff --git a/Phys/LoKiHlt/LoKi/HltEngine.h b/Phys/LoKiHlt/LoKi/HltEngine.h index 82c536316423aa2433053ca1a934758b75bf0301..8def79ff979bf4a125cbc4866e268cf4999fc92f 100644 --- a/Phys/LoKiHlt/LoKi/HltEngine.h +++ b/Phys/LoKiHlt/LoKi/HltEngine.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_HltENGINE_H #define LOKI_HltENGINE_H 1 diff --git a/Phys/LoKiHlt/LoKi/HltEngineActor.h b/Phys/LoKiHlt/LoKi/HltEngineActor.h index 8cd8afef364cb6db392cb8c6f3e2a5b49b8b3e26..8e4d63c95c8f0ffcabe331673c8c3a2b50b3e630 100644 --- a/Phys/LoKiHlt/LoKi/HltEngineActor.h +++ b/Phys/LoKiHlt/LoKi/HltEngineActor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_HltENGINEACTOR_H #define LOKI_HltENGINEACTOR_H 1 diff --git a/Phys/LoKiHlt/LoKi/HltLock.h b/Phys/LoKiHlt/LoKi/HltLock.h index bd24decdeda968e0e3a0950f9adc460409efecd6..c7d875ddcaed1a771dce83b5dd6d0b5e3f2cc842 100644 --- a/Phys/LoKiHlt/LoKi/HltLock.h +++ b/Phys/LoKiHlt/LoKi/HltLock.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_HltLOCK_H #define LOKI_HltLOCK_H 1 diff --git a/Phys/LoKiHlt/LoKi/IHDRFilterTool.h b/Phys/LoKiHlt/LoKi/IHDRFilterTool.h index b1b968713c71d74edc5a8a0c2daca821475c4669..fad9bdd6b711ff514a0d2d9356f22391770cc63f 100644 --- a/Phys/LoKiHlt/LoKi/IHDRFilterTool.h +++ b/Phys/LoKiHlt/LoKi/IHDRFilterTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_IHDRFILTERTOOL_H #define LOKI_IHDRFILTERTOOL_H 1 diff --git a/Phys/LoKiHlt/LoKi/IHltAntiFactory.h b/Phys/LoKiHlt/LoKi/IHltAntiFactory.h index d275d303a4223faf8a1c2b8a0a8fd4c3bfcb6826..360a44c81fec3aebd42f03d4b8f80383a62ecff9 100644 --- a/Phys/LoKiHlt/LoKi/IHltAntiFactory.h +++ b/Phys/LoKiHlt/LoKi/IHltAntiFactory.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_IHltANTIFACTORY_H #define LOKI_IHltANTIFACTORY_H 1 diff --git a/Phys/LoKiHlt/LoKi/IHltFactory.h b/Phys/LoKiHlt/LoKi/IHltFactory.h index ccbf28e2a884c3e72253fa53515dd3ee990ffb99..08f06ffc9eb1d8aec54b7b644a2780de260de6fa 100644 --- a/Phys/LoKiHlt/LoKi/IHltFactory.h +++ b/Phys/LoKiHlt/LoKi/IHltFactory.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_IHltFACTORY_H #define LOKI_IHltFACTORY_H 1 diff --git a/Phys/LoKiHlt/LoKi/L0.h b/Phys/LoKiHlt/LoKi/L0.h index 4e11ab6a4939c5926b7fd4d821d7be0b0e169793..7d946c2da7f92e2b837815ddbb985c4ccde4a942 100644 --- a/Phys/LoKiHlt/LoKi/L0.h +++ b/Phys/LoKiHlt/LoKi/L0.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_L0_H #define LOKI_L0_H 1 diff --git a/Phys/LoKiHlt/LoKi/L0Cuts.h b/Phys/LoKiHlt/LoKi/L0Cuts.h index d3f35a50f2525fa94441e35b17072419e2389e74..ae7f67507cc995809fc186262198325689e85a08 100644 --- a/Phys/LoKiHlt/LoKi/L0Cuts.h +++ b/Phys/LoKiHlt/LoKi/L0Cuts.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_L0CUTS_H #define LOKI_L0CUTS_H 1 diff --git a/Phys/LoKiHlt/LoKi/L0Types.h b/Phys/LoKiHlt/LoKi/L0Types.h index 3fadc5b5c1ef07edab94233c78882139dba7eb17..f6ed0988bcb191ed1d93560b6fa87430fc5a1ec8 100644 --- a/Phys/LoKiHlt/LoKi/L0Types.h +++ b/Phys/LoKiHlt/LoKi/L0Types.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_L0TYPES_H #define LOKI_L0TYPES_H 1 diff --git a/Phys/LoKiHlt/LoKi/LoKiHlt.h b/Phys/LoKiHlt/LoKi/LoKiHlt.h index 5606cfcf24d69fd195be76e64d2fc19dc766951e..d1c57d5769bf3602fae5d9b466eb23bbec244746 100644 --- a/Phys/LoKiHlt/LoKi/LoKiHlt.h +++ b/Phys/LoKiHlt/LoKi/LoKiHlt.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_LOKIDAQ_H #define LOKI_LOKIDAQ_H 1 diff --git a/Phys/LoKiHlt/LoKi/O1.h b/Phys/LoKiHlt/LoKi/O1.h index bb7d43c31d1c6b928ecff3e714302192ae766594..2e070f158d4abeafa847e18114c980645880a166 100644 --- a/Phys/LoKiHlt/LoKi/O1.h +++ b/Phys/LoKiHlt/LoKi/O1.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_O1_H #define LOKI_O1_H 1 diff --git a/Phys/LoKiHlt/LoKi/O1Cuts.h b/Phys/LoKiHlt/LoKi/O1Cuts.h index 6c3c1b8fed1dc6fb17ac97e4e0af738bed48e3cc..52efe1606a7da0a760c8a9fdff0a46f30ea478f5 100644 --- a/Phys/LoKiHlt/LoKi/O1Cuts.h +++ b/Phys/LoKiHlt/LoKi/O1Cuts.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_O1CUTS_H #define LOKI_O1CUTS_H 1 diff --git a/Phys/LoKiHlt/LoKi/Odin.h b/Phys/LoKiHlt/LoKi/Odin.h index bf55d8fd7450e88e0bf0d2ab536aac8b95ce0895..f13add655f8841dedca78a3f3d6dcb95f780a2db 100644 --- a/Phys/LoKiHlt/LoKi/Odin.h +++ b/Phys/LoKiHlt/LoKi/Odin.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_ODIN_H #define LOKI_ODIN_H 1 diff --git a/Phys/LoKiHlt/LoKi/OdinCuts.h b/Phys/LoKiHlt/LoKi/OdinCuts.h index 94a855ccd1b9bba4c459ac6af107220763e9dbb9..9c1016b315bcebacf86cf223d9779d16d3def938 100644 --- a/Phys/LoKiHlt/LoKi/OdinCuts.h +++ b/Phys/LoKiHlt/LoKi/OdinCuts.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_ODINCUTS_H #define LOKI_ODINCUTS_H 1 diff --git a/Phys/LoKiHlt/LoKi/OdinTypes.h b/Phys/LoKiHlt/LoKi/OdinTypes.h index 89d85be1435a64dffe96fdc0a6ab9865d54d6448..0a87ff1aa87613f8a44eb58072ff4b844bde9bd9 100644 --- a/Phys/LoKiHlt/LoKi/OdinTypes.h +++ b/Phys/LoKiHlt/LoKi/OdinTypes.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_ODINTYPES_H #define LOKI_ODINTYPES_H 1 diff --git a/Phys/LoKiHlt/LoKi/Prescale.h b/Phys/LoKiHlt/LoKi/Prescale.h index c6ee6ae6203db8014d8e49f538542b0e0f37be67..557936d8a8178e728a96b42799027d529331595c 100644 --- a/Phys/LoKiHlt/LoKi/Prescale.h +++ b/Phys/LoKiHlt/LoKi/Prescale.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_PRESCALE_H #define LOKI_PRESCALE_H 1 diff --git a/Phys/LoKiHlt/LoKi/RoutingBits.h b/Phys/LoKiHlt/LoKi/RoutingBits.h index 41281887e5c9340119f437e19dedb69028744218..b4e00b634984c54d3839afc31413a00c43b7d0a1 100644 --- a/Phys/LoKiHlt/LoKi/RoutingBits.h +++ b/Phys/LoKiHlt/LoKi/RoutingBits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_ROUTINGBITS_H #define LOKI_ROUTINGBITS_H 1 diff --git a/Phys/LoKiHlt/LoKi/TESGet.h b/Phys/LoKiHlt/LoKi/TESGet.h index 840596e03550bb5945e3a100483f29751daf3a5f..621cf85210d704654aff947db13d037ea535745e 100644 --- a/Phys/LoKiHlt/LoKi/TESGet.h +++ b/Phys/LoKiHlt/LoKi/TESGet.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_TESGET_H #define LOKI_TESGET_H 1 diff --git a/Phys/LoKiHlt/dict/LoKiHlt.xml b/Phys/LoKiHlt/dict/LoKiHlt.xml index 4ce3cdf9b7a4afc9e192c0c8de26fbfd60ac7988..de2a154de2d70fbf98a88169ed9fee986d7503a6 100755 --- a/Phys/LoKiHlt/dict/LoKiHlt.xml +++ b/Phys/LoKiHlt/dict/LoKiHlt.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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: LoKiHlt.xml,v 1.11 2010-05-18 07:13:33 cattanem Exp $ * ======================================================================== diff --git a/Phys/LoKiHlt/dict/LoKiHltDict.h b/Phys/LoKiHlt/dict/LoKiHltDict.h index 399f717e43d43201332f88b607804251d08f9bde..08fd3f719c7ac57c4c33c13cbe0a2605f74ab58f 100755 --- a/Phys/LoKiHlt/dict/LoKiHltDict.h +++ b/Phys/LoKiHlt/dict/LoKiHltDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_LOKIHLTDICT_H #define DICT_LOKIHLTDICT_H 1 diff --git a/Phys/LoKiHlt/python/LoKiHlt/__init__.py b/Phys/LoKiHlt/python/LoKiHlt/__init__.py index d84be703b9627acd6c9e5e686ef7cee65126939d..368c6c3096d65cbc7c790f5bc2400ca060ea5ae8 100755 --- a/Phys/LoKiHlt/python/LoKiHlt/__init__.py +++ b/Phys/LoKiHlt/python/LoKiHlt/__init__.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: __init__.py,v 1.1.1.1 2008-09-21 14:41:20 ibelyaev Exp $ # ============================================================================= """ diff --git a/Phys/LoKiHlt/python/LoKiHlt/algorithms.py b/Phys/LoKiHlt/python/LoKiHlt/algorithms.py index 78df11dd0a16229d2b7880b45f2d5a445d67bd9d..3f5b688c498914bae550d770ee9405f63e66b256 100755 --- a/Phys/LoKiHlt/python/LoKiHlt/algorithms.py +++ b/Phys/LoKiHlt/python/LoKiHlt/algorithms.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 LoKiHlt/algorithms.py # The full set of useful objects from LoKiHlt library diff --git a/Phys/LoKiHlt/python/LoKiHlt/decorators.py b/Phys/LoKiHlt/python/LoKiHlt/decorators.py index 9192059f1b1cf637868884deb275f86b1c16be7a..fc16af5decf38ccccdc5483f2c1d334f8ca6d82d 100755 --- a/Phys/LoKiHlt/python/LoKiHlt/decorators.py +++ b/Phys/LoKiHlt/python/LoKiHlt/decorators.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 LoKiHlt/decorators.py # The set of basic decorator for objects from LoKiHlt library diff --git a/Phys/LoKiHlt/python/LoKiHlt/functions.py b/Phys/LoKiHlt/python/LoKiHlt/functions.py index 5707bf8eca7fe5756b51825152d72457055d58fd..c424b5427cfb6a0c5dbc8c68ed70d96f8324f815 100755 --- a/Phys/LoKiHlt/python/LoKiHlt/functions.py +++ b/Phys/LoKiHlt/python/LoKiHlt/functions.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: functions.py,v 1.12 2010-05-17 16:01:39 ibelyaev Exp $ # ============================================================================= diff --git a/Phys/LoKiHlt/python/LoKiHlt/tests.py b/Phys/LoKiHlt/python/LoKiHlt/tests.py index e3b4cdea56c6e8ba6a916c9b882090da86b4ad31..5d1dd891674ab154039b8982b35cb0e05b3f9cd0 100755 --- a/Phys/LoKiHlt/python/LoKiHlt/tests.py +++ b/Phys/LoKiHlt/python/LoKiHlt/tests.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 LoKiHlt/tests.py # The simple tets script for Phys/LoKiHlt package diff --git a/Phys/LoKiHlt/src/Components/EvtTupleTool.cpp b/Phys/LoKiHlt/src/Components/EvtTupleTool.cpp index 5066c89a8afb72848f324ec6799c2ebbe89b1e0a..72ce8337581dd1f0d282e7af49bd93326413e7d8 100644 --- a/Phys/LoKiHlt/src/Components/EvtTupleTool.cpp +++ b/Phys/LoKiHlt/src/Components/EvtTupleTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiHlt/src/Components/HDRFilter.cpp b/Phys/LoKiHlt/src/Components/HDRFilter.cpp index 1158dd7309438972716e851747ed4a62b9329f75..e82a79b3cfba256b5b0a6317834322874808ae8f 100644 --- a/Phys/LoKiHlt/src/Components/HDRFilter.cpp +++ b/Phys/LoKiHlt/src/Components/HDRFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiHlt/src/Components/HDRFilterTool.cpp b/Phys/LoKiHlt/src/Components/HDRFilterTool.cpp index 37b1be50c500c3b603e5941ae181a8595ef2384d..875cc0bd2aabf2d441328b0b8abbc5ff707579c5 100644 --- a/Phys/LoKiHlt/src/Components/HDRFilterTool.cpp +++ b/Phys/LoKiHlt/src/Components/HDRFilterTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/HltDecReports.h" #include "LoKi/FilterTool.h" diff --git a/Phys/LoKiHlt/src/Components/HltFactory.cpp b/Phys/LoKiHlt/src/Components/HltFactory.cpp index 408cde31aad132ea852935e0735fc9cb5ae69297..5125efe8c64656b030f2cc812ce796afa507bb42 100755 --- a/Phys/LoKiHlt/src/Components/HltFactory.cpp +++ b/Phys/LoKiHlt/src/Components/HltFactory.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiHlt/src/Components/L0Filter.cpp b/Phys/LoKiHlt/src/Components/L0Filter.cpp index ba802ade5f374dac3e7475bf38cfb9dc74b5e930..413355d13ee3bbffd6696ee1f24fe53785aaceba 100644 --- a/Phys/LoKiHlt/src/Components/L0Filter.cpp +++ b/Phys/LoKiHlt/src/Components/L0Filter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiHlt/src/Components/ODINFilter.cpp b/Phys/LoKiHlt/src/Components/ODINFilter.cpp index 17226c3806993aef54de6fc7b73ab267e778f4ae..ca0ce2b78ab3f63ed22c4118d9c5525b1787d4bf 100644 --- a/Phys/LoKiHlt/src/Components/ODINFilter.cpp +++ b/Phys/LoKiHlt/src/Components/ODINFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiHlt/src/EvtNum.cpp b/Phys/LoKiHlt/src/EvtNum.cpp index 35f90bd146b8f45443c8be82ac66bcad09095755..45ccec5e76684e6d1dd0f0b67e83dfe7e4c2fd1d 100644 --- a/Phys/LoKiHlt/src/EvtNum.cpp +++ b/Phys/LoKiHlt/src/EvtNum.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiHlt/src/Hlt.cpp b/Phys/LoKiHlt/src/Hlt.cpp index 551581c036f779d3c964443b41d2abbe4eb9c965..21d356ea88a5b69ea55b43b545cc4423abdee84f 100644 --- a/Phys/LoKiHlt/src/Hlt.cpp +++ b/Phys/LoKiHlt/src/Hlt.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiHlt/src/HltEngine.cpp b/Phys/LoKiHlt/src/HltEngine.cpp index c268842c8ea8f9479ab9ca6df5717c7af5f8c387..13af5cac09f160cbb0982d8a675fa71af552f1b0 100644 --- a/Phys/LoKiHlt/src/HltEngine.cpp +++ b/Phys/LoKiHlt/src/HltEngine.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiHlt/src/HltEngineActor.cpp b/Phys/LoKiHlt/src/HltEngineActor.cpp index 3005a21a527e1eb9678135a559c750c95331880d..e82915a9dc81be581b51ece077b347b5a8f2e9f2 100644 --- a/Phys/LoKiHlt/src/HltEngineActor.cpp +++ b/Phys/LoKiHlt/src/HltEngineActor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // ============================================================================ // STD & STL diff --git a/Phys/LoKiHlt/src/HltLock.cpp b/Phys/LoKiHlt/src/HltLock.cpp index 92bee121ac5e18e1cbdef3ecff45cc381032f26e..1b7b4b36ef81e53a498506c0b7d79a166308ebd6 100644 --- a/Phys/LoKiHlt/src/HltLock.cpp +++ b/Phys/LoKiHlt/src/HltLock.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiHlt/src/IHltAntiFactory.cpp b/Phys/LoKiHlt/src/IHltAntiFactory.cpp index 3e6259176a421cd530d0742d514feb954eaacd62..fa0c25e6cbb45e2acb9e4f574b6a9904ca09499d 100644 --- a/Phys/LoKiHlt/src/IHltAntiFactory.cpp +++ b/Phys/LoKiHlt/src/IHltAntiFactory.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiHlt/src/IHltFactory.cpp b/Phys/LoKiHlt/src/IHltFactory.cpp index 1f68429aa3bbcd4da63a407584612789c40cb23d..2fcf0bd22de70dfa6802cc31e88a29cb85a2802f 100644 --- a/Phys/LoKiHlt/src/IHltFactory.cpp +++ b/Phys/LoKiHlt/src/IHltFactory.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiHlt/src/L0.cpp b/Phys/LoKiHlt/src/L0.cpp index 756f96256a8b1db7a95dfd4ba0bf62d980a3768c..fd964118c0787ba7ac8c6e9c6878eed41a9c43cb 100644 --- a/Phys/LoKiHlt/src/L0.cpp +++ b/Phys/LoKiHlt/src/L0.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiHlt/src/LoKiHlt.cpp b/Phys/LoKiHlt/src/LoKiHlt.cpp index 6ba25a42b5d9dbdd650b5159b80a036add9f8788..f2085d8112a1b6ad08c7fa87eb2e8a03f7c89953 100644 --- a/Phys/LoKiHlt/src/LoKiHlt.cpp +++ b/Phys/LoKiHlt/src/LoKiHlt.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiHlt/src/O1.cpp b/Phys/LoKiHlt/src/O1.cpp index 0331db564a2cf585eec518feb6f1aba950bd7619..5bdb122731b13e68ef6cb9c0cafb259c73bbf3ad 100644 --- a/Phys/LoKiHlt/src/O1.cpp +++ b/Phys/LoKiHlt/src/O1.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiHlt/src/Odin.cpp b/Phys/LoKiHlt/src/Odin.cpp index 28592a3cd976a04ad27e03ce7c745aa587b3fdc3..141ac2278b58b350dd737fb303d36616f276f17f 100644 --- a/Phys/LoKiHlt/src/Odin.cpp +++ b/Phys/LoKiHlt/src/Odin.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiHlt/src/Prescale.cpp b/Phys/LoKiHlt/src/Prescale.cpp index 4e1be51d9d2833b530601c9bae73d48d9cbab362..ee5912c3d32f39a10e43fed43b2f17b7c80c46a9 100644 --- a/Phys/LoKiHlt/src/Prescale.cpp +++ b/Phys/LoKiHlt/src/Prescale.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiHlt/src/RoutingBits.cpp b/Phys/LoKiHlt/src/RoutingBits.cpp index ab7716cf5eff103d6bf02c27768878c353ba3479..b16f70afc604186e43e9ce31af149626e16d96e4 100644 --- a/Phys/LoKiHlt/src/RoutingBits.cpp +++ b/Phys/LoKiHlt/src/RoutingBits.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiHlt/src/TESGet.cpp b/Phys/LoKiHlt/src/TESGet.cpp index 81606cdabb689092459b9003ab3e36c528ecbf24..ad838232ad80ed379d83874a72a9e394ac81e79e 100644 --- a/Phys/LoKiHlt/src/TESGet.cpp +++ b/Phys/LoKiHlt/src/TESGet.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiHlt/tests/qmtest/lokihlt0.qmt b/Phys/LoKiHlt/tests/qmtest/lokihlt0.qmt index 98e4f2157ec37eea06c06582b9b485f108b6bc5c..d2c5d8b7dbff87397d07463c7825628f2ccc5760 100644 --- a/Phys/LoKiHlt/tests/qmtest/lokihlt0.qmt +++ b/Phys/LoKiHlt/tests/qmtest/lokihlt0.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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"> diff --git a/Phys/LoKiMC/CMakeLists.txt b/Phys/LoKiMC/CMakeLists.txt index 920aa52df80505db3dedab5220b76ad55b6fbb54..2b4c0fd801ed7c85e2051046e192c3827bee2e1d 100644 --- a/Phys/LoKiMC/CMakeLists.txt +++ b/Phys/LoKiMC/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: LoKiMC ################################################################################ diff --git a/Phys/LoKiMC/LoKi/BuildMCTrees.h b/Phys/LoKiMC/LoKi/BuildMCTrees.h index 32889e03836a760bb62f3874d8c2c2726c856ef3..3489847a06e32916eed8d6f3c4e6a757f29ad5e8 100644 --- a/Phys/LoKiMC/LoKi/BuildMCTrees.h +++ b/Phys/LoKiMC/LoKi/BuildMCTrees.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_BUILDMCTREES_H #define LOKI_BUILDMCTREES_H 1 diff --git a/Phys/LoKiMC/LoKi/IMCDecay.h b/Phys/LoKiMC/LoKi/IMCDecay.h index 944fc26439caf2196b61f43894b5c9ff620ecabc..03f0b86f2cc2a2c88c1fb37464036fc765d9a361 100644 --- a/Phys/LoKiMC/LoKi/IMCDecay.h +++ b/Phys/LoKiMC/LoKi/IMCDecay.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_IMCDECAY_H #define LOKI_IMCDECAY_H 1 diff --git a/Phys/LoKiMC/LoKi/IMCHybridFactory.h b/Phys/LoKiMC/LoKi/IMCHybridFactory.h index 511f7ab79658f874e7be4ac34a737491adecb670..7f9a32ccb814b6471e9ab9211b7ec39ecfc9c13e 100644 --- a/Phys/LoKiMC/LoKi/IMCHybridFactory.h +++ b/Phys/LoKiMC/LoKi/IMCHybridFactory.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_IMCHYBRIDFACTORY_H #define LOKI_IMCHYBRIDFACTORY_H 1 diff --git a/Phys/LoKiMC/LoKi/IMCHybridTool.h b/Phys/LoKiMC/LoKi/IMCHybridTool.h index 7d53d68e3ee2bcdb6e304a4c8e15daab3ed0e736..d0a87a32ff1ad00509445879dc0acd89614d4b7f 100644 --- a/Phys/LoKiMC/LoKi/IMCHybridTool.h +++ b/Phys/LoKiMC/LoKi/IMCHybridTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_IMCHYBRIDTOOL_H #define LOKI_IMCHYBRIDTOOL_H 1 diff --git a/Phys/LoKiMC/LoKi/LoKiMC.h b/Phys/LoKiMC/LoKi/LoKiMC.h index d4a32385c5804e2e0b7c7a4981997e2297ac3cb7..ed02d8ce5f7c6d416570a12afb042d670ead0032 100644 --- a/Phys/LoKiMC/LoKi/LoKiMC.h +++ b/Phys/LoKiMC/LoKi/LoKiMC.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_LOKIMC_H #define LOKI_LOKIMC_H 1 diff --git a/Phys/LoKiMC/LoKi/LoKiMC_dct.h b/Phys/LoKiMC/LoKi/LoKiMC_dct.h index 320c34f7e66957d393092aaaf2be59521abde59d..7d3ea308ddb7bfd8e370e8b41d9c9d566a10c1a5 100644 --- a/Phys/LoKiMC/LoKi/LoKiMC_dct.h +++ b/Phys/LoKiMC/LoKi/LoKiMC_dct.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_LOKIMC_DCT_H #define LOKI_LOKIMC_DCT_H 1 // ============================================================================ diff --git a/Phys/LoKiMC/LoKi/MCAlgs.h b/Phys/LoKiMC/LoKi/MCAlgs.h index 40addc0e15b612f453c497189e6e20190a1ba412..956b0ca556bc3cc2201b50c70af822e8602aa70d 100644 --- a/Phys/LoKiMC/LoKi/MCAlgs.h +++ b/Phys/LoKiMC/LoKi/MCAlgs.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCALGS_H #define LOKI_MCALGS_H 1 diff --git a/Phys/LoKiMC/LoKi/MCAlgsDicts.h b/Phys/LoKiMC/LoKi/MCAlgsDicts.h index f95079835ec13f10d2e304079508252e180f0052..93823984aff1e01d9392180ffdf780a5e2e92544 100644 --- a/Phys/LoKiMC/LoKi/MCAlgsDicts.h +++ b/Phys/LoKiMC/LoKi/MCAlgsDicts.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCALGSDICTS_H #define LOKI_MCALGSDICTS_H 1 diff --git a/Phys/LoKiMC/LoKi/MCChild.h b/Phys/LoKiMC/LoKi/MCChild.h index 277c5060b9b151d8c2f640baae666e09fca391b5..8a43098fc18f5ffe15e6d5818cd2b8f077e186c5 100644 --- a/Phys/LoKiMC/LoKi/MCChild.h +++ b/Phys/LoKiMC/LoKi/MCChild.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCCHILD_H #define LOKI_MCCHILD_H 1 diff --git a/Phys/LoKiMC/LoKi/MCChildSelector.h b/Phys/LoKiMC/LoKi/MCChildSelector.h index 9c53823798d2e8365e98d44eeadae8789cbdb58a..e01e47f77c5f6baa4c5cec2e0ed0e235d2acef7c 100644 --- a/Phys/LoKiMC/LoKi/MCChildSelector.h +++ b/Phys/LoKiMC/LoKi/MCChildSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LOKIMC_MCCHILDSELECTOR_H #define LOKIMC_MCCHILDSELECTOR_H 1 diff --git a/Phys/LoKiMC/LoKi/MCDecayChain.h b/Phys/LoKiMC/LoKi/MCDecayChain.h index 4907a06e6f95583a1bc91ca16a3bf4a5910d8a75..5b8d86ce0a5e9e604f2c07432a098cb29d549e91 100644 --- a/Phys/LoKiMC/LoKi/MCDecayChain.h +++ b/Phys/LoKiMC/LoKi/MCDecayChain.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCDECAYCHAIN_H #define LOKI_MCDECAYCHAIN_H 1 // ============================================================================ diff --git a/Phys/LoKiMC/LoKi/MCDecayVertex.h b/Phys/LoKiMC/LoKi/MCDecayVertex.h index 4375eb7a71a7eadfd0efc403693afa9d0eb271d2..0ec005466a46ef0f6747521266796259429530ab 100644 --- a/Phys/LoKiMC/LoKi/MCDecayVertex.h +++ b/Phys/LoKiMC/LoKi/MCDecayVertex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCDECAYVERTEX_H #define LOKI_MCDECAYVERTEX_H 1 diff --git a/Phys/LoKiMC/LoKi/MCDecays.h b/Phys/LoKiMC/LoKi/MCDecays.h index 85f1332e09a0a6a348a11073814a22d8d0a543ba..472beab5444abf7e74ed4fb7f2be4e334ab8707c 100644 --- a/Phys/LoKiMC/LoKi/MCDecays.h +++ b/Phys/LoKiMC/LoKi/MCDecays.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCDECAYS_H #define LOKI_MCDECAYS_H 1 diff --git a/Phys/LoKiMC/LoKi/MCDump.h b/Phys/LoKiMC/LoKi/MCDump.h index 309b8cae2e94312c0e8a6dc1a683cc3ada44ddba..7f5b0ae603b6419296ff750cd28c501b23c5b358 100644 --- a/Phys/LoKiMC/LoKi/MCDump.h +++ b/Phys/LoKiMC/LoKi/MCDump.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCDUMP_H #define LOKI_MCDUMP_H 1 diff --git a/Phys/LoKiMC/LoKi/MCExtract.h b/Phys/LoKiMC/LoKi/MCExtract.h index fb12ec9b30fd1f0905c16bf26361225210078e04..9c8de43718407c850b6a702593269868b598088c 100644 --- a/Phys/LoKiMC/LoKi/MCExtract.h +++ b/Phys/LoKiMC/LoKi/MCExtract.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_EXTRACT_H #define LOKI_EXTRACT_H 1 diff --git a/Phys/LoKiMC/LoKi/MCExtractDicts.h b/Phys/LoKiMC/LoKi/MCExtractDicts.h index 2e2e8d341b102078797e4a81a0574d2072fcb8e5..a2bee1f0d0eb60b38ffdf4458743ce10419d11c6 100644 --- a/Phys/LoKiMC/LoKi/MCExtractDicts.h +++ b/Phys/LoKiMC/LoKi/MCExtractDicts.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCEXTRACTDICTS_H #define LOKI_MCEXTRACTDICTS_H 1 diff --git a/Phys/LoKiMC/LoKi/MCFinder.h b/Phys/LoKiMC/LoKi/MCFinder.h index 25803ca5788b8bb595e850e84036fa3136b421cf..89469122460b0419fcbca78ba5c992e7eab610e5 100644 --- a/Phys/LoKiMC/LoKi/MCFinder.h +++ b/Phys/LoKiMC/LoKi/MCFinder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCFINDER_H #define LOKI_MCFINDER_H 1 diff --git a/Phys/LoKiMC/LoKi/MCFinderDicts.h b/Phys/LoKiMC/LoKi/MCFinderDicts.h index 00f52eb71acc28efa97254d6cd438f6def005997..3d1f8f0f82c9cbd0fb3a49b5cb422891602dc750 100644 --- a/Phys/LoKiMC/LoKi/MCFinderDicts.h +++ b/Phys/LoKiMC/LoKi/MCFinderDicts.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCFINDERDICTS_H #define LOKI_MCFINDERDICTS_H 1 diff --git a/Phys/LoKiMC/LoKi/MCFinderObj.h b/Phys/LoKiMC/LoKi/MCFinderObj.h index 81f6777d43843724f1d67ad36e2a50c6490bad32..db7be5a3b5a165e6386e6332e91db5f382a39525 100644 --- a/Phys/LoKiMC/LoKi/MCFinderObj.h +++ b/Phys/LoKiMC/LoKi/MCFinderObj.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCFINDEROBJ_H #define LOKI_MCFINDEROBJ_H 1 diff --git a/Phys/LoKiMC/LoKi/MCHybridEngine.h b/Phys/LoKiMC/LoKi/MCHybridEngine.h index 5744e29557d566b8ad399737691474056c19938a..84cb61372cdfa674b9c437ff36e61e1d4e057a20 100644 --- a/Phys/LoKiMC/LoKi/MCHybridEngine.h +++ b/Phys/LoKiMC/LoKi/MCHybridEngine.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCHYBRIDENGINE_H #define LOKI_MCHYBRIDENGINE_H 1 diff --git a/Phys/LoKiMC/LoKi/MCHybridEngineActor.h b/Phys/LoKiMC/LoKi/MCHybridEngineActor.h index ebc206f083fffa65e1cb4776e94f4ad9418b78e0..f68fac361fe65facfc03cb3b09898ca70cf04289 100644 --- a/Phys/LoKiMC/LoKi/MCHybridEngineActor.h +++ b/Phys/LoKiMC/LoKi/MCHybridEngineActor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCCUTSHOLDER_H #define LOKI_MCCUTSHOLDER_H 1 diff --git a/Phys/LoKiMC/LoKi/MCHybridLock.h b/Phys/LoKiMC/LoKi/MCHybridLock.h index cf6de86df4f661c33a561b23bf499a571e48ffa8..8f8685db11855250d343a16cf70167831cc32b51 100644 --- a/Phys/LoKiMC/LoKi/MCHybridLock.h +++ b/Phys/LoKiMC/LoKi/MCHybridLock.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCHYBRIDLOCK_H #define LOKI_MCHYBRIDLOCK_H 1 diff --git a/Phys/LoKiMC/LoKi/MCKinematics.h b/Phys/LoKiMC/LoKi/MCKinematics.h index 9b29285b04708e36a8c34b39ea9c3dec55ab0b12..af11654088a4da48237b747828bdc2dc4e5bab69 100644 --- a/Phys/LoKiMC/LoKi/MCKinematics.h +++ b/Phys/LoKiMC/LoKi/MCKinematics.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCKINEMATICS_H #define LOKI_MCKINEMATICS_H 1 diff --git a/Phys/LoKiMC/LoKi/MCMoniDicts.h b/Phys/LoKiMC/LoKi/MCMoniDicts.h index 2b55b3ec8b3539b7fc31194dfa00741aece85057..64f06893832660cdda7c2799579b21c1f6f63b78 100644 --- a/Phys/LoKiMC/LoKi/MCMoniDicts.h +++ b/Phys/LoKiMC/LoKi/MCMoniDicts.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCMONIDICTS_H #define LOKI_MCMONIDICTS_H 1 diff --git a/Phys/LoKiMC/LoKi/MCPIDOperators.h b/Phys/LoKiMC/LoKi/MCPIDOperators.h index 226075559bca41c01d0f8f1871e2c412aa0ef79c..c9544099f2a4b88d56e5c5581d8558f1650c9a7e 100644 --- a/Phys/LoKiMC/LoKi/MCPIDOperators.h +++ b/Phys/LoKiMC/LoKi/MCPIDOperators.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCPIDOPERATORS_H #define LOKI_MCPIDOPERATORS_H 1 diff --git a/Phys/LoKiMC/LoKi/MCParticleCuts.h b/Phys/LoKiMC/LoKi/MCParticleCuts.h index 26b17e8ef4f2151787ae12b8cef93a140d1100c3..3eb0564f73ed2a4212875de03893f04259fe8f5a 100644 --- a/Phys/LoKiMC/LoKi/MCParticleCuts.h +++ b/Phys/LoKiMC/LoKi/MCParticleCuts.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCPARTICLECUTS_H #define LOKI_MCPARTICLECUTS_H 1 diff --git a/Phys/LoKiMC/LoKi/MCParticles.h b/Phys/LoKiMC/LoKi/MCParticles.h index 7942d76df300cf8b7085239ed1bc42ad85518839..072127160f8b9ff15165d505ecb4bdd77375d7ba 100644 --- a/Phys/LoKiMC/LoKi/MCParticles.h +++ b/Phys/LoKiMC/LoKi/MCParticles.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCPARTICLES_H #define LOKI_MCPARTICLES_H 1 diff --git a/Phys/LoKiMC/LoKi/MCParticles1.h b/Phys/LoKiMC/LoKi/MCParticles1.h index edf0c988d5e132246558ee3b12301e2fa952b072..2f177bd5d882a4c033da8d50459aa369dc3c9085 100644 --- a/Phys/LoKiMC/LoKi/MCParticles1.h +++ b/Phys/LoKiMC/LoKi/MCParticles1.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCPARTICLES1_H #define LOKI_MCPARTICLES1_H 1 diff --git a/Phys/LoKiMC/LoKi/MCParticles2.h b/Phys/LoKiMC/LoKi/MCParticles2.h index 6c79eb8798a70d288fa34e690481cdcb628279a0..32788acb4d9621c459ee9a39cd837be32b339154 100644 --- a/Phys/LoKiMC/LoKi/MCParticles2.h +++ b/Phys/LoKiMC/LoKi/MCParticles2.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCPARTICLES2_H #define LOKI_MCPARTICLES2_H 1 diff --git a/Phys/LoKiMC/LoKi/MCParticles3.h b/Phys/LoKiMC/LoKi/MCParticles3.h index 25adc6667ad074514245a850830f2791678ae055..9452ba62c54093db8c23be9688b5967749600629 100644 --- a/Phys/LoKiMC/LoKi/MCParticles3.h +++ b/Phys/LoKiMC/LoKi/MCParticles3.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCPARTICLES3_H #define LOKI_MCPARTICLES3_H 1 diff --git a/Phys/LoKiMC/LoKi/MCSections.h b/Phys/LoKiMC/LoKi/MCSections.h index f04b5f9e56fe01d90fe5b94670373f0cde6f31ca..17a6e032165630001d2b903cd31e5fb8f591be39 100644 --- a/Phys/LoKiMC/LoKi/MCSections.h +++ b/Phys/LoKiMC/LoKi/MCSections.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCSECTIONS_H #define LOKI_MCSECTIONS_H 1 diff --git a/Phys/LoKiMC/LoKi/MCSources.h b/Phys/LoKiMC/LoKi/MCSources.h index ee042036d09d5ef5160f32a97b2a517bcdbab5b4..d1b7e5b60cfa5790763329f3c80f8a42132d233f 100644 --- a/Phys/LoKiMC/LoKi/MCSources.h +++ b/Phys/LoKiMC/LoKi/MCSources.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCSOURCES_H #define LOKI_MCSOURCES_H 1 diff --git a/Phys/LoKiMC/LoKi/MCTreeFactory.h b/Phys/LoKiMC/LoKi/MCTreeFactory.h index 941490bbd70b7905317ddb98c5a027e09e9a72f7..785f2bf9dc7ef90ffcd8c6685ffde7586b9283c7 100644 --- a/Phys/LoKiMC/LoKi/MCTreeFactory.h +++ b/Phys/LoKiMC/LoKi/MCTreeFactory.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCTREEFACTORY_H #define LOKI_MCTREEFACTORY_H 1 diff --git a/Phys/LoKiMC/LoKi/MCTrees.h b/Phys/LoKiMC/LoKi/MCTrees.h index 983ee99e5ebd4e40dced17ca01958605acce5036..951c6e3ed46b05da277ce33da1f52bde8e4fbdfe 100644 --- a/Phys/LoKiMC/LoKi/MCTrees.h +++ b/Phys/LoKiMC/LoKi/MCTrees.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCTREES_H #define LOKI_MCTREES_H 1 diff --git a/Phys/LoKiMC/LoKi/MCTypes.h b/Phys/LoKiMC/LoKi/MCTypes.h index 7a8446bceffb2fdd08d1c83724e22a830b4ec1da..4757b29fb3a1fb6a8593aedf544d3f9731015e02 100644 --- a/Phys/LoKiMC/LoKi/MCTypes.h +++ b/Phys/LoKiMC/LoKi/MCTypes.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCTYPES_H #define LOKI_MCTYPES_H 1 diff --git a/Phys/LoKiMC/LoKi/MCVertexCuts.h b/Phys/LoKiMC/LoKi/MCVertexCuts.h index cc6bcdf5ff7eb2da5461accf8fe6fedf06c638f7..9596c216b243abab7e0772be46287c98f68d38a8 100644 --- a/Phys/LoKiMC/LoKi/MCVertexCuts.h +++ b/Phys/LoKiMC/LoKi/MCVertexCuts.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCVERTEXCUTS_H #define LOKI_MCVERTEXCUTS_H 1 diff --git a/Phys/LoKiMC/LoKi/MCVertices.h b/Phys/LoKiMC/LoKi/MCVertices.h index c87c2130da66a7a3a0311933d44d11509c355aac..9e7da02c7be01f4958ee749d00b618e76bc1dbf1 100644 --- a/Phys/LoKiMC/LoKi/MCVertices.h +++ b/Phys/LoKiMC/LoKi/MCVertices.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_MCVERTICES_H #define LOKI_MCVERTICES_H 1 diff --git a/Phys/LoKiMC/LoKi/PrintMCDecay.h b/Phys/LoKiMC/LoKi/PrintMCDecay.h index a4ded4f7fa6f8147582977b9eff39a172b6f6da1..334e0b84545be8541c845fe585067c18390a713e 100644 --- a/Phys/LoKiMC/LoKi/PrintMCDecay.h +++ b/Phys/LoKiMC/LoKi/PrintMCDecay.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_PRINTMCDECAY_H #define LOKI_PRINTMCDECAY_H 1 diff --git a/Phys/LoKiMC/dict/LoKiMC.xml b/Phys/LoKiMC/dict/LoKiMC.xml index 2026fdcf38247f3ed7e9d03a8aaa31896a5fd4bb..bede8fd8ad497838ec9e5b1929c00fe79c816107 100755 --- a/Phys/LoKiMC/dict/LoKiMC.xml +++ b/Phys/LoKiMC/dict/LoKiMC.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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$ * ======================================================================== diff --git a/Phys/LoKiMC/dict/LoKiMCDict.h b/Phys/LoKiMC/dict/LoKiMCDict.h index 9a5c7a26df99f8d1e34d5e831fe72ce021391ef7..4f25484df472a6e2b250da60afafa89b0a7abe71 100644 --- a/Phys/LoKiMC/dict/LoKiMCDict.h +++ b/Phys/LoKiMC/dict/LoKiMCDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_LOKIMCDICT_H #define LOKI_LOKIMCDICT_H 1 diff --git a/Phys/LoKiMC/python/LoKiMC/MC.py b/Phys/LoKiMC/python/LoKiMC/MC.py index 9be43efbf6a38a53918c7763383cd02199d48b96..64b0d9613b2cc74e9076607667e7bc3764f2597a 100755 --- a/Phys/LoKiMC/python/LoKiMC/MC.py +++ b/Phys/LoKiMC/python/LoKiMC/MC.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Phys/LoKiMC/python/LoKiMC/__init__.py b/Phys/LoKiMC/python/LoKiMC/__init__.py index b06a91007898149da829f6cd8105ae82e89b0c00..5098911c6f156fe79ed474e74ad56da273d73e29 100755 --- a/Phys/LoKiMC/python/LoKiMC/__init__.py +++ b/Phys/LoKiMC/python/LoKiMC/__init__.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= ## @file LoKiMC/__init__.py diff --git a/Phys/LoKiMC/python/LoKiMC/decorators.py b/Phys/LoKiMC/python/LoKiMC/decorators.py index 3424c02d17e03b9b270dc258be8c79fe3cc6b37e..1fe96a2d4d74960cf57c0777b14eabee230e9a94 100755 --- a/Phys/LoKiMC/python/LoKiMC/decorators.py +++ b/Phys/LoKiMC/python/LoKiMC/decorators.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Phys/LoKiMC/python/LoKiMC/functions.py b/Phys/LoKiMC/python/LoKiMC/functions.py index 1d82d4e2d34d4c3181a9906f87c589128dc538ca..7398074a9ee78a247fe9f1aa92a6055696b0d75f 100755 --- a/Phys/LoKiMC/python/LoKiMC/functions.py +++ b/Phys/LoKiMC/python/LoKiMC/functions.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Phys/LoKiMC/python/LoKiMC/graph.py b/Phys/LoKiMC/python/LoKiMC/graph.py index b8d9e0212012c04b9650f37d38c0f6bc4089e95c..d7239e9a870a9d06e04810267c0f90d379217f2c 100644 --- a/Phys/LoKiMC/python/LoKiMC/graph.py +++ b/Phys/LoKiMC/python/LoKiMC/graph.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Phys/LoKiMC/python/LoKiMC/tests.py b/Phys/LoKiMC/python/LoKiMC/tests.py index 63e64c26fe3d83812f9b4e2755c1bf561f679f8a..1e5426a97ba0d074b46a7f21aa33f151343dfae8 100755 --- a/Phys/LoKiMC/python/LoKiMC/tests.py +++ b/Phys/LoKiMC/python/LoKiMC/tests.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Phys/LoKiMC/python/LoKiMC/tests2.py b/Phys/LoKiMC/python/LoKiMC/tests2.py index 806e037eb77cef3c90f1085f98e14cee479705e7..e7701d2129dc487c8e2410fb8305f7a0bce9d11e 100755 --- a/Phys/LoKiMC/python/LoKiMC/tests2.py +++ b/Phys/LoKiMC/python/LoKiMC/tests2.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Phys/LoKiMC/python/LoKiMC/trees.py b/Phys/LoKiMC/python/LoKiMC/trees.py index 257e433b999dab42b255495069c4cd905126154e..124605ff9fa407674d5e7394c4bb35f0ae17df09 100755 --- a/Phys/LoKiMC/python/LoKiMC/trees.py +++ b/Phys/LoKiMC/python/LoKiMC/trees.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Phys/LoKiMC/src/BuildMCTrees.cpp b/Phys/LoKiMC/src/BuildMCTrees.cpp index 1d066beb883caf9f16a19464abb3e2f557ae32db..c8d9d07c8b795d7e47d0daa4b6f5280bb7f90efd 100644 --- a/Phys/LoKiMC/src/BuildMCTrees.cpp +++ b/Phys/LoKiMC/src/BuildMCTrees.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/Components/DumpMC.cpp b/Phys/LoKiMC/src/Components/DumpMC.cpp index dc12044a833bb5042798882b27cc0ec27cd0a301..e56049f55fd7c06dcec9f560594b964ce6398c89 100644 --- a/Phys/LoKiMC/src/Components/DumpMC.cpp +++ b/Phys/LoKiMC/src/Components/DumpMC.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/Components/HybridMCParticleSelector.cpp b/Phys/LoKiMC/src/Components/HybridMCParticleSelector.cpp index 8c1088344536c0c172cf0eaa81dde590a46f1562..18b0e7d880a111958ded7a2abd9aac1bc11f1cf2 100644 --- a/Phys/LoKiMC/src/Components/HybridMCParticleSelector.cpp +++ b/Phys/LoKiMC/src/Components/HybridMCParticleSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/Components/MCDecay.cpp b/Phys/LoKiMC/src/Components/MCDecay.cpp index 5f7d9b5ee6400b2f981da359fdc61a5559c98cc7..114a57f12a6c81ced86c672e779a34e8deb1ff06 100644 --- a/Phys/LoKiMC/src/Components/MCDecay.cpp +++ b/Phys/LoKiMC/src/Components/MCDecay.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // ============================================================================ diff --git a/Phys/LoKiMC/src/Components/MCFilter.cpp b/Phys/LoKiMC/src/Components/MCFilter.cpp index f26c5f9950bba594acad187ffac781baca581602..5d9fd5ce4166e5b03a623b6459df609ec9fcbd48 100644 --- a/Phys/LoKiMC/src/Components/MCFilter.cpp +++ b/Phys/LoKiMC/src/Components/MCFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/Components/MCHybridTool.cpp b/Phys/LoKiMC/src/Components/MCHybridTool.cpp index f371d9e83d91874bd634b7db98f115a98599e075..bbc60bc1b31ae5ce3a454844db2c4c4169f844dc 100644 --- a/Phys/LoKiMC/src/Components/MCHybridTool.cpp +++ b/Phys/LoKiMC/src/Components/MCHybridTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/IMCDecay.cpp b/Phys/LoKiMC/src/IMCDecay.cpp index 4e67e744878a35ee3bbe0305e4088953df87b65f..0a5fd61ee156ba7cd6b4f5fd18b610c5fd1a8de4 100644 --- a/Phys/LoKiMC/src/IMCDecay.cpp +++ b/Phys/LoKiMC/src/IMCDecay.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/IMCHybridFactory.cpp b/Phys/LoKiMC/src/IMCHybridFactory.cpp index b1913f50db4859ad36b71e75f792702b82adbba6..fb23a914fbe2b7c298ec4583dd5908fb6a64db72 100644 --- a/Phys/LoKiMC/src/IMCHybridFactory.cpp +++ b/Phys/LoKiMC/src/IMCHybridFactory.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/IMCHybridTool.cpp b/Phys/LoKiMC/src/IMCHybridTool.cpp index c2bd1458eec964e87deb1efeeb44318d2960c786..c556b4ca436658d5f6369c6e164132755ccb1f79 100644 --- a/Phys/LoKiMC/src/IMCHybridTool.cpp +++ b/Phys/LoKiMC/src/IMCHybridTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/LoKiMC.cpp b/Phys/LoKiMC/src/LoKiMC.cpp index fb6b8ff30c6ebcd39fd1356158651c3acc04da8a..3df060f3bb29f6bd559b1a005cf0eb1d38850546 100644 --- a/Phys/LoKiMC/src/LoKiMC.cpp +++ b/Phys/LoKiMC/src/LoKiMC.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCAlgsDicts.cpp b/Phys/LoKiMC/src/MCAlgsDicts.cpp index 09cca5b67ac62e2bcf9f6d9d5dc86e2f5e714cd7..7324829d864995541c3c33c22510b6c1ca1b66d5 100644 --- a/Phys/LoKiMC/src/MCAlgsDicts.cpp +++ b/Phys/LoKiMC/src/MCAlgsDicts.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCChild.cpp b/Phys/LoKiMC/src/MCChild.cpp index 2bb4cb18ba58477a3b3cd5a99da91dfb0f308ccd..0651f48b4c8f11421b7c81e157d8ee6621e293c7 100644 --- a/Phys/LoKiMC/src/MCChild.cpp +++ b/Phys/LoKiMC/src/MCChild.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCChildSelector.cpp b/Phys/LoKiMC/src/MCChildSelector.cpp index b320fdd178d48ef8189651dd897a523b145e22bc..e06447105fb3252021fe02124bc23cc4b72ed904 100644 --- a/Phys/LoKiMC/src/MCChildSelector.cpp +++ b/Phys/LoKiMC/src/MCChildSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCDecayChain.cpp b/Phys/LoKiMC/src/MCDecayChain.cpp index 9f4bde531ff987521311cfa4f93f3cc0ac158e82..0d64bc94b6b98354d7c02492feaa53eaeca1ef2d 100644 --- a/Phys/LoKiMC/src/MCDecayChain.cpp +++ b/Phys/LoKiMC/src/MCDecayChain.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCDecayVertex.cpp b/Phys/LoKiMC/src/MCDecayVertex.cpp index 03962ad6976085e243d2a5da8a4be4873ab54dd5..84e09bf0b144c92a8836560a229db58abc369764 100644 --- a/Phys/LoKiMC/src/MCDecayVertex.cpp +++ b/Phys/LoKiMC/src/MCDecayVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCDecays.cpp b/Phys/LoKiMC/src/MCDecays.cpp index 450c16d5fcf7f41ccfefa4d10b09840223e0e75a..48ccf29edc6bd60c4e948139df09ab71e5e2f722 100644 --- a/Phys/LoKiMC/src/MCDecays.cpp +++ b/Phys/LoKiMC/src/MCDecays.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCDump.cpp b/Phys/LoKiMC/src/MCDump.cpp index 7125fa9eb1c06c8c31282f8eb7953b83d7ecc60c..439e01c1f0464e938f5e6220d37f15d8d868b8e9 100644 --- a/Phys/LoKiMC/src/MCDump.cpp +++ b/Phys/LoKiMC/src/MCDump.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCExtractDicts.cpp b/Phys/LoKiMC/src/MCExtractDicts.cpp index 0987afc9d2b9c9b248606a0825319cc7e6e985d2..68051e04a94e28be7e489eea8d375d5cc24a4391 100644 --- a/Phys/LoKiMC/src/MCExtractDicts.cpp +++ b/Phys/LoKiMC/src/MCExtractDicts.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCFinder.cpp b/Phys/LoKiMC/src/MCFinder.cpp index b1d5157e3d9ef4d81dbaefbb46831b4df9a5dbe7..ae521ec5021eb38775440c8832b252a87d698bf6 100644 --- a/Phys/LoKiMC/src/MCFinder.cpp +++ b/Phys/LoKiMC/src/MCFinder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCFinderDicts.cpp b/Phys/LoKiMC/src/MCFinderDicts.cpp index bec67be0c9e03817c4e2d82aff5480809a1fd476..d6c346a90892561197fed4a26bb86fa51ff8b650 100644 --- a/Phys/LoKiMC/src/MCFinderDicts.cpp +++ b/Phys/LoKiMC/src/MCFinderDicts.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCFinderObj.cpp b/Phys/LoKiMC/src/MCFinderObj.cpp index ccdca2e46fcf587109f9cd8a6bc569183c4606bc..1faa074e8b94e3ce8bae7c9c1f47ad8308726ac2 100644 --- a/Phys/LoKiMC/src/MCFinderObj.cpp +++ b/Phys/LoKiMC/src/MCFinderObj.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCHybridEngine.cpp b/Phys/LoKiMC/src/MCHybridEngine.cpp index 3367e09bd8290a7fdaea988a43ff6a037dc872e8..d8e098bab7103804f864c10c58fb749e06854479 100644 --- a/Phys/LoKiMC/src/MCHybridEngine.cpp +++ b/Phys/LoKiMC/src/MCHybridEngine.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCHybridEngineActor.cpp b/Phys/LoKiMC/src/MCHybridEngineActor.cpp index b33c275619562f16b3da3befba2b62167249fe0e..131dc0fb14c0dd8d50b2e4a3901f90764b98be7a 100644 --- a/Phys/LoKiMC/src/MCHybridEngineActor.cpp +++ b/Phys/LoKiMC/src/MCHybridEngineActor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCHybridLock.cpp b/Phys/LoKiMC/src/MCHybridLock.cpp index 63c0fc31926af643081d926185e58a3431f7b0a6..44083cc70345769bda3bdcfbe12a3484f71b1459 100644 --- a/Phys/LoKiMC/src/MCHybridLock.cpp +++ b/Phys/LoKiMC/src/MCHybridLock.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCKinematics.cpp b/Phys/LoKiMC/src/MCKinematics.cpp index 94d259cff5c3e071157b951905e91a4a3179f6e4..230f0223dd75662b03504f0663784822f3b2eadd 100644 --- a/Phys/LoKiMC/src/MCKinematics.cpp +++ b/Phys/LoKiMC/src/MCKinematics.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCMoniDicts.cpp b/Phys/LoKiMC/src/MCMoniDicts.cpp index dd88fe8c15ce5722311a29b23014082854a9838a..234f962c2ec8c1d338c377f97a8a6c3b52e621f9 100644 --- a/Phys/LoKiMC/src/MCMoniDicts.cpp +++ b/Phys/LoKiMC/src/MCMoniDicts.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // ============================================================================ // LoKi diff --git a/Phys/LoKiMC/src/MCParticles.cpp b/Phys/LoKiMC/src/MCParticles.cpp index 48f2138c730773d952bb24b3a3af5d20e97f4358..dd507518a703cf3ec9d6b6c58ddf8b46067494fc 100644 --- a/Phys/LoKiMC/src/MCParticles.cpp +++ b/Phys/LoKiMC/src/MCParticles.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCParticles1.cpp b/Phys/LoKiMC/src/MCParticles1.cpp index 87f68426e8bbde4324759817e58cb662a5ffcc93..f95d3b78ff033e94f3b65a876886dbe5b4daf81b 100644 --- a/Phys/LoKiMC/src/MCParticles1.cpp +++ b/Phys/LoKiMC/src/MCParticles1.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCParticles2.cpp b/Phys/LoKiMC/src/MCParticles2.cpp index 19b8206ee9fa86327239f3b4e6d14bbe5bcd8a58..2823295c624da39b28964d90f46815523e6aa4c4 100644 --- a/Phys/LoKiMC/src/MCParticles2.cpp +++ b/Phys/LoKiMC/src/MCParticles2.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCParticles3.cpp b/Phys/LoKiMC/src/MCParticles3.cpp index 95f1b8675edc7651a34cf260715f0e08ecc7deb4..135d477d3820b9ac961afcdb21bc8590c21de6d7 100644 --- a/Phys/LoKiMC/src/MCParticles3.cpp +++ b/Phys/LoKiMC/src/MCParticles3.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCSections.cpp b/Phys/LoKiMC/src/MCSections.cpp index d105ca2ea24372e2caf2e15ce77f5e6c5bf1e0e5..554e3575983b71a46efeef06eef8a1c6396fa201 100644 --- a/Phys/LoKiMC/src/MCSections.cpp +++ b/Phys/LoKiMC/src/MCSections.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCSources.cpp b/Phys/LoKiMC/src/MCSources.cpp index 7fa0a965dbdd7af718e99b6081f4e02426432977..bd379b189e99653de478ecece00b1be0c9913f2d 100644 --- a/Phys/LoKiMC/src/MCSources.cpp +++ b/Phys/LoKiMC/src/MCSources.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCStreamers.cpp b/Phys/LoKiMC/src/MCStreamers.cpp index 952f04f083a22b0d19b7f2f91b0a0de46cf42d7e..dc11ee79a7dcad0204a870c31142a68fb2380686 100644 --- a/Phys/LoKiMC/src/MCStreamers.cpp +++ b/Phys/LoKiMC/src/MCStreamers.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCTreeFactory.cpp b/Phys/LoKiMC/src/MCTreeFactory.cpp index 0e1d6c7066ac3bf8035d57a22f3c68d9c5dbb98e..9214428ba693aeb7295890c8df9aad10b626a95c 100644 --- a/Phys/LoKiMC/src/MCTreeFactory.cpp +++ b/Phys/LoKiMC/src/MCTreeFactory.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCTrees.cpp b/Phys/LoKiMC/src/MCTrees.cpp index b37f7b42270930e63c759079f6448a5123513b98..d0a56ad6dbe86dbedcc7320a221fe5720afba8d3 100644 --- a/Phys/LoKiMC/src/MCTrees.cpp +++ b/Phys/LoKiMC/src/MCTrees.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/MCVertices.cpp b/Phys/LoKiMC/src/MCVertices.cpp index 5d81f12582479a70789aa4a11014e8b65a05a120..1e9ca2d2ffd6cd303fffb1258798e644dda17135 100644 --- a/Phys/LoKiMC/src/MCVertices.cpp +++ b/Phys/LoKiMC/src/MCVertices.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/PIDOperators.cpp b/Phys/LoKiMC/src/PIDOperators.cpp index 6b892955838dc40da1b137c665ceb7723a3883a1..a8371bba41612bfced4225b546e5d28653612a18 100644 --- a/Phys/LoKiMC/src/PIDOperators.cpp +++ b/Phys/LoKiMC/src/PIDOperators.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/PrintMCDecay.cpp b/Phys/LoKiMC/src/PrintMCDecay.cpp index d608b4d2383f0e3313b43a0d0f735cf7c0f28200..b08bf598b17bed76c4dad76461d1d8f868150ad0 100644 --- a/Phys/LoKiMC/src/PrintMCDecay.cpp +++ b/Phys/LoKiMC/src/PrintMCDecay.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/src/tests/MCDecayGrammarTest.cpp b/Phys/LoKiMC/src/tests/MCDecayGrammarTest.cpp index 74504f40c56cd648607ca39d6627eef2a4816cd2..0b32a822dc03e807938c8ca1fab578d746c94860 100644 --- a/Phys/LoKiMC/src/tests/MCDecayGrammarTest.cpp +++ b/Phys/LoKiMC/src/tests/MCDecayGrammarTest.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/LoKiMC/tests/qmtest/lokimc0.qmt b/Phys/LoKiMC/tests/qmtest/lokimc0.qmt index 895edc09e438eeb0f271ce525158f05794728a81..114ede6a1b6a2e74851e814f1caadf572167b584 100644 --- a/Phys/LoKiMC/tests/qmtest/lokimc0.qmt +++ b/Phys/LoKiMC/tests/qmtest/lokimc0.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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/LoKiMC/tests.py</text></argument> diff --git a/Phys/LoKiMC/tests/qmtest/lokimc1.qmt b/Phys/LoKiMC/tests/qmtest/lokimc1.qmt index fe130a9fea5a8ba12f2e8aefa833a77f21b908f0..bc3bbda3f86626df5bd24c7d105b06acb1359db1 100644 --- a/Phys/LoKiMC/tests/qmtest/lokimc1.qmt +++ b/Phys/LoKiMC/tests/qmtest/lokimc1.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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/LoKiMC/tests2.py</text></argument> diff --git a/Phys/LoKiNumbers/CMakeLists.txt b/Phys/LoKiNumbers/CMakeLists.txt index 2d1c5834b3228d7d7d6ac7fbb6e9567c12f81f5c..120f99cd4b3e05ffafb824b9ee3dfe84864d0e63 100644 --- a/Phys/LoKiNumbers/CMakeLists.txt +++ b/Phys/LoKiNumbers/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: LoKiNumbers ################################################################################ diff --git a/Phys/LoKiNumbers/dict/LoKiNumbers.xml b/Phys/LoKiNumbers/dict/LoKiNumbers.xml index 03c9985726a705bfe66cda0ff9c2a15d05dc3e98..d711e2bb544701ab4e1e02f718a2b507adb70b7b 100755 --- a/Phys/LoKiNumbers/dict/LoKiNumbers.xml +++ b/Phys/LoKiNumbers/dict/LoKiNumbers.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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$ * ======================================================================== diff --git a/Phys/LoKiNumbers/dict/LoKiNumbersDict.h b/Phys/LoKiNumbers/dict/LoKiNumbersDict.h index 6ad223597b757ef8364635515ca29334903b3064..b4f4cddaa6125f3c0ac7e2a77c6d42bf3bdf0bf2 100755 --- a/Phys/LoKiNumbers/dict/LoKiNumbersDict.h +++ b/Phys/LoKiNumbers/dict/LoKiNumbersDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_LOKINUMBERSDICT_H #define DICT_LOKINUMBERSDICT_H 1 diff --git a/Phys/LoKiNumbers/python/LoKiNumbers/decorators.py b/Phys/LoKiNumbers/python/LoKiNumbers/decorators.py index 99e8089abd4844a22e593d9b9c926690e57f6d9b..9a706ccc499b42e6718613638633e5eb459bfc5c 100755 --- a/Phys/LoKiNumbers/python/LoKiNumbers/decorators.py +++ b/Phys/LoKiNumbers/python/LoKiNumbers/decorators.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Phys/LoKiNumbers/python/LoKiNumbers/functions.py b/Phys/LoKiNumbers/python/LoKiNumbers/functions.py index 0ade9c4ac64a1dc1e9f175cfeee6273c847adeea..0863207c222c2f05eaeb23ae8b5f661752634d0f 100755 --- a/Phys/LoKiNumbers/python/LoKiNumbers/functions.py +++ b/Phys/LoKiNumbers/python/LoKiNumbers/functions.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 LoKiNumbers/functions.py # The full set of useful objects from LoKiNumbers library diff --git a/Phys/LoKiNumbers/python/LoKiNumbers/sources.py b/Phys/LoKiNumbers/python/LoKiNumbers/sources.py index 8007943b0d0ec6d38d51f6805cc2d1bf74c95814..8b90b7d22bea7d6a59e7d77f800bff6edb19cbb4 100755 --- a/Phys/LoKiNumbers/python/LoKiNumbers/sources.py +++ b/Phys/LoKiNumbers/python/LoKiNumbers/sources.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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$ # ============================================================================= diff --git a/Phys/LoKiNumbers/python/LoKiNumbers/tests.py b/Phys/LoKiNumbers/python/LoKiNumbers/tests.py index 5c7c2c11696afd92c2b19ba11fb940756d265b39..8e2ad542ea88d6b85056697022c7b23ea74456b4 100755 --- a/Phys/LoKiNumbers/python/LoKiNumbers/tests.py +++ b/Phys/LoKiNumbers/python/LoKiNumbers/tests.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 # @author Vanya BELYAEV ibelyaev@physics.syr.edu diff --git a/Phys/LoKiNumbers/tests/qmtest/lokinumbers0.qmt b/Phys/LoKiNumbers/tests/qmtest/lokinumbers0.qmt index 792cf7b875d4007e581c42fe0d74e0a560886b1e..f7406185f505db5842b43954ae4bf19cd19c7628 100644 --- a/Phys/LoKiNumbers/tests/qmtest/lokinumbers0.qmt +++ b/Phys/LoKiNumbers/tests/qmtest/lokinumbers0.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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/LoKiNumbers/tests.py</text></argument> diff --git a/Phys/LoKiNumbers/tests/qmtest/lokinumbers1.qmt b/Phys/LoKiNumbers/tests/qmtest/lokinumbers1.qmt index 2b0baf0bbcdd1dcfbd74bb5cb68bb6093a6c0330..d4e46a9e9ac5379c186ac499e696fd026a936021 100644 --- a/Phys/LoKiNumbers/tests/qmtest/lokinumbers1.qmt +++ b/Phys/LoKiNumbers/tests/qmtest/lokinumbers1.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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>../test_JIRA-LHCBPS-1743.py</text></argument> diff --git a/Phys/LoKiNumbers/tests/test_JIRA-LHCBPS-1743.py b/Phys/LoKiNumbers/tests/test_JIRA-LHCBPS-1743.py index c4eea35a355d9de514aa2b6a71d1901242fea83b..c1f3d3bd46e3eebff19ad8c82f809e096fa95b3c 100755 --- a/Phys/LoKiNumbers/tests/test_JIRA-LHCBPS-1743.py +++ b/Phys/LoKiNumbers/tests/test_JIRA-LHCBPS-1743.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 test for JIRA LHCBPS-1743 diff --git a/Rich/RichDAQ/CMakeLists.txt b/Rich/RichDAQ/CMakeLists.txt index ac7ba36dd34ee25adacae6903dd82e4a9e4a89dd..854f6563a6d4bb2f6eac172a0d3bd4625160e358 100644 --- a/Rich/RichDAQ/CMakeLists.txt +++ b/Rich/RichDAQ/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: RichDAQ ################################################################################ diff --git a/Rich/RichDAQ/src/RawBufferToRichDigitsAlg.cpp b/Rich/RichDAQ/src/RawBufferToRichDigitsAlg.cpp index 6c754a1ba9e0a97408f2d08cf12808d8078e5474..3e86ae51574fe2f4fb01b4a6ed5ba0f5285659dd 100644 --- a/Rich/RichDAQ/src/RawBufferToRichDigitsAlg.cpp +++ b/Rich/RichDAQ/src/RawBufferToRichDigitsAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RawBufferToRichDigitsAlg.cpp * diff --git a/Rich/RichDAQ/src/RawBufferToRichDigitsAlg.h b/Rich/RichDAQ/src/RawBufferToRichDigitsAlg.h index 500ed61aebbd6fc78ebb62affdcff4c7daa41b05..09d25dc480227b5f74c0d20ea63c378bd4c6968c 100644 --- a/Rich/RichDAQ/src/RawBufferToRichDigitsAlg.h +++ b/Rich/RichDAQ/src/RawBufferToRichDigitsAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RawBufferToRichDigitsAlg.h * diff --git a/Rich/RichDAQ/src/RichRawBufferToSmartIDsTool.cpp b/Rich/RichDAQ/src/RichRawBufferToSmartIDsTool.cpp index 7fd859f92b3e1a7d2b7771c32cc4f046ca19037b..eedda726c0c68320fa49d5748d3f1bbaaa965864 100644 --- a/Rich/RichDAQ/src/RichRawBufferToSmartIDsTool.cpp +++ b/Rich/RichDAQ/src/RichRawBufferToSmartIDsTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichRawBufferToSmartIDsTool.cpp diff --git a/Rich/RichDAQ/src/RichRawBufferToSmartIDsTool.h b/Rich/RichDAQ/src/RichRawBufferToSmartIDsTool.h index 1fe6165ab116c39e814f157118c2d416b9c56bda..09d90c42d98ea2c4ffcef20b52b145dd02abe7ae 100644 --- a/Rich/RichDAQ/src/RichRawBufferToSmartIDsTool.h +++ b/Rich/RichDAQ/src/RichRawBufferToSmartIDsTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichRawBufferToSmartIDsTool.h diff --git a/Rich/RichDAQ/src/RichRawDataFormatTool.cpp b/Rich/RichDAQ/src/RichRawDataFormatTool.cpp index e59fd85a21a5c1c0e3b223d1b368b74420131f88..0f39a26fc766d4f738223ee4c3491fcb41fbae57 100644 --- a/Rich/RichDAQ/src/RichRawDataFormatTool.cpp +++ b/Rich/RichDAQ/src/RichRawDataFormatTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichRawDataFormatTool.cpp diff --git a/Rich/RichDAQ/src/RichRawDataFormatTool.h b/Rich/RichDAQ/src/RichRawDataFormatTool.h index 6abf171051080b688a3d532ad627158bc113396e..9c58f337396bab900a8665d1678c75339ac22968 100644 --- a/Rich/RichDAQ/src/RichRawDataFormatTool.h +++ b/Rich/RichDAQ/src/RichRawDataFormatTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichRawDataFormatTool.h diff --git a/Rich/RichDAQKernel/CMakeLists.txt b/Rich/RichDAQKernel/CMakeLists.txt index e2a87a638c5a40698b74b26519319c41d8fecd8b..d5eb7d7600ba7672fed68b443ea9a916a5c333b3 100644 --- a/Rich/RichDAQKernel/CMakeLists.txt +++ b/Rich/RichDAQKernel/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: RichDAQKernel ################################################################################ diff --git a/Rich/RichDAQKernel/RichDAQKernel/RichDAQVersions.h b/Rich/RichDAQKernel/RichDAQKernel/RichDAQVersions.h index 2e23bccde56554d6acc1ad061b63f589faaaf15e..65cc26c4e5a8c82a4be43427b28c06ddbb52c4b2 100644 --- a/Rich/RichDAQKernel/RichDAQKernel/RichDAQVersions.h +++ b/Rich/RichDAQKernel/RichDAQKernel/RichDAQVersions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichDAQVersions.h diff --git a/Rich/RichDAQKernel/RichDAQKernel/RichFlatFormatSmartIDData.h b/Rich/RichDAQKernel/RichDAQKernel/RichFlatFormatSmartIDData.h index 261aae1f1b6a3e670beae3d610a0d9de8f863ed8..678b1291d46c5d52516802bbccd83d4653542f74 100644 --- a/Rich/RichDAQKernel/RichDAQKernel/RichFlatFormatSmartIDData.h +++ b/Rich/RichDAQKernel/RichDAQKernel/RichFlatFormatSmartIDData.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichFlatFormatSmartIDData.h diff --git a/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppALICEData.h b/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppALICEData.h index faea4d990fbf801eb9dfdf18592c2ddff6ba1d59..00ac697c0bf1c6ea3f327a1a32f7acef34b98d2c 100755 --- a/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppALICEData.h +++ b/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppALICEData.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichNonZeroSuppALICEData.h diff --git a/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppALICEData_V1.h b/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppALICEData_V1.h index ad1500d131e0ceaf7c02328f48abd984a28ece78..6e0681afed050e8d50cdd01b7f5d95462a7b0bf9 100644 --- a/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppALICEData_V1.h +++ b/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppALICEData_V1.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichNonZeroSuppALICEData_V1.h diff --git a/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppALICEData_V2.h b/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppALICEData_V2.h index 6ea4bb747c57fa788dc33f0271276b50c4f8461f..c6d6aea462d9dae2c1f1fb133f8dc543f9f731df 100644 --- a/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppALICEData_V2.h +++ b/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppALICEData_V2.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichNonZeroSuppALICEData_V2.h diff --git a/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppData.h b/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppData.h index 1556ec8f404edf1e2e6c01d71d18a23b246846de..b8afbf6a89d4e51a1d4ba75fb385cad1910ef8d7 100755 --- a/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppData.h +++ b/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppData.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichNonZeroSuppData.h diff --git a/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppData_V1.h b/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppData_V1.h index b980cf3fed137ae84fe8b73d1b2603f6783e6acf..cf6713e109c645a149278b6c959c06b3442728b2 100644 --- a/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppData_V1.h +++ b/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppData_V1.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichNonZeroSuppData_V1.h diff --git a/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppData_V2.h b/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppData_V2.h index 180a234feaab0821631771fc4fbc4e4cdad22391..22f38effc636ee9714cb60ef6afd58bf25eed4c1 100644 --- a/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppData_V2.h +++ b/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppData_V2.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichNonZeroSuppData_V2.h diff --git a/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppData_V3.h b/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppData_V3.h index 704683c4bda202c3601d172f5ab2c4be7ddc5164..3fa6a7d56e729c20b4cbbb1f4834164e46c4b93e 100644 --- a/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppData_V3.h +++ b/Rich/RichDAQKernel/RichDAQKernel/RichNonZeroSuppData_V3.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichNonZeroSuppData_V3.h diff --git a/Rich/RichDAQKernel/RichDAQKernel/RichPDDataBank.h b/Rich/RichDAQKernel/RichDAQKernel/RichPDDataBank.h index f4ec266d6b8936e51b2e801ad617a1c7e15d494d..dcd3b03127ec2facf6adc6a1f0b6fe2232abeed8 100644 --- a/Rich/RichDAQKernel/RichDAQKernel/RichPDDataBank.h +++ b/Rich/RichDAQKernel/RichDAQKernel/RichPDDataBank.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichPDDataBank.h diff --git a/Rich/RichDAQKernel/RichDAQKernel/RichZSHitTriplet.h b/Rich/RichDAQKernel/RichDAQKernel/RichZSHitTriplet.h index 5e599dcd6c8aae8564eaa9df63abd9edcb520c7e..82bca1f10ff2c558d4e2f3e34b3b27ea7eccc84b 100644 --- a/Rich/RichDAQKernel/RichDAQKernel/RichZSHitTriplet.h +++ b/Rich/RichDAQKernel/RichDAQKernel/RichZSHitTriplet.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichZSHitTriplet.h * diff --git a/Rich/RichDAQKernel/RichDAQKernel/RichZSPacked_V1.h b/Rich/RichDAQKernel/RichDAQKernel/RichZSPacked_V1.h index 9e2a00b249ccc9b13401552dcebd4fd8a1ac033c..fbcdc9295a0235f87dd351270f06809ff9cfc731 100644 --- a/Rich/RichDAQKernel/RichDAQKernel/RichZSPacked_V1.h +++ b/Rich/RichDAQKernel/RichDAQKernel/RichZSPacked_V1.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichZSPacked_V1.h * diff --git a/Rich/RichDAQKernel/RichDAQKernel/RichZSPacked_V2.h b/Rich/RichDAQKernel/RichDAQKernel/RichZSPacked_V2.h index fc4817c3a903624ee5c596a83cb0e551c66701cf..af6cf90e3ce333cdd8006c04971a3b288e6a0fad 100644 --- a/Rich/RichDAQKernel/RichDAQKernel/RichZSPacked_V2.h +++ b/Rich/RichDAQKernel/RichDAQKernel/RichZSPacked_V2.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichZSPacked_V2.h * diff --git a/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppALICEData.h b/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppALICEData.h index f4a139b977f89263fe908d90610db9fb95232555..8182edcdfa4fa4b17dd9af7db2542272e5d6a379 100755 --- a/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppALICEData.h +++ b/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppALICEData.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichZeroSuppALICEData.h diff --git a/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppALICEData_V1.h b/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppALICEData_V1.h index 50c987c3a8d1cd6b02a12639534cf1db3e458eae..3759f5662a4b93a473dd2747d0ecadfebeff74ce 100644 --- a/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppALICEData_V1.h +++ b/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppALICEData_V1.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichZeroSuppALICEData_V1.h diff --git a/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppData.h b/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppData.h index 9a6143f1d90a4317b357c6ad03988282fead0eb6..86ca1acee4dd24f7b9d7f2b0c850663e97e58787 100755 --- a/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppData.h +++ b/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppData.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichZeroSuppData.h diff --git a/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppData_V1.h b/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppData_V1.h index 5d7511b7468c9dcde7a4ca718092c0635da0900e..434160d31647c45dc0dcf4697025ab70f34c1bc4 100644 --- a/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppData_V1.h +++ b/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppData_V1.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichZeroSuppData_V1.h diff --git a/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppData_V2.h b/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppData_V2.h index 49e9c57a3219fd45c58f9afc41e85c6818752e0f..43bbdf333d601a06df43579001c1288bdb694414 100644 --- a/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppData_V2.h +++ b/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppData_V2.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichZeroSuppData_V2.h diff --git a/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppData_V3.h b/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppData_V3.h index 39596d3a503167864e80345b018d813d91ad7916..4d047727e16de388b678d04a9a3380e8dfa349b7 100644 --- a/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppData_V3.h +++ b/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppData_V3.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichZeroSuppData_V3.h diff --git a/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppData_V4.h b/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppData_V4.h index 2a9ff47791f8b7943bc77fb623f40947ba10cd05..81f7ecf27ac70a9a90f29c2bf6611735cdf845ea 100644 --- a/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppData_V4.h +++ b/Rich/RichDAQKernel/RichDAQKernel/RichZeroSuppData_V4.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichZeroSuppData_V4.h diff --git a/Rich/RichDAQKernel/src/RichDAQVersions.cpp b/Rich/RichDAQKernel/src/RichDAQVersions.cpp index 614807f0a3bdf5969f8aa74ebdb1748ec50501f2..14f2c86caef8253a3b304782a78e7c279b83e3e0 100644 --- a/Rich/RichDAQKernel/src/RichDAQVersions.cpp +++ b/Rich/RichDAQKernel/src/RichDAQVersions.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichDAQVersions.cpp diff --git a/Rich/RichDAQKernel/src/RichFlatFormatSmartIDData.icpp b/Rich/RichDAQKernel/src/RichFlatFormatSmartIDData.icpp index b73bdd1dd1d4a8589b312bf38ce3ee7439c66c2d..d68c4b5721198f2c028f8f178833d5cd90a4a539 100644 --- a/Rich/RichDAQKernel/src/RichFlatFormatSmartIDData.icpp +++ b/Rich/RichDAQKernel/src/RichFlatFormatSmartIDData.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichFlatFormatSmartIDData.icpp diff --git a/Rich/RichDAQKernel/src/RichNonZeroSuppALICEData_V1.icpp b/Rich/RichDAQKernel/src/RichNonZeroSuppALICEData_V1.icpp index 66d6c6d10fb9bc56d99d27d40f7ee7a448a175ee..8435c76cbff86b3bb816b6eb1f7e615517787212 100644 --- a/Rich/RichDAQKernel/src/RichNonZeroSuppALICEData_V1.icpp +++ b/Rich/RichDAQKernel/src/RichNonZeroSuppALICEData_V1.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichNonZeroSuppALICEData_V1.icpp diff --git a/Rich/RichDAQKernel/src/RichNonZeroSuppALICEData_V2.icpp b/Rich/RichDAQKernel/src/RichNonZeroSuppALICEData_V2.icpp index da4b3abdc1ada3d8e600f98cd964d5f319f764c3..bc5b34a1514468a9436bb335b5e6a5070c5f22c2 100644 --- a/Rich/RichDAQKernel/src/RichNonZeroSuppALICEData_V2.icpp +++ b/Rich/RichDAQKernel/src/RichNonZeroSuppALICEData_V2.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichNonZeroSuppALICEData_V2.icpp diff --git a/Rich/RichDAQKernel/src/RichNonZeroSuppData_V1.icpp b/Rich/RichDAQKernel/src/RichNonZeroSuppData_V1.icpp index b90ccd29fb8a0da2d17a77f925b27945a860d582..2baa064a03e0d679f862c5643c670077390e61c7 100644 --- a/Rich/RichDAQKernel/src/RichNonZeroSuppData_V1.icpp +++ b/Rich/RichDAQKernel/src/RichNonZeroSuppData_V1.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichNonZeroSuppData_V1.icpp diff --git a/Rich/RichDAQKernel/src/RichNonZeroSuppData_V2.icpp b/Rich/RichDAQKernel/src/RichNonZeroSuppData_V2.icpp index 290678cac882024b1c4d0eb76620974a668e290a..7aa4c3d9c1aeaf9bb35073b9162f2e3f9818bfc0 100644 --- a/Rich/RichDAQKernel/src/RichNonZeroSuppData_V2.icpp +++ b/Rich/RichDAQKernel/src/RichNonZeroSuppData_V2.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichNonZeroSuppData_V2.icpp diff --git a/Rich/RichDAQKernel/src/RichNonZeroSuppData_V3.icpp b/Rich/RichDAQKernel/src/RichNonZeroSuppData_V3.icpp index 121384763cfaf22f820674f1c0a56e8fe5c21851..6dfcc066bfef86960f483a92a6fe13473fac2e77 100644 --- a/Rich/RichDAQKernel/src/RichNonZeroSuppData_V3.icpp +++ b/Rich/RichDAQKernel/src/RichNonZeroSuppData_V3.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichNonZeroSuppData_V3.icpp diff --git a/Rich/RichDAQKernel/src/RichPDDataBank.icpp b/Rich/RichDAQKernel/src/RichPDDataBank.icpp index a64196c8213affb26dfc532f2fb8baf8eb23e430..741b47a73f23b00eb975fce7479047b463f784e3 100644 --- a/Rich/RichDAQKernel/src/RichPDDataBank.icpp +++ b/Rich/RichDAQKernel/src/RichPDDataBank.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichPDDataBank.icpp diff --git a/Rich/RichDAQKernel/src/RichZeroSuppALICEData_V1.icpp b/Rich/RichDAQKernel/src/RichZeroSuppALICEData_V1.icpp index 625148d93a8af0258f31937375ae4055e1e07efa..9f3303cf3c5d4066d9e609b70a86f318601777a2 100644 --- a/Rich/RichDAQKernel/src/RichZeroSuppALICEData_V1.icpp +++ b/Rich/RichDAQKernel/src/RichZeroSuppALICEData_V1.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichZeroSuppALICEData_V1.icpp diff --git a/Rich/RichDAQKernel/src/RichZeroSuppData_V1.icpp b/Rich/RichDAQKernel/src/RichZeroSuppData_V1.icpp index 5d725435db09b315546783c1f0b9847fa67d356f..0cbcbe19f06df940b2c039a5c8291a06fb4e9d7c 100644 --- a/Rich/RichDAQKernel/src/RichZeroSuppData_V1.icpp +++ b/Rich/RichDAQKernel/src/RichZeroSuppData_V1.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichZeroSuppData_V1.icpp diff --git a/Rich/RichDAQKernel/src/RichZeroSuppData_V2.icpp b/Rich/RichDAQKernel/src/RichZeroSuppData_V2.icpp index 4402ae3157401ea05011df18c4375c9e9424422b..2718857115a72e3d41ab60f06d0ebea93fbf8cc4 100644 --- a/Rich/RichDAQKernel/src/RichZeroSuppData_V2.icpp +++ b/Rich/RichDAQKernel/src/RichZeroSuppData_V2.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichZeroSuppData_V2.icpp diff --git a/Rich/RichDAQKernel/src/RichZeroSuppData_V3.icpp b/Rich/RichDAQKernel/src/RichZeroSuppData_V3.icpp index efbd93009ba1a227395d6cd783ff4d238688ac7b..e2a5ef03dc552060f2c78b5a1ac17a523fe837a6 100644 --- a/Rich/RichDAQKernel/src/RichZeroSuppData_V3.icpp +++ b/Rich/RichDAQKernel/src/RichZeroSuppData_V3.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichZeroSuppData_V3.icpp diff --git a/Rich/RichDAQKernel/src/RichZeroSuppData_V4.icpp b/Rich/RichDAQKernel/src/RichZeroSuppData_V4.icpp index 5fb091760bd8d27178ea50d885d47687a3d878c9..752c803d3eb7d61b2e7a63d4d46016b8eae155bd 100644 --- a/Rich/RichDAQKernel/src/RichZeroSuppData_V4.icpp +++ b/Rich/RichDAQKernel/src/RichZeroSuppData_V4.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichZeroSuppData_V4.icpp diff --git a/Rich/RichFutureDAQ/CMakeLists.txt b/Rich/RichFutureDAQ/CMakeLists.txt index d3385ebe363489d80b9f9e194d4cd08ef8e53c53..b094dd1a19694c4fe12ab89e7530d909e1ae04f5 100644 --- a/Rich/RichFutureDAQ/CMakeLists.txt +++ b/Rich/RichFutureDAQ/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: RichFutureDAQ ################################################################################ diff --git a/Rich/RichFutureDAQ/src/RichRawBankDecoder.cpp b/Rich/RichFutureDAQ/src/RichRawBankDecoder.cpp index 4fcc18a49575a7a33a9a7047f2523003bb227773..82088d63e0c63af127b6b0aec25b1af08841976e 100644 --- a/Rich/RichFutureDAQ/src/RichRawBankDecoder.cpp +++ b/Rich/RichFutureDAQ/src/RichRawBankDecoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichRawBankDecoder.h" diff --git a/Rich/RichFutureDAQ/src/RichRawBankDecoder.h b/Rich/RichFutureDAQ/src/RichRawBankDecoder.h index b2de9d078726411bef245c3ac0750ed3819fb104..af6e15cd98fa8dd291f7d28650a09648bf85b3db 100644 --- a/Rich/RichFutureDAQ/src/RichRawBankDecoder.h +++ b/Rich/RichFutureDAQ/src/RichRawBankDecoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureInterfaces/CMakeLists.txt b/Rich/RichFutureInterfaces/CMakeLists.txt index 0578e4d5ed1268ce0ed6144ceb40de642fe6c498..b24c29eeb2b99b52ce3b06dda8ae49529bdec200 100644 --- a/Rich/RichFutureInterfaces/CMakeLists.txt +++ b/Rich/RichFutureInterfaces/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: RichFutureInterfaces ################################################################################ diff --git a/Rich/RichFutureInterfaces/RichFutureInterfaces/IRichRayTracing.h b/Rich/RichFutureInterfaces/RichFutureInterfaces/IRichRayTracing.h index 94717e2968d9b22fdfac28637e29bbba8668ca59..0c6c38ea31d8f2ce0d9bf77c3c871a76dfeb08fd 100644 --- a/Rich/RichFutureInterfaces/RichFutureInterfaces/IRichRayTracing.h +++ b/Rich/RichFutureInterfaces/RichFutureInterfaces/IRichRayTracing.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichRayTracing.h diff --git a/Rich/RichFutureInterfaces/RichFutureInterfaces/IRichSmartIDTool.h b/Rich/RichFutureInterfaces/RichFutureInterfaces/IRichSmartIDTool.h index 8b11d87e33faefd584d261ee320413bcccb5e733..6f27c8394530d8c3f004e0ef9df62066cfbe11e0 100644 --- a/Rich/RichFutureInterfaces/RichFutureInterfaces/IRichSmartIDTool.h +++ b/Rich/RichFutureInterfaces/RichFutureInterfaces/IRichSmartIDTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichSmartIDTool.h diff --git a/Rich/RichFutureInterfaces/dict/RichFutureInterfacesDict.h b/Rich/RichFutureInterfaces/dict/RichFutureInterfacesDict.h index 26373ab428e047292e6075def62465e4667bf2c3..1b7afa9f2990d42214ab589e2c12637607ec9d8f 100644 --- a/Rich/RichFutureInterfaces/dict/RichFutureInterfacesDict.h +++ b/Rich/RichFutureInterfaces/dict/RichFutureInterfacesDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_RICHFUTUREKERNELDICT_H #define DICT_RICHFUTUREKERNELDICT_H 1 diff --git a/Rich/RichFutureInterfaces/dict/RichFutureInterfacesDict.xml b/Rich/RichFutureInterfaces/dict/RichFutureInterfacesDict.xml index 363acbc66aa4d8f9d5b7efbdfdb5ba0d7e1fb2c5..78f0de149af70d0d3406ac033ac46cf1c464ed12 100755 --- a/Rich/RichFutureInterfaces/dict/RichFutureInterfacesDict.xml +++ b/Rich/RichFutureInterfaces/dict/RichFutureInterfacesDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "Rich::Future::IRayTracing" /> diff --git a/Rich/RichFutureKernel/CMakeLists.txt b/Rich/RichFutureKernel/CMakeLists.txt index 76a61ce109341ee6206988c8c1832a8fe71f5da7..55e1c4252b0aa26a88d78d467e6a4e124c2147fc 100644 --- a/Rich/RichFutureKernel/CMakeLists.txt +++ b/Rich/RichFutureKernel/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: RichFutureKernel ################################################################################ diff --git a/Rich/RichFutureKernel/RichFutureKernel/RichAlgBase.h b/Rich/RichFutureKernel/RichFutureKernel/RichAlgBase.h index 76239b8a12db5075daffc510d05be5a4ae320574..e49b0dab539a92795cf65273fbcb4bea18fce436 100644 --- a/Rich/RichFutureKernel/RichFutureKernel/RichAlgBase.h +++ b/Rich/RichFutureKernel/RichFutureKernel/RichAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichAlgBase.h diff --git a/Rich/RichFutureKernel/RichFutureKernel/RichCommonBase.h b/Rich/RichFutureKernel/RichFutureKernel/RichCommonBase.h index 5d30ebee0648babe71bd921daf83d48b23f19038..b8b39655c3700fbf74b3c229f2b6d29586b78dc9 100644 --- a/Rich/RichFutureKernel/RichFutureKernel/RichCommonBase.h +++ b/Rich/RichFutureKernel/RichFutureKernel/RichCommonBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichCommonBase.h diff --git a/Rich/RichFutureKernel/RichFutureKernel/RichConverter.h b/Rich/RichFutureKernel/RichFutureKernel/RichConverter.h index deada6e18a48fa097a99c68974a82aa644258793..ad1c6354d6686bc8968d14f8446ccb5269c5bf3b 100644 --- a/Rich/RichFutureKernel/RichFutureKernel/RichConverter.h +++ b/Rich/RichFutureKernel/RichFutureKernel/RichConverter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureKernel/RichFutureKernel/RichConverter_Imp.h b/Rich/RichFutureKernel/RichFutureKernel/RichConverter_Imp.h index 1a502c3aab0cd2e81b904ed007b89fd544c9f28e..c1fef0e98b25375bf2c7a4950fa7248a8723aa19 100644 --- a/Rich/RichFutureKernel/RichFutureKernel/RichConverter_Imp.h +++ b/Rich/RichFutureKernel/RichFutureKernel/RichConverter_Imp.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichConverter_Imp.h diff --git a/Rich/RichFutureKernel/RichFutureKernel/RichHistoAlgBase.h b/Rich/RichFutureKernel/RichFutureKernel/RichHistoAlgBase.h index 425ca2f11d9c51827cb467663e5c99cb3b8b8e75..d59fcf371c6b97ab85f66469056ba35d73049860 100644 --- a/Rich/RichFutureKernel/RichFutureKernel/RichHistoAlgBase.h +++ b/Rich/RichFutureKernel/RichFutureKernel/RichHistoAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichHistoAlgBase.h diff --git a/Rich/RichFutureKernel/RichFutureKernel/RichHistoBase.h b/Rich/RichFutureKernel/RichFutureKernel/RichHistoBase.h index 26239e570e9e712755500ca9508b47414710ba22..58e490dabdc15b52ee9ee0f8b8d97b6a23823fd8 100644 --- a/Rich/RichFutureKernel/RichFutureKernel/RichHistoBase.h +++ b/Rich/RichFutureKernel/RichFutureKernel/RichHistoBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichHistoBase.h diff --git a/Rich/RichFutureKernel/RichFutureKernel/RichHistoToolBase.h b/Rich/RichFutureKernel/RichFutureKernel/RichHistoToolBase.h index 8ce960f11745dc13b3d883c0253cdc2a5f5e6850..cf58a80886db86f50124d0450f9c90e16864b6f4 100644 --- a/Rich/RichFutureKernel/RichFutureKernel/RichHistoToolBase.h +++ b/Rich/RichFutureKernel/RichFutureKernel/RichHistoToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichHistoToolBase.h diff --git a/Rich/RichFutureKernel/RichFutureKernel/RichNamespaces.h b/Rich/RichFutureKernel/RichFutureKernel/RichNamespaces.h index 1e9fe2ccbdce00496b6416c9c6b04d055f49c2ad..064cf78f3a7617ea3188992ed9db82fb37bbd777 100644 --- a/Rich/RichFutureKernel/RichFutureKernel/RichNamespaces.h +++ b/Rich/RichFutureKernel/RichFutureKernel/RichNamespaces.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichNamespaces.h diff --git a/Rich/RichFutureKernel/RichFutureKernel/RichToolBase.h b/Rich/RichFutureKernel/RichFutureKernel/RichToolBase.h index 5d9c9402407fb7f5d8e82f1816f3f8e6d2740c7a..b88192baa2087017e12ab0660e8263e95a295e03 100644 --- a/Rich/RichFutureKernel/RichFutureKernel/RichToolBase.h +++ b/Rich/RichFutureKernel/RichFutureKernel/RichToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichToolBase.h diff --git a/Rich/RichFutureKernel/RichFutureKernel/RichTupleAlgBase.h b/Rich/RichFutureKernel/RichFutureKernel/RichTupleAlgBase.h index 15b02e7447640ffe8285a3a8943ed13ecceb9327..36946bd9974d4706119db8ff4ff99b4d52d35ddb 100644 --- a/Rich/RichFutureKernel/RichFutureKernel/RichTupleAlgBase.h +++ b/Rich/RichFutureKernel/RichFutureKernel/RichTupleAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichTupleAlgBase.h diff --git a/Rich/RichFutureKernel/RichFutureKernel/RichTupleToolBase.h b/Rich/RichFutureKernel/RichFutureKernel/RichTupleToolBase.h index 2cdc0865aeeefe2a71243de0ab382be95c8356fa..3f6a253dab671f1f25ae599923c6c28cf05ef724 100644 --- a/Rich/RichFutureKernel/RichFutureKernel/RichTupleToolBase.h +++ b/Rich/RichFutureKernel/RichFutureKernel/RichTupleToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichTupleToolBase.h diff --git a/Rich/RichFutureKernel/src/RichAlgBase.cpp b/Rich/RichFutureKernel/src/RichAlgBase.cpp index d8e23eb71540579894d497104e7614f4e0466ee5..fb9b3dcdbe6cce3d9122b570445578a248b1541d 100644 --- a/Rich/RichFutureKernel/src/RichAlgBase.cpp +++ b/Rich/RichFutureKernel/src/RichAlgBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichAlgBase.cpp diff --git a/Rich/RichFutureKernel/src/RichCommonBase.icpp b/Rich/RichFutureKernel/src/RichCommonBase.icpp index 1b1fad4e0f1ed6794b7042652343a6882fdfa296..f84d2739033cd69d92af9e29352b73765cd18ea6 100644 --- a/Rich/RichFutureKernel/src/RichCommonBase.icpp +++ b/Rich/RichFutureKernel/src/RichCommonBase.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichCommonBase.icpp diff --git a/Rich/RichFutureKernel/src/RichCommonConstructors.cpp b/Rich/RichFutureKernel/src/RichCommonConstructors.cpp index ca6362d929bdc15167a2dd6241375aa2ef3b7100..47da75b4793c19c1ade491bb887a186b68eb347e 100644 --- a/Rich/RichFutureKernel/src/RichCommonConstructors.cpp +++ b/Rich/RichFutureKernel/src/RichCommonConstructors.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichCommonConstructors.cpp diff --git a/Rich/RichFutureKernel/src/RichConverter.cpp b/Rich/RichFutureKernel/src/RichConverter.cpp index 6e64c8cea3c6906666264897d3ed5db631ced61b..b57158695e70dffd2d369a4f6f43f48931ac37a4 100644 --- a/Rich/RichFutureKernel/src/RichConverter.cpp +++ b/Rich/RichFutureKernel/src/RichConverter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichConverter.cpp diff --git a/Rich/RichFutureKernel/src/RichConverter_Imp.cpp b/Rich/RichFutureKernel/src/RichConverter_Imp.cpp index 2a62259d4107ec2c73f3a5204547f85c3da13bef..01c6ee3dc671e3205495ff64b3a4947cae8abda9 100644 --- a/Rich/RichFutureKernel/src/RichConverter_Imp.cpp +++ b/Rich/RichFutureKernel/src/RichConverter_Imp.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichConverter_Imp.cpp diff --git a/Rich/RichFutureKernel/src/RichHistoAlgBase.cpp b/Rich/RichFutureKernel/src/RichHistoAlgBase.cpp index 8f8e40dc5b35b532df664e7f9b8f364213404215..7ef55b67223bae5a023cf78f8bc7089c71c048c5 100644 --- a/Rich/RichFutureKernel/src/RichHistoAlgBase.cpp +++ b/Rich/RichFutureKernel/src/RichHistoAlgBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichHistoAlgBase.cpp diff --git a/Rich/RichFutureKernel/src/RichHistoBase.icpp b/Rich/RichFutureKernel/src/RichHistoBase.icpp index 26e23f8001b2463cea213dd681b2e056e09eff7e..213bb36504840251504f3fb23bb52da901f845d6 100644 --- a/Rich/RichFutureKernel/src/RichHistoBase.icpp +++ b/Rich/RichFutureKernel/src/RichHistoBase.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichHistoBase.icpp diff --git a/Rich/RichFutureKernel/src/RichHistoToolBase.cpp b/Rich/RichFutureKernel/src/RichHistoToolBase.cpp index e8d67119dc57d086c0266c3283b753c335cb88cf..d03e91e704130dbe2f3f5de9aef16eaa15d51297 100644 --- a/Rich/RichFutureKernel/src/RichHistoToolBase.cpp +++ b/Rich/RichFutureKernel/src/RichHistoToolBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichHistoToolBase.cpp diff --git a/Rich/RichFutureKernel/src/RichToolBase.cpp b/Rich/RichFutureKernel/src/RichToolBase.cpp index c19b4bc462cc57ff6fc022449700a6723afcdba0..8ae8cbfdbb9452a04959c0d88c6e172455791b71 100644 --- a/Rich/RichFutureKernel/src/RichToolBase.cpp +++ b/Rich/RichFutureKernel/src/RichToolBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichToolBase.cpp diff --git a/Rich/RichFutureKernel/src/RichTupleAlgBase.cpp b/Rich/RichFutureKernel/src/RichTupleAlgBase.cpp index b2890c1e1c71a9a2009d62cd5c32e4484594cda3..b4291f29187409af9dff06ef053e63efab99c1a3 100644 --- a/Rich/RichFutureKernel/src/RichTupleAlgBase.cpp +++ b/Rich/RichFutureKernel/src/RichTupleAlgBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichTupleAlgBase.cpp diff --git a/Rich/RichFutureKernel/src/RichTupleToolBase.cpp b/Rich/RichFutureKernel/src/RichTupleToolBase.cpp index a1a818a86d37e8fbf6009190967a643aecf074b8..00da9567474bf411fc8abd919bc9143cacede139 100644 --- a/Rich/RichFutureKernel/src/RichTupleToolBase.cpp +++ b/Rich/RichFutureKernel/src/RichTupleToolBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichTupleToolBase.cpp diff --git a/Rich/RichFutureMCUtils/CMakeLists.txt b/Rich/RichFutureMCUtils/CMakeLists.txt index e8182fb3d4e013dd452ecbce5760a2ff50b724fa..bacc230b7dec8854ad87c4cd93bdef7b6073e13d 100644 --- a/Rich/RichFutureMCUtils/CMakeLists.txt +++ b/Rich/RichFutureMCUtils/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: RichFutureMCUtils ################################################################################ diff --git a/Rich/RichFutureMCUtils/RichFutureMCUtils/RichMCRelations.h b/Rich/RichFutureMCUtils/RichFutureMCUtils/RichMCRelations.h index 7ff88a6d800e7af7a34f90b749458a77dea80379..b0633213b5b50e35a34094ccc2d60be8900ceb90 100644 --- a/Rich/RichFutureMCUtils/RichFutureMCUtils/RichMCRelations.h +++ b/Rich/RichFutureMCUtils/RichFutureMCUtils/RichMCRelations.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureMCUtils/RichFutureMCUtils/RichRecMCHelper.h b/Rich/RichFutureMCUtils/RichFutureMCUtils/RichRecMCHelper.h index 1ace2f69db58994d022f1aee850fea9e26c538f5..0c9fb3c6f5ec86f32fa732e2e3cfe262fc223088 100644 --- a/Rich/RichFutureMCUtils/RichFutureMCUtils/RichRecMCHelper.h +++ b/Rich/RichFutureMCUtils/RichFutureMCUtils/RichRecMCHelper.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureMCUtils/RichFutureMCUtils/RichSmartIDMCUtils.h b/Rich/RichFutureMCUtils/RichFutureMCUtils/RichSmartIDMCUtils.h index f3898bffaa6133768d28f5bc66be48dc03b846fa..5634e33fbfda980b23a85272adea7b3e280be0f5 100644 --- a/Rich/RichFutureMCUtils/RichFutureMCUtils/RichSmartIDMCUtils.h +++ b/Rich/RichFutureMCUtils/RichFutureMCUtils/RichSmartIDMCUtils.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureMCUtils/RichFutureMCUtils/TrackToMCParticle.h b/Rich/RichFutureMCUtils/RichFutureMCUtils/TrackToMCParticle.h index dbb3dd8eb3ed583db1b6215b0303126cbece7ca3..977b66925f0dd08d06dff780dc599a5f3507ef81 100644 --- a/Rich/RichFutureMCUtils/RichFutureMCUtils/TrackToMCParticle.h +++ b/Rich/RichFutureMCUtils/RichFutureMCUtils/TrackToMCParticle.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureMCUtils/src/component/TrackToMCParticleRelations.cpp b/Rich/RichFutureMCUtils/src/component/TrackToMCParticleRelations.cpp index 908d3e6c36424a92ef81c2f9ef50f2de3bc965ae..9f43fb186373e40f87cb3a29cd7aff40e073d595 100644 --- a/Rich/RichFutureMCUtils/src/component/TrackToMCParticleRelations.cpp +++ b/Rich/RichFutureMCUtils/src/component/TrackToMCParticleRelations.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "TrackToMCParticleRelations.h" diff --git a/Rich/RichFutureMCUtils/src/component/TrackToMCParticleRelations.h b/Rich/RichFutureMCUtils/src/component/TrackToMCParticleRelations.h index 376f3fd3b9cd7ea9834d1dc1d9a5eff9619c394c..91285c493f64263c28906e20eab2c837fe67716b 100644 --- a/Rich/RichFutureMCUtils/src/component/TrackToMCParticleRelations.h +++ b/Rich/RichFutureMCUtils/src/component/TrackToMCParticleRelations.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureMCUtils/src/lib/RichRecMCHelper.cpp b/Rich/RichFutureMCUtils/src/lib/RichRecMCHelper.cpp index 6d6047f7c572c7ade168a1b928b39cd79619fd51..3996e6c69d5463edd7ea0cf27583dcffa32dc067 100644 --- a/Rich/RichFutureMCUtils/src/lib/RichRecMCHelper.cpp +++ b/Rich/RichFutureMCUtils/src/lib/RichRecMCHelper.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <algorithm> diff --git a/Rich/RichFutureMCUtils/src/lib/RichSmartIDMCUtils.cpp b/Rich/RichFutureMCUtils/src/lib/RichSmartIDMCUtils.cpp index 55a8aab717a96306243183837ef2c54ab1b1fad5..aa2eef97488bf169a180001b1e6fceed6cd4c98f 100644 --- a/Rich/RichFutureMCUtils/src/lib/RichSmartIDMCUtils.cpp +++ b/Rich/RichFutureMCUtils/src/lib/RichSmartIDMCUtils.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichFutureMCUtils/RichSmartIDMCUtils.h" diff --git a/Rich/RichFutureMCUtils/src/lib/TrackToMCParticle.cpp b/Rich/RichFutureMCUtils/src/lib/TrackToMCParticle.cpp index 91d529a012d359a889d120de61c5f767ac2d939e..32ac745658ac1ad3b85baeac90f541e743726195 100644 --- a/Rich/RichFutureMCUtils/src/lib/TrackToMCParticle.cpp +++ b/Rich/RichFutureMCUtils/src/lib/TrackToMCParticle.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichFutureMCUtils/TrackToMCParticle.h" diff --git a/Rich/RichFutureUtils/CMakeLists.txt b/Rich/RichFutureUtils/CMakeLists.txt index 629c8fad769d79ab61be1eb88cdea4182bd19965..861c682f67c4320a6f1c0f9a2a75d62f6b68f5bb 100644 --- a/Rich/RichFutureUtils/CMakeLists.txt +++ b/Rich/RichFutureUtils/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: RichFutureUtils ################################################################################ diff --git a/Rich/RichFutureUtils/RichFutureUtils/RichDecodedData.h b/Rich/RichFutureUtils/RichFutureUtils/RichDecodedData.h index 2c421ce677ea6bac3a04308b1fa2cecf2a74b796..9a136558ff6dc34de4b3dc086189f4c8abdbe05c 100644 --- a/Rich/RichFutureUtils/RichFutureUtils/RichDecodedData.h +++ b/Rich/RichFutureUtils/RichFutureUtils/RichDecodedData.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichDecodedData.h diff --git a/Rich/RichFutureUtils/RichFutureUtils/RichGeomPhoton.h b/Rich/RichFutureUtils/RichFutureUtils/RichGeomPhoton.h index 2e33e535af3b8eea03b8e78e0bc072977b73bb72..fa0061589eb09258472d11bf01cbeacf73991acf 100644 --- a/Rich/RichFutureUtils/RichFutureUtils/RichGeomPhoton.h +++ b/Rich/RichFutureUtils/RichFutureUtils/RichGeomPhoton.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichGeomPhoton.h diff --git a/Rich/RichFutureUtils/RichFutureUtils/RichHypoData.h b/Rich/RichFutureUtils/RichFutureUtils/RichHypoData.h index 410d3aaebdcd4b398f29cc9f8a0205172be9b80d..9ff5de00dc7a5fb5e925f90c704cf7c20b14adb1 100644 --- a/Rich/RichFutureUtils/RichFutureUtils/RichHypoData.h +++ b/Rich/RichFutureUtils/RichFutureUtils/RichHypoData.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichHypoData.h diff --git a/Rich/RichFutureUtils/RichFutureUtils/RichSIMDGeomPhoton.h b/Rich/RichFutureUtils/RichFutureUtils/RichSIMDGeomPhoton.h index 30337e4df5c59e600d1090f806e285a6b7a2349a..58871a69c3cf40e38a0b4bfe3e315e1c5d2a849a 100644 --- a/Rich/RichFutureUtils/RichFutureUtils/RichSIMDGeomPhoton.h +++ b/Rich/RichFutureUtils/RichFutureUtils/RichSIMDGeomPhoton.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichSIMDGeomPhoton.h diff --git a/Rich/RichFutureUtils/RichFutureUtils/RichSIMDMirrorData.h b/Rich/RichFutureUtils/RichFutureUtils/RichSIMDMirrorData.h index 285f7b895612c028a59e1546e0648ea1522e902c..f6795415ae8017016cb5a4d48d7e44e2c382f1ea 100644 --- a/Rich/RichFutureUtils/RichFutureUtils/RichSIMDMirrorData.h +++ b/Rich/RichFutureUtils/RichFutureUtils/RichSIMDMirrorData.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichFutureUtils/dict/RichFutureUtilsDict.h b/Rich/RichFutureUtils/dict/RichFutureUtilsDict.h index c5462e707a7ff4c9d57130eab5c8c75bec5c6e90..10790d5dda59c4e725cb80eda872d9d93bad7aa8 100644 --- a/Rich/RichFutureUtils/dict/RichFutureUtilsDict.h +++ b/Rich/RichFutureUtils/dict/RichFutureUtilsDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_RICHFUTUREUTILSDICT_H #define DICT_RICHFUTUREUTILSDICT_H 1 diff --git a/Rich/RichFutureUtils/dict/RichFutureUtilsDict.xml b/Rich/RichFutureUtils/dict/RichFutureUtilsDict.xml index 90733ed2935c9fcec5059465c2883fe5d6b135a1..9830704c5575a7f2009469936ae91bdc7f418d26 100755 --- a/Rich/RichFutureUtils/dict/RichFutureUtilsDict.xml +++ b/Rich/RichFutureUtils/dict/RichFutureUtilsDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "Rich::Future::HypoData<float>" /--> diff --git a/Rich/RichFutureUtils/src/RichGeomPhoton.cpp b/Rich/RichFutureUtils/src/RichGeomPhoton.cpp index 681373b1b13ba9348d7d4108d7dc6ed2fd2535f4..7f9b2769191b7698bfaf7cb9da5ac9a7779d61f2 100644 --- a/Rich/RichFutureUtils/src/RichGeomPhoton.cpp +++ b/Rich/RichFutureUtils/src/RichGeomPhoton.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichGeomPhoton.cpp diff --git a/Rich/RichFutureUtils/src/RichSIMDGeomPhoton.cpp b/Rich/RichFutureUtils/src/RichSIMDGeomPhoton.cpp index e4d2dcd951747fbc920fa541c85a568c1adff282..523a2aa80ab9adfa42716999836f18e1471128cd 100644 --- a/Rich/RichFutureUtils/src/RichSIMDGeomPhoton.cpp +++ b/Rich/RichFutureUtils/src/RichSIMDGeomPhoton.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // local #include "RichFutureUtils/RichSIMDGeomPhoton.h" diff --git a/Rich/RichFutureUtils/src/RichSIMDMirrorData.cpp b/Rich/RichFutureUtils/src/RichSIMDMirrorData.cpp index 7ab26fac509de25bc1cad22b03ffa3fe3077524e..21f728012e18fb1469c477d09010a169811d0e5c 100644 --- a/Rich/RichFutureUtils/src/RichSIMDMirrorData.cpp +++ b/Rich/RichFutureUtils/src/RichSIMDMirrorData.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "RichFutureUtils/RichSIMDMirrorData.h" diff --git a/Rich/RichInterfaces/CMakeLists.txt b/Rich/RichInterfaces/CMakeLists.txt index 969ed46b9cf907ca0891101306955b23fd3d8b7a..bc4b7293e5ec1ff7c596fc7976bed9268a15476b 100644 --- a/Rich/RichInterfaces/CMakeLists.txt +++ b/Rich/RichInterfaces/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: RichInterfaces ################################################################################ diff --git a/Rich/RichInterfaces/RichInterfaces/IRichAddBackground.h b/Rich/RichInterfaces/RichInterfaces/IRichAddBackground.h index 5c423d4fbc7b5614bb4ef1158457348125f78ca2..e6bc2a9840e2ae472753617b24239a7faea71d5b 100644 --- a/Rich/RichInterfaces/RichInterfaces/IRichAddBackground.h +++ b/Rich/RichInterfaces/RichInterfaces/IRichAddBackground.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichAddBackground.h diff --git a/Rich/RichInterfaces/RichInterfaces/IRichDetParameters.h b/Rich/RichInterfaces/RichInterfaces/IRichDetParameters.h index d9b1ace8d5d6aa834edb93bf52e85e7dfe0bc75f..c1a63d602e8c5166615d9f106fcfeecca357df2a 100644 --- a/Rich/RichInterfaces/RichInterfaces/IRichDetParameters.h +++ b/Rich/RichInterfaces/RichInterfaces/IRichDetParameters.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichDetParameters.h diff --git a/Rich/RichInterfaces/RichInterfaces/IRichDetectorTool.h b/Rich/RichInterfaces/RichInterfaces/IRichDetectorTool.h index de94601e688b457992ec9e8bb476ba6e6de3e530..b7893bff32e03cdf01b050f5e3247edb57be0762 100644 --- a/Rich/RichInterfaces/RichInterfaces/IRichDetectorTool.h +++ b/Rich/RichInterfaces/RichInterfaces/IRichDetectorTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichDetectorTool.h diff --git a/Rich/RichInterfaces/RichInterfaces/IRichGenericHPDAnalysisTool.h b/Rich/RichInterfaces/RichInterfaces/IRichGenericHPDAnalysisTool.h index f1737f05d3defc19304ce147781a63e49dec7133..e4a4509aebd7f750febdd3d987ab70394326318b 100644 --- a/Rich/RichInterfaces/RichInterfaces/IRichGenericHPDAnalysisTool.h +++ b/Rich/RichInterfaces/RichInterfaces/IRichGenericHPDAnalysisTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichGenericHPDAnalysisTool.h diff --git a/Rich/RichInterfaces/RichInterfaces/IRichHPDOccupancyTool.h b/Rich/RichInterfaces/RichInterfaces/IRichHPDOccupancyTool.h index 60507fe33269602c718ebad25e19256ac916da86..3e6a5a210f3518f3dd046a5a5e5a22a22844f057 100644 --- a/Rich/RichInterfaces/RichInterfaces/IRichHPDOccupancyTool.h +++ b/Rich/RichInterfaces/RichInterfaces/IRichHPDOccupancyTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichHPDOccupancyTool.h diff --git a/Rich/RichInterfaces/RichInterfaces/IRichMirrorSegFinder.h b/Rich/RichInterfaces/RichInterfaces/IRichMirrorSegFinder.h index d7d7feb7099840cb219cca222831413ce6ee2390..d4fe9f87f674dc8f16677fd9a3bf7aa1cafe4d38 100644 --- a/Rich/RichInterfaces/RichInterfaces/IRichMirrorSegFinder.h +++ b/Rich/RichInterfaces/RichInterfaces/IRichMirrorSegFinder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichMirrorSegFinder.h diff --git a/Rich/RichInterfaces/RichInterfaces/IRichMirrorSegFinderLookUpTable.h b/Rich/RichInterfaces/RichInterfaces/IRichMirrorSegFinderLookUpTable.h index beb22e8e770b807051c59b2bff0b2c19844e32f6..0df467cf51171188f2773a00d4ec61139768a6f1 100644 --- a/Rich/RichInterfaces/RichInterfaces/IRichMirrorSegFinderLookUpTable.h +++ b/Rich/RichInterfaces/RichInterfaces/IRichMirrorSegFinderLookUpTable.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichMirrorSegFinderLookUpTable.h diff --git a/Rich/RichInterfaces/RichInterfaces/IRichParticleProperties.h b/Rich/RichInterfaces/RichInterfaces/IRichParticleProperties.h index d664494d593f4cd8cbd9197ee866e0291d864e1d..495fc4ffbd567f835bf0d2d93582768dd784b727 100644 --- a/Rich/RichInterfaces/RichInterfaces/IRichParticleProperties.h +++ b/Rich/RichInterfaces/RichInterfaces/IRichParticleProperties.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichParticleProperties.h diff --git a/Rich/RichInterfaces/RichInterfaces/IRichPixelClusteringTool.h b/Rich/RichInterfaces/RichInterfaces/IRichPixelClusteringTool.h index 94f9abb66441cb13397219f70940b47dfb3009e2..5245de501a864ae592e3593f0ff1ec8cadfb9948 100644 --- a/Rich/RichInterfaces/RichInterfaces/IRichPixelClusteringTool.h +++ b/Rich/RichInterfaces/RichInterfaces/IRichPixelClusteringTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichPixelClusteringTool.h diff --git a/Rich/RichInterfaces/RichInterfaces/IRichPixelSuppressionTool.h b/Rich/RichInterfaces/RichInterfaces/IRichPixelSuppressionTool.h index 1beabdf05a2348d5246171b15bbf90f86d0d5175..b61338da36a3cbb05e2199d1dee0f1a38e5e3432 100644 --- a/Rich/RichInterfaces/RichInterfaces/IRichPixelSuppressionTool.h +++ b/Rich/RichInterfaces/RichInterfaces/IRichPixelSuppressionTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichPixelSuppressionTool.h diff --git a/Rich/RichInterfaces/RichInterfaces/IRichRadiatorTool.h b/Rich/RichInterfaces/RichInterfaces/IRichRadiatorTool.h index 2d90d39c62630b392b119320104db48d241eba1a..9921f8dbbf8c8c7bcc3a801f2cdc68898692ea7f 100644 --- a/Rich/RichInterfaces/RichInterfaces/IRichRadiatorTool.h +++ b/Rich/RichInterfaces/RichInterfaces/IRichRadiatorTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichRadiatorTool.h diff --git a/Rich/RichInterfaces/RichInterfaces/IRichRawBufferToSmartIDsTool.h b/Rich/RichInterfaces/RichInterfaces/IRichRawBufferToSmartIDsTool.h index a131be5f5520d20da138cc4bce98c23b5b77d339..fd1be918a91b3c65547fe35077aa71b49e994f56 100644 --- a/Rich/RichInterfaces/RichInterfaces/IRichRawBufferToSmartIDsTool.h +++ b/Rich/RichInterfaces/RichInterfaces/IRichRawBufferToSmartIDsTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichRawBufferToSmartIDsTool.h diff --git a/Rich/RichInterfaces/RichInterfaces/IRichRawDataFormatTool.h b/Rich/RichInterfaces/RichInterfaces/IRichRawDataFormatTool.h index 6d860d4853a073192d66b6f5879645ca49712706..673af088bff3feca94d574e05f643e74d8cf0085 100644 --- a/Rich/RichInterfaces/RichInterfaces/IRichRawDataFormatTool.h +++ b/Rich/RichInterfaces/RichInterfaces/IRichRawDataFormatTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichRawDataFormatTool.h diff --git a/Rich/RichInterfaces/RichInterfaces/IRichRayTracing.h b/Rich/RichInterfaces/RichInterfaces/IRichRayTracing.h index 254e2b50298b63cc1485a47a8009c966c4f87839..714a5132d6678c880e340b0774773577a578b8c4 100644 --- a/Rich/RichInterfaces/RichInterfaces/IRichRayTracing.h +++ b/Rich/RichInterfaces/RichInterfaces/IRichRayTracing.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichRayTracing.h diff --git a/Rich/RichInterfaces/RichInterfaces/IRichRefractiveIndex.h b/Rich/RichInterfaces/RichInterfaces/IRichRefractiveIndex.h index 45cdb733d070994cc447e367f3fc9a1ff5d0c735..0fe227491dc08d46a9a51e6e17857fcb6eee107e 100644 --- a/Rich/RichInterfaces/RichInterfaces/IRichRefractiveIndex.h +++ b/Rich/RichInterfaces/RichInterfaces/IRichRefractiveIndex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichRefractiveIndex.h diff --git a/Rich/RichInterfaces/RichInterfaces/IRichSmartIDTool.h b/Rich/RichInterfaces/RichInterfaces/IRichSmartIDTool.h index 35f2b77b1fc56d64c8e98eb201b4657df9a879d3..129237eb0e4ccab52a09001b4ccca338b28ebd92 100644 --- a/Rich/RichInterfaces/RichInterfaces/IRichSmartIDTool.h +++ b/Rich/RichInterfaces/RichInterfaces/IRichSmartIDTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichSmartIDTool.h diff --git a/Rich/RichInterfaces/RichInterfaces/IRichSnellsLawRefraction.h b/Rich/RichInterfaces/RichInterfaces/IRichSnellsLawRefraction.h index b2fd486c91c7a727a873b766c839f6e8dca23da4..86187b304d6c1f5433c5f76ced1698895c248e98 100644 --- a/Rich/RichInterfaces/RichInterfaces/IRichSnellsLawRefraction.h +++ b/Rich/RichInterfaces/RichInterfaces/IRichSnellsLawRefraction.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichSnellsLawRefraction.h diff --git a/Rich/RichInterfaces/RichInterfaces/IRichToolRegistry.h b/Rich/RichInterfaces/RichInterfaces/IRichToolRegistry.h index d71feb4412ed73283fa514f98fb6d580ba281ef8..6210d19cca47c6f444f72c54200810e3184a4bef 100644 --- a/Rich/RichInterfaces/RichInterfaces/IRichToolRegistry.h +++ b/Rich/RichInterfaces/RichInterfaces/IRichToolRegistry.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IRichToolRegistry.h diff --git a/Rich/RichInterfaces/dict/RichInterfacesDict.h b/Rich/RichInterfaces/dict/RichInterfacesDict.h index ad99ae010c05165076bde921770be7587eef33fe..ff55c3d00524ac9a8660abdd1115063f1beb22ec 100644 --- a/Rich/RichInterfaces/dict/RichInterfacesDict.h +++ b/Rich/RichInterfaces/dict/RichInterfacesDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_RICHKERNELDICT_H #define DICT_RICHKERNELDICT_H 1 diff --git a/Rich/RichInterfaces/dict/RichInterfacesDict.xml b/Rich/RichInterfaces/dict/RichInterfacesDict.xml index a1b5d8cdd4487b972a780784088c522715bcf442..6c85b6260ba0d44bc964d0a4921b4344003069bc 100755 --- a/Rich/RichInterfaces/dict/RichInterfacesDict.xml +++ b/Rich/RichInterfaces/dict/RichInterfacesDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "Rich::IDetParameters" /> diff --git a/Rich/RichKernel/CMakeLists.txt b/Rich/RichKernel/CMakeLists.txt index 180563c33d9391a02aa04ef04f588ad6c0b1108d..96ece5160f877c34e7ee004a848d834d6e6aa5b5 100644 --- a/Rich/RichKernel/CMakeLists.txt +++ b/Rich/RichKernel/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: RichKernel ################################################################################ diff --git a/Rich/RichKernel/RichKernel/RichAlgBase.h b/Rich/RichKernel/RichKernel/RichAlgBase.h index e61e1658fd1c32b3584d2d45b4ea6ebf36a9801d..4fd3bb1068690a41f1eb38ee2c43148c34ea96f3 100644 --- a/Rich/RichKernel/RichKernel/RichAlgBase.h +++ b/Rich/RichKernel/RichKernel/RichAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichAlgBase.h diff --git a/Rich/RichKernel/RichKernel/RichCommonBase.h b/Rich/RichKernel/RichKernel/RichCommonBase.h index 9810e8609c30b939d48196a537ca9b99a055ad23..3c8f748203fbf0f5152f747175e0da7dfe08aaef 100644 --- a/Rich/RichKernel/RichKernel/RichCommonBase.h +++ b/Rich/RichKernel/RichKernel/RichCommonBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichCommonBase.h diff --git a/Rich/RichKernel/RichKernel/RichConverter.h b/Rich/RichKernel/RichKernel/RichConverter.h index b6fc818f72dd0646e459b446b0e56e9c1d4e950c..a1de1532e318c8a4cfc5c22a885fd8ae54b4b765 100644 --- a/Rich/RichKernel/RichKernel/RichConverter.h +++ b/Rich/RichKernel/RichKernel/RichConverter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichKernel/RichKernel/RichConverter_Imp.h b/Rich/RichKernel/RichKernel/RichConverter_Imp.h index 732082468b6c8a29ad29b3bb2a534364fc60d59a..bc05a4915fe7a4433144aa4e843da736190733fd 100644 --- a/Rich/RichKernel/RichKernel/RichConverter_Imp.h +++ b/Rich/RichKernel/RichKernel/RichConverter_Imp.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichConverter_Imp.h diff --git a/Rich/RichKernel/RichKernel/RichHistoAlgBase.h b/Rich/RichKernel/RichKernel/RichHistoAlgBase.h index e7776d19e4472fb0c0bf9d1bf4655104344b3941..b95b1509bad7f08e1f94ea2d0d8bb714f0581688 100644 --- a/Rich/RichKernel/RichKernel/RichHistoAlgBase.h +++ b/Rich/RichKernel/RichKernel/RichHistoAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichHistoAlgBase.h diff --git a/Rich/RichKernel/RichKernel/RichHistoBase.h b/Rich/RichKernel/RichKernel/RichHistoBase.h index e896ac574f9c0e3c968ea3c365c128a05eb2d6e1..9a32a0dab1dff0ae31acf4c4403dd039457878e3 100644 --- a/Rich/RichKernel/RichKernel/RichHistoBase.h +++ b/Rich/RichKernel/RichKernel/RichHistoBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichHistoBase.h diff --git a/Rich/RichKernel/RichKernel/RichHistoToolBase.h b/Rich/RichKernel/RichKernel/RichHistoToolBase.h index 29d5411d6863e0a0563d7e6ab208adfc634a4805..a346a6ee123e3910e86b6aaaeb9b9b64a3210da5 100644 --- a/Rich/RichKernel/RichKernel/RichHistoToolBase.h +++ b/Rich/RichKernel/RichKernel/RichHistoToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichHistoToolBase.h diff --git a/Rich/RichKernel/RichKernel/RichNamespaces.h b/Rich/RichKernel/RichKernel/RichNamespaces.h index 433108d0af00d266e6cf90c69d53d390e583d5c8..721348895bfca24ebda7e8c56c6e680ad36406c8 100644 --- a/Rich/RichKernel/RichKernel/RichNamespaces.h +++ b/Rich/RichKernel/RichKernel/RichNamespaces.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichNamespaces.h diff --git a/Rich/RichKernel/RichKernel/RichToolBase.h b/Rich/RichKernel/RichKernel/RichToolBase.h index 9e8774347314ef10277f3b9a1f2d2e4e489ad40c..c5d585d7a9baf9049c8a77bc4bd8ad68e5f7a948 100644 --- a/Rich/RichKernel/RichKernel/RichToolBase.h +++ b/Rich/RichKernel/RichKernel/RichToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichToolBase.h diff --git a/Rich/RichKernel/RichKernel/RichTupleAlgBase.h b/Rich/RichKernel/RichKernel/RichTupleAlgBase.h index d455773ad98cee87c2a226d66ff6fd5011aba9b6..3e85237da26928c7129eef7c9ae323661b6c542b 100644 --- a/Rich/RichKernel/RichKernel/RichTupleAlgBase.h +++ b/Rich/RichKernel/RichKernel/RichTupleAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichTupleAlgBase.h diff --git a/Rich/RichKernel/RichKernel/RichTupleToolBase.h b/Rich/RichKernel/RichKernel/RichTupleToolBase.h index 1f8e00a8ea999023f0a2f65581fd2ae5979a8ea5..f82ddb648350b3dac01528b2f5d2ed80e9ce56a0 100644 --- a/Rich/RichKernel/RichKernel/RichTupleToolBase.h +++ b/Rich/RichKernel/RichKernel/RichTupleToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichTupleToolBase.h diff --git a/Rich/RichKernel/python/RichKernel/Configuration.py b/Rich/RichKernel/python/RichKernel/Configuration.py index baf56ec51341425ee6ecbb3699eea7deb88b044f..ae95914bab8e65af1159d62f278c127db1020b65 100755 --- a/Rich/RichKernel/python/RichKernel/Configuration.py +++ b/Rich/RichKernel/python/RichKernel/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 RichKernel # Base configurables for the RICH software diff --git a/Rich/RichKernel/src/component/RichToolRegistry.cpp b/Rich/RichKernel/src/component/RichToolRegistry.cpp index 582894420c00e6406eebd480635bc8c4575de249..1a6d4a0d72624dcf677e4ef1ddbba54945bf1501 100644 --- a/Rich/RichKernel/src/component/RichToolRegistry.cpp +++ b/Rich/RichKernel/src/component/RichToolRegistry.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichToolRegistry.cpp * diff --git a/Rich/RichKernel/src/component/RichToolRegistry.h b/Rich/RichKernel/src/component/RichToolRegistry.h index 3165b4389b44d31760cc9f52c0ac07a6324dda44..e6cb25e81dcc3078ff2f7aec0bdbfbe5715bd2c1 100644 --- a/Rich/RichKernel/src/component/RichToolRegistry.h +++ b/Rich/RichKernel/src/component/RichToolRegistry.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichToolRegistry.h diff --git a/Rich/RichKernel/src/lib/RichAlgBase.cpp b/Rich/RichKernel/src/lib/RichAlgBase.cpp index 8c8b645df65bd1b864e38a1c602aa42519a1d53c..b9d83bfb33c98838c0335a446f27a37b57a5bdf3 100644 --- a/Rich/RichKernel/src/lib/RichAlgBase.cpp +++ b/Rich/RichKernel/src/lib/RichAlgBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichAlgBase.cpp diff --git a/Rich/RichKernel/src/lib/RichCommonBase.icpp b/Rich/RichKernel/src/lib/RichCommonBase.icpp index 0eac4a74869b817246daa6fddbd243109442214e..5e83b762409a4949ae484051183c110d21f4e6b8 100644 --- a/Rich/RichKernel/src/lib/RichCommonBase.icpp +++ b/Rich/RichKernel/src/lib/RichCommonBase.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichCommonBase.icpp diff --git a/Rich/RichKernel/src/lib/RichCommonConstructors.cpp b/Rich/RichKernel/src/lib/RichCommonConstructors.cpp index b4536fde10953e3a4cf26eebb683ddc3a3518c82..b965fdf922400fb3723fb61e6d37aac74c57ab2a 100644 --- a/Rich/RichKernel/src/lib/RichCommonConstructors.cpp +++ b/Rich/RichKernel/src/lib/RichCommonConstructors.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichCommonConstructors.cpp diff --git a/Rich/RichKernel/src/lib/RichConverter.cpp b/Rich/RichKernel/src/lib/RichConverter.cpp index 65dc0dc625e4921d82a75b4b919c57dad33b134e..7377c3c0c3485c2c9793c3532e8d3f32a0e6d2d9 100644 --- a/Rich/RichKernel/src/lib/RichConverter.cpp +++ b/Rich/RichKernel/src/lib/RichConverter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichConverter.cpp diff --git a/Rich/RichKernel/src/lib/RichConverter_Imp.cpp b/Rich/RichKernel/src/lib/RichConverter_Imp.cpp index 4a2bad7c32f9080c2afe5eb87d11dd6c279dafd9..ff56185897f63d0a608cc60ed6684fdca4035b79 100644 --- a/Rich/RichKernel/src/lib/RichConverter_Imp.cpp +++ b/Rich/RichKernel/src/lib/RichConverter_Imp.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichConverter_Imp.cpp diff --git a/Rich/RichKernel/src/lib/RichHistoAlgBase.cpp b/Rich/RichKernel/src/lib/RichHistoAlgBase.cpp index 74003046c82643b0f87ce227f8dfa0c177104de8..419128666fb5aa62b936e33e15e33385223f8ab8 100644 --- a/Rich/RichKernel/src/lib/RichHistoAlgBase.cpp +++ b/Rich/RichKernel/src/lib/RichHistoAlgBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichHistoAlgBase.cpp diff --git a/Rich/RichKernel/src/lib/RichHistoBase.icpp b/Rich/RichKernel/src/lib/RichHistoBase.icpp index 2e09e09c6d9b51bca6e015a4626f1ad249bd12f7..148a026133f57b43444d14bb8079477594ed0f5c 100644 --- a/Rich/RichKernel/src/lib/RichHistoBase.icpp +++ b/Rich/RichKernel/src/lib/RichHistoBase.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichHistoBase.icpp diff --git a/Rich/RichKernel/src/lib/RichHistoToolBase.cpp b/Rich/RichKernel/src/lib/RichHistoToolBase.cpp index 18c837ebd7ccb357fea70e96e5b73b496045e633..64ad4c605d2a2df29fe58c8c55cd6b8420d32641 100644 --- a/Rich/RichKernel/src/lib/RichHistoToolBase.cpp +++ b/Rich/RichKernel/src/lib/RichHistoToolBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichHistoToolBase.cpp diff --git a/Rich/RichKernel/src/lib/RichToolBase.cpp b/Rich/RichKernel/src/lib/RichToolBase.cpp index 52f614c0101950edb7c511eb9703422116ed3ab7..c741c6010c03e9d64e70fbc51e4d4a055a1b36f8 100644 --- a/Rich/RichKernel/src/lib/RichToolBase.cpp +++ b/Rich/RichKernel/src/lib/RichToolBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichToolBase.cpp diff --git a/Rich/RichKernel/src/lib/RichTupleAlgBase.cpp b/Rich/RichKernel/src/lib/RichTupleAlgBase.cpp index 4d9c67b67d2fbc4c6ad98956065347e576f8ecb9..d27d609d708cab14db76856ec49ed22ff7621b3e 100644 --- a/Rich/RichKernel/src/lib/RichTupleAlgBase.cpp +++ b/Rich/RichKernel/src/lib/RichTupleAlgBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichTupleAlgBase.cpp diff --git a/Rich/RichKernel/src/lib/RichTupleToolBase.cpp b/Rich/RichKernel/src/lib/RichTupleToolBase.cpp index 2d8595f3d9db238a278d18b1f14bd16407316978..75cf412eaf3ca92df183034a954733c9c33dcdce 100644 --- a/Rich/RichKernel/src/lib/RichTupleToolBase.cpp +++ b/Rich/RichKernel/src/lib/RichTupleToolBase.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichTupleToolBase.cpp diff --git a/Rich/RichUtils/CMakeLists.txt b/Rich/RichUtils/CMakeLists.txt index 116a512aaa3d7a03260d4da2a006a52c5209c17f..44e906983b38a90fc4404d1d039946157f36c1dc 100644 --- a/Rich/RichUtils/CMakeLists.txt +++ b/Rich/RichUtils/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: RichUtils ################################################################################ diff --git a/Rich/RichUtils/RichUtils/BoostArray.h b/Rich/RichUtils/RichUtils/BoostArray.h index 6f09bf216cef24ded442c67d764c19d0a5245239..fbe76b9840ab4adee319f1b51ca7a3da8896f0eb 100644 --- a/Rich/RichUtils/RichUtils/BoostArray.h +++ b/Rich/RichUtils/RichUtils/BoostArray.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 BoostArray.h diff --git a/Rich/RichUtils/RichUtils/FastMaths.h b/Rich/RichUtils/RichUtils/FastMaths.h index 1076665d02b01d6eeb09da09834145f5bc4d574f..92eea959cc19013ea704f068d00b3d6bb5ca2748 100644 --- a/Rich/RichUtils/RichUtils/FastMaths.h +++ b/Rich/RichUtils/RichUtils/FastMaths.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 FastMaths.h diff --git a/Rich/RichUtils/RichUtils/FastRoots.h b/Rich/RichUtils/RichUtils/FastRoots.h index 14aa94969ed339d311c853b7640972f467ca5e95..3a1f3018fb5eb659fe29c99c89defae0ba4edcc9 100644 --- a/Rich/RichUtils/RichUtils/FastRoots.h +++ b/Rich/RichUtils/RichUtils/FastRoots.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichUtils/RichUtils/LookupTableInterpolator.h b/Rich/RichUtils/RichUtils/LookupTableInterpolator.h index 36fde310443a4298ce1f50b34e627b4c9ffbc82a..e228bcf30f5da478173146ceb66e4fb781f2b06a 100644 --- a/Rich/RichUtils/RichUtils/LookupTableInterpolator.h +++ b/Rich/RichUtils/RichUtils/LookupTableInterpolator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichUtils/RichUtils/RichDAQDefinitions.h b/Rich/RichUtils/RichUtils/RichDAQDefinitions.h index b90db1c9021c4922c72d968c791171f84cbe8e98..bb4ddcc77c865c7bb9b6f984106a131515a062c0 100644 --- a/Rich/RichUtils/RichUtils/RichDAQDefinitions.h +++ b/Rich/RichUtils/RichUtils/RichDAQDefinitions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichDAQDefinitions.h diff --git a/Rich/RichUtils/RichUtils/RichDAQFooterPDBase.h b/Rich/RichUtils/RichUtils/RichDAQFooterPDBase.h index de7ba7b8f2848f5d8b6f8131ba8cba3a0e23a98a..60410fd575e690f02425877add1b327aa4d36353 100644 --- a/Rich/RichUtils/RichUtils/RichDAQFooterPDBase.h +++ b/Rich/RichUtils/RichUtils/RichDAQFooterPDBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichDAQFooterPDBase.h diff --git a/Rich/RichUtils/RichUtils/RichDAQHeaderPD.h b/Rich/RichUtils/RichUtils/RichDAQHeaderPD.h index 0330125204e96e54b6e1dbe2fa0a94778cca57c1..677d7d384a91018cd7a6a3d28eaefb5190c9a8b6 100644 --- a/Rich/RichUtils/RichUtils/RichDAQHeaderPD.h +++ b/Rich/RichUtils/RichUtils/RichDAQHeaderPD.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichDAQHeaderPD.h diff --git a/Rich/RichUtils/RichUtils/RichDAQHeaderPDBase.h b/Rich/RichUtils/RichUtils/RichDAQHeaderPDBase.h index 2a85b8f0484bfffc75d1fee6efd0f4464d88e57b..f58a1ddc8ec2c668823cbeba64ce8774cf64c520 100644 --- a/Rich/RichUtils/RichUtils/RichDAQHeaderPDBase.h +++ b/Rich/RichUtils/RichUtils/RichDAQHeaderPDBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichDAQHeaderPDBase.h diff --git a/Rich/RichUtils/RichUtils/RichDAQHeaderPD_V1.h b/Rich/RichUtils/RichUtils/RichDAQHeaderPD_V1.h index 90bfdeb3ab6640231bf4b3b18b0d4fb0f212d384..4c1f87dfc5e7300b9394d43be9f5f9aec4366f27 100644 --- a/Rich/RichUtils/RichUtils/RichDAQHeaderPD_V1.h +++ b/Rich/RichUtils/RichUtils/RichDAQHeaderPD_V1.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichDAQHeaderPD_V1.h diff --git a/Rich/RichUtils/RichUtils/RichDAQHeaderPD_V2.h b/Rich/RichUtils/RichUtils/RichDAQHeaderPD_V2.h index 9a312b2e52cb78a1bf9bb92b4d77d348829e8189..1f1ee70b8d4afbbbf6d74e00f0740b7784ce7374 100644 --- a/Rich/RichUtils/RichUtils/RichDAQHeaderPD_V2.h +++ b/Rich/RichUtils/RichUtils/RichDAQHeaderPD_V2.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichDAQHeaderPD_V2.h diff --git a/Rich/RichUtils/RichUtils/RichDAQHeaderPD_V3.h b/Rich/RichUtils/RichUtils/RichDAQHeaderPD_V3.h index 6667aa677550723256f69eea4b6c5bfb392b036e..87f9728d0b1571dd9328d5cb174e05b33f89a168 100644 --- a/Rich/RichUtils/RichUtils/RichDAQHeaderPD_V3.h +++ b/Rich/RichUtils/RichUtils/RichDAQHeaderPD_V3.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichDAQHeaderPD_V3.h diff --git a/Rich/RichUtils/RichUtils/RichDAQHeaderPD_V4.h b/Rich/RichUtils/RichUtils/RichDAQHeaderPD_V4.h index a6636960986f69c3192fd6aab6dbb5310ab6e735..9d9ad853b0636d42bc76cf22991e5e511ed28dbc 100644 --- a/Rich/RichUtils/RichUtils/RichDAQHeaderPD_V4.h +++ b/Rich/RichUtils/RichUtils/RichDAQHeaderPD_V4.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichDAQHeaderPD_V4.h diff --git a/Rich/RichUtils/RichUtils/RichDAQL0Header.h b/Rich/RichUtils/RichUtils/RichDAQL0Header.h index fc786ce3c6ea4da15fd5670fac5f16b946fa5f12..990e97d370444b58f9ca85e927c50b4bbd4a9d0c 100644 --- a/Rich/RichUtils/RichUtils/RichDAQL0Header.h +++ b/Rich/RichUtils/RichUtils/RichDAQL0Header.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichDAQL0Header.h diff --git a/Rich/RichUtils/RichUtils/RichDAQL1IngressHeader.h b/Rich/RichUtils/RichUtils/RichDAQL1IngressHeader.h index cbc6437d50ff555b373cd1bab836426a5edd95a1..40ee436eaddbd1c7c9894c25b8bf40ac0b8745d6 100644 --- a/Rich/RichUtils/RichUtils/RichDAQL1IngressHeader.h +++ b/Rich/RichUtils/RichUtils/RichDAQL1IngressHeader.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichDAQL1IngressHeader.h diff --git a/Rich/RichUtils/RichUtils/RichDAQNullFooter.h b/Rich/RichUtils/RichUtils/RichDAQNullFooter.h index ee0380e9755923b0d5c3a337fe2365460404a3de..c006c4f6da4e2e9ef07f6b0735c3cdefe897408d 100644 --- a/Rich/RichUtils/RichUtils/RichDAQNullFooter.h +++ b/Rich/RichUtils/RichUtils/RichDAQNullFooter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichDAQNullFooter.h diff --git a/Rich/RichUtils/RichUtils/RichDAQParityFooter.h b/Rich/RichUtils/RichUtils/RichDAQParityFooter.h index f45619d6933f95a7f9f043b66b6c765eaa42238f..c3cf9af8b414fd03a9e7ed9e093c4692aa581fb6 100644 --- a/Rich/RichUtils/RichUtils/RichDAQParityFooter.h +++ b/Rich/RichUtils/RichUtils/RichDAQParityFooter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichDAQParityFooter.h diff --git a/Rich/RichUtils/RichUtils/RichDAQParityFooterTB2006.h b/Rich/RichUtils/RichUtils/RichDAQParityFooterTB2006.h index b902ebac13094589441f880656a0f5dd0fc14264..abefb3fecb37c93347b8cd22be57de28cce047bd 100644 --- a/Rich/RichUtils/RichUtils/RichDAQParityFooterTB2006.h +++ b/Rich/RichUtils/RichUtils/RichDAQParityFooterTB2006.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichDAQParityFooterTB2006.h diff --git a/Rich/RichUtils/RichUtils/RichDecodedData.h b/Rich/RichUtils/RichUtils/RichDecodedData.h index 27a28a7874f1a61820e862bd698e654da92fe4c8..c0e67778ed8ec2e56701f1147c5537d4f221eddb 100644 --- a/Rich/RichUtils/RichUtils/RichDecodedData.h +++ b/Rich/RichUtils/RichUtils/RichDecodedData.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichDecodedData.h diff --git a/Rich/RichUtils/RichUtils/RichException.h b/Rich/RichUtils/RichUtils/RichException.h index 5518ee9b1f245b624e916de860f1bbe13d66f97c..33f48e3314a0cf735aa5d232560b39d81e3465d9 100644 --- a/Rich/RichUtils/RichUtils/RichException.h +++ b/Rich/RichUtils/RichUtils/RichException.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichException.h diff --git a/Rich/RichUtils/RichUtils/RichGeomFunctions.h b/Rich/RichUtils/RichUtils/RichGeomFunctions.h index a64ac9c99b53117ba83f8d4b9b60d75bd6b11da0..a20ec466ec826c51e0de9748bdfd0b42cd31ae79 100644 --- a/Rich/RichUtils/RichUtils/RichGeomFunctions.h +++ b/Rich/RichUtils/RichUtils/RichGeomFunctions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichGeomFunctions.h diff --git a/Rich/RichUtils/RichUtils/RichGeomPhoton.h b/Rich/RichUtils/RichUtils/RichGeomPhoton.h index 7582a654c8904ccdd18b395111a13409cacc8814..c5a42c8792144e33520f6b7d6b66bf35905157d7 100644 --- a/Rich/RichUtils/RichUtils/RichGeomPhoton.h +++ b/Rich/RichUtils/RichUtils/RichGeomPhoton.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichGeomPhoton.h diff --git a/Rich/RichUtils/RichUtils/RichHashMap.h b/Rich/RichUtils/RichUtils/RichHashMap.h index 5003f5b891f8ec863318b4492b92b3d9419e0256..c8191dac1bb167ab3ebc1cccab40f930123d1ae7 100644 --- a/Rich/RichUtils/RichUtils/RichHashMap.h +++ b/Rich/RichUtils/RichUtils/RichHashMap.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichHashMap.h diff --git a/Rich/RichUtils/RichUtils/RichHistoID.h b/Rich/RichUtils/RichUtils/RichHistoID.h index 96383aca2a7d52e4ef61c036f12f50007f9096eb..52c5d85a3fef19e108a4685763a2e6e4bb004a95 100644 --- a/Rich/RichUtils/RichUtils/RichHistoID.h +++ b/Rich/RichUtils/RichUtils/RichHistoID.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichHistoID.h diff --git a/Rich/RichUtils/RichUtils/RichHypoData.h b/Rich/RichUtils/RichUtils/RichHypoData.h index 2dd9a82fa4ac538b2b4ea1f2fe04de10d623d85f..ad93e212e966474d4956aa7cc40c40f5d86be82a 100644 --- a/Rich/RichUtils/RichUtils/RichHypoData.h +++ b/Rich/RichUtils/RichUtils/RichHypoData.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichHypoData.h diff --git a/Rich/RichUtils/RichUtils/RichMap.h b/Rich/RichUtils/RichUtils/RichMap.h index 54a7f948dda07da918980c2993e4e265ed07c815..03b5c5f75a87043d07b0a06e223cd6e95c7d9456 100644 --- a/Rich/RichUtils/RichUtils/RichMap.h +++ b/Rich/RichUtils/RichUtils/RichMap.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichMap.h diff --git a/Rich/RichUtils/RichUtils/RichObjPtn.h b/Rich/RichUtils/RichUtils/RichObjPtn.h index 5019bc59487d4f3885699e3fed76fc340f66af22..f51814bd124b0b19cff5ff31ac8d3316febb1044 100644 --- a/Rich/RichUtils/RichUtils/RichObjPtn.h +++ b/Rich/RichUtils/RichUtils/RichObjPtn.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichObjPtn.h diff --git a/Rich/RichUtils/RichUtils/RichPDIdentifier.h b/Rich/RichUtils/RichUtils/RichPDIdentifier.h index a8dea328cb62bfceea78c6883c812aef1261309c..e91d55b388c02697b0b7b7f0a337d2d03fff8287 100644 --- a/Rich/RichUtils/RichUtils/RichPDIdentifier.h +++ b/Rich/RichUtils/RichUtils/RichPDIdentifier.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichPDIdentifier.h diff --git a/Rich/RichUtils/RichUtils/RichPackedPIDInfo.h b/Rich/RichUtils/RichUtils/RichPackedPIDInfo.h index f35dcb6cb5b762f371acd78533afba119ebbeed7..9f425bde957d3abbf8f3624bcc2c2461a44a152c 100644 --- a/Rich/RichUtils/RichUtils/RichPackedPIDInfo.h +++ b/Rich/RichUtils/RichUtils/RichPackedPIDInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichPackedPIDInfo.h diff --git a/Rich/RichUtils/RichUtils/RichPixelCluster.h b/Rich/RichUtils/RichUtils/RichPixelCluster.h index 5a9a533e21eb47941fb398f0ec85fef5142ce11c..d14aac496d4c5caba0a4866ea19417588929b460 100644 --- a/Rich/RichUtils/RichUtils/RichPixelCluster.h +++ b/Rich/RichUtils/RichUtils/RichPixelCluster.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichPixelCluster.h diff --git a/Rich/RichUtils/RichUtils/RichPoissonEffFunctor.h b/Rich/RichUtils/RichUtils/RichPoissonEffFunctor.h index 7626015363e87168271b64c1631a7fd5ac499547..fa21a05b35b68e541d3a43659f004609c08abd7a 100644 --- a/Rich/RichUtils/RichUtils/RichPoissonEffFunctor.h +++ b/Rich/RichUtils/RichUtils/RichPoissonEffFunctor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichPoissonEffFunctor.h diff --git a/Rich/RichUtils/RichUtils/RichPoolMap.h b/Rich/RichUtils/RichUtils/RichPoolMap.h index f1a44732a3cb653d3330a23e4d23f86817267015..28efe2ccde8dc22c51748788d44cbfcd7cb4f3b9 100644 --- a/Rich/RichUtils/RichUtils/RichPoolMap.h +++ b/Rich/RichUtils/RichUtils/RichPoolMap.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichPoolMap.h diff --git a/Rich/RichUtils/RichUtils/RichRayTracingUtils.h b/Rich/RichUtils/RichUtils/RichRayTracingUtils.h index 6a30a7d7ded0d66273e1e0f69065a8f0af185bbc..68d675b06ca83485fcbec3fbaa9f31921afe73ca 100644 --- a/Rich/RichUtils/RichUtils/RichRayTracingUtils.h +++ b/Rich/RichUtils/RichUtils/RichRayTracingUtils.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichUtils/RichUtils/RichSIMDRayTracing.h b/Rich/RichUtils/RichUtils/RichSIMDRayTracing.h index cee96b10ed6c40d4ef62111852783aea6523e40a..a738e6e3cd2e670343cec27bc7ef339f6983ef8a 100644 --- a/Rich/RichUtils/RichUtils/RichSIMDRayTracing.h +++ b/Rich/RichUtils/RichUtils/RichSIMDRayTracing.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichUtils/RichUtils/RichSIMDTypes.h b/Rich/RichUtils/RichUtils/RichSIMDTypes.h index 3b9904c2c621e0e0e7e254becbcb4605193a1aa9..2b0f7fc8d3e7457d567e75014d4fbd8d8b92a850 100644 --- a/Rich/RichUtils/RichUtils/RichSIMDTypes.h +++ b/Rich/RichUtils/RichUtils/RichSIMDTypes.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichUtils/RichUtils/RichSmartIDCnv.h b/Rich/RichUtils/RichUtils/RichSmartIDCnv.h index ea687a8ee204726cf24e033c30fcb55a1e541315..544720aba9ee036c9c31bec10142ac94ff73378e 100644 --- a/Rich/RichUtils/RichUtils/RichSmartIDCnv.h +++ b/Rich/RichUtils/RichUtils/RichSmartIDCnv.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichSmartIDCnv.h diff --git a/Rich/RichUtils/RichUtils/RichSmartIDSorter.h b/Rich/RichUtils/RichUtils/RichSmartIDSorter.h index a5726cb376755b51303e49a7a4438a2fe0ee3fcc..4a88b687f4d4ebbdbbab5aa96fb98e9c33b68348 100644 --- a/Rich/RichUtils/RichUtils/RichSmartIDSorter.h +++ b/Rich/RichUtils/RichUtils/RichSmartIDSorter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichSmartIDSorter.h diff --git a/Rich/RichUtils/RichUtils/RichStatDivFunctor.h b/Rich/RichUtils/RichUtils/RichStatDivFunctor.h index e7feb00ca838f53e68e4d848b77fa78137d4d84d..647237120768c3733a22560cdfd9fcee820f3ecb 100644 --- a/Rich/RichUtils/RichUtils/RichStatDivFunctor.h +++ b/Rich/RichUtils/RichUtils/RichStatDivFunctor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichStatDivFunctor.h diff --git a/Rich/RichUtils/RichUtils/RichTrackSegment.h b/Rich/RichUtils/RichUtils/RichTrackSegment.h index 13b0213e854a066f2797614f4e69da0419b3ce48..03f148038b2d87caed184b599f9e9481b5addf7d 100644 --- a/Rich/RichUtils/RichUtils/RichTrackSegment.h +++ b/Rich/RichUtils/RichUtils/RichTrackSegment.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichTrackSegment.h diff --git a/Rich/RichUtils/RichUtils/RichUnorderedMap.h b/Rich/RichUtils/RichUtils/RichUnorderedMap.h index 32d5679ac791b94c9edc2b9decd2eb28aaecba58..c842c0627068eddf63a2e65c3663bd7b72eea5f1 100644 --- a/Rich/RichUtils/RichUtils/RichUnorderedMap.h +++ b/Rich/RichUtils/RichUtils/RichUnorderedMap.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichUnorderedMap.h diff --git a/Rich/RichUtils/RichUtils/RichVectorRayTracingUtils.h b/Rich/RichUtils/RichUtils/RichVectorRayTracingUtils.h index d7c4d5a35d140373eb955f4e42ca884d8f720411..927cb92965c066d96a7e5fef3fc3b287a0cc7b93 100644 --- a/Rich/RichUtils/RichUtils/RichVectorRayTracingUtils.h +++ b/Rich/RichUtils/RichUtils/RichVectorRayTracingUtils.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichUtils/RichUtils/StlArray.h b/Rich/RichUtils/RichUtils/StlArray.h index 5982444d31852b5e27dd51555afe2e932cb813ee..def33d3e31d1dfafa46e2a68449cf3657e46a37d 100644 --- a/Rich/RichUtils/RichUtils/StlArray.h +++ b/Rich/RichUtils/RichUtils/StlArray.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 StlArray.h diff --git a/Rich/RichUtils/RichUtils/ZipRange.h b/Rich/RichUtils/RichUtils/ZipRange.h index 591584c502ddce19ded12ac42fa92c12dbdf1ab1..2bf2d7e5d29e8cae1bf96a60705703523bd79e68 100644 --- a/Rich/RichUtils/RichUtils/ZipRange.h +++ b/Rich/RichUtils/RichUtils/ZipRange.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once diff --git a/Rich/RichUtils/dict/RichUtilsDict.h b/Rich/RichUtils/dict/RichUtilsDict.h index 619488bf26d006ffb855d41d95205c4d6588eaa8..7673b1759cabb0715982cc04a06fd2848640bfe5 100644 --- a/Rich/RichUtils/dict/RichUtilsDict.h +++ b/Rich/RichUtils/dict/RichUtilsDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_RICHUTILSDICT_H #define DICT_RICHUTILSDICT_H 1 diff --git a/Rich/RichUtils/dict/RichUtilsDict.xml b/Rich/RichUtils/dict/RichUtilsDict.xml index 57e2403298a47db60f0f3abc1436ff20cebb5e0d..53b20170aa61772227cc0b391e01ea2860f46b72 100755 --- a/Rich/RichUtils/dict/RichUtilsDict.xml +++ b/Rich/RichUtils/dict/RichUtilsDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "Rich::HypoData<float>" /--> diff --git a/Rich/RichUtils/src/RichDAQL1IngressHeader.cpp b/Rich/RichUtils/src/RichDAQL1IngressHeader.cpp index b9ae57a5fe26de971668d1e378d1c953117ad1bf..dc9764e7038ab33e1ebab0388c8d25b844b5fada 100644 --- a/Rich/RichUtils/src/RichDAQL1IngressHeader.cpp +++ b/Rich/RichUtils/src/RichDAQL1IngressHeader.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichDAQL1IngressHeader.cpp diff --git a/Rich/RichUtils/src/RichGeomPhoton.cpp b/Rich/RichUtils/src/RichGeomPhoton.cpp index 2e86e7d11c6fddcc4d60f1b65db4164879c00f86..2372936907299aae382d652fcf50c64b5da01ea8 100644 --- a/Rich/RichUtils/src/RichGeomPhoton.cpp +++ b/Rich/RichUtils/src/RichGeomPhoton.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichGeomPhoton.cpp diff --git a/Rich/RichUtils/src/RichHistoID.cpp b/Rich/RichUtils/src/RichHistoID.cpp index 7b5e9fe854a6ef3c91703ea6723884cd3e1959d2..fb98ea56a117a514b6487d16442490031b185e3e 100644 --- a/Rich/RichUtils/src/RichHistoID.cpp +++ b/Rich/RichUtils/src/RichHistoID.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichHistoID.cpp diff --git a/Rich/RichUtils/src/RichPixelCluster.cpp b/Rich/RichUtils/src/RichPixelCluster.cpp index 14d3526b459b8dd8f75dd86964ce9d406dd2abcc..ac1816a3011aa46f01c285659b87f0840d0a7a15 100644 --- a/Rich/RichUtils/src/RichPixelCluster.cpp +++ b/Rich/RichUtils/src/RichPixelCluster.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichPixelCluster.cpp diff --git a/Rich/RichUtils/src/RichSmartIDCnv.cpp b/Rich/RichUtils/src/RichSmartIDCnv.cpp index dc680c2a66adc5c8414ed3ca2d041b1d8f709b72..744c02e419c48e308d8d551b07aebd6ea52f3696 100644 --- a/Rich/RichUtils/src/RichSmartIDCnv.cpp +++ b/Rich/RichUtils/src/RichSmartIDCnv.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichSmartIDCnv.cpp diff --git a/Rich/RichUtils/src/RichTrackSegment.cpp b/Rich/RichUtils/src/RichTrackSegment.cpp index 6bf010e34c0f6d51e056cde87c3ad8f27c01863b..29c2eaad78387766d80c9ef83fc19a8e14ebe3e3 100644 --- a/Rich/RichUtils/src/RichTrackSegment.cpp +++ b/Rich/RichUtils/src/RichTrackSegment.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RichTrackSegment.cpp diff --git a/ST/STDAQ/CMakeLists.txt b/ST/STDAQ/CMakeLists.txt index e74f746a07f1ed740eab424be79ebafd6dd9decf..5c0c7a137fa27e637b637d42a24158ccaa2be6b2 100644 --- a/ST/STDAQ/CMakeLists.txt +++ b/ST/STDAQ/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: STDAQ ################################################################################ diff --git a/ST/STDAQ/options/ITDecodeNZSTAE.py b/ST/STDAQ/options/ITDecodeNZSTAE.py index b77ea47a170471870afc6c2685e32c9163291f20..382c09fadf1ec29588a728720da365a1269dcc3a 100644 --- a/ST/STDAQ/options/ITDecodeNZSTAE.py +++ b/ST/STDAQ/options/ITDecodeNZSTAE.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Decode the NZS bank for different spills (+/- 2 in TAE mode) for the TT. from Gaudi.Configuration import * diff --git a/ST/STDAQ/options/ITDecodeTAE.py b/ST/STDAQ/options/ITDecodeTAE.py index a5459c2b729b95654b3db943a03ec0032c0beca0..718b056909142f0b54e6e8cbd3bc9345b7a85cea 100644 --- a/ST/STDAQ/options/ITDecodeTAE.py +++ b/ST/STDAQ/options/ITDecodeTAE.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 * # Job options to configure the data on demand service for decoding the RawEvent diff --git a/ST/STDAQ/options/TTDecodeNZSTAE.py b/ST/STDAQ/options/TTDecodeNZSTAE.py index 0ca0dc5ee834c8e95701bf3a27798d8dcf2f2ae3..99dc48c9d2dfc67c548212baa97b030f0e0739ed 100644 --- a/ST/STDAQ/options/TTDecodeNZSTAE.py +++ b/ST/STDAQ/options/TTDecodeNZSTAE.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # Decode the NZS bank for different spills (+/- 2 in TAE mode) for the TT. from Gaudi.Configuration import * diff --git a/ST/STDAQ/options/TTDecodeTAE.py b/ST/STDAQ/options/TTDecodeTAE.py index 09dbee6369b9df1828ea05ee0cfb9d71256ce8c5..66176bb5f55c99f93fb3b3e350d7e6539b8b684b 100644 --- a/ST/STDAQ/options/TTDecodeTAE.py +++ b/ST/STDAQ/options/TTDecodeTAE.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 * # Job options to configure the data on demand service for decoding the RawEvent diff --git a/ST/STDAQ/src/ITReadoutTool.cpp b/ST/STDAQ/src/ITReadoutTool.cpp index 869d53902c76f833fbad9e8d0d478f86968bf1ec..2bcbc46745945d6cc13987574797d0b0da8e8b38 100644 --- a/ST/STDAQ/src/ITReadoutTool.cpp +++ b/ST/STDAQ/src/ITReadoutTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // STDAQ #include "ITReadoutTool.h" #include "Kernel/STTell1Board.h" diff --git a/ST/STDAQ/src/ITReadoutTool.h b/ST/STDAQ/src/ITReadoutTool.h index a3ece8f3667f5e835b42e3d764ff0d5eae563e35..a233fe1d6168aabd7a9a16b949670c126caa92b8 100644 --- a/ST/STDAQ/src/ITReadoutTool.h +++ b/ST/STDAQ/src/ITReadoutTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _ITReadoutTool_H #define _ITReadoutTool_H diff --git a/ST/STDAQ/src/RawBankToSTClusterAlg.cpp b/ST/STDAQ/src/RawBankToSTClusterAlg.cpp index 2fb7858b4c8cf449ba700cf03a7bc63096b6bb37..b5086f13bb9d3bc56a7e7dd14284b5d025b59cf6 100644 --- a/ST/STDAQ/src/RawBankToSTClusterAlg.cpp +++ b/ST/STDAQ/src/RawBankToSTClusterAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <algorithm> // local diff --git a/ST/STDAQ/src/RawBankToSTClusterAlg.h b/ST/STDAQ/src/RawBankToSTClusterAlg.h index a2f55f400488b09cecc3cb253ca892c5a52df212..0dc589d6f258ddd916a4aba50d24e962409e019f 100644 --- a/ST/STDAQ/src/RawBankToSTClusterAlg.h +++ b/ST/STDAQ/src/RawBankToSTClusterAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RAWBANKTOSTCLUSTERALG_H #define RAWBANKTOSTCLUSTERALG_H 1 diff --git a/ST/STDAQ/src/RawBankToSTLiteClusterAlg.cpp b/ST/STDAQ/src/RawBankToSTLiteClusterAlg.cpp index c4e9074de72698a77e66436c29774d8bea4a245d..08df7388499d87e66effcd6c3cedf3c8b7e35d3b 100644 --- a/ST/STDAQ/src/RawBankToSTLiteClusterAlg.cpp +++ b/ST/STDAQ/src/RawBankToSTLiteClusterAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <algorithm> #include <vector> diff --git a/ST/STDAQ/src/RawBankToSTLiteClusterAlg.h b/ST/STDAQ/src/RawBankToSTLiteClusterAlg.h index 482d97d7cf8e2f265364e3368c4ac6de00a1505b..ac7a5e47efcc48221749929c03ba621bd52c5fdf 100644 --- a/ST/STDAQ/src/RawBankToSTLiteClusterAlg.h +++ b/ST/STDAQ/src/RawBankToSTLiteClusterAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 RAWBANKTOSTLITECLUSTERALG_H #define RAWBANKTOSTLITECLUSTERALG_H 1 diff --git a/ST/STDAQ/src/STBoardToBankMap.cpp b/ST/STDAQ/src/STBoardToBankMap.cpp index 0ab1f0e7a66c0e05c9cdeb45fdae666769b6d736..755d90491795c4e80c100cbb24ea0520e547db10 100644 --- a/ST/STDAQ/src/STBoardToBankMap.cpp +++ b/ST/STDAQ/src/STBoardToBankMap.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STBoardToBankMap.h" #include <algorithm> diff --git a/ST/STDAQ/src/STBoardToBankMap.h b/ST/STDAQ/src/STBoardToBankMap.h index f7dfae0a7f20dbff0f915bd6ce3100738b9d4169..9b877aeaba6a83d444896894c5f1a3266b6421fd 100644 --- a/ST/STDAQ/src/STBoardToBankMap.h +++ b/ST/STDAQ/src/STBoardToBankMap.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _STBoardToBankMap_H #define _STBoardToBankMap_H 1 diff --git a/ST/STDAQ/src/STClustersOnBoard.h b/ST/STDAQ/src/STClustersOnBoard.h index 0ce48364e37b80714ae09e0c91ba1b2b8be5d506..eaee663d3646df2dc685dd7241db078985741848 100644 --- a/ST/STDAQ/src/STClustersOnBoard.h +++ b/ST/STDAQ/src/STClustersOnBoard.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _STClustersOnBoard_H #define _STClustersOnBoard_H diff --git a/ST/STDAQ/src/STClustersToRawBankAlg.cpp b/ST/STDAQ/src/STClustersToRawBankAlg.cpp index 67004a56d0330e5419d120f71c64c3545c980eb5..bd944e53ad2925c1f8eb21aa525d60c7da8c7f03 100644 --- a/ST/STDAQ/src/STClustersToRawBankAlg.cpp +++ b/ST/STDAQ/src/STClustersToRawBankAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // STDAQ #include "STClustersToRawBankAlg.h" #include "Kernel/STRawBankMap.h" diff --git a/ST/STDAQ/src/STClustersToRawBankAlg.h b/ST/STDAQ/src/STClustersToRawBankAlg.h index 33315b8da083ec1ac4c6a52a534b1fbfebf53736..673039981eec5ab8cb6a7327eef18edb682fd63f 100644 --- a/ST/STDAQ/src/STClustersToRawBankAlg.h +++ b/ST/STDAQ/src/STClustersToRawBankAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STClustersToRawBankAlg_H #define STClustersToRawBankAlg_H 1 diff --git a/ST/STDAQ/src/STDAQFunctor.h b/ST/STDAQ/src/STDAQFunctor.h index e5f897b8244bb10bf1058c30bb5b21db196674ac..087015bf0a01bd3f78cc4c66a1f4da01399037a6 100644 --- a/ST/STDAQ/src/STDAQFunctor.h +++ b/ST/STDAQ/src/STDAQFunctor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _ITDataFunctor_H_ #define _ITDataFunctor_H_ diff --git a/ST/STDAQ/src/STDecodingBaseAlg.cpp b/ST/STDAQ/src/STDecodingBaseAlg.cpp index 27896fd687c5bfd8711ac110964f94888a6d2000..f7f255a832322c9497532db62c71c91cd2778b67 100644 --- a/ST/STDAQ/src/STDecodingBaseAlg.cpp +++ b/ST/STDAQ/src/STDecodingBaseAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <algorithm> // local diff --git a/ST/STDAQ/src/STDecodingBaseAlg.h b/ST/STDAQ/src/STDecodingBaseAlg.h index b70b6aee58ca76817356a236f2febe72b29158ab..2649c70247df1e3b8baa5a78cdbcfbe63bca8f62 100644 --- a/ST/STDAQ/src/STDecodingBaseAlg.h +++ b/ST/STDAQ/src/STDecodingBaseAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STDECODINGBASEALG_H #define STDECODINGBASEALG_H 1 diff --git a/ST/STDAQ/src/STDigitsToSTTELL1Data.cpp b/ST/STDAQ/src/STDigitsToSTTELL1Data.cpp index f69516101735bd452b1167e5049f12bc995a6672..2f75b7662826cf34fa68c4535a1b5da32804de12 100644 --- a/ST/STDAQ/src/STDigitsToSTTELL1Data.cpp +++ b/ST/STDAQ/src/STDigitsToSTTELL1Data.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <algorithm> // local diff --git a/ST/STDAQ/src/STDigitsToSTTELL1Data.h b/ST/STDAQ/src/STDigitsToSTTELL1Data.h index 4d44b9581fa27d3b3079b9fce018ba0037c81fb1..9c4f087e432166c3e0b0ad3f407e5fb77d4f89b7 100644 --- a/ST/STDAQ/src/STDigitsToSTTELL1Data.h +++ b/ST/STDAQ/src/STDigitsToSTTELL1Data.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STDIGITSTOSTTELL1DATA_H #define STDIGITSTOSTTELL1DATA_H 1 diff --git a/ST/STDAQ/src/STErrorDecoding.cpp b/ST/STDAQ/src/STErrorDecoding.cpp index a0dcb2c2d7ae7eeb5db6f94e4e138db799176329..eceb073132388cc9933396d924f3ef5b7eb7d498 100755 --- a/ST/STDAQ/src/STErrorDecoding.cpp +++ b/ST/STDAQ/src/STErrorDecoding.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/ST/STDAQ/src/STErrorDecoding.h b/ST/STDAQ/src/STErrorDecoding.h index 1a3cfd0c30d7c8b804686eeda30dc547aac53c92..1a6028ccb23d883d57a2f3b3f80dccb1afb50564 100644 --- a/ST/STDAQ/src/STErrorDecoding.h +++ b/ST/STDAQ/src/STErrorDecoding.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STERRORDECODING_H #define STERRORDECODING_H 1 diff --git a/ST/STDAQ/src/STFullDecoding.cpp b/ST/STDAQ/src/STFullDecoding.cpp index 75ed7b3616a23cee73cf33539e7ed869c2bd13fd..f67e5a96f318457e70915e6d63a9518e93091024 100644 --- a/ST/STDAQ/src/STFullDecoding.cpp +++ b/ST/STDAQ/src/STFullDecoding.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // Event data #include "Event/RawEvent.h" diff --git a/ST/STDAQ/src/STFullDecoding.h b/ST/STDAQ/src/STFullDecoding.h index 521dcc35282177e33f1446440fa6b669567cc960..5472a6a4983e4376531e3635adc64ba2ff91fe51 100644 --- a/ST/STDAQ/src/STFullDecoding.h +++ b/ST/STDAQ/src/STFullDecoding.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STFULLDECODING_H #define STFULLDECODING_H 1 diff --git a/ST/STDAQ/src/STLayerSelector.cpp b/ST/STDAQ/src/STLayerSelector.cpp index 6af4f9ca5fcd02f7592f855b0d5220e2c3c6d662..b589b08bba721d0652f2482d089af5bfb7b74b98 100644 --- a/ST/STDAQ/src/STLayerSelector.cpp +++ b/ST/STDAQ/src/STLayerSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "STLayerSelector.h" diff --git a/ST/STDAQ/src/STLayerSelector.h b/ST/STDAQ/src/STLayerSelector.h index c1f9bf293e5fea4dbf1c0516dff1d4cab0d92fc9..b625824c91e1cf0890c80242f1535681cadbcc08 100644 --- a/ST/STDAQ/src/STLayerSelector.h +++ b/ST/STDAQ/src/STLayerSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STLAYERSELECTOR_H #define STLAYERSELECTOR_H 1 diff --git a/ST/STDAQ/src/STPedestalDecoding.cpp b/ST/STDAQ/src/STPedestalDecoding.cpp index 89e65a2e5ad32f7f3485ee83fc6b4f79755c4bb1..718ba2da488b3761921e00ba50ae77565f85dd0f 100644 --- a/ST/STDAQ/src/STPedestalDecoding.cpp +++ b/ST/STDAQ/src/STPedestalDecoding.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // Event //#include "Event/RawBank.h" #include "Event/RawEvent.h" diff --git a/ST/STDAQ/src/STPedestalDecoding.h b/ST/STDAQ/src/STPedestalDecoding.h index 0a2e009af25063fa914a79120a58a1f0e34cac13..942e4df1e2e28a7b802c597a1b99a1ab0028e450 100644 --- a/ST/STDAQ/src/STPedestalDecoding.h +++ b/ST/STDAQ/src/STPedestalDecoding.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STPEDESTALDECODING_H #define STPEDESTALDECODING_H 1 diff --git a/ST/STDAQ/src/STRawBankMonitor.cpp b/ST/STDAQ/src/STRawBankMonitor.cpp index cd469185b471264487937b16c87aa60f17b2b982..16c9ad21389871aaca7d2b4c9bf38c3a1299072e 100644 --- a/ST/STDAQ/src/STRawBankMonitor.cpp +++ b/ST/STDAQ/src/STRawBankMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // // C++ code for 'LHCb Tracking package(s)' // diff --git a/ST/STDAQ/src/STRawBankMonitor.h b/ST/STDAQ/src/STRawBankMonitor.h index 60db917ea6804eecd1e426775baa1c9933196ebb..6a9cb7a115385c1dcd6a3529cab40fe09aabd553 100644 --- a/ST/STDAQ/src/STRawBankMonitor.h +++ b/ST/STDAQ/src/STRawBankMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _STRawBankMonitor_H #define _STRawBankMonitor_H diff --git a/ST/STDAQ/src/STReadoutTool.cpp b/ST/STDAQ/src/STReadoutTool.cpp index 5793874bcb210128b93091f96a55ec669667ae14..22741e1f382c3b8c9e35ddee23903121edd0b064 100644 --- a/ST/STDAQ/src/STReadoutTool.cpp +++ b/ST/STDAQ/src/STReadoutTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // STDAQ #include "STReadoutTool.h" diff --git a/ST/STDAQ/src/STReadoutTool.h b/ST/STDAQ/src/STReadoutTool.h index 43babfdc9ddc5c6110f18bac86d9934957a6b3b3..5d78305ed176b0793fad9313a083797c5db11ca6 100644 --- a/ST/STDAQ/src/STReadoutTool.h +++ b/ST/STDAQ/src/STReadoutTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _STReadoutTool_H #define _STReadoutTool_H diff --git a/ST/STDAQ/src/TTReadoutTool.cpp b/ST/STDAQ/src/TTReadoutTool.cpp index 1a498fb7f0e1651e96d62df4cd2a53df20e868a5..de22af6f4cba6ab6b501b69fd8cc2323f1d619b4 100644 --- a/ST/STDAQ/src/TTReadoutTool.cpp +++ b/ST/STDAQ/src/TTReadoutTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // STDAQ #include "TTReadoutTool.h" #include "Kernel/STTell1Board.h" diff --git a/ST/STDAQ/src/TTReadoutTool.h b/ST/STDAQ/src/TTReadoutTool.h index e53830563e5ecb0522249e802d5767b4392ddc29..00724d2091583c6dcb9cc6b50c2e40ea295eba57 100644 --- a/ST/STDAQ/src/TTReadoutTool.h +++ b/ST/STDAQ/src/TTReadoutTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _TTReadoutTool_H #define _TTReadoutTool_H diff --git a/ST/STKernel/CMakeLists.txt b/ST/STKernel/CMakeLists.txt index d6b5b2a97b236557f1c78effa58e91cafafc27fc..d7db55430c7566b4ca5b310239852e1c68aa6557 100644 --- a/ST/STKernel/CMakeLists.txt +++ b/ST/STKernel/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: STKernel ################################################################################ diff --git a/ST/STKernel/Kernel/BeetleRepresentation.h b/ST/STKernel/Kernel/BeetleRepresentation.h index 4310960e0bef7d16e19501c491bc9bcb287cae46..d1d07dfbb8f1df4adb77a4d8957660ca5d6e17c5 100644 --- a/ST/STKernel/Kernel/BeetleRepresentation.h +++ b/ST/STKernel/Kernel/BeetleRepresentation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: BeetleRepresentation.h,v 1.3 2009-08-20 07:58:46 mneedham Exp $ #ifndef _STDAQ_BeetleRepresentation_H #define _STDAQ_BeetleRepresentation_H 1 diff --git a/ST/STKernel/Kernel/ISTChannelIDSelector.h b/ST/STKernel/Kernel/ISTChannelIDSelector.h index dd1cf387dea730a5611bd1eca1ed4eeb55992985..65d718c7bcd57f17bf420bb25c7c84ce4ed827c9 100644 --- a/ST/STKernel/Kernel/ISTChannelIDSelector.h +++ b/ST/STKernel/Kernel/ISTChannelIDSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STKERNEL_ISTCHANNELIDSELECTOR_H #define STKERNEL_ISTCHANNELIDSELECTOR_H 1 diff --git a/ST/STKernel/Kernel/ISTClusterSelector.h b/ST/STKernel/Kernel/ISTClusterSelector.h index 4ca693060759525ca92129e2067db1620994ef81..0e0707babf0b16f9767127f73658ab9fd58ccb0f 100644 --- a/ST/STKernel/Kernel/ISTClusterSelector.h +++ b/ST/STKernel/Kernel/ISTClusterSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STKERNEL_ISTCLUSTERSELECTOR_H #define STKERNEL_ISTCLUSTERSELECTOR_H 1 // Include files diff --git a/ST/STKernel/Kernel/ISTNoiseCalculationTool.h b/ST/STKernel/Kernel/ISTNoiseCalculationTool.h index 9c49f898e3e5f35e15b274ee392774aa1eb44fb1..e1d1b713fb97fdef17d32ff05c1464593f9977ce 100644 --- a/ST/STKernel/Kernel/ISTNoiseCalculationTool.h +++ b/ST/STKernel/Kernel/ISTNoiseCalculationTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: ISTNoiseCalculationTool.h,v 1.2 2009-11-09 17:49:46 mtobin Exp $ #ifndef KERNEL_ISTNOISECALCULATIONTOOL_H #define KERNEL_ISTNOISECALCULATIONTOOL_H 1 diff --git a/ST/STKernel/Kernel/ISTRawADCInfo.h b/ST/STKernel/Kernel/ISTRawADCInfo.h index a582b06d575a01ad7282aee6b74c4f2277bad6e0..0f4262b46ea27296e8e05d59dd3346bd050c66c5 100644 --- a/ST/STKernel/Kernel/ISTRawADCInfo.h +++ b/ST/STKernel/Kernel/ISTRawADCInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: ISTRawADCInfo.h,v 1.1 2009-08-20 07:58:46 mneedham Exp $ // ============================================================================ #ifndef STKERNEL_ISTRAWADCINFO_H diff --git a/ST/STKernel/Kernel/ISTReadoutTool.h b/ST/STKernel/Kernel/ISTReadoutTool.h index e9f5724de790a0099e8f896b34d6fe8017c3867c..244df657afa511f07a94aa596efba4dd6672076b 100644 --- a/ST/STKernel/Kernel/ISTReadoutTool.h +++ b/ST/STKernel/Kernel/ISTReadoutTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _ISTReadoutTool_H #define _ISTReadoutTool_H diff --git a/ST/STKernel/Kernel/ITDetectorPlot.h b/ST/STKernel/Kernel/ITDetectorPlot.h index 15be575f6fc2faa44f241c4df90edbfce266aaf5..79685a17f0f6b6b154ca0f404d6c154212d3dd0a 100644 --- a/ST/STKernel/Kernel/ITDetectorPlot.h +++ b/ST/STKernel/Kernel/ITDetectorPlot.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ITDETECTORPLOT_H #define ITDETECTORPLOT_H 1 diff --git a/ST/STKernel/Kernel/PPRepresentation.h b/ST/STKernel/Kernel/PPRepresentation.h index 48578b6f687a50df00f586768f38ea8641775542..ff7888098db62a6628304c72cc33c876eaab06c2 100644 --- a/ST/STKernel/Kernel/PPRepresentation.h +++ b/ST/STKernel/Kernel/PPRepresentation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: PPRepresentation.h,v 1.3 2009-01-22 11:43:44 mneedham Exp $ #ifndef _STDAQ_PPRepresentation_H #define _STDAQ_PPRepresentation_H 1 diff --git a/ST/STKernel/Kernel/STAlgBase.h b/ST/STKernel/Kernel/STAlgBase.h index 31fe62f5420d29d26ec637f1f9135c31e800c348..0d46d2c7f5d18241cfa8f0bc8ba5d07c7ead925b 100644 --- a/ST/STKernel/Kernel/STAlgBase.h +++ b/ST/STKernel/Kernel/STAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STAlgBase.h diff --git a/ST/STKernel/Kernel/STBitsPolicy.h b/ST/STKernel/Kernel/STBitsPolicy.h index d36644c35d80643fb57445fa583bd98aa0b64ec7..eab3271bd0af5d967972be4753059c000403735e 100644 --- a/ST/STKernel/Kernel/STBitsPolicy.h +++ b/ST/STKernel/Kernel/STBitsPolicy.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _STBitsPolicy_H #define _STBitsPolicy_H 1 diff --git a/ST/STKernel/Kernel/STBoardMapping.h b/ST/STKernel/Kernel/STBoardMapping.h index b116a3b3b0bd46e9d0390f6acd55789f868928e2..94aad32dc1d127864945bf1ac03eefc6b0ee7afa 100644 --- a/ST/STKernel/Kernel/STBoardMapping.h +++ b/ST/STKernel/Kernel/STBoardMapping.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STBOARDMAPPING_H #define STBOARDMAPPING_H 1 diff --git a/ST/STKernel/Kernel/STClusterWord.h b/ST/STKernel/Kernel/STClusterWord.h index df0897e0d148481609ea7f05be78564b76d66664..95327e0d77c9206380e38ce983fe5942563fedb7 100644 --- a/ST/STKernel/Kernel/STClusterWord.h +++ b/ST/STKernel/Kernel/STClusterWord.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _STClusterWord_H #define _STClusterWord_H #include "SiDAQ/SiClusterWord.h" diff --git a/ST/STKernel/Kernel/STCommonBase.h b/ST/STKernel/Kernel/STCommonBase.h index 4833d5bdd3cab8ef6cb36f0e8d43fb3cb2e3b765..40373c076055ba064315b31380a78fd67f51a5ef 100644 --- a/ST/STKernel/Kernel/STCommonBase.h +++ b/ST/STKernel/Kernel/STCommonBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STCommonBase.h * diff --git a/ST/STKernel/Kernel/STDAQDefinitions.h b/ST/STKernel/Kernel/STDAQDefinitions.h index 762604df1d2ca95369e32af8c1a7bd8275dd8e7b..a5c34757fa295f9193dd6563d4902aed39e4bb7c 100644 --- a/ST/STKernel/Kernel/STDAQDefinitions.h +++ b/ST/STKernel/Kernel/STDAQDefinitions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: STDAQDefinitions.h,v 1.6 2009-02-05 13:45:55 jluisier Exp $ #ifndef _STDAQDefinitions_H #define _STDAQDefinitions_H diff --git a/ST/STKernel/Kernel/STDecoder.h b/ST/STKernel/Kernel/STDecoder.h index f059cd59d425c57b0ea66c7885482da564cd70ca..e5edc7db1bba337f7a71a00f89a95b6359e91a16 100644 --- a/ST/STKernel/Kernel/STDecoder.h +++ b/ST/STKernel/Kernel/STDecoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _STDecoder_H #define _STDecoder_H #include "SiDAQ/SiRawBankDecoder.h" diff --git a/ST/STKernel/Kernel/STDigitFun.h b/ST/STKernel/Kernel/STDigitFun.h index 5e0bc2ab545bce1a6a332edc4408795f9e28417e..9202e23e56d693a2fa832d56eb56752df56bd378 100644 --- a/ST/STKernel/Kernel/STDigitFun.h +++ b/ST/STKernel/Kernel/STDigitFun.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _STDigitFun_H #define _STDigitFun_H 1 diff --git a/ST/STKernel/Kernel/STFun.h b/ST/STKernel/Kernel/STFun.h index 8b00833e4a288ebcbef48a79c2bf41e748e88250..9bfdfeaf0d89ee51545c574b1eae9ad8661a1e0c 100644 --- a/ST/STKernel/Kernel/STFun.h +++ b/ST/STKernel/Kernel/STFun.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _STKernel_STFun_H #define _STKernel_STFun_H diff --git a/ST/STKernel/Kernel/STHisto2DProperties.h b/ST/STKernel/Kernel/STHisto2DProperties.h index 616a48aaa0fdcc7cd0d1361c6ed67ca5211bc5e7..67b22748a5eb4d25160c0c3878124f7238a4a87b 100644 --- a/ST/STKernel/Kernel/STHisto2DProperties.h +++ b/ST/STKernel/Kernel/STHisto2DProperties.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STHisto2DProperties_H #define STHisto2DProperties_H 1 diff --git a/ST/STKernel/Kernel/STHistoAlgBase.h b/ST/STKernel/Kernel/STHistoAlgBase.h index 4c797d1962f16d889809f998ccd797655d14eb88..fa48606a00a330c5a4377a00424f137fd42c5eed 100644 --- a/ST/STKernel/Kernel/STHistoAlgBase.h +++ b/ST/STKernel/Kernel/STHistoAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STHistoBase.h diff --git a/ST/STKernel/Kernel/STHistoToolBase.h b/ST/STKernel/Kernel/STHistoToolBase.h index 3d384ff2fc4dcc3f2719e3492d6f2e4327baf462..33ff42b100c9176f1f46491ac447a88bd20172e1 100644 --- a/ST/STKernel/Kernel/STHistoToolBase.h +++ b/ST/STKernel/Kernel/STHistoToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STHistoBase.h diff --git a/ST/STKernel/Kernel/STLexicalCaster.h b/ST/STKernel/Kernel/STLexicalCaster.h index f0a4c6f0fb493eb3b6c7c98f18e07b1cd19e2cda..a77a9ee28fbd4cf13cbe6f042e9f111e40e072bd 100644 --- a/ST/STKernel/Kernel/STLexicalCaster.h +++ b/ST/STKernel/Kernel/STLexicalCaster.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 ST_STLEXICALCASTER_H #define ST_STLEXICALCASTER_H diff --git a/ST/STKernel/Kernel/STRawBankMap.h b/ST/STKernel/Kernel/STRawBankMap.h index 45b9dd28ac943159fafd53d8f1e6b7989b5d39ed..2e567d1937e6114a6c185c9cea1a22222f74e3a7 100644 --- a/ST/STKernel/Kernel/STRawBankMap.h +++ b/ST/STKernel/Kernel/STRawBankMap.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _STRawBankMap_H_ #define _STRawBankMap_H_ diff --git a/ST/STKernel/Kernel/STTell1Board.h b/ST/STKernel/Kernel/STTell1Board.h index 22c161537442f6a92ecf0ddcdd584cd002ef2ebe..976556cb311dbdb1751c3bac6f1781575d9a972e 100644 --- a/ST/STKernel/Kernel/STTell1Board.h +++ b/ST/STKernel/Kernel/STTell1Board.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _STTell1Board_H #define _STTell1Board_H 1 diff --git a/ST/STKernel/Kernel/STTell1ID.h b/ST/STKernel/Kernel/STTell1ID.h index 7206a3b01914c0cf175cec9809d9f4b3ffcc72d5..dd6f04cee449ceb13a590b51aa050df57093bfde 100644 --- a/ST/STKernel/Kernel/STTell1ID.h +++ b/ST/STKernel/Kernel/STTell1ID.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _STTell1ID_H #define _STTell1ID_H 1 diff --git a/ST/STKernel/Kernel/STToolBase.h b/ST/STKernel/Kernel/STToolBase.h index c1c9e20077c9c3ed736bcf6d74db8cc6202793ad..d24c8abd4ff851307306eeb7cca6d5869ce88518 100644 --- a/ST/STKernel/Kernel/STToolBase.h +++ b/ST/STKernel/Kernel/STToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STHistoBase.h diff --git a/ST/STKernel/Kernel/STTupleAlgBase.h b/ST/STKernel/Kernel/STTupleAlgBase.h index ec3702e35eca9f0afc8e3d68e11bc1d6a67896ce..9a3627aeeb02dbad68ff5a08d24fdf47343561d0 100644 --- a/ST/STKernel/Kernel/STTupleAlgBase.h +++ b/ST/STKernel/Kernel/STTupleAlgBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STHistoBase.h diff --git a/ST/STKernel/Kernel/STTupleToolBase.h b/ST/STKernel/Kernel/STTupleToolBase.h index 4406b06aaedfc96f7fa9aa8ceb1da49e1fe794f6..81e35223862f5adc98c038b3fc73a3b79725f89d 100644 --- a/ST/STKernel/Kernel/STTupleToolBase.h +++ b/ST/STKernel/Kernel/STTupleToolBase.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STHistoBase.h diff --git a/ST/STKernel/Kernel/STXMLUtils.h b/ST/STKernel/Kernel/STXMLUtils.h index 49c7b151856bb3334605562e7c38f1312e505c2e..71717c61c9cc52f3cfb0d63db647f140dfbfe3bd 100644 --- a/ST/STKernel/Kernel/STXMLUtils.h +++ b/ST/STKernel/Kernel/STXMLUtils.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STXMLUtils_H #define STXMLUtils_H 1 diff --git a/ST/STKernel/Kernel/StripRepresentation.h b/ST/STKernel/Kernel/StripRepresentation.h index 68d3e51ba57e4049ba1563f61535687634847898..1ad46335ebe220c452c750d2d3c251fe56d78e26 100644 --- a/ST/STKernel/Kernel/StripRepresentation.h +++ b/ST/STKernel/Kernel/StripRepresentation.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: StripRepresentation.h,v 1.2 2009-01-22 11:43:44 mneedham Exp $ #ifndef _STDAQ_StripRepresentation_H #define _STDAQ_StripRepresentation_H 1 diff --git a/ST/STKernel/Kernel/TTDetectorPlot.h b/ST/STKernel/Kernel/TTDetectorPlot.h index 32d4315a078a2216a861cbdec6117249ce17da6e..afccd7cfa9cb7da69b871872709322320dfc3c86 100644 --- a/ST/STKernel/Kernel/TTDetectorPlot.h +++ b/ST/STKernel/Kernel/TTDetectorPlot.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TTDETECTORPLOT_H #define TTDETECTORPLOT_H 1 diff --git a/ST/STKernel/Kernel/UTDetectorPlot.h b/ST/STKernel/Kernel/UTDetectorPlot.h index f8db99190cb6f687f33286637db74035d71e29c0..a11f53a2b28bfb69874340596cbb43d4ea0fe8c3 100644 --- a/ST/STKernel/Kernel/UTDetectorPlot.h +++ b/ST/STKernel/Kernel/UTDetectorPlot.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 UTDETECTORPLOT_H #define UTDETECTORPLOT_H 1 diff --git a/ST/STKernel/dict/STKernelDict.h b/ST/STKernel/dict/STKernelDict.h index 0f389bd0d563cc963e713f6d84389fc789a9ef8c..44b34bb691bbb5ce6c6eb3ba12d5d7946ec7d201 100644 --- a/ST/STKernel/dict/STKernelDict.h +++ b/ST/STKernel/dict/STKernelDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: STKernelDict.h,v 1.17 2010-04-05 09:35:32 mneedham Exp $ #ifndef DICT_STKERNELDICT_H #define DICT_STKERNELDICT_H 1 diff --git a/ST/STKernel/dict/STKernelDict.xml b/ST/STKernel/dict/STKernelDict.xml index b9096c72d37579717fc0ef53d111ecad2fea162b..928065a0007228462a5c0cef6fbfeffde22dc7d4 100755 --- a/ST/STKernel/dict/STKernelDict.xml +++ b/ST/STKernel/dict/STKernelDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "ISTReadoutTool" /> diff --git a/ST/STKernel/src/ITDetectorPlot.cpp b/ST/STKernel/src/ITDetectorPlot.cpp index 99db91b7773ab0d2d4126942fa4671db98978c26..e20c103eecca644da54b7e28b5b4c5537acf08d2 100644 --- a/ST/STKernel/src/ITDetectorPlot.cpp +++ b/ST/STKernel/src/ITDetectorPlot.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/ITDetectorPlot.h" #include "Kernel/STDAQDefinitions.h" #include <string> diff --git a/ST/STKernel/src/STBoardMapping.cpp b/ST/STKernel/src/STBoardMapping.cpp index aeaa4c7d29da80ae8ffa4c6543f8dac3d56d01bd..480d9b9892f4c7decf217307ee5006ed74b05c61 100644 --- a/ST/STKernel/src/STBoardMapping.cpp +++ b/ST/STKernel/src/STBoardMapping.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <map> diff --git a/ST/STKernel/src/STFun.cpp b/ST/STKernel/src/STFun.cpp index 83a5b7873d2173193b95906aa73d82fdc19c1bcd..ce13256b9afebdcc06c5d16cfcd89805840b8514 100644 --- a/ST/STKernel/src/STFun.cpp +++ b/ST/STKernel/src/STFun.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: STFun.cpp,v 1.1 2008-01-08 10:22:58 mneedham Exp $ #include "Kernel/STFun.h" diff --git a/ST/STKernel/src/STTell1Board.cpp b/ST/STKernel/src/STTell1Board.cpp index 170ad2869e50133bbbe741dc6318c94ff57496bf..4fabbc4c8618de878724bb6c2139d29e6f05ccb6 100644 --- a/ST/STKernel/src/STTell1Board.cpp +++ b/ST/STKernel/src/STTell1Board.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/STTell1Board.h" #include "Kernel/STDAQDefinitions.h" #include "Kernel/LHCbConstants.h" diff --git a/ST/STKernel/src/STXMLUtils.cpp b/ST/STKernel/src/STXMLUtils.cpp index 51c2ae9c87a9aa8ca0f8b8dd87b373604877d254..b58b084d9524bf278c0da45772801aac622d7a0e 100644 --- a/ST/STKernel/src/STXMLUtils.cpp +++ b/ST/STKernel/src/STXMLUtils.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/STXMLUtils.h" // Date and time from boost diff --git a/ST/STKernel/src/TTDetectorPlot.cpp b/ST/STKernel/src/TTDetectorPlot.cpp index 9b48b87a000ad4e3bc801a988250b3b5a3ec4c3e..79e72b97cd7a183bc246358ba2b67d3155a04955 100644 --- a/ST/STKernel/src/TTDetectorPlot.cpp +++ b/ST/STKernel/src/TTDetectorPlot.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/TTDetectorPlot.h" #include "STDet/DeTTSector.h" #include "Kernel/STChannelID.h" diff --git a/ST/STKernel/src/UTDetectorPlot.cpp b/ST/STKernel/src/UTDetectorPlot.cpp index 40ad404391a7fcbd3e07f0392e8f847ad6603dd6..7ddd82f55ae12357e73243c89e16d11413331277 100644 --- a/ST/STKernel/src/UTDetectorPlot.cpp +++ b/ST/STKernel/src/UTDetectorPlot.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/UTDetectorPlot.h" #include "STDet/DeUTSector.h" #include "Kernel/STChannelID.h" diff --git a/ST/STTELL1Event/CMakeLists.txt b/ST/STTELL1Event/CMakeLists.txt index e01a02b13d904d5f3bb0d565f5d1cc86c183d471..b0e5764f7cafc5d8712e7680eac36bbe8ebfbf24 100644 --- a/ST/STTELL1Event/CMakeLists.txt +++ b/ST/STTELL1Event/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: STTELL1Event ################################################################################ diff --git a/ST/STTELL1Event/src/STTELL1BoardErrorBank.cpp b/ST/STTELL1Event/src/STTELL1BoardErrorBank.cpp index 4afce676e667d2d32263dcee63e06c35ac699409..4b659b4ea898b82476ec7803c2acfff5c681d476 100755 --- a/ST/STTELL1Event/src/STTELL1BoardErrorBank.cpp +++ b/ST/STTELL1Event/src/STTELL1BoardErrorBank.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/STTELL1BoardErrorBank.h" #include <iostream> diff --git a/ST/STTELL1Event/src/STTELL1Data.cpp b/ST/STTELL1Event/src/STTELL1Data.cpp index 217708e270f55b8f3e33697f551a495325957c2d..51dc36f60cc88b8b644226443b2c3f1e3168b91b 100644 --- a/ST/STTELL1Event/src/STTELL1Data.cpp +++ b/ST/STTELL1Event/src/STTELL1Data.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // fillstream method #include "Event/STTELL1Data.h" diff --git a/ST/STTELL1Event/src/STTELL1Error.cpp b/ST/STTELL1Event/src/STTELL1Error.cpp index 34d01240855c061c7fa08e45f37adf223fcaadd8..aab9d63296f992edc6beb76c1c70948361cc6bbe 100755 --- a/ST/STTELL1Event/src/STTELL1Error.cpp +++ b/ST/STTELL1Event/src/STTELL1Error.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/STTELL1Error.h" #include <bitset> diff --git a/ST/STTELL1Event/src/STTELL1EventInfo.cpp b/ST/STTELL1Event/src/STTELL1EventInfo.cpp index cfe5ad009e3b7c1eab0c077e1654c8194cbfab9c..f40717a894acf8cc764c67fac3022193bf9c9fa6 100755 --- a/ST/STTELL1Event/src/STTELL1EventInfo.cpp +++ b/ST/STTELL1Event/src/STTELL1EventInfo.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/STTELL1EventInfo.h" #include <map> diff --git a/ST/STTELL1Event/xml/STTELL1BoardErrorBank.xml b/ST/STTELL1Event/xml/STTELL1BoardErrorBank.xml index 9dba7388ac1c20d6655e45b3d0b890054f423aea..3e256f73ecb766e60cabbccf399d934c0d552c73 100755 --- a/ST/STTELL1Event/xml/STTELL1BoardErrorBank.xml +++ b/ST/STTELL1Event/xml/STTELL1BoardErrorBank.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> diff --git a/ST/STTELL1Event/xml/STTELL1Data.xml b/ST/STTELL1Event/xml/STTELL1Data.xml index fca0d14e91254415f814c3d5f27dd71c7039489d..85883c787b529125a2e6bbc18a3b3cf6a51ad4e3 100755 --- a/ST/STTELL1Event/xml/STTELL1Data.xml +++ b/ST/STTELL1Event/xml/STTELL1Data.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> diff --git a/ST/STTELL1Event/xml/STTELL1Error.xml b/ST/STTELL1Event/xml/STTELL1Error.xml index a206d53e5952fc7632e0fbf3aff318fb7264a733..c2bb74f3ea42f4acf4779c3dc9f6af1733ecf7df 100755 --- a/ST/STTELL1Event/xml/STTELL1Error.xml +++ b/ST/STTELL1Event/xml/STTELL1Error.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> diff --git a/ST/STTELL1Event/xml/STTELL1EventInfo.xml b/ST/STTELL1Event/xml/STTELL1EventInfo.xml index 7d1d3d78cc8ce02d9979dae3e86be6ab66946907..d97c39960c9057a281c3d486a776c72a30b8385b 100755 --- a/ST/STTELL1Event/xml/STTELL1EventInfo.xml +++ b/ST/STTELL1Event/xml/STTELL1EventInfo.xml @@ -1,4 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 gdd SYSTEM 'gdd.dtd'> <gdd> diff --git a/Si/SiDAQ/CMakeLists.txt b/Si/SiDAQ/CMakeLists.txt index e8a47b6b6c31705ccf5ae15d75d429da07f5736d..74e8be31c08282d4c7b7f7676f47fc92a94cd394 100644 --- a/Si/SiDAQ/CMakeLists.txt +++ b/Si/SiDAQ/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: SiDAQ ################################################################################ diff --git a/Si/SiDAQ/SiDAQ/SiADCBankTraits.h b/Si/SiDAQ/SiDAQ/SiADCBankTraits.h index 28da657905f7a6c55b308ca601fb3f3006cc7650..1566f2ec2b91d75aa85c4996dd9dae27e8ff4c6b 100644 --- a/Si/SiDAQ/SiDAQ/SiADCBankTraits.h +++ b/Si/SiDAQ/SiDAQ/SiADCBankTraits.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SIDAQ_SIADCBANKTRAITS_H #define SIDAQ_SIADCBANKTRAITS_H 1 diff --git a/Si/SiDAQ/SiDAQ/SiADCWord.h b/Si/SiDAQ/SiDAQ/SiADCWord.h index 14b6ead7fb75f199bfec172d6bf5544287f9f882..c345ef53e51972a26ae41dad74713c2ecd059642 100644 --- a/Si/SiDAQ/SiDAQ/SiADCWord.h +++ b/Si/SiDAQ/SiDAQ/SiADCWord.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _SiADCWord_H #define _SiADCWord_H 1 diff --git a/Si/SiDAQ/SiDAQ/SiClusterWord.h b/Si/SiDAQ/SiDAQ/SiClusterWord.h index 4dfb036c7999b67351e02ce7ff628804aa361568..7c26869dcec842a7b103166a0d8f8f7f8f88eb5d 100644 --- a/Si/SiDAQ/SiDAQ/SiClusterWord.h +++ b/Si/SiDAQ/SiDAQ/SiClusterWord.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _SiClusterWord_H #define _SiClusterWord_H 1 diff --git a/Si/SiDAQ/SiDAQ/SiHeaderWord.h b/Si/SiDAQ/SiDAQ/SiHeaderWord.h index a60a386b2c672419e98437ab98bd9536a6f4be75..b42d7526e4d0d249294e265da2c345f9760bc182 100644 --- a/Si/SiDAQ/SiDAQ/SiHeaderWord.h +++ b/Si/SiDAQ/SiDAQ/SiHeaderWord.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _SiHeaderWord_H #define _SiHeaderWord_H 1 diff --git a/Si/SiDAQ/SiDAQ/SiRawBankDecoder.h b/Si/SiDAQ/SiDAQ/SiRawBankDecoder.h index c56e06895c57b764482957a1e1bfab5973dc51e2..fe85b30271a1f394ce5c60964eaeafd3610b5861 100644 --- a/Si/SiDAQ/SiDAQ/SiRawBankDecoder.h +++ b/Si/SiDAQ/SiDAQ/SiRawBankDecoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SIRAWBANKDECODER_H #define SIRAWBANKDECODER_H 1 diff --git a/Si/SiDAQ/SiDAQ/SiRawBufferWord.h b/Si/SiDAQ/SiDAQ/SiRawBufferWord.h index 97d45026fca38863debf1308e0a215dab10512ad..1fd307884be8c4bedfa911943c91945f931e493c 100644 --- a/Si/SiDAQ/SiDAQ/SiRawBufferWord.h +++ b/Si/SiDAQ/SiDAQ/SiRawBufferWord.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SIDAQ_SIRAWBUFFERWORD_H #define SIDAQ_SIRAWBUFFERWORD_H 1 #include <cstdint> diff --git a/Sim/SimComponents/CMakeLists.txt b/Sim/SimComponents/CMakeLists.txt index 7087ba2d5732bc00d35424294c296871d50a628e..087b0a0fd200ac563b2924a6f8bb52922b73e42d 100644 --- a/Sim/SimComponents/CMakeLists.txt +++ b/Sim/SimComponents/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: SimComponents ################################################################################ diff --git a/Sim/SimComponents/src/CheckMCEventTool.cpp b/Sim/SimComponents/src/CheckMCEventTool.cpp index 71fa3f8e4959fe9c76f4073ca4e46c2fa5a709c3..d1efcd215f11881e20dff113dd0a353a92753252 100644 --- a/Sim/SimComponents/src/CheckMCEventTool.cpp +++ b/Sim/SimComponents/src/CheckMCEventTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // Event model diff --git a/Sim/SimComponents/src/CheckMCEventTool.h b/Sim/SimComponents/src/CheckMCEventTool.h index a5c990aaabad0d99fcf6a96f8cd766f74877ccbc..d271f15a7994311b91fcf2a0268c7c7ac5a340f5 100644 --- a/Sim/SimComponents/src/CheckMCEventTool.h +++ b/Sim/SimComponents/src/CheckMCEventTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CHECKMCEVENTTOOL_H #define CHECKMCEVENTTOOL_H 1 diff --git a/Sim/SimComponents/src/DumpHepMC.cpp b/Sim/SimComponents/src/DumpHepMC.cpp index 21d280925ac3f680214a1be10edd2842d85b9bac..847bd81090ea05555bdc5fdd90b68fcdf91a5ef6 100644 --- a/Sim/SimComponents/src/DumpHepMC.cpp +++ b/Sim/SimComponents/src/DumpHepMC.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Sim/SimComponents/src/DumpHepMC.h b/Sim/SimComponents/src/DumpHepMC.h index 61684010b1f728748d56b418fe413e41abdf7600..d275a68a65e759cf9f11cb261165e92dec017291 100644 --- a/Sim/SimComponents/src/DumpHepMC.h +++ b/Sim/SimComponents/src/DumpHepMC.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SIM_DUMPHEPMC_H #define SIM_DUMPHEPMC_H 1 // ============================================================================ diff --git a/Sim/SimComponents/src/DumpHepMCDecay.cpp b/Sim/SimComponents/src/DumpHepMCDecay.cpp index d6d840bbb997b806978765d8083e548d3598230f..4886cceabd6ed3c27348e9784f526fbcc8c1034c 100644 --- a/Sim/SimComponents/src/DumpHepMCDecay.cpp +++ b/Sim/SimComponents/src/DumpHepMCDecay.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // HepMC #include "HepMC/GenParticle.h" diff --git a/Sim/SimComponents/src/DumpHepMCDecay.h b/Sim/SimComponents/src/DumpHepMCDecay.h index b9b203556fa531a2a7daa365d1347f112d856aff..cc474895d6625662f0a03e547960819d9549c670 100644 --- a/Sim/SimComponents/src/DumpHepMCDecay.h +++ b/Sim/SimComponents/src/DumpHepMCDecay.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SIM_DUMPHEPMCDECAY_H #define SIM_DUMPHEPMCDECAY_H 1 diff --git a/Sim/SimComponents/src/DumpHepMCTree.cpp b/Sim/SimComponents/src/DumpHepMCTree.cpp index b6238ec0115e713440956ef31f652f624930e640..de61044b959965f9fb3709900d556ec332dca9a4 100644 --- a/Sim/SimComponents/src/DumpHepMCTree.cpp +++ b/Sim/SimComponents/src/DumpHepMCTree.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Sim/SimComponents/src/DumpMCEventAlg.cpp b/Sim/SimComponents/src/DumpMCEventAlg.cpp index f439655e384b6fe730799873bd50eb53036b2fb0..11e9da0a613fde23f519c67982039610588553f6 100644 --- a/Sim/SimComponents/src/DumpMCEventAlg.cpp +++ b/Sim/SimComponents/src/DumpMCEventAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // Tools #include "Kernel/ICheckTool.h" diff --git a/Sim/SimComponents/src/DumpMCEventAlg.h b/Sim/SimComponents/src/DumpMCEventAlg.h index 2b7a476ccb3c87d98d471db6a7874cc2f1635c92..385e177a403babbeb270c1ad37e9a9dfe45aa9a3 100644 --- a/Sim/SimComponents/src/DumpMCEventAlg.h +++ b/Sim/SimComponents/src/DumpMCEventAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DUMPMCEVENTALG_H #define DUMPMCEVENTALG_H 1 diff --git a/Sim/SimComponents/src/EvtTypeChecker.cpp b/Sim/SimComponents/src/EvtTypeChecker.cpp index 8cafbfc4b8ae326aa62804497e1fd9704f659db4..4f528acb1336ec34f76701a51aafccf4211242a7 100644 --- a/Sim/SimComponents/src/EvtTypeChecker.cpp +++ b/Sim/SimComponents/src/EvtTypeChecker.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 Event diff --git a/Sim/SimComponents/src/EvtTypeChecker.h b/Sim/SimComponents/src/EvtTypeChecker.h index 00cd8c1bdbcec0df3d9a9b8bcc7c3045d3665de6..d075edbcb60a742f6cf788956129053726776d7a 100644 --- a/Sim/SimComponents/src/EvtTypeChecker.h +++ b/Sim/SimComponents/src/EvtTypeChecker.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVTTYPECHECKER_H #define EVTTYPECHECKER_H 1 diff --git a/Sim/SimComponents/src/EvtTypeInfo.h b/Sim/SimComponents/src/EvtTypeInfo.h index dab2ddf1be3ce21d2c5ce4947d6ffd845119136e..b81538ffe70616c8f498f39cd35cc431af704c58 100644 --- a/Sim/SimComponents/src/EvtTypeInfo.h +++ b/Sim/SimComponents/src/EvtTypeInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVTTYPEINFO_H #define EVTTYPEINFO_H 1 diff --git a/Sim/SimComponents/src/EvtTypeSvc.cpp b/Sim/SimComponents/src/EvtTypeSvc.cpp index 5711d649953776f870e96a4fed095a77931425b8..8456c761696c66f66694eb4fde4f46e95dc906e5 100644 --- a/Sim/SimComponents/src/EvtTypeSvc.cpp +++ b/Sim/SimComponents/src/EvtTypeSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Sim/SimComponents/src/EvtTypeSvc.h b/Sim/SimComponents/src/EvtTypeSvc.h index 1c4d528d98417c6fd646898fc1ebfba898a64058..4ff2a1b33d5943d8226fece119af8f5b3eb30be0 100644 --- a/Sim/SimComponents/src/EvtTypeSvc.h +++ b/Sim/SimComponents/src/EvtTypeSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 EVTTYPESVC_H #define EVTTYPESVC_H 1 diff --git a/Sim/SimComponents/src/FlagSignalChain.cpp b/Sim/SimComponents/src/FlagSignalChain.cpp index c9f09cfbdd1d5c44f2425ab3b0068bdc990da2c7..d8cf3a6cad96e987dbab7b8d85ff1ae27fa77316 100644 --- a/Sim/SimComponents/src/FlagSignalChain.cpp +++ b/Sim/SimComponents/src/FlagSignalChain.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 LHCb diff --git a/Sim/SimComponents/src/FlagSignalChain.h b/Sim/SimComponents/src/FlagSignalChain.h index 15e53ae578fc5defecdaf546a8ae15267bd15187..9835e45b30d8005df7d29a50ff312cf94b40ca61 100644 --- a/Sim/SimComponents/src/FlagSignalChain.h +++ b/Sim/SimComponents/src/FlagSignalChain.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 FLAGSIGNALCHAIN_H #define FLAGSIGNALCHAIN_H 1 diff --git a/Sim/SimComponents/src/ForcedBDecayTool.cpp b/Sim/SimComponents/src/ForcedBDecayTool.cpp index 22e22fcc1c09f6d336b4fffd9e258c49f0e95e95..83e824aa5b1be025f7c4ba0663bb6644ab9d4608 100644 --- a/Sim/SimComponents/src/ForcedBDecayTool.cpp +++ b/Sim/SimComponents/src/ForcedBDecayTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "ForcedBDecayTool.h" //----------------------------------------------------------------------------- diff --git a/Sim/SimComponents/src/ForcedBDecayTool.h b/Sim/SimComponents/src/ForcedBDecayTool.h index 84e6399b38fccea7d4f58edff8033e1aeb36155d..a6a7bebc1cf5a240a7fc7acfb2b4a31427612e85 100644 --- a/Sim/SimComponents/src/ForcedBDecayTool.h +++ b/Sim/SimComponents/src/ForcedBDecayTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 FORCEDBDECAYTOOL_H #define FORCEDBDECAYTOOL_H 1 // Include files diff --git a/Sim/SimComponents/src/GenFSRLog.cpp b/Sim/SimComponents/src/GenFSRLog.cpp index 48ad2f929306b1157daa3151db1a82b3c0509cbc..9e4977598eb95766e500f466b19d7911320d1643 100644 --- a/Sim/SimComponents/src/GenFSRLog.cpp +++ b/Sim/SimComponents/src/GenFSRLog.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Sim/SimComponents/src/GenFSRLog.h b/Sim/SimComponents/src/GenFSRLog.h index b625646f10c53987eed61577eee4a2d432a11fc8..7046410bbe986bf0b32081a769c0161aee2e1036 100644 --- a/Sim/SimComponents/src/GenFSRLog.h +++ b/Sim/SimComponents/src/GenFSRLog.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 GENFSRLOG_H #define GENFSRLOG_H 1 diff --git a/Sim/SimComponents/src/GenFSRRead.cpp b/Sim/SimComponents/src/GenFSRRead.cpp index 589cf5f551038386049730fd9630ffe1691d46cd..5b6c98ac46f07e30f0ae2a65cd99f494529378c4 100644 --- a/Sim/SimComponents/src/GenFSRRead.cpp +++ b/Sim/SimComponents/src/GenFSRRead.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Sim/SimComponents/src/GenFSRRead.h b/Sim/SimComponents/src/GenFSRRead.h index 94b6a21090fc45f9f6ca96506ef5bb2c7891884d..960113ea21441f9f6168c3d8e7bacf5f4fe4cb18 100644 --- a/Sim/SimComponents/src/GenFSRRead.h +++ b/Sim/SimComponents/src/GenFSRRead.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 GENFSRREAD_H #define GENFSRREAD_H 1 diff --git a/Sim/SimComponents/src/GenFSRStat.cpp b/Sim/SimComponents/src/GenFSRStat.cpp index 2a817acec944be5cfcd718d6e9c4da46aba75779..4bfed5892e4a3496251e54d0f6bf8c261fc8c202 100644 --- a/Sim/SimComponents/src/GenFSRStat.cpp +++ b/Sim/SimComponents/src/GenFSRStat.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Sim/SimComponents/src/GenFSRStat.h b/Sim/SimComponents/src/GenFSRStat.h index 3df04e70bb6ffb14c4bcc9fe69bc6c58742874b7..7ea4554c84d30341432beb19adbf8d9895d7ccd7 100644 --- a/Sim/SimComponents/src/GenFSRStat.h +++ b/Sim/SimComponents/src/GenFSRStat.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MCSTATTOOLS_GENFSRSTAT_H #define MCSTATTOOLS_GENFSRSTAT_H 1 diff --git a/Sim/SimComponents/src/MCDecayFinder.cpp b/Sim/SimComponents/src/MCDecayFinder.cpp index b092167fa0d0bd6851b0428e375aeeba4c96e09d..0e8f6577db88b94536794a1caae3c24ecb66271e 100644 --- a/Sim/SimComponents/src/MCDecayFinder.cpp +++ b/Sim/SimComponents/src/MCDecayFinder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <list> #include <functional> diff --git a/Sim/SimComponents/src/MCDecayFinder.h b/Sim/SimComponents/src/MCDecayFinder.h index 513bf53d05b8e1199e32897faaefbb862614b3cc..1ba3719068d8935ba20b2c5c0310167c2513d4d5 100644 --- a/Sim/SimComponents/src/MCDecayFinder.h +++ b/Sim/SimComponents/src/MCDecayFinder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TOOLS_MCDECAYFINDER_H #define TOOLS_MCDECAYFINDER_H 1 diff --git a/Sim/SimComponents/src/MCEventTypeFinder.cpp b/Sim/SimComponents/src/MCEventTypeFinder.cpp index 9ad10f8d7eceb6181c8f88e50931913522f5b6ed..bfedc8a7e464b255b0a6a205468514ff70e24c03 100644 --- a/Sim/SimComponents/src/MCEventTypeFinder.cpp +++ b/Sim/SimComponents/src/MCEventTypeFinder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <sstream> #include <math.h> diff --git a/Sim/SimComponents/src/MCEventTypeFinder.h b/Sim/SimComponents/src/MCEventTypeFinder.h index c932bfd11405040fd2f3c68bfeeb33164d80fc65..a92bfc55907eebd6bd1964d702d76181d4b21545 100644 --- a/Sim/SimComponents/src/MCEventTypeFinder.h +++ b/Sim/SimComponents/src/MCEventTypeFinder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TOOLS_MCEVENTTYPEFINDER_H #define TOOLS_MCEVENTTYPEFINDER_H 1 diff --git a/Sim/SimComponents/src/MCHitMonitor.cpp b/Sim/SimComponents/src/MCHitMonitor.cpp index 0056757708066d0ab65ad0fcbedf081cd4b09a10..fe25d024d4e355391fecdf384e5e795378fc3af5 100644 --- a/Sim/SimComponents/src/MCHitMonitor.cpp +++ b/Sim/SimComponents/src/MCHitMonitor.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // // This File contains the implementation of the MCHitMonitor // diff --git a/Sim/SimComponents/src/MCHitMonitor.h b/Sim/SimComponents/src/MCHitMonitor.h index 107479c476f42c1e5cf151f46f74a41a5608683d..d83e01d828e52ee2acb5513023aea0f771d96ea4 100644 --- a/Sim/SimComponents/src/MCHitMonitor.h +++ b/Sim/SimComponents/src/MCHitMonitor.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _MCHitMonitor_H #define _MCHitMonitor_H diff --git a/Sim/SimComponents/src/MCParticleSelector.cpp b/Sim/SimComponents/src/MCParticleSelector.cpp index 0c6026061767d236d575c6e89714329abea8ab37..c5b71d7acf6fcc0fe30c5179ad231b2c78df4b3a 100644 --- a/Sim/SimComponents/src/MCParticleSelector.cpp +++ b/Sim/SimComponents/src/MCParticleSelector.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/MCParticle.h" // Gaudi diff --git a/Sim/SimComponents/src/MCParticleSelector.h b/Sim/SimComponents/src/MCParticleSelector.h index 1833e0d85425fb68845fec2a61381ea621cc37db..310c459c9ab759731f82984a84d1c29523cb1919 100644 --- a/Sim/SimComponents/src/MCParticleSelector.h +++ b/Sim/SimComponents/src/MCParticleSelector.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SIMCOMPONENTS_MCPARTICLESELECTOR_H #define SIMCOMPONENTS_MCPARTICLESELECTOR_H diff --git a/Sim/SimComponents/src/MCReconstructible.cpp b/Sim/SimComponents/src/MCReconstructible.cpp index cfd9f32288eeda90e441312ba96c8ba57cf0d6a1..c87a27f647e916803cc185b85cb6a2cc91f40e16 100644 --- a/Sim/SimComponents/src/MCReconstructible.cpp +++ b/Sim/SimComponents/src/MCReconstructible.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MCReconstructible.cpp * diff --git a/Sim/SimComponents/src/MCReconstructible.h b/Sim/SimComponents/src/MCReconstructible.h index 7625efdeb5d2c78612dff3fdddc62f9c018d4d10..894dee6b0598d5ccfe33fa5181127338f33fcc2e 100644 --- a/Sim/SimComponents/src/MCReconstructible.h +++ b/Sim/SimComponents/src/MCReconstructible.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 MCReconstructible.h * diff --git a/Sim/SimComponents/src/PGPrimaryVertex.cpp b/Sim/SimComponents/src/PGPrimaryVertex.cpp index 1336dfac6b4ff3319cf781a01e08e1071d1239df..f3635c47ceb04d62322e36ef1e94212fefcd14d1 100644 --- a/Sim/SimComponents/src/PGPrimaryVertex.cpp +++ b/Sim/SimComponents/src/PGPrimaryVertex.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // from Event diff --git a/Sim/SimComponents/src/PGPrimaryVertex.h b/Sim/SimComponents/src/PGPrimaryVertex.h index 4d005d4b85151a04230ad512f8ca8db05f365bab..7abd9d8e3e98cdd28cab724fac4380131174b627 100644 --- a/Sim/SimComponents/src/PGPrimaryVertex.h +++ b/Sim/SimComponents/src/PGPrimaryVertex.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PGPRIMARYVERTEX_H #define PGPRIMARYVERTEX_H 1 // Include files: diff --git a/Sim/SimComponents/src/PrintMCDecayTreeAlg.cpp b/Sim/SimComponents/src/PrintMCDecayTreeAlg.cpp index 17c24c3b4b040bcc8eec482fb90353276195cbf5..b1a05deafbf140327ea676041f0649ebe90398cb 100644 --- a/Sim/SimComponents/src/PrintMCDecayTreeAlg.cpp +++ b/Sim/SimComponents/src/PrintMCDecayTreeAlg.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 Event diff --git a/Sim/SimComponents/src/PrintMCDecayTreeAlg.h b/Sim/SimComponents/src/PrintMCDecayTreeAlg.h index 88c66a6e5dba62b35047665ece4e201c91927d21..495ed2dec3bca914a40f0d42ea07b32f592348ac 100644 --- a/Sim/SimComponents/src/PrintMCDecayTreeAlg.h +++ b/Sim/SimComponents/src/PrintMCDecayTreeAlg.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PRINTMCDECAYTREEALG_H #define PRINTMCDECAYTREEALG_H 1 diff --git a/Sim/SimComponents/src/PrintMCDecayTreeTool.cpp b/Sim/SimComponents/src/PrintMCDecayTreeTool.cpp index 78b212f9c6f96a5edd7d477bb64ac7a2a3bebcaf..835613ebb0effabb1b1cb853ae83d98d484f8783 100644 --- a/Sim/SimComponents/src/PrintMCDecayTreeTool.cpp +++ b/Sim/SimComponents/src/PrintMCDecayTreeTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Sim/SimComponents/src/PrintMCDecayTreeTool.h b/Sim/SimComponents/src/PrintMCDecayTreeTool.h index f778f1b40a9d3391a1561ac076fa7f0a68535d2b..294193512fb2e270ff7d6a5bae1112184c736777 100644 --- a/Sim/SimComponents/src/PrintMCDecayTreeTool.h +++ b/Sim/SimComponents/src/PrintMCDecayTreeTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PRINTMCDECAYTREETOOL_H #define PRINTMCDECAYTREETOOL_H 1 diff --git a/Sim/SimComponents/src/PrintMCTree.cpp b/Sim/SimComponents/src/PrintMCTree.cpp index 107c23d59fad66f3496501fe74f81d5cb1e6131d..6cb1ff8e2ee4421e888e314b167aa07bc6aab5af 100644 --- a/Sim/SimComponents/src/PrintMCTree.cpp +++ b/Sim/SimComponents/src/PrintMCTree.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PartProp diff --git a/Sim/SimComponents/src/PrintMCTree.h b/Sim/SimComponents/src/PrintMCTree.h index 1b5313385dbdbae4cf840b499279c2bb7962f85d..b4d172efb44f8cad168edf419e3c4997243e0fe0 100644 --- a/Sim/SimComponents/src/PrintMCTree.h +++ b/Sim/SimComponents/src/PrintMCTree.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PRINTMCTREE_H #define PRINTMCTREE_H 1 diff --git a/Sim/SimComponents/src/VisPrimVertTool.cpp b/Sim/SimComponents/src/VisPrimVertTool.cpp index 3596901ab9f61f6cf9096f89fd4af0733fe99a12..dc2836ce2459c42bcfb05086b918730ad4e7f251 100644 --- a/Sim/SimComponents/src/VisPrimVertTool.cpp +++ b/Sim/SimComponents/src/VisPrimVertTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Sim/SimComponents/src/VisPrimVertTool.h b/Sim/SimComponents/src/VisPrimVertTool.h index 346ac6ea1345706a9d43ff1698b395b6c5e7a36f..f53fbcb5c1902047251de16c166707fcde6c748d 100644 --- a/Sim/SimComponents/src/VisPrimVertTool.h +++ b/Sim/SimComponents/src/VisPrimVertTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VISPRIMVERTTOOL_VISPRIMVERTTOOL_H #define VISPRIMVERTTOOL_VISPRIMVERTTOOL_H 1 diff --git a/Sim/SimComponents/src/mclexer.icpp b/Sim/SimComponents/src/mclexer.icpp index a940e5ae537615ffbfc0014d7cc74702d90b00a3..bb459f6696de69684632a67dea110000c47f0a16 100644 --- a/Sim/SimComponents/src/mclexer.icpp +++ b/Sim/SimComponents/src/mclexer.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 lexical scanner generated by flex */ /* Scanner skeleton version: diff --git a/Sim/SimComponents/src/mcparser.h b/Sim/SimComponents/src/mcparser.h index 53c93482877918501dd51f6f35c7f2242a276e8a..44191ae175bc0a7c708d5fc782f8132e00387af5 100644 --- a/Sim/SimComponents/src/mcparser.h +++ b/Sim/SimComponents/src/mcparser.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 YYERRCODE #define YYERRCODE 256 #endif diff --git a/Sim/SimComponents/src/mcparser.icpp b/Sim/SimComponents/src/mcparser.icpp index e2a12d23ea180ca5618290f39b34a1516ed24e69..a618bee7e0c3750292014f47cdc44082ba4cf08c 100644 --- a/Sim/SimComponents/src/mcparser.icpp +++ b/Sim/SimComponents/src/mcparser.icpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #ifdef _WIN32 #pragma warning(disable:4102) // unreferenced label #endif diff --git a/Tools/CondDBEntityResolver/CMakeLists.txt b/Tools/CondDBEntityResolver/CMakeLists.txt index 444fe252217d10e2c18a71b87dc3f0434ab38c2a..b26104d12d44c9e7ec474fcde251998253b2d7b2 100644 --- a/Tools/CondDBEntityResolver/CMakeLists.txt +++ b/Tools/CondDBEntityResolver/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: CondDBEntityResolver ################################################################################ diff --git a/Tools/CondDBEntityResolver/src/component/CondDBCompression.cpp b/Tools/CondDBEntityResolver/src/component/CondDBCompression.cpp index 49c08ab95c34fc3543a097f68e91fc48c9375604..3b61b90de9a3fe70376f56ee6ba1ab34543a57e5 100644 --- a/Tools/CondDBEntityResolver/src/component/CondDBCompression.cpp +++ b/Tools/CondDBEntityResolver/src/component/CondDBCompression.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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.h> diff --git a/Tools/CondDBEntityResolver/src/component/CondDBCompression.h b/Tools/CondDBEntityResolver/src/component/CondDBCompression.h index d2d4a787bd3c9a3852737676db03adbd017d8fd1..43fbdf3333baaaa8e639e9894f33b35a76ebe20f 100644 --- a/Tools/CondDBEntityResolver/src/component/CondDBCompression.h +++ b/Tools/CondDBEntityResolver/src/component/CondDBCompression.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ /* * CondDBCompression.h * diff --git a/Tools/CondDBEntityResolver/src/component/CondDBEntityResolver.cpp b/Tools/CondDBEntityResolver/src/component/CondDBEntityResolver.cpp index a1a822752afe89f20f3ff0e68ced57f8c51ac2f9..83f763e1ed7c2422f761e5c1e4eea298a1812c18 100755 --- a/Tools/CondDBEntityResolver/src/component/CondDBEntityResolver.cpp +++ b/Tools/CondDBEntityResolver/src/component/CondDBEntityResolver.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/IDetDataSvc.h" diff --git a/Tools/CondDBEntityResolver/src/component/CondDBEntityResolver.h b/Tools/CondDBEntityResolver/src/component/CondDBEntityResolver.h index deff15e1fab498e1391480fe19e63cf8bd773957..d36e3c3fc2ccb04b1cb4836d47601dc4d82e6de9 100755 --- a/Tools/CondDBEntityResolver/src/component/CondDBEntityResolver.h +++ b/Tools/CondDBEntityResolver/src/component/CondDBEntityResolver.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CONDDBENTITYRESOLVERTOOL_H_ #define CONDDBENTITYRESOLVERTOOL_H_ diff --git a/Tools/CondDBEntityResolver/src/component/base64.h b/Tools/CondDBEntityResolver/src/component/base64.h index 54b5258342a8aab7948bd4dd14cb2c458a1b5920..d1c3824cc7bdef041676d8fa263385b4d2692f74 100644 --- a/Tools/CondDBEntityResolver/src/component/base64.h +++ b/Tools/CondDBEntityResolver/src/component/base64.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 BASE64_H_ #define BASE64_H_ diff --git a/Tools/CondDBEntityResolver/src/python/CondDBCompression_pymod.cpp b/Tools/CondDBEntityResolver/src/python/CondDBCompression_pymod.cpp index 33342cb9b1442ac454fe8b2e7ab6cc1fea83766d..96bd3750acad765881f6fc8e7ae56fb52fddba3f 100644 --- a/Tools/CondDBEntityResolver/src/python/CondDBCompression_pymod.cpp +++ b/Tools/CondDBEntityResolver/src/python/CondDBCompression_pymod.cpp @@ -1,2 +1,12 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // hack to compile twice the same file with CMT #include "../component/CondDBCompression.cpp" diff --git a/Tools/CondDBEntityResolver/src/python/module.cpp b/Tools/CondDBEntityResolver/src/python/module.cpp index 714947652e879be6ec6c9fab2367930b4850d0c4..b233f120e30564df23091b0f6bcaa8dc32b5a3cf 100644 --- a/Tools/CondDBEntityResolver/src/python/module.cpp +++ b/Tools/CondDBEntityResolver/src/python/module.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 module.cpp * * Small Python module to use the CondDB (de)compression. diff --git a/Tools/CondDBEntityResolver/tests/qmtest/conddbentityresolver.qms/check_db_compression.qmt b/Tools/CondDBEntityResolver/tests/qmtest/conddbentityresolver.qms/check_db_compression.qmt index e0ad98a8b14c164d9a49d81c4f03712784c1e36f..0373943472c6641a056dd00126bab7e919103ffd 100755 --- a/Tools/CondDBEntityResolver/tests/qmtest/conddbentityresolver.qms/check_db_compression.qmt +++ b/Tools/CondDBEntityResolver/tests/qmtest/conddbentityresolver.qms/check_db_compression.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>../scripts/check_db_compression.py</text></argument> </extension> diff --git a/Tools/CondDBEntityResolver/tests/scripts/check_db_compression.py b/Tools/CondDBEntityResolver/tests/scripts/check_db_compression.py index 04ca69b4bd0ccc3191c034cd689dd704af620c70..e98c69dff3d44f8057a7756db3b7c37ea17eef60 100755 --- a/Tools/CondDBEntityResolver/tests/scripts/check_db_compression.py +++ b/Tools/CondDBEntityResolver/tests/scripts/check_db_compression.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 unittest diff --git a/Tools/CondDBUI/CMakeLists.txt b/Tools/CondDBUI/CMakeLists.txt index 48569d80646bc05f3a932622a1992932b353d25c..8ca23e15f94a3fd06eb1fa711597549155a9d62f 100644 --- a/Tools/CondDBUI/CMakeLists.txt +++ b/Tools/CondDBUI/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: CondDBUI ################################################################################ diff --git a/Tools/CondDBUI/CondDBUIHelper/Helpers.h b/Tools/CondDBUI/CondDBUIHelper/Helpers.h index bb724a083dc6f355e43adf506f7d6c00db99dd7c..dc95f774b39345b4e89b55088a29f69eec7706c1 100644 --- a/Tools/CondDBUI/CondDBUIHelper/Helpers.h +++ b/Tools/CondDBUI/CondDBUIHelper/Helpers.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 CONDDBUIHELPER_HELPERS_H #define CONDDBUIHELPER_HELPERS_H diff --git a/Tools/CondDBUI/python/CondDBUI/Admin/Management.py b/Tools/CondDBUI/python/CondDBUI/Admin/Management.py index fdf6e23b775fb9cae571c38863dc7bf3eb753cdd..0cbc5cbdf28e498d6af04e266036215dfff3a737 100644 --- a/Tools/CondDBUI/python/CondDBUI/Admin/Management.py +++ b/Tools/CondDBUI/python/CondDBUI/Admin/Management.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Management utilities: Commit, TAG, etc. """ diff --git a/Tools/CondDBUI/python/CondDBUI/Admin/ReleaseNotes.py b/Tools/CondDBUI/python/CondDBUI/Admin/ReleaseNotes.py index 0ed042d7ef5660e8d7858efd376706fcefee7af7..cf15888ccbf75c4ea89c9ecb4d17a494c8a0b3f7 100644 --- a/Tools/CondDBUI/python/CondDBUI/Admin/ReleaseNotes.py +++ b/Tools/CondDBUI/python/CondDBUI/Admin/ReleaseNotes.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Utilities to interact with XML ReleaseNotes. """ diff --git a/Tools/CondDBUI/python/CondDBUI/Admin/TagStatusDB.py b/Tools/CondDBUI/python/CondDBUI/Admin/TagStatusDB.py index d063a5ccda6119b148cf5b56fe18b76582f1031c..2143cde706fe65eba85080816fa2101436b50e0e 100644 --- a/Tools/CondDBUI/python/CondDBUI/Admin/TagStatusDB.py +++ b/Tools/CondDBUI/python/CondDBUI/Admin/TagStatusDB.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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__ = "Illya Shapoval <illya.shapoval@cern.ch>, Marco Clemencic <marco.clemencic@cern.ch>" __version__ = "$Id: TagStatusDB.py,v 1.0 2010-10-25 00:00:00 ishapova Exp $" diff --git a/Tools/CondDBUI/python/CondDBUI/Admin/TagsFilter.py b/Tools/CondDBUI/python/CondDBUI/Admin/TagsFilter.py index bc850111d46230bd6762e2ee45866010dfdbd94f..98c5568d1e461365db8df688afdfa8fc62c3c3b7 100644 --- a/Tools/CondDBUI/python/CondDBUI/Admin/TagsFilter.py +++ b/Tools/CondDBUI/python/CondDBUI/Admin/TagsFilter.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """This is script to extract lists of tags for the given partition and data type. Given the condition of specified partition and data type two cases can be processed: diff --git a/Tools/CondDBUI/python/CondDBUI/Admin/__init__.py b/Tools/CondDBUI/python/CondDBUI/Admin/__init__.py index 4f4947b039a02ee75fb066b4dd954a69d6a32a89..e41059e2b805aaecefa9e06a2f2af25b7dd32720 100644 --- a/Tools/CondDBUI/python/CondDBUI/Admin/__init__.py +++ b/Tools/CondDBUI/python/CondDBUI/Admin/__init__.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Python module for the administration of LHCb Conditions Database. """ diff --git a/Tools/CondDBUI/python/CondDBUI/Admin/_internals.py b/Tools/CondDBUI/python/CondDBUI/Admin/_internals.py index 0925a40d984a85ebd34d951ed5eb0974a74de04e..ebd0c215c5a9e6c0da82e2a01c898d71a07578bc 100644 --- a/Tools/CondDBUI/python/CondDBUI/Admin/_internals.py +++ b/Tools/CondDBUI/python/CondDBUI/Admin/_internals.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### """ Internal common functions/utilities. """ diff --git a/Tools/CondDBUI/python/CondDBUI/Browser/Dialogs.py b/Tools/CondDBUI/python/CondDBUI/Browser/Dialogs.py index 1e93d2ed8d2ec32ef100439844c3d855ccdd5486..270522f4ee7ec72600fae7b8425ceca43543f7c0 100644 --- a/Tools/CondDBUI/python/CondDBUI/Browser/Dialogs.py +++ b/Tools/CondDBUI/python/CondDBUI/Browser/Dialogs.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 MainWindow.py # Class for the main window. # diff --git a/Tools/CondDBUI/python/CondDBUI/Browser/Main.py b/Tools/CondDBUI/python/CondDBUI/Browser/Main.py index 70cf413f54dabf2e028de54ff6d9c9789721b5ab..7cea981477f2ca29a5cb1de718e10c29fb167430 100644 --- a/Tools/CondDBUI/python/CondDBUI/Browser/Main.py +++ b/Tools/CondDBUI/python/CondDBUI/Browser/Main.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 Main.py # @brief Main module # diff --git a/Tools/CondDBUI/python/CondDBUI/Browser/MainWindow.py b/Tools/CondDBUI/python/CondDBUI/Browser/MainWindow.py index 0322cc8004d79d14bc8bc6df3053050e770474a3..fbfe8ac1baf3d2469b3543f6bfc6104b94c277c8 100644 --- a/Tools/CondDBUI/python/CondDBUI/Browser/MainWindow.py +++ b/Tools/CondDBUI/python/CondDBUI/Browser/MainWindow.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 MainWindow.py # Class for the main window. # diff --git a/Tools/CondDBUI/python/CondDBUI/Browser/Models.py b/Tools/CondDBUI/python/CondDBUI/Browser/Models.py index 167acf1de09181b9924f8df39c57a67ca8954a72..9a7383c37d8369d37e73a31a0f62d2c2e14ccfac 100644 --- a/Tools/CondDBUI/python/CondDBUI/Browser/Models.py +++ b/Tools/CondDBUI/python/CondDBUI/Browser/Models.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 PyQt5.Qt import (QObject, QAbstractItemModel, QAbstractListModel, QAbstractTableModel, QModelIndex, Qt, pyqtSignal, pyqtSlot, QIcon, QApplication, QItemSelectionModel, diff --git a/Tools/CondDBUI/python/CondDBUI/Browser/Utils.py b/Tools/CondDBUI/python/CondDBUI/Browser/Utils.py index ee7a632a353cddc5a09083d7938c1a92e4122586..c707e10e756c09a6e1b56f4978e6db5470a54cd5 100644 --- a/Tools/CondDBUI/python/CondDBUI/Browser/Utils.py +++ b/Tools/CondDBUI/python/CondDBUI/Browser/Utils.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 functions useful across the various modules of the browser from datetime import datetime, timedelta diff --git a/Tools/CondDBUI/python/CondDBUI/Browser/Widgets.py b/Tools/CondDBUI/python/CondDBUI/Browser/Widgets.py index 4697bd609249812cc50e52f432c1316476b0d190..1bf05b227b3f7b2f77398d9496e15dd5e8091ee5 100644 --- a/Tools/CondDBUI/python/CondDBUI/Browser/Widgets.py +++ b/Tools/CondDBUI/python/CondDBUI/Browser/Widgets.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 PyQt5.Qt import (QObject, pyqtSignal, pyqtSlot, QDateTime, QDate, QTime, Qt, QMetaObject, QMessageBox, QWidget, QHBoxLayout, QDateTimeEdit, QSizePolicy, QAction, QCheckBox, diff --git a/Tools/CondDBUI/python/CondDBUI/Browser/__init__.py b/Tools/CondDBUI/python/CondDBUI/Browser/__init__.py index b8ecd21aba7677dfdc060c5101ba9acaebb41004..9dd1d7968e6f789ee7895a133c5be25a28da9106 100644 --- a/Tools/CondDBUI/python/CondDBUI/Browser/__init__.py +++ b/Tools/CondDBUI/python/CondDBUI/Browser/__init__.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 __init__.py # @brief Just an entry point for the Browser module. __author__ = "Marco Clemencic <marco.clemencic@cern.ch>" diff --git a/Tools/CondDBUI/python/CondDBUI/Browser/__main__.py b/Tools/CondDBUI/python/CondDBUI/Browser/__main__.py index f35e99aaa904ef88cbeac15b60c33093778c1370..6ab5e5cef0dd07367c4016c96c700a9e3e4b4b8e 100644 --- a/Tools/CondDBUI/python/CondDBUI/Browser/__main__.py +++ b/Tools/CondDBUI/python/CondDBUI/Browser/__main__.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 __main__.py # @brief Just an entry point for the Browser application. # diff --git a/Tools/CondDBUI/python/CondDBUI/GitBridge.py b/Tools/CondDBUI/python/CondDBUI/GitBridge.py index e897a12c0a73bc8e2858fcac4317a306e3630966..5838f253f838d3081269a50480773fad661ca2cc 100644 --- a/Tools/CondDBUI/python/CondDBUI/GitBridge.py +++ b/Tools/CondDBUI/python/CondDBUI/GitBridge.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ''' Helper to access Git-based CondDB via old interfaces for COOL CondDB ''' diff --git a/Tools/CondDBUI/python/CondDBUI/Helpers.py b/Tools/CondDBUI/python/CondDBUI/Helpers.py index e4e6aab396c02da90b729419a777ba768d7edea2..0f50d0763ad44fe4360fa5359301b39553c00605 100644 --- a/Tools/CondDBUI/python/CondDBUI/Helpers.py +++ b/Tools/CondDBUI/python/CondDBUI/Helpers.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 cppyy.gbl as _gbl _gbl.gSystem.Load('libCondDBUIHelperLib.so') _gbl.gInterpreter.Declare('#include "CondDBUIHelper/Helpers.h"') diff --git a/Tools/CondDBUI/python/CondDBUI/PyCoolDiff.py b/Tools/CondDBUI/python/CondDBUI/PyCoolDiff.py index d314643379e863d9899ec52abcc84cd654c35973..8189781af6d1545eda4312cb7c7386db9f3007f8 100644 --- a/Tools/CondDBUI/python/CondDBUI/PyCoolDiff.py +++ b/Tools/CondDBUI/python/CondDBUI/PyCoolDiff.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 PyCool import cool, walk diff --git a/Tools/CondDBUI/python/CondDBUI/__init__.py b/Tools/CondDBUI/python/CondDBUI/__init__.py index f3e630f2c1444e321b79a3ec915fb4dc602843f2..381f4672937a6d86b1c55751dd1d5729cd71ccf6 100644 --- a/Tools/CondDBUI/python/CondDBUI/__init__.py +++ b/Tools/CondDBUI/python/CondDBUI/__init__.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 idea behind the CondDBUI module is to simplify the usage of PyCool for LHCb users. This means that you will find here many functions which are specific to the way LHCb diff --git a/Tools/CondDBUI/python/CondDBUI/test_conddbui.py b/Tools/CondDBUI/python/CondDBUI/test_conddbui.py index b1ae7714cbd6f0c5d3fefcf98ef3948876fbc1e5..14587359567ea0e947da9410b052c88dfda3b929 100644 --- a/Tools/CondDBUI/python/CondDBUI/test_conddbui.py +++ b/Tools/CondDBUI/python/CondDBUI/test_conddbui.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 CondDBUI import * ######################################################################################### diff --git a/Tools/CondDBUI/python/CondDBUI/xpmimg.py b/Tools/CondDBUI/python/CondDBUI/xpmimg.py index cee2f134f76d1cc8e1480fbb717ff65f6d06c3a9..7034d5836a5aadaab76c1f5d5dce0c8b27440972 100644 --- a/Tools/CondDBUI/python/CondDBUI/xpmimg.py +++ b/Tools/CondDBUI/python/CondDBUI/xpmimg.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### folderset_closed_xpm = [ "16 16 9 1", "g c #808080", diff --git a/Tools/CondDBUI/scripts/CondDBAdmin_Commit.py b/Tools/CondDBUI/scripts/CondDBAdmin_Commit.py index 0d79f2db4d85bb5fd0d4d2b15b351a15ad26dd25..0c7f86718916c7205927139f495a091518ca5074 100755 --- a/Tools/CondDBUI/scripts/CondDBAdmin_Commit.py +++ b/Tools/CondDBUI/scripts/CondDBAdmin_Commit.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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__ = "Marco Clemencic <marco.clemencic@cern.ch>" diff --git a/Tools/CondDBUI/scripts/CondDBAdmin_CompareDBs.py b/Tools/CondDBUI/scripts/CondDBAdmin_CompareDBs.py index c83ba5fdfeec966128d92cfaf23ddc7dd809d5f1..5c115b6b652b08fdb89286c8ed5f7bece3f699e1 100755 --- a/Tools/CondDBUI/scripts/CondDBAdmin_CompareDBs.py +++ b/Tools/CondDBUI/scripts/CondDBAdmin_CompareDBs.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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__ = "Illya Shapoval <illya.shapoval@cern.ch>" __version__ = "$Id: CondDBAdmin_CompareDBs.py,v 1.1 2010-11-16 00:00:00 ishapova Exp $" diff --git a/Tools/CondDBUI/scripts/CondDBAdmin_DQ_Commit.py b/Tools/CondDBUI/scripts/CondDBAdmin_DQ_Commit.py index faf21d62740f02f05eeeb8b97fda95b30f8f5299..671f98d632b0fdb450cee9f0c51de7d31b47a7aa 100755 --- a/Tools/CondDBUI/scripts/CondDBAdmin_DQ_Commit.py +++ b/Tools/CondDBUI/scripts/CondDBAdmin_DQ_Commit.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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__ = "Illya Shapoval <illya.shapoval@cern.ch>" diff --git a/Tools/CondDBUI/scripts/CondDBAdmin_GlobalTag.py b/Tools/CondDBUI/scripts/CondDBAdmin_GlobalTag.py index 2d76c17ab0366593fb2cdd3a07e5c38b18045a05..a5e242b0e0a1e7c25514fd83e32f566ec62f494f 100755 --- a/Tools/CondDBUI/scripts/CondDBAdmin_GlobalTag.py +++ b/Tools/CondDBUI/scripts/CondDBAdmin_GlobalTag.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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__ = "Marco Clemencic <marco.clemencic@cern.ch>, Illya Shapoval <illya.shapoval@cern.ch>" __version__ = "$Id: CondDBAdmin_GlobalTag.py,v 1.1 2009-09-14 15:56:58 ishapova Exp $" diff --git a/Tools/CondDBUI/scripts/CondDBAdmin_HashTag.py b/Tools/CondDBUI/scripts/CondDBAdmin_HashTag.py index 6081cb3e4ce9ff67ae94fb9903858aad9cb289d0..3fab2c828e6bb3850db598389255b6949179ba46 100755 --- a/Tools/CondDBUI/scripts/CondDBAdmin_HashTag.py +++ b/Tools/CondDBUI/scripts/CondDBAdmin_HashTag.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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__ = "Illya Shapoval <illya.shapoval@cern.ch>" __version__ = "$Id: CondDBAdmin_HashTag.py,v 1.0 2010-10-20 00:00:00 ishapova Exp $" diff --git a/Tools/CondDBUI/scripts/CondDBAdmin_MakeSnapshot.py b/Tools/CondDBUI/scripts/CondDBAdmin_MakeSnapshot.py index d039bb0e2d76dc2fcfa367cd4367d608e0612147..28e9b77991da27b58c786a06e1a81146f17893e4 100755 --- a/Tools/CondDBUI/scripts/CondDBAdmin_MakeSnapshot.py +++ b/Tools/CondDBUI/scripts/CondDBAdmin_MakeSnapshot.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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__ = "Marco Clemencic <marco.clemencic@cern.ch>" __version__ = "$Id: CondDBAdmin_MakeSnapshot.py,v 1.9 2009-06-30 14:55:08 marcocle Exp $" diff --git a/Tools/CondDBUI/scripts/CondDBBrowser b/Tools/CondDBUI/scripts/CondDBBrowser index 32b6e635577dfc1961d544605a961d6130beecb5..b81a60dbef17da64cb7c0c6f482a2f81ffc694b9 100755 --- a/Tools/CondDBUI/scripts/CondDBBrowser +++ b/Tools/CondDBUI/scripts/CondDBBrowser @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 import os if os.environ.get('LC_ALL') != 'C': diff --git a/Tools/CondDBUI/scripts/CondDBBrowser.bat b/Tools/CondDBUI/scripts/CondDBBrowser.bat index e90dec1cdea0cbffc5254e1cee9abf7fbab1f44d..f65e2832664a7ea97ebdd90db4e078891eea5f32 100755 --- a/Tools/CondDBUI/scripts/CondDBBrowser.bat +++ b/Tools/CondDBUI/scripts/CondDBBrowser.bat @@ -1,2 +1,12 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 off python.exe %~d0%~p0CondDBBrowser %1 %2 %3 %4 %5 %6 %7 %8 %9 diff --git a/Tools/CondDBUI/scripts/CondDB_UpdateOnlineSnapshots.py b/Tools/CondDBUI/scripts/CondDB_UpdateOnlineSnapshots.py index f8bab1e5167e9ab0e8585d4e7782fbdb6c50e23d..0b39e5fea23a9608cb9e703239bba14479b2ff2e 100755 --- a/Tools/CondDBUI/scripts/CondDB_UpdateOnlineSnapshots.py +++ b/Tools/CondDBUI/scripts/CondDB_UpdateOnlineSnapshots.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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__ = "Illya Shapoval <illya.shapoval@cern.ch>" diff --git a/Tools/CondDBUI/scripts/CreateDBLookupFiles.py b/Tools/CondDBUI/scripts/CreateDBLookupFiles.py index fb438e0354ee61ce484debc767a3ffd7c20c413c..88a11dc29869667f40a2fd03bef420b16462c881 100755 --- a/Tools/CondDBUI/scripts/CreateDBLookupFiles.py +++ b/Tools/CondDBUI/scripts/CreateDBLookupFiles.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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__ = "Illya Shapoval <illya.shapoval@cern.ch>" __credits__ = "Illya Shapoval <illya.shapoval@cern.ch>, Marco Clemencic <marco.clemencic@cern.ch>" diff --git a/Tools/CondDBUI/scripts/TSDBAdmin_Commit.py b/Tools/CondDBUI/scripts/TSDBAdmin_Commit.py index 6e8b206bf09a01105fc002fc754f84a4d89e0aa8..87fe3580f4a3d8b0d9bfeb1cc351d0b7d1c2b721 100755 --- a/Tools/CondDBUI/scripts/TSDBAdmin_Commit.py +++ b/Tools/CondDBUI/scripts/TSDBAdmin_Commit.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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__ = "Illya Shapoval <illya.shapoval@cern.ch>" diff --git a/Tools/CondDBUI/scripts/TSDBAdmin_MasterAgent.cgi b/Tools/CondDBUI/scripts/TSDBAdmin_MasterAgent.cgi index d2726990d47cf4a4f82548d603f0c3cc2f63d8ac..3c5aa55bfb75b76be1293337ae7a4be06603ddcd 100755 --- a/Tools/CondDBUI/scripts/TSDBAdmin_MasterAgent.cgi +++ b/Tools/CondDBUI/scripts/TSDBAdmin_MasterAgent.cgi @@ -1,4 +1,14 @@ #!/bin/sh +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### export PATH=/afs/cern.ch/lhcb/software/releases/LHCB/LHCB_v31r7/InstallArea/scripts:/afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v21r11/InstallArea/scripts:/afs/cern.ch/lhcb/software/releases/LHCB/LHCB_v31r7/InstallArea/x86_64-slc5-gcc43-opt/bin:/afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v21r11/InstallArea/x86_64-slc5-gcc43-opt/bin:/afs/cern.ch/lhcb/software/releases/COMPAT/COMPAT_v1r7/CompatSys/x86_64-slc5-gcc43-opt/bin:/afs/cern.ch/sw/lcg/app/releases/POOL/POOL_2_9_9/x86_64-slc5-gcc43-opt/bin:/afs/cern.ch/sw/lcg/external/qt/4.6.3/x86_64-slc5-gcc43-opt/bin:/afs/cern.ch/sw/lcg/external/pygraphics/1.1_python2.5/x86_64-slc5-gcc43-opt/bin:/afs/cern.ch/sw/lcg/external/pytools/1.1_python2.5/x86_64-slc5-gcc43-opt/bin:/afs/cern.ch/sw/lcg/external/mysql/5.1.45/x86_64-slc5-gcc43-opt/bin:/afs/cern.ch/sw/lcg/external/Grid/LFC/1.7.2-1sec/x86_64-slc5-gcc43-opt/bin:/afs/cern.ch/sw/lcg/external/Grid/globus/4.0.7-VDT-1.10.1/x86_64-slc5-gcc43-opt/globus/bin:/afs/cern.ch/sw/lcg/external/oracle/11.2.0.1.0p2/x86_64-slc5-gcc43-opt/bin:/afs/cern.ch/sw/lcg/external/sqlite/3.6.22/x86_64-slc5-gcc43-opt/bin:/afs/cern.ch/sw/lcg/app/releases/COOL/COOL_2_8_6c/x86_64-slc5-gcc43-opt/bin:/afs/cern.ch/sw/lcg/app/releases/CORAL/CORAL_2_3_10/x86_64-slc5-gcc43-opt/bin:/afs/cern.ch/sw/lcg/external/XercesC/3.1.1p1/x86_64-slc5-gcc43-opt/bin:/afs/cern.ch/sw/lcg/app/releases/ROOT/5.26.00cp1_python2.5/x86_64-slc5-gcc43-opt/root/bin:/afs/cern.ch/sw/lcg/external/gccxml/0.9.0_20100114/x86_64-slc5-gcc43-opt/bin:/afs/cern.ch/sw/lcg/external/tcmalloc/1.5/x86_64-slc5-gcc43-opt/bin:/afs/cern.ch/sw/lcg/external/Python/2.5.4p2/x86_64-slc5-gcc43-opt/bin:/afs/cern.ch/sw/lcg/external/gcc/4.3.2/x86_64-slc5/bin:/afs/cern.ch/sw/contrib/CMT/v1r20p20090520/Linux-x86_64:/afs/cern.ch/lhcb/software/releases/LBSCRIPTS/LBSCRIPTS_v5r6/InstallArea/scripts:/afs/cern.ch/lhcb/bin:/usr/sue/bin:/usr/local/bin:/usr/bin:/bin:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/X11R6/bin export LD_LIBRARY_PATH=/afs/cern.ch/lhcb/software/releases/LHCB/LHCB_v31r7/InstallArea/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v21r11/InstallArea/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/lhcb/software/releases/COMPAT/COMPAT_v1r7/CompatSys/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/app/releases/POOL/POOL_2_9_9/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/external/qt/4.6.3/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/external/pygraphics/1.1_python2.5/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/external/pytools/1.1_python2.5/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/external/mysql/5.1.45/x86_64-slc5-gcc43-opt/lib/mysql:/afs/cern.ch/sw/lcg/external/Grid/globus/4.0.7-VDT-1.10.1/x86_64-slc5-gcc43-opt/globus/lib:/afs/cern.ch/sw/lcg/external/oracle/11.2.0.1.0p2/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/external/sqlite/3.6.22/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/app/releases/COOL/COOL_2_8_6c/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/app/releases/CORAL/CORAL_2_3_10/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/app/releases/RELAX/RELAX_1_2_1e/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/external/HepMC/2.03.11/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/external/clhep/1.9.4.4/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/external/XercesC/3.1.1p1/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/external/uuid/1.38p1/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/external/GSL/1.10/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/external/Boost/1.42.0_python2.5/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/app/releases/ROOT/5.26.00cp1_python2.5/x86_64-slc5-gcc43-opt/root/lib:/afs/cern.ch/sw/lcg/external/tcmalloc/1.5/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/external/libunwind/0.99/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/external/gcc/4.3.2/x86_64-slc5/lib64:/afs/cern.ch/sw/lcg/external/Grid/LFC/1.7.2-1sec/x86_64-slc5-gcc43-opt/lib64:/afs/cern.ch/sw/lcg/external/Grid/lcg-dm-common/1.7.2-1sec/x86_64-slc5-gcc43-opt/lib64:/afs/cern.ch/sw/lcg/external/Grid/voms-api-cpp/1.8.12-1/x86_64-slc5-gcc43-opt/lib64:/afs/cern.ch/sw/lcg/external/Grid/voms-api-c/1.8.9-2/x86_64-slc5-gcc43-opt/lib64:/afs/cern.ch/sw/lcg/external/Python/2.5.4p2/x86_64-slc5-gcc43-opt/lib diff --git a/Tools/CondDBUI/scripts/TSDBAdmin_MasterAgent.py b/Tools/CondDBUI/scripts/TSDBAdmin_MasterAgent.py index 825104b59b70e744e0684655ad12dc4de3f8cba6..5be7a774c6754ef4c264c103d0cd1b5d42096d1b 100755 --- a/Tools/CondDBUI/scripts/TSDBAdmin_MasterAgent.py +++ b/Tools/CondDBUI/scripts/TSDBAdmin_MasterAgent.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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__ = "Illya Shapoval <illya.shapoval@cern.ch>" __version__ = "$Id: TSDBAdmin_MasterAgent.py,v 1.0 2010-11-15 00:00:00 ishapova Exp $" diff --git a/Tools/CondDBUI/scripts/TSDBAdmin_TierAgent.py b/Tools/CondDBUI/scripts/TSDBAdmin_TierAgent.py index 51046ce227b108410f860c23ca1200323417ebc6..5b200f387796d3ac1e522bc177b1f9b0af55a073 100755 --- a/Tools/CondDBUI/scripts/TSDBAdmin_TierAgent.py +++ b/Tools/CondDBUI/scripts/TSDBAdmin_TierAgent.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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__ = "Illya Shapoval <illya.shapoval@cern.ch>" __version__ = "$Id: TSDBAdmin_TierAgent.py,v 1.0 2010-11-15 00:00:00 ishapova Exp $" diff --git a/Tools/CondDBUI/scripts/TSDBAdmin_Update.py b/Tools/CondDBUI/scripts/TSDBAdmin_Update.py index abb3e3ca6a39c50a0943a1c2c061bcfdb99e6566..45a1692bd4af4b39492c542a22d21866dfa54f92 100755 --- a/Tools/CondDBUI/scripts/TSDBAdmin_Update.py +++ b/Tools/CondDBUI/scripts/TSDBAdmin_Update.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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__ = "Illya Shapoval <illya.shapoval@cern.ch>" __version__ = "$Id: TSDBAdmin_Update.py,v 1.0 2010-11-29 00:00:00 ishapova Exp $" diff --git a/Tools/CondDBUI/scripts/checktag.py b/Tools/CondDBUI/scripts/checktag.py index 29dcd940e412ae961f0b256018a199477e14c9d6..ccd367e3ac46a639c5445f8fae54a6bebdb91129 100755 --- a/Tools/CondDBUI/scripts/checktag.py +++ b/Tools/CondDBUI/scripts/checktag.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: $ # diff --git a/Tools/CondDBUI/scripts/compress_db_metadata.py b/Tools/CondDBUI/scripts/compress_db_metadata.py index a236a91f93cd74f01d52d736671dfb1b60ad6af2..41c35bbaad0bf5115f0bd4006cda14ca16f6b1dd 100755 --- a/Tools/CondDBUI/scripts/compress_db_metadata.py +++ b/Tools/CondDBUI/scripts/compress_db_metadata.py @@ -1,4 +1,14 @@ #!/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 os import shutil diff --git a/Tools/CondDBUI/scripts/compress_db_metadata_mp.py b/Tools/CondDBUI/scripts/compress_db_metadata_mp.py index 225efbca6eb85501596d88b35c147fd9a4378dcb..9a03764b12f8928fe3b38d22564894d856628c93 100755 --- a/Tools/CondDBUI/scripts/compress_db_metadata_mp.py +++ b/Tools/CondDBUI/scripts/compress_db_metadata_mp.py @@ -1,4 +1,14 @@ #!/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 os import shutil diff --git a/Tools/CondDBUI/scripts/copy_files_to_db.py b/Tools/CondDBUI/scripts/copy_files_to_db.py index 7fc6f772cd7adc4bc2c67fb03b13b3ca4e365b0b..52c902a6f2925389ef9e8a4f496cc1e8b554fc20 100755 --- a/Tools/CondDBUI/scripts/copy_files_to_db.py +++ b/Tools/CondDBUI/scripts/copy_files_to_db.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: copy_files_to_db.py,v 1.3 2009-06-30 09:57:06 marcocle Exp $ import sys diff --git a/Tools/CondDBUI/scripts/copy_files_to_db_with_time.py b/Tools/CondDBUI/scripts/copy_files_to_db_with_time.py index 9ee1e4cc2c920b915813f3e4a17c62beb2a53d6a..8ef21f5b55f8650f18afb761c18fa3fcd8146199 100755 --- a/Tools/CondDBUI/scripts/copy_files_to_db_with_time.py +++ b/Tools/CondDBUI/scripts/copy_files_to_db_with_time.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 _tmp_argv = sys.argv diff --git a/Tools/CondDBUI/scripts/decompress_db_metadata.py b/Tools/CondDBUI/scripts/decompress_db_metadata.py index 85a07e67029e830ed65d71767e31075941e4c8da..bb909dbd659574f559a4c1f23488595e6e0cfd58 100755 --- a/Tools/CondDBUI/scripts/decompress_db_metadata.py +++ b/Tools/CondDBUI/scripts/decompress_db_metadata.py @@ -1,4 +1,14 @@ #!/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 os import shutil diff --git a/Tools/CondDBUI/scripts/diff_db.py b/Tools/CondDBUI/scripts/diff_db.py index 21c837a95c86164ccd07fd623a8756908ffeabc4..2430613a41bc667e4c076d0dbd3ec8021eea5d47 100755 --- a/Tools/CondDBUI/scripts/diff_db.py +++ b/Tools/CondDBUI/scripts/diff_db.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 main(argv): if len(argv) != 6 or '-h' in argv or '--help' in argv: diff --git a/Tools/CondDBUI/scripts/dump_db_to_files.py b/Tools/CondDBUI/scripts/dump_db_to_files.py index 07859bc681e52bf9f17a08783a1e6ae3ea2fe479..e8ce68551361a5b411f5951a1d5fd7d88f4ad098 100755 --- a/Tools/CondDBUI/scripts/dump_db_to_files.py +++ b/Tools/CondDBUI/scripts/dump_db_to_files.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: dump_db_to_files.py,v 1.6 2009-06-30 14:55:08 marcocle Exp $ # @todo: Add support for channel IDs diff --git a/Tools/CondDBUI/scripts/merge_db.py b/Tools/CondDBUI/scripts/merge_db.py index 8e063d9bbab2bdf8a0ad72727c311a0a178b65aa..bb2382386d35dbad824f9d8531781d5181aaa823 100755 --- a/Tools/CondDBUI/scripts/merge_db.py +++ b/Tools/CondDBUI/scripts/merge_db.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 main(argv): if len(argv) != 3 or '-h' in argv or '--help' in argv: diff --git a/Tools/CondDBUI/src/helper/Helpers.cpp b/Tools/CondDBUI/src/helper/Helpers.cpp index bd0b46eee8ce24c748b407987a4af0a075ef7c37..d4cba61cef5c96c6cce50d7967a0e3f8a0373ebc 100644 --- a/Tools/CondDBUI/src/helper/Helpers.cpp +++ b/Tools/CondDBUI/src/helper/Helpers.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "Python.h" #ifdef _WIN32 #ifndef WIN32 diff --git a/Tools/FileStager/CMakeLists.txt b/Tools/FileStager/CMakeLists.txt index 16b89089ec9a6e17c340c15e5530aaed752a2a6f..b88a34e8afadb6da3726fb26ca7798f9f1759582 100644 --- a/Tools/FileStager/CMakeLists.txt +++ b/Tools/FileStager/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: FileStager ################################################################################ diff --git a/Tools/FileStager/FileStager/FileStagerFunctions.h b/Tools/FileStager/FileStager/FileStagerFunctions.h index dab0204a24c042dc355902ab93a8d6683754f5b5..98ef68d994a7d9111bd158fd68b494006b1e4a32 100644 --- a/Tools/FileStager/FileStager/FileStagerFunctions.h +++ b/Tools/FileStager/FileStager/FileStagerFunctions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ #ifndef FILESTAGER_FILESTAGERFUNCTIONS_H #define FILESTAGER_FILESTAGERFUNCTIONS_H 1 diff --git a/Tools/FileStager/FileStager/IFileStagerSvc.h b/Tools/FileStager/FileStager/IFileStagerSvc.h index c1fd514ff5e220e5c1087802e1a408894d4c2399..84853f64197e2b95a685fc0de256e3bcc05a32a2 100644 --- a/Tools/FileStager/FileStager/IFileStagerSvc.h +++ b/Tools/FileStager/FileStager/IFileStagerSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IFILESTAGERSVC_H #define IFILESTAGERSVC_H diff --git a/Tools/FileStager/dict/FileStagerDict.h b/Tools/FileStager/dict/FileStagerDict.h index 34d8f99bc2eacdbc943bc812cc79c3ffa3249452..37fda8116b9ad290a4c56470ae9a742f9603e272 100644 --- a/Tools/FileStager/dict/FileStagerDict.h +++ b/Tools/FileStager/dict/FileStagerDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: $ #ifndef DICT_FILESTAGERDICT_H #define DICT_FILESTAGERDICT_H 1 diff --git a/Tools/FileStager/dict/FileStagerDict.xml b/Tools/FileStager/dict/FileStagerDict.xml index 4a7d7c352bc9dc908756f9c280c58a862ca9c8cf..15f6b0929a347686136c09bf8f3c4cf7304f004e 100644 --- a/Tools/FileStager/dict/FileStagerDict.xml +++ b/Tools/FileStager/dict/FileStagerDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "IFileStagerSvc" /> </lcgdict> diff --git a/Tools/FileStager/python/FileStager/Configuration.py b/Tools/FileStager/python/FileStager/Configuration.py index 67352b7395a1f29ebefb0d60d18f221b6dca2f89..f26a90d1374a20e490fa67c603b0aaac3f6bb07f 100644 --- a/Tools/FileStager/python/FileStager/Configuration.py +++ b/Tools/FileStager/python/FileStager/Configuration.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 configureFileStager( keep = False, tmpdir = None, garbageCommand = 'garbage.exe' ): diff --git a/Tools/FileStager/src/Component/File.cpp b/Tools/FileStager/src/Component/File.cpp index 239f4ee07f833e80f1cb4016f81a4c7aa78b28bd..a4d884453e9583ac6c724dddfc4d0aaa8a7f98e0 100644 --- a/Tools/FileStager/src/Component/File.cpp +++ b/Tools/FileStager/src/Component/File.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // stdlib #include <string> #include <vector> diff --git a/Tools/FileStager/src/Component/File.h b/Tools/FileStager/src/Component/File.h index ae9f1d843707282855965b87b65a45604047999a..80732d79ad817a2f8feec8da76ef3d4a9f43b866 100644 --- a/Tools/FileStager/src/Component/File.h +++ b/Tools/FileStager/src/Component/File.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 FILE_H #define FILE_H 1 diff --git a/Tools/FileStager/src/Component/FileStagerSvc.cpp b/Tools/FileStager/src/Component/FileStagerSvc.cpp index 4951d081e306d602e19b2eca8729c38200a3eac7..8a147e53aa755886c5d2250c1a72831bd96ca7b8 100644 --- a/Tools/FileStager/src/Component/FileStagerSvc.cpp +++ b/Tools/FileStager/src/Component/FileStagerSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 WIN32 // system headers #include <sys/statvfs.h> diff --git a/Tools/FileStager/src/Component/FileStagerSvc.h b/Tools/FileStager/src/Component/FileStagerSvc.h index 0251fe71f08e49888acb5d377379663589b7cef0..c96a22763fb4efcd0b5333600e7e6bfdb3e5c522 100644 --- a/Tools/FileStager/src/Component/FileStagerSvc.h +++ b/Tools/FileStager/src/Component/FileStagerSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 FILESTAGER_H #define FILESTAGER_H 1 diff --git a/Tools/FileStager/src/Component/StagedIODataManager.cpp b/Tools/FileStager/src/Component/StagedIODataManager.cpp index 4c08f628976a54ba587b22dba22ee7fecd20b597..709331d01dbdfa22bc913fc86bce58fd103e133e 100644 --- a/Tools/FileStager/src/Component/StagedIODataManager.cpp +++ b/Tools/FileStager/src/Component/StagedIODataManager.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Tools/FileStager/src/Component/StagedIODataManager.h b/Tools/FileStager/src/Component/StagedIODataManager.h index cc3ead11e53bced1b1a594b0d118630b328977c0..4503821fa81ef48b8a7749c154f12e7cf3c41d19 100644 --- a/Tools/FileStager/src/Component/StagedIODataManager.h +++ b/Tools/FileStager/src/Component/StagedIODataManager.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STAGEDIODATAMANAGER_H #define STAGEDIODATAMANAGER_H diff --git a/Tools/FileStager/src/Component/StagedStreamTool.cpp b/Tools/FileStager/src/Component/StagedStreamTool.cpp index eb0accbde32af16c6a7acd7a0c65485c60942461..96961c83bb1f74e7544e008b9c9de8433ddb7909 100644 --- a/Tools/FileStager/src/Component/StagedStreamTool.cpp +++ b/Tools/FileStager/src/Component/StagedStreamTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: // Include files #include <iostream> diff --git a/Tools/FileStager/src/Component/StagedStreamTool.h b/Tools/FileStager/src/Component/StagedStreamTool.h index 0d14f1f2b37a97461c57f77aafabc732ee0f838d..b492a6a57e23617c5abdd00eef76c817c7b389db 100644 --- a/Tools/FileStager/src/Component/StagedStreamTool.h +++ b/Tools/FileStager/src/Component/StagedStreamTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 STAGINGSTREAMTOOL_H #define STAGINGSTREAMTOOL_H 1 diff --git a/Tools/FileStager/src/Lib/FileStagerFunctions.cpp b/Tools/FileStager/src/Lib/FileStagerFunctions.cpp index 29f3e2dc3625750c268f2a44b7970e4008079887..af239591148e0684d888cade00d16a8b7b43f4f0 100644 --- a/Tools/FileStager/src/Lib/FileStagerFunctions.cpp +++ b/Tools/FileStager/src/Lib/FileStagerFunctions.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // stdlib #include <string> diff --git a/Tools/FileStager/src/app/garbage.cpp b/Tools/FileStager/src/app/garbage.cpp index 064dfc66a8f579dff161b73e1de17305078423fa..e00be18bb0019e20b809f0fbd3d00c4b2a783074 100644 --- a/Tools/FileStager/src/app/garbage.cpp +++ b/Tools/FileStager/src/app/garbage.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // stdlig #include <csignal> #include <iostream> diff --git a/Tools/FileStager/src/app/hash_filename.cpp b/Tools/FileStager/src/app/hash_filename.cpp index 93d36c7572996c211e36215a09767a5f83af1873..5c6ea16e3e5bda14cafa39b7c617b2318f55abd9 100644 --- a/Tools/FileStager/src/app/hash_filename.cpp +++ b/Tools/FileStager/src/app/hash_filename.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <string> #include <iostream> diff --git a/Tools/FileStager/tests/options/filestager.py b/Tools/FileStager/tests/options/filestager.py index ec274230ab5cf64543fcd3b43cb093cbb63d125f..2ba131188ea080f5bebbd1ae3f006f334649ad5b 100644 --- a/Tools/FileStager/tests/options/filestager.py +++ b/Tools/FileStager/tests/options/filestager.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 GaudiConf import IOHelper from Configurables import LHCbApp, EventSelector from Configurables import ApplicationMgr, GaudiSequencer diff --git a/Tools/FileStager/tests/qmtest/filestager.qmt b/Tools/FileStager/tests/qmtest/filestager.qmt index 4998eed0033e28b9ca8c14c6bbfb3683941d7949..de9fa52b6cac16985f712457068a02837bd35abe 100644 --- a/Tools/FileStager/tests/qmtest/filestager.qmt +++ b/Tools/FileStager/tests/qmtest/filestager.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Tools/GitEntityResolver/CMakeLists.txt b/Tools/GitEntityResolver/CMakeLists.txt index 8d9d7bd19e94752ad6cc5a5e10c43b2737687981..0d62e13af34463c46fa1278f33342b30035eb248 100644 --- a/Tools/GitEntityResolver/CMakeLists.txt +++ b/Tools/GitEntityResolver/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### gaudi_subdir(GitEntityResolver) gaudi_depends_on_subdirs(GaudiKernel diff --git a/Tools/GitEntityResolver/GitEntityResolver/helpers.h b/Tools/GitEntityResolver/GitEntityResolver/helpers.h index a7ed1ddc2f942429da6a92c8378128a9a72cb61f..13a5fdbba128bebf3ac414362a17116bce1f6435 100644 --- a/Tools/GitEntityResolver/GitEntityResolver/helpers.h +++ b/Tools/GitEntityResolver/GitEntityResolver/helpers.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 GIT_ENTITY_RESOLVER_HELPERS_H #define GIT_ENTITY_RESOLVER_HELPERS_H diff --git a/Tools/GitEntityResolver/python/GitCondDB/GitAccess.py b/Tools/GitEntityResolver/python/GitCondDB/GitAccess.py index a4bec7194fcc58999e7eef5a002e10d0e0598d29..cbe702a4e943f4a44163a13ede7129596aa47b91 100644 --- a/Tools/GitEntityResolver/python/GitCondDB/GitAccess.py +++ b/Tools/GitEntityResolver/python/GitCondDB/GitAccess.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ''' Helper functions to query a Git repository. ''' diff --git a/Tools/GitEntityResolver/python/GitCondDB/IOVs.py b/Tools/GitEntityResolver/python/GitCondDB/IOVs.py index 037b3c8a3bf43e75c9b46f3b43709e905a5244ab..a1a06a629313d2a7e7cab8e21f1af3c0c84ee2a1 100644 --- a/Tools/GitEntityResolver/python/GitCondDB/IOVs.py +++ b/Tools/GitEntityResolver/python/GitCondDB/IOVs.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ''' Utils for IOVs manipulations in Git CondDBs. ''' diff --git a/Tools/GitEntityResolver/python/GitCondDB/Payload.py b/Tools/GitEntityResolver/python/GitCondDB/Payload.py index 75afb63a5a25ce0f98ab1b8e237d62ceb279d7c4..617ccfba5873d9962063bc3c503bcdedcb12debe 100644 --- a/Tools/GitEntityResolver/python/GitCondDB/Payload.py +++ b/Tools/GitEntityResolver/python/GitCondDB/Payload.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ''' Utils for payloads manipulations in Git CondDBs. ''' diff --git a/Tools/GitEntityResolver/python/GitCondDB/Tags.py b/Tools/GitEntityResolver/python/GitCondDB/Tags.py index 27a4977945981c334f644564d8f227dc0249145c..b4027f8f56ebc6cd3b35fa6b9b4010aeff23d7eb 100644 --- a/Tools/GitEntityResolver/python/GitCondDB/Tags.py +++ b/Tools/GitEntityResolver/python/GitCondDB/Tags.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ''' Utils to work on Git CondDB tags metadata. ''' diff --git a/Tools/GitEntityResolver/python/GitCondDB/__init__.py b/Tools/GitEntityResolver/python/GitCondDB/__init__.py index b0a3746a99e3869cb641d57382273ad694a4e5e7..f90cd7a650b4b1db3d406da46bc95df380e43000 100644 --- a/Tools/GitEntityResolver/python/GitCondDB/__init__.py +++ b/Tools/GitEntityResolver/python/GitCondDB/__init__.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ''' Utils to work on Git CondDBs. ''' diff --git a/Tools/GitEntityResolver/python/GitCondDB/_helpers.py b/Tools/GitEntityResolver/python/GitCondDB/_helpers.py index 14e157545e1665316312792afaedd11a4bbbe6da..ffaa7e108b4cb6225dfe1e54789608fcba7c4165 100644 --- a/Tools/GitEntityResolver/python/GitCondDB/_helpers.py +++ b/Tools/GitEntityResolver/python/GitCondDB/_helpers.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 os import logging import shutil diff --git a/Tools/GitEntityResolver/python/GitCondDB/tests/test_iovs.py b/Tools/GitEntityResolver/python/GitCondDB/tests/test_iovs.py index ae4c4f1c354a2995b328f0276da1126a87a0127b..2c5d65826f4d0100f53ba02d40a7da09aa43c164 100644 --- a/Tools/GitEntityResolver/python/GitCondDB/tests/test_iovs.py +++ b/Tools/GitEntityResolver/python/GitCondDB/tests/test_iovs.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # coding=utf-8 from __future__ import print_function diff --git a/Tools/GitEntityResolver/python/GitCondDB/tests/test_payload.py b/Tools/GitEntityResolver/python/GitCondDB/tests/test_payload.py index b27e5b0b233c5e63332f76f3a46b5594a6154201..ae457e53136d137f7a397e33fc0b59f153764b52 100644 --- a/Tools/GitEntityResolver/python/GitCondDB/tests/test_payload.py +++ b/Tools/GitEntityResolver/python/GitCondDB/tests/test_payload.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # coding=utf-8 from __future__ import print_function diff --git a/Tools/GitEntityResolver/scripts/add_files_to_gitconddb.py b/Tools/GitEntityResolver/scripts/add_files_to_gitconddb.py index fb6fb9687624381fdfe12b8dd6d29f8685498d01..efb9499715c6181b1d4a6e2fceb03f11a9c313e0 100755 --- a/Tools/GitEntityResolver/scripts/add_files_to_gitconddb.py +++ b/Tools/GitEntityResolver/scripts/add_files_to_gitconddb.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 add a set of files to Git CondDB (for an optional IOV). ''' diff --git a/Tools/GitEntityResolver/scripts/git_conddb_checks.py b/Tools/GitEntityResolver/scripts/git_conddb_checks.py index 85a6d9b152d8a281a84ce1a12362680964354ba7..2f19e6e7624afbe3b0e2e37bb670e37635741822 100755 --- a/Tools/GitEntityResolver/scripts/git_conddb_checks.py +++ b/Tools/GitEntityResolver/scripts/git_conddb_checks.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ''' Basic consistency checks of a Git CondDB. ''' diff --git a/Tools/GitEntityResolver/src/GitEntityResolver.cpp b/Tools/GitEntityResolver/src/GitEntityResolver.cpp index 8fac1ae9723740a1f2d285daa641de725184d7e3..ca3861df63169ff5c4261789c1cf751eaead4f71 100644 --- a/Tools/GitEntityResolver/src/GitEntityResolver.cpp +++ b/Tools/GitEntityResolver/src/GitEntityResolver.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "GitEntityResolver.h" #include <fstream> diff --git a/Tools/GitEntityResolver/src/GitEntityResolver.h b/Tools/GitEntityResolver/src/GitEntityResolver.h index 6f05674a5bfaeb83117aa34bd29f8aaa17f0faca..73e5440071e18547e5eacc37c312e09fd692e5e2 100644 --- a/Tools/GitEntityResolver/src/GitEntityResolver.h +++ b/Tools/GitEntityResolver/src/GitEntityResolver.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 GITENTITYRESOLVER_H #define GITENTITYRESOLVER_H diff --git a/Tools/GitEntityResolver/tests/python/GitTestOptions.py b/Tools/GitEntityResolver/tests/python/GitTestOptions.py index 4f38768ff40468ef8c9a12c2354e0c5ad47a1818..5458a8a0a61d5c52320376606ffb99bee878779e 100644 --- a/Tools/GitEntityResolver/tests/python/GitTestOptions.py +++ b/Tools/GitEntityResolver/tests/python/GitTestOptions.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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 setup(tag, use_files=False, bare=False, conditions=['/dd/TestCondition'], overlay=False): import os from Gaudi.Configuration import appendPostConfigAction, VERBOSE diff --git a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/empty_tag_bare.qmt b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/empty_tag_bare.qmt index 3ca4687fd32d1cd0c22b396f39249be43da81f80..6a7e5af7ade6d4e4a31b7124f195b8ea2cab8f76 100644 --- a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/empty_tag_bare.qmt +++ b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/empty_tag_bare.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/files.qmt b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/files.qmt index 1e0cdbf5931ac8cf346fc7c02ff971891eef1523..238567b8d64eb2aee404fc15b5522beceba4795b 100644 --- a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/files.qmt +++ b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/files.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/head.qmt b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/head.qmt index 898ded7a31fc624db331c146c7bd0388a172c61c..fe087dfd0691c65a66ee8a4c21a505a89710821e 100644 --- a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/head.qmt +++ b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/head.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/overlay.qmt b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/overlay.qmt index a578e4b26e85cfd861dcdfbf02d6cfe8516c0fc2..ec4ed9ac074129bd4e943be3bac74193fc22be6b 100644 --- a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/overlay.qmt +++ b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/overlay.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/v0.qmt b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/v0.qmt index ebdd90bc3f74a876b6860c13ae965253e3953c8e..aed99391d80d2fdd21e79dd324c9313087b2e8bf 100644 --- a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/v0.qmt +++ b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/v0.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/v1.qmt b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/v1.qmt index c62925052b844d83318815b70d793429b9717444..e97e82138309e275712501fe804fab49897dbf7d 100644 --- a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/v1.qmt +++ b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/v1.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/v1_bare.qmt b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/v1_bare.qmt index e30d53709266f008d8922e853720579730735819..d2ef7fd335814fdd604cd9a5108385929d553219 100644 --- a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/v1_bare.qmt +++ b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/basic_access.qms/v1_bare.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/direct_mapping.qms/files.qmt b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/direct_mapping.qms/files.qmt index dd6de9cc6e6333c2a6d11555578eab23098ccf1d..1e5aa2b72237408f91a98b5984c4654364062bce 100644 --- a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/direct_mapping.qms/files.qmt +++ b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/direct_mapping.qms/files.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/direct_mapping.qms/head.qmt b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/direct_mapping.qms/head.qmt index 34864fabc029ba04b98ffdb694391c78692ccdde..96800bef38d08440ff139bcdb9aea1f286435285 100644 --- a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/direct_mapping.qms/head.qmt +++ b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/direct_mapping.qms/head.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/iov_access.qms/partitioning.qmt b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/iov_access.qms/partitioning.qmt index 4217b935e74c130d845dd91893f16d52eca7f938..1ee7e8fbd7add4ddba23df3ff0369542a5719197 100644 --- a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/iov_access.qms/partitioning.qmt +++ b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/iov_access.qms/partitioning.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/iov_access.qms/upper_limit.qmt b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/iov_access.qms/upper_limit.qmt index 47dcfcc59864bf4c3e6e523571f5025cde701542..8190b235ddf443b7366c03c3528bab370e3a7e29 100644 --- a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/iov_access.qms/upper_limit.qmt +++ b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/iov_access.qms/upper_limit.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/iov_access.qms/upper_limit_error.qmt b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/iov_access.qms/upper_limit_error.qmt index 6cd4b6874c1a9770915a38197c17015822c43953..9a17fcd4de7199597ae7f3a1b10632c7af2b5146 100644 --- a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/iov_access.qms/upper_limit_error.qmt +++ b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/iov_access.qms/upper_limit_error.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/iov_access.qms/v0.qmt b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/iov_access.qms/v0.qmt index d2f92871202451d24695540ca0d8de59e90b29d6..bfa6e887b7abc584085e1ef335df7908394eb33f 100644 --- a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/iov_access.qms/v0.qmt +++ b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/iov_access.qms/v0.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension/ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> /en.dtd'> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> diff --git a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/prepare.qmt b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/prepare.qmt index 0ab5a5369f3786759953b7a90031f12a789fd361..606015573f68c078a062abaca05310164900fb89 100644 --- a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/prepare.qmt +++ b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/prepare.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- ####################################################### # SUMMARY OF THIS TEST diff --git a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/run_stamp.qmt b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/run_stamp.qmt index 9e02c28ac8f36d19055a950573c7bfcd5f621f39..d53c39b85dad79c55123afeba2483a0897fbdc1d 100644 --- a/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/run_stamp.qmt +++ b/Tools/GitEntityResolver/tests/qmtest/gitentityresolver.qms/run_stamp.qmt @@ -1,4 +1,14 @@ <?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <extension class="GaudiTest.GaudiExeTest" kind="test"> <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set> diff --git a/Tools/GitEntityResolver/tests/scripts/data/test_repo/DTD/structure.dtd b/Tools/GitEntityResolver/tests/scripts/data/test_repo/DTD/structure.dtd index 0ba43a510696b470d294166c4b41f56820b28383..3e2abf356c954cc75f1c75a5353f1f381af226bf 100644 --- a/Tools/GitEntityResolver/tests/scripts/data/test_repo/DTD/structure.dtd +++ b/Tools/GitEntityResolver/tests/scripts/data/test_repo/DTD/structure.dtd @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!--DDDB: XML root element, Gaudi transient store root as well--> <!-- diff --git a/Tools/GitEntityResolver/tests/scripts/data/test_repo/DTD/tabproperty.dtd b/Tools/GitEntityResolver/tests/scripts/data/test_repo/DTD/tabproperty.dtd index 5048b955a2f498973d2c92fd8acd735a2185f00b..b2d26549293b187e4a628cbfda1e6c24314dc993 100644 --- a/Tools/GitEntityResolver/tests/scripts/data/test_repo/DTD/tabproperty.dtd +++ b/Tools/GitEntityResolver/tests/scripts/data/test_repo/DTD/tabproperty.dtd @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does not waive the privileges and immunities + granted to it by virtue of its status as an Intergovernmental Organization + or submit itself to any jurisdiction. +--> <!-- Tabulated Property Entry (Vanya Belyaev, March'2k+1 3) --> <!ELEMENT entry EMPTY> <!ATTLIST entry diff --git a/Tools/GitEntityResolver/tests/scripts/data/test_repo/Direct/Cond1/v0.xml b/Tools/GitEntityResolver/tests/scripts/data/test_repo/Direct/Cond1/v0.xml index d4e00002971d0dc1262af344cbd5f96c8b397514..bd0243b57ae88f7ec2a2a376752e5774caa1f1bf 100644 --- a/Tools/GitEntityResolver/tests/scripts/data/test_repo/Direct/Cond1/v0.xml +++ b/Tools/GitEntityResolver/tests/scripts/data/test_repo/Direct/Cond1/v0.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "git:/DTD/structure.dtd"> <DDDB> <condition name="Cond1"> diff --git a/Tools/GitEntityResolver/tests/scripts/data/test_repo/Direct/Cond1/v1.xml b/Tools/GitEntityResolver/tests/scripts/data/test_repo/Direct/Cond1/v1.xml index 1b8d07bafa7ce08a5299c555ec879e628984189c..128cee174bdc5e06ad116ebce94ff0a0a90d35e4 100644 --- a/Tools/GitEntityResolver/tests/scripts/data/test_repo/Direct/Cond1/v1.xml +++ b/Tools/GitEntityResolver/tests/scripts/data/test_repo/Direct/Cond1/v1.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "git:/DTD/structure.dtd"> <DDDB> <condition name="Cond1"> diff --git a/Tools/GitEntityResolver/tests/scripts/data/test_repo/Direct/Ignored.xml b/Tools/GitEntityResolver/tests/scripts/data/test_repo/Direct/Ignored.xml index 9977a2836c1a0f7fbe7fae516d18d1da4ff4770d..d6abb6a4b4d4987047f5f367ef0311351a758274 100644 --- a/Tools/GitEntityResolver/tests/scripts/data/test_repo/Direct/Ignored.xml +++ b/Tools/GitEntityResolver/tests/scripts/data/test_repo/Direct/Ignored.xml @@ -1 +1,11 @@ invalid +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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/Tools/GitEntityResolver/tests/scripts/data/test_repo/changing.xml/v0.xml b/Tools/GitEntityResolver/tests/scripts/data/test_repo/changing.xml/v0.xml index d6b8562d33c2b16eda13a9236dc51b09931f3c7b..5b6957444595b05e4f0e74aef5149502d26d6efc 100644 --- a/Tools/GitEntityResolver/tests/scripts/data/test_repo/changing.xml/v0.xml +++ b/Tools/GitEntityResolver/tests/scripts/data/test_repo/changing.xml/v0.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "git:/DTD/structure.dtd"> <DDDB> <condition name="Changing"> diff --git a/Tools/GitEntityResolver/tests/scripts/data/test_repo/changing.xml/v1.xml b/Tools/GitEntityResolver/tests/scripts/data/test_repo/changing.xml/v1.xml index 2c628218ce8617639296de1f8089742cc056d736..2d42ace7253a9a27f6fd9b6bd1c725e86f7b16ae 100644 --- a/Tools/GitEntityResolver/tests/scripts/data/test_repo/changing.xml/v1.xml +++ b/Tools/GitEntityResolver/tests/scripts/data/test_repo/changing.xml/v1.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "git:/DTD/structure.dtd"> <DDDB> <condition name="Changing"> diff --git a/Tools/GitEntityResolver/tests/scripts/data/test_repo/lhcb.xml b/Tools/GitEntityResolver/tests/scripts/data/test_repo/lhcb.xml index 9703ee3955a8bcdd85df99d55d113ac73ed578a3..fdda9be1c48a6edf1e938aa197aa88e307751d82 100644 --- a/Tools/GitEntityResolver/tests/scripts/data/test_repo/lhcb.xml +++ b/Tools/GitEntityResolver/tests/scripts/data/test_repo/lhcb.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "git:/DTD/structure.dtd"> <DDDB> <catalog name="dd"> diff --git a/Tools/GitEntityResolver/tests/scripts/data/test_repo/values.xml b/Tools/GitEntityResolver/tests/scripts/data/test_repo/values.xml index ab52a5195f1e9b5026091fe7d1f8df56d79873e9..1228b45fea95e9ac795c7c637c5b06453aa690c9 100644 --- a/Tools/GitEntityResolver/tests/scripts/data/test_repo/values.xml +++ b/Tools/GitEntityResolver/tests/scripts/data/test_repo/values.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 DDDB SYSTEM "git:/DTD/structure.dtd"> <DDDB> <condition name="TestCondition"> diff --git a/Tools/GitEntityResolver/tests/scripts/prepare_test_repository.py b/Tools/GitEntityResolver/tests/scripts/prepare_test_repository.py index 0e35e0465ce3a0710ff260d1aaf0cb5c5ca44a51..2948c6730b684eee472d8a254a6499cdf4ed3a8b 100644 --- a/Tools/GitEntityResolver/tests/scripts/prepare_test_repository.py +++ b/Tools/GitEntityResolver/tests/scripts/prepare_test_repository.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # -*- coding: utf-8 -*- ''' Prepare the Git repository to test GitEntityResolver. diff --git a/Tools/GitEntityResolver/tests/test_scripts/test_add_files_to_git.py b/Tools/GitEntityResolver/tests/test_scripts/test_add_files_to_git.py index f4ffe507b5f5e3abc4185aa3ddffc98e54a541e5..8fd88707a31e5dcd700b034523d59a0e1c6832ea 100644 --- a/Tools/GitEntityResolver/tests/test_scripts/test_add_files_to_git.py +++ b/Tools/GitEntityResolver/tests/test_scripts/test_add_files_to_git.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # coding=utf-8 from __future__ import print_function diff --git a/Tools/GitEntityResolver/utils/clean_iovs.py b/Tools/GitEntityResolver/utils/clean_iovs.py index 1a12f99a80724e51bad1d7b3001e351e8ecbf31d..6d2248792ebf98ab3d623da981fa2b6ba4d31feb 100755 --- a/Tools/GitEntityResolver/utils/clean_iovs.py +++ b/Tools/GitEntityResolver/utils/clean_iovs.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ''' Small script to simplify/reduce/fix IOVs files in a Git repository. ''' diff --git a/Tools/GitEntityResolver/utils/make_dddb.sh b/Tools/GitEntityResolver/utils/make_dddb.sh index 670f8b9115a56360585dc4d83c1a5587bf5c8701..98ae02570808e647e9474d65cc4dc1bde6793c8d 100755 --- a/Tools/GitEntityResolver/utils/make_dddb.sh +++ b/Tools/GitEntityResolver/utils/make_dddb.sh @@ -1,4 +1,14 @@ #!/bin/bash +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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_dir=$(cd $(dirname $0) ; pwd) export PATH=${script_dir}:$PATH diff --git a/Tools/GitEntityResolver/utils/make_dqflags.sh b/Tools/GitEntityResolver/utils/make_dqflags.sh index 92418e4aeafda785683423e299dcb17131dabd9b..cac7e05bdc173bf3988c27ea45baac166607de0e 100755 --- a/Tools/GitEntityResolver/utils/make_dqflags.sh +++ b/Tools/GitEntityResolver/utils/make_dqflags.sh @@ -1,4 +1,14 @@ #!/bin/bash +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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_dir=$(cd $(dirname $0) ; pwd) export PATH=${script_dir}:$PATH diff --git a/Tools/GitEntityResolver/utils/make_git_conddb.py b/Tools/GitEntityResolver/utils/make_git_conddb.py index 924a738567f223a3ccade2b64dc8901c61ccd399..4a82f38ba07fbccad5d263d61224abd8c5324a10 100755 --- a/Tools/GitEntityResolver/utils/make_git_conddb.py +++ b/Tools/GitEntityResolver/utils/make_git_conddb.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### ''' Small script to convert a DDDB COOL/SQLite database to a Git repository. ''' diff --git a/Tools/GitEntityResolver/utils/make_lhcbcond.sh b/Tools/GitEntityResolver/utils/make_lhcbcond.sh index e2a3b39fffbd27639f8a263b7fea35c44d61a64a..11658d9d364f9b6f2eb0446c33a94bee5ed20cf7 100755 --- a/Tools/GitEntityResolver/utils/make_lhcbcond.sh +++ b/Tools/GitEntityResolver/utils/make_lhcbcond.sh @@ -1,4 +1,14 @@ #!/bin/bash +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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_dir=$(cd $(dirname $0) ; pwd) export PATH=${script_dir}:$PATH diff --git a/Tools/GitEntityResolver/utils/make_online.sh b/Tools/GitEntityResolver/utils/make_online.sh index 1bd2779501d61d4d16ea190fe38adbad29e0a394..5db6b8ee5aa3abe63894bb0b3f10060a3873a59a 100755 --- a/Tools/GitEntityResolver/utils/make_online.sh +++ b/Tools/GitEntityResolver/utils/make_online.sh @@ -1,4 +1,14 @@ #!/bin/bash +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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_dir=$(cd $(dirname $0) ; pwd) export PATH=${script_dir}:$PATH diff --git a/Tools/GitEntityResolver/utils/make_simcond.sh b/Tools/GitEntityResolver/utils/make_simcond.sh index 82df60ec791df57eb67b7fbfb0e8dd950867ab3b..743fd7d4de0c707c4cdd9940896e027c777018b4 100755 --- a/Tools/GitEntityResolver/utils/make_simcond.sh +++ b/Tools/GitEntityResolver/utils/make_simcond.sh @@ -1,4 +1,14 @@ #!/bin/bash +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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_dir=$(cd $(dirname $0) ; pwd) export PATH=${script_dir}:$PATH diff --git a/Tools/XmlTools/CMakeLists.txt b/Tools/XmlTools/CMakeLists.txt index 679529f6638d3c747321a5d73c3d51324b2be104..272fdf235c5f17ff3ead179b9482220b87c6b201 100644 --- a/Tools/XmlTools/CMakeLists.txt +++ b/Tools/XmlTools/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: XmlTools ################################################################################ diff --git a/Tools/XmlTools/XmlTools/Evaluator.h b/Tools/XmlTools/XmlTools/Evaluator.h index 87d7bd0ce99a95c1b98d1e454b99b283a7700537..e5d92fffd376a74dd714fedbec1b01717b432903 100644 --- a/Tools/XmlTools/XmlTools/Evaluator.h +++ b/Tools/XmlTools/XmlTools/Evaluator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // -*- C++ -*- // --------------------------------------------------------------------------- diff --git a/Tools/XmlTools/XmlTools/IOVDOMDocument.h b/Tools/XmlTools/XmlTools/IOVDOMDocument.h index b58461eab032cebc7b009eaee963af47e00817c9..3ce52e5506981c45fe12db2ad45701df5257c304 100644 --- a/Tools/XmlTools/XmlTools/IOVDOMDocument.h +++ b/Tools/XmlTools/XmlTools/IOVDOMDocument.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 IOVDOMDOCUMENT_ #define IOVDOMDOCUMENT_ #include <memory> diff --git a/Tools/XmlTools/XmlTools/IXmlEntityResolver.h b/Tools/XmlTools/XmlTools/IXmlEntityResolver.h index 9589852e6fbc742ed2de2f3eeaaba3b59b25509a..67e2ea48947dbb76396cf63ad44bd71e625c5936 100644 --- a/Tools/XmlTools/XmlTools/IXmlEntityResolver.h +++ b/Tools/XmlTools/XmlTools/IXmlEntityResolver.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 XMLTOOLS_IXMLENTITYRESOLVER_H #define XMLTOOLS_IXMLENTITYRESOLVER_H 1 diff --git a/Tools/XmlTools/XmlTools/IXmlParserSvc.h b/Tools/XmlTools/XmlTools/IXmlParserSvc.h index a0e318df0c7b7fab69501c80a16989bd106662f0..44a87779b3497af500ccbc157e91480f469c379d 100644 --- a/Tools/XmlTools/XmlTools/IXmlParserSvc.h +++ b/Tools/XmlTools/XmlTools/IXmlParserSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESCCNV_IXMLPARSERSVC_H #define DETDESCCNV_IXMLPARSERSVC_H diff --git a/Tools/XmlTools/XmlTools/IXmlSvc.h b/Tools/XmlTools/XmlTools/IXmlSvc.h index fc008bf5b697f10c5f7dc848e0034d83d2bc9dfb..bdaac2629c9e4fa17fb2629469243c3e1f283be1 100644 --- a/Tools/XmlTools/XmlTools/IXmlSvc.h +++ b/Tools/XmlTools/XmlTools/IXmlSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESCCNV_IXMLSVC_H #define DETDESCCNV_IXMLSVC_H diff --git a/Tools/XmlTools/XmlTools/ValidInputSource.h b/Tools/XmlTools/XmlTools/ValidInputSource.h index 5a108bdd3b958dbcc785cb5c114ebe4b178fbb7b..2379be43498b962730ebfbe6620ab936628390c3 100644 --- a/Tools/XmlTools/XmlTools/ValidInputSource.h +++ b/Tools/XmlTools/XmlTools/ValidInputSource.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VALIDINPUTSOURCE_H_ #define VALIDINPUTSOURCE_H_ diff --git a/Tools/XmlTools/dict/XmlToolsDict.h b/Tools/XmlTools/dict/XmlToolsDict.h index 830c1ab26e167853b924975af276bd552c2aa2e8..dae1e781e50df61bcbfb9af3e8c6110a8f7b0733 100644 --- a/Tools/XmlTools/dict/XmlToolsDict.h +++ b/Tools/XmlTools/dict/XmlToolsDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_XMLTOOLSDICT_H #define DICT_XMLTOOLSDICT_H 1 diff --git a/Tools/XmlTools/dict/XmlToolsDict.xml b/Tools/XmlTools/dict/XmlToolsDict.xml index 3d5f6d888702a550ab0b1be9dc2597ebf6ea34c0..220f69aec08a3a7cd98dc627ad99cdb44fd57a22 100644 --- a/Tools/XmlTools/dict/XmlToolsDict.xml +++ b/Tools/XmlTools/dict/XmlToolsDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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="IXmlParserSvc" /> diff --git a/Tools/XmlTools/src/Lib/Evaluator.cpp b/Tools/XmlTools/src/Lib/Evaluator.cpp index bc448068178c180b63fe256e2499e653607d7298..bd8365c391a856b62f61a38241904d0c2de6296c 100644 --- a/Tools/XmlTools/src/Lib/Evaluator.cpp +++ b/Tools/XmlTools/src/Lib/Evaluator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // -*- C++ -*- // --------------------------------------------------------------------------- diff --git a/Tools/XmlTools/src/Lib/IOVDOMDocument.cpp b/Tools/XmlTools/src/Lib/IOVDOMDocument.cpp index c1d2ebee085c97d097803e44b99528c612257d32..bea29a8609dcdb750ef94060ccf3eab23bd815c4 100644 --- a/Tools/XmlTools/src/Lib/IOVDOMDocument.cpp +++ b/Tools/XmlTools/src/Lib/IOVDOMDocument.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "XmlTools/IOVDOMDocument.h" IOVDOMDocument::IOVDOMDocument(xercesc::DOMDocument *dom) diff --git a/Tools/XmlTools/src/Lib/ValidInputSource.cpp b/Tools/XmlTools/src/Lib/ValidInputSource.cpp index a337933fa21ad7ec973a8c7f47d56269a2feafc1..f00e10edccfe4caf0e716faea54a4459641eba6f 100644 --- a/Tools/XmlTools/src/Lib/ValidInputSource.cpp +++ b/Tools/XmlTools/src/Lib/ValidInputSource.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "XmlTools/ValidInputSource.h" /// Constructor diff --git a/Tools/XmlTools/src/Lib/setStdMath.cpp b/Tools/XmlTools/src/Lib/setStdMath.cpp index dc371d088672069d45a481371e7ec18016468fab..084839eee1c379ca279b042c7d11abc0d4be830d 100644 --- a/Tools/XmlTools/src/Lib/setStdMath.cpp +++ b/Tools/XmlTools/src/Lib/setStdMath.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "XmlTools/Evaluator.h" #include <cmath> // for sqrt and pow diff --git a/Tools/XmlTools/src/Lib/setSystemOfUnits.cpp b/Tools/XmlTools/src/Lib/setSystemOfUnits.cpp index e0e6a2fc122244b04553ad491fbbce02c3594c44..63aa839bb29aa82b861eed3bb9170fd3fa1085c2 100644 --- a/Tools/XmlTools/src/Lib/setSystemOfUnits.cpp +++ b/Tools/XmlTools/src/Lib/setSystemOfUnits.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // -*- C++ -*- // ---------------------------------------------------------------------- diff --git a/Tools/XmlTools/src/component/EntityResolverDispatcher.cpp b/Tools/XmlTools/src/component/EntityResolverDispatcher.cpp index 8e77956ba64b0e28a40a51d5b124a5e0c63253cb..9ec87a4f3243c039b0075d2d8f0bde44ff2c3177 100644 --- a/Tools/XmlTools/src/component/EntityResolverDispatcher.cpp +++ b/Tools/XmlTools/src/component/EntityResolverDispatcher.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/ParsersFactory.h" #include "GaudiKernel/AlgTool.h" diff --git a/Tools/XmlTools/src/component/XmlCnvSvc.cpp b/Tools/XmlTools/src/component/XmlCnvSvc.cpp index ac6de98a4a55d960ba00a6d9cfde78dbdf04933a..2d6f7195699e9b72df087784a5839589ebe74437 100644 --- a/Tools/XmlTools/src/component/XmlCnvSvc.cpp +++ b/Tools/XmlTools/src/component/XmlCnvSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <xercesc/util/PlatformUtils.hpp> #include <xercesc/util/XMLString.hpp> diff --git a/Tools/XmlTools/src/component/XmlCnvSvc.h b/Tools/XmlTools/src/component/XmlCnvSvc.h index 101dc2cdf615ce8bceaa244bd0ceb240347076c4..17cfbe607067fb89cce9582d79dd864ba5d6a115 100644 --- a/Tools/XmlTools/src/component/XmlCnvSvc.h +++ b/Tools/XmlTools/src/component/XmlCnvSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESCCNV_XMLCNVSVC_H #define DETDESCCNV_XMLCNVSVC_H diff --git a/Tools/XmlTools/src/component/XmlParserSvc.cpp b/Tools/XmlTools/src/component/XmlParserSvc.cpp index bb066565d2b1cccdeca2866f9fa486fda7618581..430a5074bbf6db8a11fccbdc8c4e814218e4fb0e 100644 --- a/Tools/XmlTools/src/component/XmlParserSvc.cpp +++ b/Tools/XmlTools/src/component/XmlParserSvc.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <limits.h> #include <memory> diff --git a/Tools/XmlTools/src/component/XmlParserSvc.h b/Tools/XmlTools/src/component/XmlParserSvc.h index 3a1e3416b369dee32ed85b16c94b459a13200896..1c6ecdb245e0c963bdd41ddd310ada3fc744f086 100644 --- a/Tools/XmlTools/src/component/XmlParserSvc.h +++ b/Tools/XmlTools/src/component/XmlParserSvc.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DETDESCCNV_XMLPARSERSVC_H #define DETDESCCNV_XMLPARSERSVC_H diff --git a/Tr/LHCbTrackInterfaces/CMakeLists.txt b/Tr/LHCbTrackInterfaces/CMakeLists.txt index 4463e47210e725e49f72116355e0be82e452e007..d5f2a246079a841ab504840a972905c951be3a57 100644 --- a/Tr/LHCbTrackInterfaces/CMakeLists.txt +++ b/Tr/LHCbTrackInterfaces/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: LHCbTrackInterfaces ################################################################################ diff --git a/Tr/LHCbTrackInterfaces/TrackInterfaces/IInAcceptance.h b/Tr/LHCbTrackInterfaces/TrackInterfaces/IInAcceptance.h index 502079f27cace07368edde7170f1dd637059294c..49ac16e089e3eeda56e6d14a932dd10dbcce3b68 100644 --- a/Tr/LHCbTrackInterfaces/TrackInterfaces/IInAcceptance.h +++ b/Tr/LHCbTrackInterfaces/TrackInterfaces/IInAcceptance.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_IINACCEPTANCE_H #define KERNEL_IINACCEPTANCE_H 1 diff --git a/Tr/LHCbTrackInterfaces/TrackInterfaces/ISTClusterPosition.h b/Tr/LHCbTrackInterfaces/TrackInterfaces/ISTClusterPosition.h index 4d8726ff76f5b8937843aa205dca4e20e9748d54..d35616cfb402ac1e43a611cee14b84ee9c328cf0 100644 --- a/Tr/LHCbTrackInterfaces/TrackInterfaces/ISTClusterPosition.h +++ b/Tr/LHCbTrackInterfaces/TrackInterfaces/ISTClusterPosition.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 TrackInterfaces_ISTClusterPosition_H #define TrackInterfaces_ISTClusterPosition_H diff --git a/Tr/LHCbTrackInterfaces/TrackInterfaces/IVPClusterPosition.h b/Tr/LHCbTrackInterfaces/TrackInterfaces/IVPClusterPosition.h index 40bf8667e8cb8786285cd998374b6cb513fbbfd1..24437a5bde51426d564055c47304c0d48957e03e 100644 --- a/Tr/LHCbTrackInterfaces/TrackInterfaces/IVPClusterPosition.h +++ b/Tr/LHCbTrackInterfaces/TrackInterfaces/IVPClusterPosition.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_IVPCLUSTERPOSITION_H #define KERNEL_IVPCLUSTERPOSITION_H 1 diff --git a/Tr/LHCbTrackInterfaces/TrackInterfaces/IVeloClusterPosition.h b/Tr/LHCbTrackInterfaces/TrackInterfaces/IVeloClusterPosition.h index 1b2eea5d84eef3563dab02e17ddc7fc52ed8d83f..1cc09d321f56c5c2371e6cbd80ee8accae14d2f2 100644 --- a/Tr/LHCbTrackInterfaces/TrackInterfaces/IVeloClusterPosition.h +++ b/Tr/LHCbTrackInterfaces/TrackInterfaces/IVeloClusterPosition.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 KERNEL_IVELOCLUSTERPOSITION_H #define KERNEL_IVELOCLUSTERPOSITION_H 1 diff --git a/Tr/LHCbTrackInterfaces/dict/LHCbTrackInterfacesDict.h b/Tr/LHCbTrackInterfaces/dict/LHCbTrackInterfacesDict.h index 09933450d88add2602b6f3abcec037908f4fa30c..e4a3c5bcb63c3df3c54a63325fc40dd9bf382453 100755 --- a/Tr/LHCbTrackInterfaces/dict/LHCbTrackInterfacesDict.h +++ b/Tr/LHCbTrackInterfaces/dict/LHCbTrackInterfacesDict.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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_LHCBTRACKINTERFACESDICT_H #define DICT_LHCBTRACKINTERFACESDICT_H 1 diff --git a/Tr/LHCbTrackInterfaces/dict/LHCbTrackInterfacesDict.xml b/Tr/LHCbTrackInterfaces/dict/LHCbTrackInterfacesDict.xml index 32a95718e57d5f0800c1106f4aabea3c277f6494..1ea95c83aef047e47c3cd28fe4224e92d2420f8a 100755 --- a/Tr/LHCbTrackInterfaces/dict/LHCbTrackInterfacesDict.xml +++ b/Tr/LHCbTrackInterfaces/dict/LHCbTrackInterfacesDict.xml @@ -1,3 +1,13 @@ +<!-- + (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration + + This software is distributed under the terms of the GNU General Public + Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". + + In applying this licence, CERN does 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 = "ISTClusterPosition" /> <class name = "IVeloClusterPosition" /> diff --git a/UT/UTDAQ/CMakeLists.txt b/UT/UTDAQ/CMakeLists.txt index 476b1f5324d345478f8c7e80296faead6aa7f15f..aa67cfe6c6c3375a4bb9b13cfaab2fc3011dc10c 100644 --- a/UT/UTDAQ/CMakeLists.txt +++ b/UT/UTDAQ/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: UTDAQ ################################################################################ diff --git a/UT/UTDAQ/UTDAQ/UTDAQHelper.h b/UT/UTDAQ/UTDAQ/UTDAQHelper.h index 1c5c5fee681a9fdc3662b876fa076b9446705bd2..1923ffb25c056afe4b30cff26430444e6a1f624c 100644 --- a/UT/UTDAQ/UTDAQ/UTDAQHelper.h +++ b/UT/UTDAQ/UTDAQ/UTDAQHelper.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 UTDAQHELPER_H #define UTDAQHELPER_H 1 diff --git a/UT/UTDAQ/UTDAQ/UTReadoutTool.h b/UT/UTDAQ/UTDAQ/UTReadoutTool.h index d93133f5b9d760fea43f24828c0c5629fb5234fa..9bd849995f28520e450b7b491581514d0939db8c 100644 --- a/UT/UTDAQ/UTDAQ/UTReadoutTool.h +++ b/UT/UTDAQ/UTDAQ/UTReadoutTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _UTREADOUTTOOL_H #define _UTREADOUTTOOL_H diff --git a/UT/UTDAQ/src/Lib/UTDAQHelper.cpp b/UT/UTDAQ/src/Lib/UTDAQHelper.cpp index e61d96b43ff69e2eca46e8384972352541dca92e..d86895a60d00b4aa063104f0a557e1758f6f7301 100644 --- a/UT/UTDAQ/src/Lib/UTDAQHelper.cpp +++ b/UT/UTDAQ/src/Lib/UTDAQHelper.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <cmath> #include <limits> #include "UTDAQ/UTDAQHelper.h" diff --git a/UT/UTDAQ/src/Lib/UTReadoutTool.cpp b/UT/UTDAQ/src/Lib/UTReadoutTool.cpp index 6570048be7c21f7815124d217b5308586058f44c..7760b7695cab3f01f25f85d5be3fd3c66f6ccc3f 100644 --- a/UT/UTDAQ/src/Lib/UTReadoutTool.cpp +++ b/UT/UTDAQ/src/Lib/UTReadoutTool.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "UTDAQ/UTReadoutTool.h" #include "Kernel/STTell1Board.h" #include "Kernel/STTell1ID.h" diff --git a/UT/UTDAQ/src/component/Components.cpp b/UT/UTDAQ/src/component/Components.cpp index 32f043d61e07579013d568b306ec97637a5e82d7..c1fe703a3028dc747ede7affc6824a183b94d8a6 100644 --- a/UT/UTDAQ/src/component/Components.cpp +++ b/UT/UTDAQ/src/component/Components.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <UTDAQ/UTReadoutTool.h> DECLARE_COMPONENT( UTReadoutTool ) diff --git a/UT/UTKernel/CMakeLists.txt b/UT/UTKernel/CMakeLists.txt index a28b3c91578530d8dcf843623072e2357d1996d4..161ae6835ee9e3ce99b4998c4cb10dcd917768c8 100644 --- a/UT/UTKernel/CMakeLists.txt +++ b/UT/UTKernel/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### gaudi_subdir(UTKernel v1r0) gaudi_depends_on_subdirs(Det/STDet diff --git a/UT/UTKernel/Kernel/IUTReadoutTool.h b/UT/UTKernel/Kernel/IUTReadoutTool.h index 836d374fffeebb27553bef81a788597f941456b9..23b33e107a1298bab649e51f440a7feb20bcbdbb 100644 --- a/UT/UTKernel/Kernel/IUTReadoutTool.h +++ b/UT/UTKernel/Kernel/IUTReadoutTool.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 _IUTReadoutTool_H #define _IUTReadoutTool_H diff --git a/VP/VPDAQ/CMakeLists.txt b/VP/VPDAQ/CMakeLists.txt index 8684a84e3ce59610601c9afe61b646576c861fba..7b570fa021f7b17c4326638bc595f2e5e6b506cc 100644 --- a/VP/VPDAQ/CMakeLists.txt +++ b/VP/VPDAQ/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: VPDAQ ################################################################################ diff --git a/VP/VPDAQ/src/VPRetinaCluster.h b/VP/VPDAQ/src/VPRetinaCluster.h index be0ab65241d937e7745eae7eea1507ab6b579e7b..ef02a9b4c42706fc95c4abb75f7031cb794fa0bb 100644 --- a/VP/VPDAQ/src/VPRetinaCluster.h +++ b/VP/VPDAQ/src/VPRetinaCluster.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VPRETINACLUSTER_H #define VPRETINACLUSTER_H 1 diff --git a/VP/VPDAQ/src/VPRetinaClusterCreator.cpp b/VP/VPDAQ/src/VPRetinaClusterCreator.cpp index 34863c637d6523316e8da4822618bdd4111cc15b..3dc8a8813a57bfced9e4acd0332e9f64c71be0cf 100644 --- a/VP/VPDAQ/src/VPRetinaClusterCreator.cpp +++ b/VP/VPDAQ/src/VPRetinaClusterCreator.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // LHCb #include "Event/StateParameters.h" #include "Kernel/VPConstants.h" diff --git a/VP/VPDAQ/src/VPRetinaClusterCreator.h b/VP/VPDAQ/src/VPRetinaClusterCreator.h index 2178d0db65b52ecbe69f069a75397a9b47b99537..db11ffc14c7de88a9b614c9985d72363182710bd 100644 --- a/VP/VPDAQ/src/VPRetinaClusterCreator.h +++ b/VP/VPDAQ/src/VPRetinaClusterCreator.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VPRETINACLUSTERCREATOR_H #define VPRETINACLUSTERCREATOR_H 1 diff --git a/VP/VPDAQ/src/VPRetinaClusterDecoder.cpp b/VP/VPDAQ/src/VPRetinaClusterDecoder.cpp index b2ea94dbfcddc2b5d4fff38168be7d5106750083..7470c6dcb5c999cc4851c8166eec0ce582b4ee66 100644 --- a/VP/VPDAQ/src/VPRetinaClusterDecoder.cpp +++ b/VP/VPDAQ/src/VPRetinaClusterDecoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // LHCb #include "Event/StateParameters.h" #include "Event/Track.h" diff --git a/VP/VPDAQ/src/VPRetinaClusterDecoder.h b/VP/VPDAQ/src/VPRetinaClusterDecoder.h index c4af1c9e7f082024f30d68e85b59e6ddefc8f757..c898bd0ee3e7cbc4addacaee4c21426443450efa 100644 --- a/VP/VPDAQ/src/VPRetinaClusterDecoder.h +++ b/VP/VPDAQ/src/VPRetinaClusterDecoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VPRETINACLUSTERDECODER_H #define VPRETINACLUSTERDECODER_H 1 diff --git a/VP/VPDAQ/src/VPRetinaMatrix.cpp b/VP/VPDAQ/src/VPRetinaMatrix.cpp index 34beb25fcbe0c8b875de2411f56b1187fcbebc20..875b2bc54048ec10c04a05d88b71452d32979b09 100644 --- a/VP/VPDAQ/src/VPRetinaMatrix.cpp +++ b/VP/VPDAQ/src/VPRetinaMatrix.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ // LHCb #include "Event/State.h" // Local diff --git a/VP/VPDAQ/src/VPRetinaMatrix.h b/VP/VPDAQ/src/VPRetinaMatrix.h index d936a62231fd337fb2bffee927f55eea05d793e7..ca57583f574d464ba1bffa510985df3e4f284271 100644 --- a/VP/VPDAQ/src/VPRetinaMatrix.h +++ b/VP/VPDAQ/src/VPRetinaMatrix.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VPRETINAMATRIX_H #define VPRETINAMATRIX_H 1 diff --git a/VP/VPDAQ/src/VPSuperPixelBankEncoder.cpp b/VP/VPDAQ/src/VPSuperPixelBankEncoder.cpp index 72b82fe04748c1513b28e1fc96ab98fae325bb7f..791f202b990f6cf0614c1723f602bb0a75a2e99a 100644 --- a/VP/VPDAQ/src/VPSuperPixelBankEncoder.cpp +++ b/VP/VPDAQ/src/VPSuperPixelBankEncoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/VPChannelID.h" diff --git a/VP/VPDAQ/src/VPSuperPixelBankEncoder.h b/VP/VPDAQ/src/VPSuperPixelBankEncoder.h index f471a5c2daf6500d0a364532e17f60731207c77a..2e6f34e1d351490f2346d55c2ade20887293de06 100644 --- a/VP/VPDAQ/src/VPSuperPixelBankEncoder.h +++ b/VP/VPDAQ/src/VPSuperPixelBankEncoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does not waive the privileges and immunities * +* granted to it by virtue of its status as an Intergovernmental Organization * +* or submit itself to any jurisdiction. * +\*****************************************************************************/ #pragma once #include <vector> #include <array> diff --git a/VP/VPKernel/CMakeLists.txt b/VP/VPKernel/CMakeLists.txt index 90c1fa3c50f8abee22893f9b2a2a765beda8c5bd..486324a03b6ca7722aa57fab8ae9592bf9148ebf 100644 --- a/VP/VPKernel/CMakeLists.txt +++ b/VP/VPKernel/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: VPKernel ################################################################################ diff --git a/VP/VPKernel/VPKernel/PixelModule.h b/VP/VPKernel/VPKernel/PixelModule.h index 9ee00f48f2b2cbf5173f14c787204b5b447ae8fc..6ddfe9456d2f9b77cd949a1310648f76f11a6f6e 100644 --- a/VP/VPKernel/VPKernel/PixelModule.h +++ b/VP/VPKernel/VPKernel/PixelModule.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PIXELMODULE_H #define PIXELMODULE_H 1 diff --git a/VP/VPKernel/VPKernel/PixelUtils.h b/VP/VPKernel/VPKernel/PixelUtils.h index 5348265f0938e6d4ce03f12a9d4e4987fdc9c206..d8011cf0ea0c30092d99c99aad45ec8d05465244 100644 --- a/VP/VPKernel/VPKernel/PixelUtils.h +++ b/VP/VPKernel/VPKernel/PixelUtils.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PRPIXELUTILS_H #define PRPIXELUTILS_H diff --git a/VP/VPKernel/VPKernel/VeloPixelInfo.h b/VP/VPKernel/VPKernel/VeloPixelInfo.h index a6552ee6ca0db83a9f16257e4121eedb90a170a0..f52b09956f0f98842e5f42e42d8ae46c1e1532a9 100644 --- a/VP/VPKernel/VPKernel/VeloPixelInfo.h +++ b/VP/VPKernel/VPKernel/VeloPixelInfo.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VELOPIXELINFO_H #define VELOPIXELINFO_H 1 diff --git a/Velo/VeloDAQ/CMakeLists.txt b/Velo/VeloDAQ/CMakeLists.txt index 9968bc5f73322a331cb6fdacd711a3aafac448e5..7ec367751efb34110eff4ab8d78d9accd31ac4b8 100644 --- a/Velo/VeloDAQ/CMakeLists.txt +++ b/Velo/VeloDAQ/CMakeLists.txt @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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: VeloDAQ ################################################################################ diff --git a/Velo/VeloDAQ/python/VeloDAQ/DefaultVeloRawBufferDecoders.py b/Velo/VeloDAQ/python/VeloDAQ/DefaultVeloRawBufferDecoders.py index f707a84288dac533d15bec209c02a6dea79f09fc..36dbc579084f3726643c37971ca0ac0a2a9e6c6c 100755 --- a/Velo/VeloDAQ/python/VeloDAQ/DefaultVeloRawBufferDecoders.py +++ b/Velo/VeloDAQ/python/VeloDAQ/DefaultVeloRawBufferDecoders.py @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does 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/Velo/VeloDAQ/src/DecodePileUpData.cpp b/Velo/VeloDAQ/src/DecodePileUpData.cpp index a76ae3f11a294a6fbcc6a29be6ec12ac600b757f..6129bbb924eef211a55f743b188d5311fc2f267f 100644 --- a/Velo/VeloDAQ/src/DecodePileUpData.cpp +++ b/Velo/VeloDAQ/src/DecodePileUpData.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 // data model #include "Event/RawBank.h" diff --git a/Velo/VeloDAQ/src/DecodePileUpData.h b/Velo/VeloDAQ/src/DecodePileUpData.h index c2079228b6b41dd4606577c9f66c63e3701802a7..33412c77a87c3834f9c05bb7dddbf201f4ef07be 100644 --- a/Velo/VeloDAQ/src/DecodePileUpData.h +++ b/Velo/VeloDAQ/src/DecodePileUpData.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DECODEPILEUPDATA_H #define DECODEPILEUPDATA_H 1 diff --git a/Velo/VeloDAQ/src/DecodeRawBankToClusters.cpp b/Velo/VeloDAQ/src/DecodeRawBankToClusters.cpp index 9cc721c084eb5ffb6589b6fd658b28db64d9176e..8203b1d3f0ab5a292fbedecebf54c47eed36ded0 100644 --- a/Velo/VeloDAQ/src/DecodeRawBankToClusters.cpp +++ b/Velo/VeloDAQ/src/DecodeRawBankToClusters.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <algorithm> #include <sstream> diff --git a/Velo/VeloDAQ/src/DecodeRawBankToClusters.h b/Velo/VeloDAQ/src/DecodeRawBankToClusters.h index 77868eda3df5192761c81ab9f0ead834a59a378d..f079ca63058467a2876a7a2c517d7b7d0c16e265 100644 --- a/Velo/VeloDAQ/src/DecodeRawBankToClusters.h +++ b/Velo/VeloDAQ/src/DecodeRawBankToClusters.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VELODAQ_DECODERAWBANKTOCLUSTERS_H #define VELODAQ_DECODERAWBANKTOCLUSTERS_H 1 diff --git a/Velo/VeloDAQ/src/DecodeRawBankToLiteClusters.cpp b/Velo/VeloDAQ/src/DecodeRawBankToLiteClusters.cpp index a522bcbd38988609df0875a12d3bb0b012d669ce..2c3df71f02e3cf83620e067997ea48ab0592c751 100644 --- a/Velo/VeloDAQ/src/DecodeRawBankToLiteClusters.cpp +++ b/Velo/VeloDAQ/src/DecodeRawBankToLiteClusters.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "VeloDet/DeVeloSensor.h" #include "VeloRawBankDecoder.h" diff --git a/Velo/VeloDAQ/src/DecodeRawBankToLiteClusters.h b/Velo/VeloDAQ/src/DecodeRawBankToLiteClusters.h index f8a22829392bb3fc22c70bf2e254a26ef2296c2d..94a7c86783d5f81eec76c5d883c57a61d09fa9ad 100644 --- a/Velo/VeloDAQ/src/DecodeRawBankToLiteClusters.h +++ b/Velo/VeloDAQ/src/DecodeRawBankToLiteClusters.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VELODAQ_DECODERAWBANKTOLITECLUSTERS_H #define VELODAQ_DECODERAWBANKTOLITECLUSTERS_H 1 diff --git a/Velo/VeloDAQ/src/DecodeVeloFullRawBuffer.cpp b/Velo/VeloDAQ/src/DecodeVeloFullRawBuffer.cpp index 9352debf5d5eb896fb1e9e05d609001b70c055ea..376b2ec77433cab261f9c97d596f8fb530128947 100644 --- a/Velo/VeloDAQ/src/DecodeVeloFullRawBuffer.cpp +++ b/Velo/VeloDAQ/src/DecodeVeloFullRawBuffer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "DecodeVeloFullRawBuffer.h" diff --git a/Velo/VeloDAQ/src/DecodeVeloFullRawBuffer.h b/Velo/VeloDAQ/src/DecodeVeloFullRawBuffer.h index b1ec36aa0df69578e15a02a5d123a3f8914953ac..d701a970f72796098621fa057a2f575bb57bf721 100644 --- a/Velo/VeloDAQ/src/DecodeVeloFullRawBuffer.h +++ b/Velo/VeloDAQ/src/DecodeVeloFullRawBuffer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DECODEVELOFULLRAWBUFFER_H #define DECODEVELOFULLRAWBUFFER_H 1 diff --git a/Velo/VeloDAQ/src/DecodeVeloRawBuffer.cpp b/Velo/VeloDAQ/src/DecodeVeloRawBuffer.cpp index db8d0aae715c003f87f67801f981c27780228c51..d35d3664e80468805a366c6dc26f4fefdfc4ac99 100644 --- a/Velo/VeloDAQ/src/DecodeVeloRawBuffer.cpp +++ b/Velo/VeloDAQ/src/DecodeVeloRawBuffer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/IIncidentSvc.h" #include "GaudiKernel/Incident.h" diff --git a/Velo/VeloDAQ/src/DecodeVeloRawBuffer.h b/Velo/VeloDAQ/src/DecodeVeloRawBuffer.h index 5d3795ff96928d5250fcb9e86e3c3dd87539ead7..af2458719f2e2f0a22fe9c68efa4c09038c8c811 100644 --- a/Velo/VeloDAQ/src/DecodeVeloRawBuffer.h +++ b/Velo/VeloDAQ/src/DecodeVeloRawBuffer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 DECODEVELORAWBUFFER_H #define DECODEVELORAWBUFFER_H 1 diff --git a/Velo/VeloDAQ/src/PrepareVeloFullRawBuffer.cpp b/Velo/VeloDAQ/src/PrepareVeloFullRawBuffer.cpp index b9e2ece62ff0ffe0bc4eb7ac570821c312e5a4b6..1543ae47930331d522cc9e3f6141c7ace41b7dcc 100644 --- a/Velo/VeloDAQ/src/PrepareVeloFullRawBuffer.cpp +++ b/Velo/VeloDAQ/src/PrepareVeloFullRawBuffer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <stdexcept> #include <exception> diff --git a/Velo/VeloDAQ/src/PrepareVeloFullRawBuffer.h b/Velo/VeloDAQ/src/PrepareVeloFullRawBuffer.h index ad3eab17cdfd1dcca3edb1c67b1c3216815f7ad0..5e40da42de6b680e7bc54a92e798c905e992ec45 100644 --- a/Velo/VeloDAQ/src/PrepareVeloFullRawBuffer.h +++ b/Velo/VeloDAQ/src/PrepareVeloFullRawBuffer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PREPAREVELOFULLRAWBUFFER_H #define PREPAREVELOFULLRAWBUFFER_H 1 diff --git a/Velo/VeloDAQ/src/PrepareVeloRawBuffer.cpp b/Velo/VeloDAQ/src/PrepareVeloRawBuffer.cpp index b1ceac78f3a7ced524a02e469a5d47a6c4abdb48..c4251e3b628a47bc31cb18b84d6c5b6cfa85a404 100644 --- a/Velo/VeloDAQ/src/PrepareVeloRawBuffer.cpp +++ b/Velo/VeloDAQ/src/PrepareVeloRawBuffer.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/RawEvent.h" #include "VeloEvent/InternalVeloCluster.h" diff --git a/Velo/VeloDAQ/src/PrepareVeloRawBuffer.h b/Velo/VeloDAQ/src/PrepareVeloRawBuffer.h index 063f71dd6a93ef3fa151fb30dbe7f252aca9d8fc..747197d7c1b16dc260215d9b5a1450173adade52 100644 --- a/Velo/VeloDAQ/src/PrepareVeloRawBuffer.h +++ b/Velo/VeloDAQ/src/PrepareVeloRawBuffer.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 PREPAREVELORAWBUFFER_H #define PREPAREVELORAWBUFFER_H 1 diff --git a/Velo/VeloDAQ/src/SmartVeloErrorBankDecoder.cpp b/Velo/VeloDAQ/src/SmartVeloErrorBankDecoder.cpp index f521055d2a5355f3c537382379fe310d1222ef17..a2678a108ffb50602041139aacd426820a76fd76 100644 --- a/Velo/VeloDAQ/src/SmartVeloErrorBankDecoder.cpp +++ b/Velo/VeloDAQ/src/SmartVeloErrorBankDecoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 "SmartVeloErrorBankDecoder.h" diff --git a/Velo/VeloDAQ/src/SmartVeloErrorBankDecoder.h b/Velo/VeloDAQ/src/SmartVeloErrorBankDecoder.h index 6bffd2e241fa8479036cadf600566759b5ae9346..63e328eaa5815823d4d57895c7baecb84dfd86b1 100644 --- a/Velo/VeloDAQ/src/SmartVeloErrorBankDecoder.h +++ b/Velo/VeloDAQ/src/SmartVeloErrorBankDecoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 SMARTVELOERRORBANKDECODER_H #define SMARTVELOERRORBANKDECODER_H 1 diff --git a/Velo/VeloDAQ/src/VeloBitsPolicy.h b/Velo/VeloDAQ/src/VeloBitsPolicy.h index cf50e53a3f5ab87dd174d83d22105b9d454e1a42..022d26a58f6f05f3f43f7209fe36eca5c313c983 100644 --- a/Velo/VeloDAQ/src/VeloBitsPolicy.h +++ b/Velo/VeloDAQ/src/VeloBitsPolicy.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: VeloBitsPolicy.h,v 1.3 2006-02-23 15:41:50 krinnert Exp $ #ifndef VELOBITSPOLICY_H #define VELOBITSPOLICY_H 1 diff --git a/Velo/VeloDAQ/src/VeloClusterFilter.cpp b/Velo/VeloDAQ/src/VeloClusterFilter.cpp index edd61782e6dccc73d87eeed7a0b5645db3b91359..238173783baf56c381c396499a6afedc0caa35e4 100644 --- a/Velo/VeloDAQ/src/VeloClusterFilter.cpp +++ b/Velo/VeloDAQ/src/VeloClusterFilter.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 <iomanip> // From Detector Element diff --git a/Velo/VeloDAQ/src/VeloClusterFilter.h b/Velo/VeloDAQ/src/VeloClusterFilter.h index b9f891291c94e6916914472fa395129c2aa7b2be..5aeb66699de14aa260feacdac8bff70635a02bce 100644 --- a/Velo/VeloDAQ/src/VeloClusterFilter.h +++ b/Velo/VeloDAQ/src/VeloClusterFilter.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VELOCLUSTERFILTER_H #define VELOCLUSTERFILTER_H 1 diff --git a/Velo/VeloDAQ/src/VeloClusterPtrLessThan.h b/Velo/VeloDAQ/src/VeloClusterPtrLessThan.h index 80a5b11ae31ea8c21012efa4dc9fda49bd865d4d..8a54c655073270a95c83b61a34a4c5ab83d2de82 100644 --- a/Velo/VeloDAQ/src/VeloClusterPtrLessThan.h +++ b/Velo/VeloDAQ/src/VeloClusterPtrLessThan.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: #ifndef VELODAQ_VELOCLUSTERPTRLESSTHAN_H #define VELODAQ_VELOCLUSTERPTRLESSTHAN_H 1 diff --git a/Velo/VeloDAQ/src/VeloClusterWord.h b/Velo/VeloDAQ/src/VeloClusterWord.h index cc38012fc9ecccc96868b407637e175ffb79dfbe..c32fe0901b80a9ae09923515b27a9799ee0babd4 100644 --- a/Velo/VeloDAQ/src/VeloClusterWord.h +++ b/Velo/VeloDAQ/src/VeloClusterWord.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VELOCLUSTERWORD_H #define VELOCLUSTERWORD_H 1 diff --git a/Velo/VeloDAQ/src/VeloClustersToRaw.cpp b/Velo/VeloDAQ/src/VeloClustersToRaw.cpp index 3fe7c2a906b3bdae8cd6ed7f21ebb122b37dcd76..8b758e81236801ab4ef15e11aaf3dc3cdf4b3598 100644 --- a/Velo/VeloDAQ/src/VeloClustersToRaw.cpp +++ b/Velo/VeloDAQ/src/VeloClustersToRaw.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/RawEvent.h" #include "VeloDet/DeVelo.h" diff --git a/Velo/VeloDAQ/src/VeloClustersToRaw.h b/Velo/VeloDAQ/src/VeloClustersToRaw.h index 506cac0b1d2d6f8d53c5157ba848a91c00d1e4c6..6e2b544055c6906b142e35e0f5b2099d1fa45ba2 100644 --- a/Velo/VeloDAQ/src/VeloClustersToRaw.h +++ b/Velo/VeloDAQ/src/VeloClustersToRaw.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VELOCLUSTERSTORAW_H #define VELOCLUSTERSTORAW_H 1 diff --git a/Velo/VeloDAQ/src/VeloFullDecoder.cpp b/Velo/VeloDAQ/src/VeloFullDecoder.cpp index b7c2bb0ff922bb0e65e4ff0a1b5b306ecc1aa27f..d1ef07ae41ab2dbaca794b624df84702beeb4584 100644 --- a/Velo/VeloDAQ/src/VeloFullDecoder.cpp +++ b/Velo/VeloDAQ/src/VeloFullDecoder.cpp @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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/Velo/VeloDAQ/src/VeloFullDecoder.h b/Velo/VeloDAQ/src/VeloFullDecoder.h index a6fa93b22e9fbeaf3e73a773ba01e124bd6fb0f3..995e67b393f93cb9b24ca6c44354c5a920c303f2 100644 --- a/Velo/VeloDAQ/src/VeloFullDecoder.h +++ b/Velo/VeloDAQ/src/VeloFullDecoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VELOTELL1ALGORITHM_VELOFULLDECODER_H #define VELOTELL1ALGORITHM_VELOFULLDECODER_H 1 diff --git a/Velo/VeloDAQ/src/VeloRawBankDecoder.h b/Velo/VeloDAQ/src/VeloRawBankDecoder.h index ead28693aa421112686a821349921ca2e033bc7f..d00e7af53f4af3e75ee9f5ea9ff9558eabb352a2 100644 --- a/Velo/VeloDAQ/src/VeloRawBankDecoder.h +++ b/Velo/VeloDAQ/src/VeloRawBankDecoder.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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 VELORAWBANKDECODER_H #define VELORAWBANKDECODER_H 1 diff --git a/Velo/VeloDAQ/src/VeloRawBankVersions.h b/Velo/VeloDAQ/src/VeloRawBankVersions.h index b9c5f4ebc5632816de7d73e51f04d29dec493a56..cc39d8c09deb16977b9ec5b494f498376e33cf6b 100644 --- a/Velo/VeloDAQ/src/VeloRawBankVersions.h +++ b/Velo/VeloDAQ/src/VeloRawBankVersions.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: VeloRawBankVersions.h,v 1.2 2007-09-16 16:56:24 krinnert Exp $ #ifndef VELORAWBANKVERSIONS_H #define VELORAWBANKVERSIONS_H 1 diff --git a/Velo/VeloDAQ/src/VeloRawWordSizes.h b/Velo/VeloDAQ/src/VeloRawWordSizes.h index b034ed770daf0bd96d5e621add346494eb181d17..8f12fdba275acde426da9a8da09684a3f86dc4e3 100644 --- a/Velo/VeloDAQ/src/VeloRawWordSizes.h +++ b/Velo/VeloDAQ/src/VeloRawWordSizes.h @@ -1,3 +1,13 @@ +/*****************************************************************************\ +* (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration * +* * +* This software is distributed under the terms of the GNU General Public * +* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * +* * +* In applying this licence, CERN does 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: VeloRawWordSizes.h,v 1.1 2006-03-07 15:53:00 krinnert Exp $ #ifndef VELORAWWORDSIZES_H #define VELORAWWORDSIZES_H 1 diff --git a/cmake/FindGraphviz.cmake b/cmake/FindGraphviz.cmake index c9a38eb5658abb950f81fed6e62416c3fb0a6d88..4a63f04f23f68bbb794c3221b08090ad10f328f7 100644 --- a/cmake/FindGraphviz.cmake +++ b/cmake/FindGraphviz.cmake @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # - Locate GRAPHVIZ library # Defines: # diff --git a/cmake/Findpygraphics.cmake b/cmake/Findpygraphics.cmake index a34d697c762d0954668fd0284c0a7716f73d3efe..6b779caf6518148601f00abfd60bc476b72bffb3 100644 --- a/cmake/Findpygraphics.cmake +++ b/cmake/Findpygraphics.cmake @@ -1,3 +1,13 @@ +############################################################################### +# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration # +# # +# This software is distributed under the terms of the GNU General Public # +# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # +# # +# In applying this licence, CERN does not waive the privileges and immunities # +# granted to it by virtue of its status as an Intergovernmental Organization # +# or submit itself to any jurisdiction. # +############################################################################### # - Simple module to add the pygraphics directory to the python path # # It also provides the functions gen_pyqt_resource and gen_pyqt_uic.