Skip to content

Commit dab66ee

Browse files
committed
Fixing copyright
1 parent 8c1740c commit dab66ee

File tree

2 files changed

+21
-10
lines changed

2 files changed

+21
-10
lines changed

DPG/Tasks/AOTTrack/PID/HMPID/CMakeLists.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@
1010
# or submit itself to any jurisdiction.
1111

1212
# HMPID
13-
o2physics_add_dpl_workflow(pid-hmpid-qa-pp
14-
SOURCES HmpidQaPp.cxx
13+
o2physics_add_dpl_workflow(hmpid-qa-pp
14+
SOURCES hmpidQaPp.cxx
1515
PUBLIC_LINK_LIBRARIES O2::HMPIDBase O2Physics::AnalysisCore
1616
COMPONENT_NAME Analysis)
1717

18-
o2physics_add_dpl_workflow(pid-hmpid-qa-pb-pb
19-
SOURCES HmpidQaPbPb.cxx
18+
o2physics_add_dpl_workflow(hmpid-qa-pb-pb
19+
SOURCES hmpidQaPbPb.cxx
2020
PUBLIC_LINK_LIBRARIES O2::HMPIDBase O2Physics::AnalysisCore
2121
COMPONENT_NAME Analysis)
2222

23-
o2physics_add_dpl_workflow(pid-hmpid-table-producer-pp
24-
SOURCES HmpidTableProducerPp.cxx
23+
o2physics_add_dpl_workflow(hmpid-table-producer-pp
24+
SOURCES hmpidTableProducerPp.cxx
2525
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
2626
COMPONENT_NAME Analysis)
2727

28-
o2physics_add_dpl_workflow(pid-hmpid-table-producer-pb-pb
29-
SOURCES HmpidTableProducerPbPb.cxx
28+
o2physics_add_dpl_workflow(hmpid-table-producer-pb-pb
29+
SOURCES hmpidTableProducerPbPb.cxx
3030
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsBase
3131
COMPONENT_NAME Analysis)
3232

33-
o2physics_add_dpl_workflow(pid-hmpid-deuteron
34-
SOURCES HmpidDeuteron.cxx
33+
o2physics_add_dpl_workflow(hmpid-deuteron
34+
SOURCES hmpidDeuteron.cxx
3535
PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2::ReconstructionDataFormats O2Physics::AnalysisCore
3636
COMPONENT_NAME Analysis)

DPG/Tasks/AOTTrack/PID/HMPID/tableHMPIDPbPb.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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.
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+
112
#ifndef DPG_TASKS_AOTTRACK_PID_HMPID_TABLEHMPID_PBPB_H_
213
#define DPG_TASKS_AOTTRACK_PID_HMPID_TABLEHMPID_PBPB_H_
314

0 commit comments

Comments
 (0)