Skip to content

Commit 2e413a3

Browse files
committed
Fixes for copyright stuff - sigh!
1 parent a94f5f1 commit 2e413a3

File tree

4 files changed

+39
-41
lines changed

4 files changed

+39
-41
lines changed

Generators/include/Generators/GeneratorTParticle.h

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
// -*- C++ -*-
2-
// Copyright 2023 CERN and copyright holders of ALICE O2.
3-
//
4-
// See https://alice-o2.web.cern.ch/copyright for details of the
5-
// copyright holders. All rights not expressly granted are reserved.
6-
//
7-
// This software is distributed under the terms of the GNU General
8-
// Public License v3 (GPL Version 3), copied verbatim in the file
9-
// "COPYING".
10-
//
11-
// In applying this license CERN does not waive the privileges and
12-
// immunities granted to it by virtue of its status as an
13-
// Intergovernmental Organization or submit itself to any
14-
// jurisdiction.
15-
//
1+
// Copyright 2023-2099 CERN and copyright holders of ALICE O2.
2+
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3+
// All rights not expressly granted are reserved.
4+
//
5+
// This software is distributed under the terms of the GNU General Public
6+
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7+
//
8+
// In applying this license CERN does not waive the privileges and immunities
9+
// granted to it by virtue of its status as an Intergovernmental Organization
10+
// or submit itself to any jurisdiction.
11+
1612
/// @author: Christian Holm Christensen <cholm@nbi.dk>
1713
#ifndef ALICEO2_GENERATORTPARTICLE_H_
1814
#define ALICEO2_GENERATORTPARTICLE_H_
@@ -110,6 +106,9 @@ TClonesArray of @c TParticle objects */
110106
} // namespace eventgen
111107
} // namespace o2
112108
#endif
109+
// Local Variables:
110+
// mode: C++
111+
// End:
113112
//
114113
// EOF
115114
//

Generators/include/Generators/GeneratorTParticleParam.h

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2-
//
3-
// See https://alice-o2.web.cern.ch/copyright for details of the
4-
// copyright holders. All rights not expressly granted are reserved.
5-
//
6-
// This software is distributed under the terms of the GNU General
7-
// Public License v3 (GPL Version 3), copied verbatim in the file
8-
// "COPYING".
9-
//
10-
// In applying this license CERN does not waive the privileges and
11-
// immunities granted to it by virtue of its status as an
12-
// Intergovernmental Organization or submit itself to any
13-
// jurisdiction.
14-
//
1+
// Copyright 2023-2099 CERN and copyright holders of ALICE O2.
2+
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3+
// All rights not expressly granted are reserved.
4+
//
5+
// This software is distributed under the terms of the GNU General Public
6+
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7+
//
8+
// In applying this license CERN does not waive the privileges and immunities
9+
// granted to it by virtue of its status as an Intergovernmental Organization
10+
// or submit itself to any jurisdiction.
11+
12+
1513
// @author: Christian Holm Christensen <cholm@nbi.dk>
1614
#ifndef ALICEO2_EVENTGEN_GENERATORTPARTICLEPARAM_H_
1715
#define ALICEO2_EVENTGEN_GENERATORTPARTICLEPARAM_H_
@@ -39,3 +37,6 @@ struct GeneratorTParticleParam : public o2::conf::ConfigurableParamHelper<Genera
3937
} // end namespace o2
4038

4139
#endif // ALICEO2_EVENTGEN_GENERATORHEPMCPARAM_H_
40+
// Local Variables:
41+
// mode: C++
42+
// End:

Generators/src/GeneratorTParticle.cxx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
// Copyright 2023 CERN and copyright holders of ALICE O2.
2-
//
3-
// See https://alice-o2.web.cern.ch/copyright for details of the
4-
// copyright holders. All rights not expressly granted are reserved.
5-
//
1+
// Copyright 2023-2099 CERN and copyright holders of ALICE O2.
2+
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3+
// All rights not expressly granted are reserved.
4+
//
65
// This software is distributed under the terms of the GNU General Public
76
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
8-
//
7+
//
98
// In applying this license CERN does not waive the privileges and immunities
109
// granted to it by virtue of its status as an Intergovernmental Organization
1110
// or submit itself to any jurisdiction.

Generators/src/GeneratorTParticleParam.cxx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
// Copyright 2023 CERN and copyright holders of ALICE O2.
2-
//
3-
// See https://alice-o2.web.cern.ch/copyright for details of the
4-
// copyright holders. All rights not expressly granted are reserved.
5-
//
1+
// Copyright 2023-2099 CERN and copyright holders of ALICE O2.
2+
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3+
// All rights not expressly granted are reserved.
4+
//
65
// This software is distributed under the terms of the GNU General Public
76
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
8-
//
7+
//
98
// In applying this license CERN does not waive the privileges and immunities
109
// granted to it by virtue of its status as an Intergovernmental Organization
1110
// or submit itself to any jurisdiction.

0 commit comments

Comments
 (0)