Skip to content

Commit 230f48e

Browse files
committed
consolidate copyright notice
1 parent 8ca629a commit 230f48e

File tree

129 files changed

+1496
-1459
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+1496
-1459
lines changed

CMakeLists.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Copyright 2019-2022 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+
## \author Gvozden Nešković, Frankfurt Institute for Advanced Studies and Goethe University Frankfurt
13+
114
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
215

316
project(DataDistribution
File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Standalone, testing and development use-cases are discussed [here](script/README
1919

2020
## Contact
2121

22-
Gvozden Neskovic <neskovic@compeng.uni-frankfurt.de>
22+
Gvozden Nešković <neskovic@compeng.uni-frankfurt.de>

cmake/CMakeLists.txt.in

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Copyright 2019-2022 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+
## \author Gvozden Nešković, Frankfurt Institute for Advanced Studies and Goethe University Frankfurt
13+
## \brief build spdlog dependency
14+
115
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
216

317
project(DataDistribution-3rdparties NONE)

cmake/FindAliceO2.cmake

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1-
# - Try to find the O2 framework package include dirs and libraries
2-
# Author: Barthelemy von Haller
3-
# Author: Gvozden Neskovic
1+
# Copyright 2019-2022 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+
## \author Barthelemy von Haller
13+
## \author Gvozden Nešković, Frankfurt Institute for Advanced Studies and Goethe University Frankfurt
14+
## \brief Try to find the O2 framework package include dirs and libraries
15+
416
#
517
# This script will set the following variables:
618
# AliceO2_FOUND - System has AliceO2

cmake/FindUCX.cmake

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
1+
# Copyright 2019-2022 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+
## \author Gvozden Nešković, Frankfurt Institute for Advanced Studies and Goethe University Frankfurt
13+
## \brief Find and adapt ucx dependencies for cmake
14+
15+
116
# - Try to find the UCX libraries, include dirs and libraries
2-
# Author: Gvozden Neskovic
17+
# Author: Gvozden Nešković
318
#
419
# This script will set the following variables:
520
# UCX_FOUND - System has ucx

cmake/jemalloc.cmake

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Copyright 2019-2022 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+
## \author Gvozden Nešković, Frankfurt Institute for Advanced Studies and Goethe University Frankfurt
13+
## \brief build jemalloc dependency
14+
115
#--- EXTERNAL PROJECTS --------------------------------------------------------------
216
include(ExternalProject)
317

doc/CMakeLists.txt

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# @author Gvozden Neskovic
2-
# @brief cmake for man files
1+
# Copyright 2019-2022 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+
## \author Gvozden Nešković, Frankfurt Institute for Advanced Studies and Goethe University Frankfurt
13+
## \brief cmake for man files
314

415
install(FILES StfBuilder.1 DESTINATION man/man1)

script/start_Discovery-3FLP-3EPN.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
#!/usr/bin/env bash
22

3+
# Copyright 2019-2022 CERN and copyright holders of ALICE O2.
4+
# See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
5+
# All rights not expressly granted are reserved.
6+
#
7+
# This software is distributed under the terms of the GNU General Public
8+
# License v3 (GPL Version 3), copied verbatim in the file "COPYING".
9+
#
10+
# In applying this license CERN does not waive the privileges and immunities
11+
# granted to it by virtue of its status as an Intergovernmental Organization
12+
# or submit itself to any jurisdiction.
13+
14+
## \author Gvozden Nešković, Frankfurt Institute for Advanced Studies and Goethe University Frankfurt
15+
316
set -u
417

518
SCRIPT="$(realpath $0)"

src/CMakeLists.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Copyright 2019-2022 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+
## \author Gvozden Nešković, Frankfurt Institute for Advanced Studies and Goethe University Frankfurt
13+
114
add_subdirectory(common)
215
add_subdirectory(StfBuilder)
316

0 commit comments

Comments
 (0)