Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Generators/include/Generators/GeneratorTParticle.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Copyright 2023-2099 CERN and copyright holders of ALICE O2.
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
// All rights not expressly granted are reserved.
//
//
// This software is distributed under the terms of the GNU General Public
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
//
//
// In applying this license CERN does not waive the privileges and immunities
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.
Expand Down
5 changes: 2 additions & 3 deletions Generators/include/Generators/GeneratorTParticleParam.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
// Copyright 2023-2099 CERN and copyright holders of ALICE O2.
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
// All rights not expressly granted are reserved.
//
//
// This software is distributed under the terms of the GNU General Public
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
//
//
// In applying this license CERN does not waive the privileges and immunities
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.


// @author: Christian Holm Christensen <cholm@nbi.dk>
#ifndef ALICEO2_EVENTGEN_GENERATORTPARTICLEPARAM_H_
Expand Down
2 changes: 1 addition & 1 deletion Generators/src/GeneratorHepMC.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ Bool_t GeneratorHepMC::Init()
//
// -s \$RANDOM
//
// to as part of the command line in `progCmd`.
// to as part of the command line in `progCmd`.
//
// All of this can conviniently be achieved via a wrapper script
// around the actual EG program.
Expand Down
4 changes: 2 additions & 2 deletions Generators/src/GeneratorTParticle.cxx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Copyright 2023-2099 CERN and copyright holders of ALICE O2.
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
// All rights not expressly granted are reserved.
//
//
// This software is distributed under the terms of the GNU General Public
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
//
//
// In applying this license CERN does not waive the privileges and immunities
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.
Expand Down
4 changes: 2 additions & 2 deletions Generators/src/GeneratorTParticleParam.cxx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Copyright 2023-2099 CERN and copyright holders of ALICE O2.
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
// All rights not expressly granted are reserved.
//
//
// This software is distributed under the terms of the GNU General Public
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
//
//
// In applying this license CERN does not waive the privileges and immunities
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.
Expand Down