From 503b7ccd8c65b977019d97659278c43e97c6282f Mon Sep 17 00:00:00 2001 From: Mark Hodgkinson <m.hodgkinson@sheffield.ac.uk> Date: Tue, 19 Dec 2017 16:56:20 +0000 Subject: [PATCH] Add copyright statements. --- Reconstruction/PFlow/PFlowUtils/src/CombinePFO.cxx | 4 ++++ Reconstruction/PFlow/PFlowUtils/src/CombinePFO.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Reconstruction/PFlow/PFlowUtils/src/CombinePFO.cxx b/Reconstruction/PFlow/PFlowUtils/src/CombinePFO.cxx index 1e3a1a37c063..87697d00b0e2 100644 --- a/Reconstruction/PFlow/PFlowUtils/src/CombinePFO.cxx +++ b/Reconstruction/PFlow/PFlowUtils/src/CombinePFO.cxx @@ -1,3 +1,7 @@ +/* + Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration +*/ + #include "CombinePFO.h" #include "AthContainers/ConstDataVector.h" #include "xAODCore/ShallowCopy.h" diff --git a/Reconstruction/PFlow/PFlowUtils/src/CombinePFO.h b/Reconstruction/PFlow/PFlowUtils/src/CombinePFO.h index 32c29bccaa51..843e59f03102 100644 --- a/Reconstruction/PFlow/PFlowUtils/src/CombinePFO.h +++ b/Reconstruction/PFlow/PFlowUtils/src/CombinePFO.h @@ -1,3 +1,7 @@ +/* + Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration +*/ + #ifndef COMBINEPFO_H #define COMBINEPFO_H -- GitLab