Skip to content

Commit a21d519

Browse files
committed
Update copyright notice - really silly that the checker insists on a year range - copyright applies from the date the material was made and up to 60 or 70 years after the authors death. Putting an end-limit on copyright is meaningless and gives recipients the false impression that after the end-date there's no longer any copyright claim.
1 parent 20aa83d commit a21d519

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

run/o2aod_mc_to_hepmc.cxx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// -*- mode: C++ -*-
2-
//
3-
// Copyright 2023 CERN and copyright holders of ALICE O2.
1+
// Copyright 2023-2099 CERN and copyright holders of ALICE O2.
42
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
53
// All rights not expressly granted are reserved.
64
//
@@ -10,8 +8,9 @@
108
// In applying this license CERN does not waive the privileges and immunities
119
// granted to it by virtue of its status as an Intergovernmental Organization
1210
// or submit itself to any jurisdiction.
13-
//
14-
// #include <Framework/AnalysisTask.h>
11+
12+
/** @author Christian Holm Christensen <cholm@nbi.dk> */
13+
1514
#include <Framework/runDataProcessing.h>
1615
#include <Framework/AnalysisHelpers.h>
1716
#include <Framework/AnalysisTask.h>

0 commit comments

Comments
 (0)