From 63dec2141e2ac83734342f16054366716d8bd92e Mon Sep 17 00:00:00 2001
From: Mark Hodgkinson <m.hodgkinson@sheffield.ac.uk>
Date: Fri, 23 Mar 2018 14:23:46 +0000
Subject: [PATCH] Add copyright statements to these files.

---
 Reconstruction/eflowRec/src/PFOChargedCreatorAlgorithm.cxx | 4 ++++
 Reconstruction/eflowRec/src/PFONeutralCreatorAlgorithm.cxx | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/Reconstruction/eflowRec/src/PFOChargedCreatorAlgorithm.cxx b/Reconstruction/eflowRec/src/PFOChargedCreatorAlgorithm.cxx
index bb1baf0be7b..53e7fca4afc 100644
--- a/Reconstruction/eflowRec/src/PFOChargedCreatorAlgorithm.cxx
+++ b/Reconstruction/eflowRec/src/PFOChargedCreatorAlgorithm.cxx
@@ -1,3 +1,7 @@
+/*                                                                                                                                                                                                                                        
+   Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration                                                                                                                                                                
+*/
+
 #include "eflowRec/PFOChargedCreatorAlgorithm.h"
 
 #include "eflowRec/eflowRecCluster.h"
diff --git a/Reconstruction/eflowRec/src/PFONeutralCreatorAlgorithm.cxx b/Reconstruction/eflowRec/src/PFONeutralCreatorAlgorithm.cxx
index 95ac4dbd0a6..f23cb583696 100644
--- a/Reconstruction/eflowRec/src/PFONeutralCreatorAlgorithm.cxx
+++ b/Reconstruction/eflowRec/src/PFONeutralCreatorAlgorithm.cxx
@@ -1,3 +1,7 @@
+/*
+   Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
+*/
+
 #include "eflowRec/PFONeutralCreatorAlgorithm.h"
 
 #include "eflowRec/eflowCaloObject.h"
-- 
GitLab