From 1ae7a610f7dbecb1a1a1058fd205712940f0f7b0 Mon Sep 17 00:00:00 2001 From: Charles Burton <cdb97@cornell.edu> Date: Wed, 16 Jan 2019 04:55:29 -0600 Subject: [PATCH] update copyright statements --- Control/AthenaConfiguration/python/AllConfigFlags.py | 2 +- .../AthenaMonitoring/AthenaMonitoring/AthMonitorAlgorithm.h | 2 +- .../AthenaMonitoring/ExampleMonitorAlgorithm.h | 2 +- Control/AthenaMonitoring/python/AthMonitorCfgHelper.py | 2 +- Control/AthenaMonitoring/python/DQConfigFlags.py | 2 +- Control/AthenaMonitoring/python/__init__.py | 4 ++++ Control/AthenaMonitoring/share/ExampleMonitorAlgorithm.py | 4 ++++ Control/AthenaMonitoring/src/AthMonitorAlgorithm.cxx | 2 +- Control/AthenaMonitoring/src/AthenaMonManager.cxx | 2 +- Control/AthenaMonitoring/src/ExampleMonitorAlgorithm.cxx | 2 +- .../src/components/AthenaMonitoring_entries.cxx | 4 ++++ 11 files changed, 20 insertions(+), 8 deletions(-) diff --git a/Control/AthenaConfiguration/python/AllConfigFlags.py b/Control/AthenaConfiguration/python/AllConfigFlags.py index aadef9ad1ee..135e9ca10c1 100644 --- a/Control/AthenaConfiguration/python/AllConfigFlags.py +++ b/Control/AthenaConfiguration/python/AllConfigFlags.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration +# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration from AthenaConfiguration.AthConfigFlags import AthConfigFlags from AthenaCommon.SystemOfUnits import TeV diff --git a/Control/AthenaMonitoring/AthenaMonitoring/AthMonitorAlgorithm.h b/Control/AthenaMonitoring/AthenaMonitoring/AthMonitorAlgorithm.h index 96f3959ffd3..11c0542fb48 100644 --- a/Control/AthenaMonitoring/AthenaMonitoring/AthMonitorAlgorithm.h +++ b/Control/AthenaMonitoring/AthenaMonitoring/AthMonitorAlgorithm.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration */ /** diff --git a/Control/AthenaMonitoring/AthenaMonitoring/ExampleMonitorAlgorithm.h b/Control/AthenaMonitoring/AthenaMonitoring/ExampleMonitorAlgorithm.h index deb0a69dce9..0c6f7766270 100644 --- a/Control/AthenaMonitoring/AthenaMonitoring/ExampleMonitorAlgorithm.h +++ b/Control/AthenaMonitoring/AthenaMonitoring/ExampleMonitorAlgorithm.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration */ #ifndef EXAMPLEMONITORALGORITHM_H diff --git a/Control/AthenaMonitoring/python/AthMonitorCfgHelper.py b/Control/AthenaMonitoring/python/AthMonitorCfgHelper.py index 6c2fff1bd8b..16a4ea89337 100644 --- a/Control/AthenaMonitoring/python/AthMonitorCfgHelper.py +++ b/Control/AthenaMonitoring/python/AthMonitorCfgHelper.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration +# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration # class AthMonitorCfgHelper(object): diff --git a/Control/AthenaMonitoring/python/DQConfigFlags.py b/Control/AthenaMonitoring/python/DQConfigFlags.py index 0ded9232dfb..1d19f8c6803 100644 --- a/Control/AthenaMonitoring/python/DQConfigFlags.py +++ b/Control/AthenaMonitoring/python/DQConfigFlags.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration +# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration # from AthenaConfiguration.AthConfigFlags import AthConfigFlags diff --git a/Control/AthenaMonitoring/python/__init__.py b/Control/AthenaMonitoring/python/__init__.py index be0edc4e5c5..a97b7401395 100644 --- a/Control/AthenaMonitoring/python/__init__.py +++ b/Control/AthenaMonitoring/python/__init__.py @@ -1,3 +1,7 @@ +# +# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration +# + from AthMonitorCfgHelper import AthMonitorCfgHelper from AtlasReadyFilterTool import GetAtlasReadyFilterTool import DQConfigFlags diff --git a/Control/AthenaMonitoring/share/ExampleMonitorAlgorithm.py b/Control/AthenaMonitoring/share/ExampleMonitorAlgorithm.py index b1072610c3a..5ddbdbe8b33 100644 --- a/Control/AthenaMonitoring/share/ExampleMonitorAlgorithm.py +++ b/Control/AthenaMonitoring/share/ExampleMonitorAlgorithm.py @@ -1,3 +1,7 @@ +# +# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration +# + '''@file ExampleMonitorAlgorithm.py @author C. D. Burton @author P. Onyisi diff --git a/Control/AthenaMonitoring/src/AthMonitorAlgorithm.cxx b/Control/AthenaMonitoring/src/AthMonitorAlgorithm.cxx index 487923e1436..a6b28b2f131 100644 --- a/Control/AthenaMonitoring/src/AthMonitorAlgorithm.cxx +++ b/Control/AthenaMonitoring/src/AthMonitorAlgorithm.cxx @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration */ #include "AthenaMonitoring/AthMonitorAlgorithm.h" diff --git a/Control/AthenaMonitoring/src/AthenaMonManager.cxx b/Control/AthenaMonitoring/src/AthenaMonManager.cxx index 811743a9ce8..d2207e7825b 100755 --- a/Control/AthenaMonitoring/src/AthenaMonManager.cxx +++ b/Control/AthenaMonitoring/src/AthenaMonManager.cxx @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration */ // ********************************************************************** diff --git a/Control/AthenaMonitoring/src/ExampleMonitorAlgorithm.cxx b/Control/AthenaMonitoring/src/ExampleMonitorAlgorithm.cxx index a601db48bda..fdea06f7b18 100644 --- a/Control/AthenaMonitoring/src/ExampleMonitorAlgorithm.cxx +++ b/Control/AthenaMonitoring/src/ExampleMonitorAlgorithm.cxx @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration */ #include "AthenaMonitoring/ExampleMonitorAlgorithm.h" diff --git a/Control/AthenaMonitoring/src/components/AthenaMonitoring_entries.cxx b/Control/AthenaMonitoring/src/components/AthenaMonitoring_entries.cxx index a0d1219d16c..ed03084a43a 100644 --- a/Control/AthenaMonitoring/src/components/AthenaMonitoring_entries.cxx +++ b/Control/AthenaMonitoring/src/components/AthenaMonitoring_entries.cxx @@ -1,3 +1,7 @@ +/* + Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration +*/ + #include "AthenaMonitoring/AthenaMon.h" #include "AthenaMonitoring/AthenaMonManager.h" #include "AthenaMonitoring/ManagedMonitorToolTest.h" -- GitLab