From 855ba70f3757414566707eb5dbc8db5d87aa7e16 Mon Sep 17 00:00:00 2001 From: "Ewelina.Maria.Lobodzinska" <ewelina.maria.lobodzinska@cern.ch> Date: Tue, 12 Sep 2017 22:46:35 +0200 Subject: [PATCH] add back the ATLAS copyrights, that were removed by mistake Former-commit-id: 39762d5207f9575502d2eb075fca5518808aadab --- Generators/Starlight_i/Starlight_i/Starlight_i.h | 3 +++ Generators/Starlight_i/src/Starlight_i.cxx | 4 ++++ Generators/Tauolapp_i/Tauolapp_i/TauolaPP.h | 3 +++ Generators/Tauolapp_i/src/TauolaPP.cxx | 3 +++ Generators/TrackRecordGenerator/src/TrackRecordGenerator.cxx | 4 ++++ 5 files changed, 17 insertions(+) diff --git a/Generators/Starlight_i/Starlight_i/Starlight_i.h b/Generators/Starlight_i/Starlight_i/Starlight_i.h index 9085363156f..082f565eaf5 100644 --- a/Generators/Starlight_i/Starlight_i/Starlight_i.h +++ b/Generators/Starlight_i/Starlight_i/Starlight_i.h @@ -1,3 +1,6 @@ +/* + Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration +*/ // -------------------------------------------------- // // File: Generators/Starlight_i.h diff --git a/Generators/Starlight_i/src/Starlight_i.cxx b/Generators/Starlight_i/src/Starlight_i.cxx index dcc0862caf2..be943b7101c 100644 --- a/Generators/Starlight_i/src/Starlight_i.cxx +++ b/Generators/Starlight_i/src/Starlight_i.cxx @@ -1,3 +1,7 @@ +/* + Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration +*/ + // ------------------------------------------------------------- // Generators/Starlight_i.cxx Description: Allows the user // to generate Starlight events and store the result in the diff --git a/Generators/Tauolapp_i/Tauolapp_i/TauolaPP.h b/Generators/Tauolapp_i/Tauolapp_i/TauolaPP.h index a5c3988ace7..1199313d471 100644 --- a/Generators/Tauolapp_i/Tauolapp_i/TauolaPP.h +++ b/Generators/Tauolapp_i/Tauolapp_i/TauolaPP.h @@ -1,3 +1,6 @@ +/* + Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration +*/ #ifndef TAUOLAPP_H #define TAUOLAPP_H diff --git a/Generators/Tauolapp_i/src/TauolaPP.cxx b/Generators/Tauolapp_i/src/TauolaPP.cxx index df06f21fda6..611b3513d1e 100644 --- a/Generators/Tauolapp_i/src/TauolaPP.cxx +++ b/Generators/Tauolapp_i/src/TauolaPP.cxx @@ -1,3 +1,6 @@ +/* + Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration +*/ #include "Tauolapp_i/TauolaPP.h" // Tauola header files diff --git a/Generators/TrackRecordGenerator/src/TrackRecordGenerator.cxx b/Generators/TrackRecordGenerator/src/TrackRecordGenerator.cxx index 96bfaa1f2ce..9cf1bf91ad5 100644 --- a/Generators/TrackRecordGenerator/src/TrackRecordGenerator.cxx +++ b/Generators/TrackRecordGenerator/src/TrackRecordGenerator.cxx @@ -1,3 +1,7 @@ +/* + Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration +*/ + // ------------------------------------------------------------- // File: TrackRecordGenerator/TrackRecordGenerator.cxx // Mostly adopted from the cosmic generator -- GitLab