Skip to content

Commit 71e9dc2

Browse files
committed
Make copyright headers consistent
This is to prepare the code for introducing copyright header checking. One file, PWGDQ/Tasks/filterPPTiny.cxx, had CR-LF line endings, which would confuse the checker. It was converted to LF line endings to match the rest of O2Physics.
1 parent 037ae25 commit 71e9dc2

17 files changed

Lines changed: 437 additions & 425 deletions

Common/Tasks/ft0Qa.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
32
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
43
// All rights not expressly granted are reserved.

DPG/TableProducer/pidMLProducer.cxx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
// Copyright CERN and copyright holders of ALICE O2. This software is
2-
// distributed under the terms of the GNU General Public License v3 (GPL
3-
// Version 3), copied verbatim in the file "COPYING".
1+
// Copyright 2019-2020 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.
44
//
5-
// See http://alice-o2.web.cern.ch/license for full licensing information.
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".
67
//
78
// In applying this license CERN does not waive the privileges and immunities
89
// granted to it by virtue of its status as an Intergovernmental Organization

EventFiltering/PWGHF/HFFilter.cxx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
// Copyright CERN and copyright holders of ALICE O2. This software is
2-
// distributed under the terms of the GNU General Public License v3 (GPL
3-
// Version 3), copied verbatim in the file "COPYING".
1+
// Copyright 2019-2020 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.
44
//
5-
// See http://alice-o2.web.cern.ch/license for full licensing information.
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".
67
//
78
// In applying this license CERN does not waive the privileges and immunities
89
// granted to it by virtue of its status as an Intergovernmental Organization

EventFiltering/PWGJE/jetFilter.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
32
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
43
// All rights not expressly granted are reserved.

EventFiltering/PWGLF/strangenessFilter.cxx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
// Copyright CERN and copyright holders of ALICE O2. This software is
2-
// distributed under the terms of the GNU General Public License v3 (GPL
3-
// Version 3), copied verbatim in the file "COPYING".
1+
// Copyright 2019-2020 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.
44
//
5-
// See http://alice-o2.web.cern.ch/license for full licensing information.
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".
67
//
78
// In applying this license CERN does not waive the privileges and immunities
89
// granted to it by virtue of its status as an Intergovernmental Organization

EventFiltering/PWGMM/multFilter.cxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
32
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
43
// All rights not expressly granted are reserved.
@@ -9,11 +8,13 @@
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.
12-
// O2 includes
11+
//
1312
// \file multFilter.cxx
1413
// \brief task for selection of high multiplicity events
1514
//
1615
// \author Antonio Ortiz <antonio.ortiz.velasquez@cern.ch>, ICN-UNAM
16+
//
17+
// O2 includes
1718

1819
#include "ReconstructionDataFormats/Track.h"
1920
#include "Framework/runDataProcessing.h"

PWGCF/FemtoDream/FemtoDreamDetaDphiStar.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
// Copyright CERN and copyright holders of ALICE O2. This software is
2-
// distributed under the terms of the GNU General Public License v3 (GPL
3-
// Version 3), copied verbatim in the file "COPYING".
1+
// Copyright 2019-2020 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.
44
//
5-
// See http://alice-o2.web.cern.ch/license for full licensing information.
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".
67
//
78
// In applying this license CERN does not waive the privileges and immunities
89
// granted to it by virtue of its status as an Intergovernmental Organization

0 commit comments

Comments
 (0)