Skip to content
Snippets Groups Projects
Commit 05aca239 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Add licenses for some util files

parent cd59b244
No related branches found
No related tags found
No related merge requests found
Showing with 61 additions and 0 deletions
# SPDX-FileCopyrightText: 2016-2022 CERN and the Corryvreckan authors
# SPDX-License-Identifier: CC0-1.0
# ignore build and install directories # ignore build and install directories
build/ build/
bin/ bin/
......
# SPDX-FileCopyrightText: 2017-2023 CERN and the Corryvreckan authors
# SPDX-License-Identifier: MIT
# CMake file for the Corryvreckan framework # CMake file for the Corryvreckan framework
CMAKE_MINIMUM_REQUIRED(VERSION 3.4.3 FATAL_ERROR) CMAKE_MINIMUM_REQUIRED(VERSION 3.4.3 FATAL_ERROR)
IF(COMMAND CMAKE_POLICY) IF(COMMAND CMAKE_POLICY)
......
---
# SPDX-FileCopyrightText: 2017-2023 CERN and the Corryvreckan authors
# SPDX-License-Identifier: CC-BY-4.0
title: "How to contribute"
---
# How to contribute # How to contribute
Thanks for considering to contribute to Corryvreckan. Any type of merge request, ranging from small bugfixes, improvements to the documentation to entirely new functionality, is much appreciated. We, the maintainers, will try to our best to look carefully at every merge request. Thanks for considering to contribute to Corryvreckan. Any type of merge request, ranging from small bugfixes, improvements to the documentation to entirely new functionality, is much appreciated. We, the maintainers, will try to our best to look carefully at every merge request.
......
<!--
SPDX-FileCopyrightText: 2017-2023 CERN and the Corryvreckan authors
SPDX-License-Identifier: CC-BY-4.0
-->
![](doc/logo_small.png) ![](doc/logo_small.png)
# Corryvreckan # Corryvreckan
......
# SPDX-FileCopyrightText: 2017-2023 CERN and the Corryvreckan authors
# SPDX-License-Identifier: MIT
# Packaging configuration # Packaging configuration
SET(CPACK_PACKAGE_NAME "corryvreckan") SET(CPACK_PACKAGE_NAME "corryvreckan")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The Maelstrom for Your Test Beam Data") SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The Maelstrom for Your Test Beam Data")
......
# SPDX-FileCopyrightText: 2017-2023 CERN and the Corryvreckan authors
# SPDX-License-Identifier: MIT
# Check for supported flags and remove unsupported warnings # Check for supported flags and remove unsupported warnings
INCLUDE(CheckCXXCompilerFlag) INCLUDE(CheckCXXCompilerFlag)
FOREACH( FLAG ${COMPILER_FLAGS} ) FOREACH( FLAG ${COMPILER_FLAGS} )
......
# SPDX-FileCopyrightText: 2017-2023 CERN and the Corryvreckan authors
# SPDX-License-Identifier: MIT
# For every module, build a separate library to be loaded by corryvreckan core # For every module, build a separate library to be loaded by corryvreckan core
MACRO(corryvreckan_enable_default val) MACRO(corryvreckan_enable_default val)
# Get the name of the module # Get the name of the module
......
# SPDX-FileCopyrightText: 2017-2023 CERN and the Corryvreckan authors
# SPDX-License-Identifier: MIT
Corryvreckan_version="@CORRYVRECKAN_VERSION@" Corryvreckan_version="@CORRYVRECKAN_VERSION@"
# Dependencies # Dependencies
......
# SPDX-FileCopyrightText: 2017-2023 CERN and the Corryvreckan authors
# SPDX-License-Identifier: MIT
# Retrieve the project version string from git describe # Retrieve the project version string from git describe
FUNCTION(get_version PROJECT_VERSION) FUNCTION(get_version PROJECT_VERSION)
# Check if this is a source tarball build # Check if this is a source tarball build
......
<!--
SPDX-FileCopyrightText: 2017-2023 CERN and the Corryvreckan authors
SPDX-License-Identifier: CC-BY-4.0
-->
# Scripts # Scripts
## addModule.sh ## addModule.sh
......
#!/bin/bash #!/bin/bash
# SPDX-FileCopyrightText: 2017-2023 CERN and the Corryvreckan authors
# SPDX-License-Identifier: MIT
echo -e "\nPreparing code basis for a new module:\n" echo -e "\nPreparing code basis for a new module:\n"
# Ask for module name: # Ask for module name:
......
# SPDX-FileCopyrightText: 2018-2023 CERN and the Corryvreckan authors
# SPDX-License-Identifier: MIT
FROM gitlab-registry.cern.ch/corryvreckan/corryvreckan/corryvreckan-deps:latest FROM gitlab-registry.cern.ch/corryvreckan/corryvreckan/corryvreckan-deps:latest
MAINTAINER Simon Spannagel <simon.spannagel@cern.ch> MAINTAINER Simon Spannagel <simon.spannagel@cern.ch>
......
# SPDX-FileCopyrightText: 2018-2023 CERN and the Corryvreckan authors
# SPDX-License-Identifier: MIT
FROM ubuntu:latest FROM ubuntu:latest
MAINTAINER Simon Spannagel <simon.spannagel@cern.ch> MAINTAINER Simon Spannagel <simon.spannagel@cern.ch>
......
# SPDX-FileCopyrightText: 2017-2023 CERN and the Corryvreckan authors
# SPDX-License-Identifier: MIT
if [ ! -d "/cvmfs/clicdp.cern.ch" ]; then if [ ! -d "/cvmfs/clicdp.cern.ch" ]; then
echo "CVMFS not available" echo "CVMFS not available"
return return
......
# SPDX-FileCopyrightText: 2017-2022 CERN and the Corryvreckan authors
# SPDX-License-Identifier: MIT
# Include the dependencies # Include the dependencies
INCLUDE_DIRECTORIES(SYSTEM ${CORRYVRECKAN_DEPS_INCLUDE_DIRS}) INCLUDE_DIRECTORIES(SYSTEM ${CORRYVRECKAN_DEPS_INCLUDE_DIRS})
......
# SPDX-FileCopyrightText: 2017-2022 CERN and the Corryvreckan authors
# SPDX-License-Identifier: MIT
# include dependencies # include dependencies
INCLUDE_DIRECTORIES(SYSTEM ${CORRYVRECKAN_DEPS_INCLUDE_DIRS}) INCLUDE_DIRECTORIES(SYSTEM ${CORRYVRECKAN_DEPS_INCLUDE_DIRS})
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md". * This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an * 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. * Intergovernmental Organization or submit itself to any jurisdiction.
* SPDX-License-Identifier: MIT
*/ */
#include <atomic> #include <atomic>
......
# SPDX-FileCopyrightText: 2017-2022 CERN and the Corryvreckan authors
# SPDX-License-Identifier: MIT
# Include the standard dependencies # Include the standard dependencies
INCLUDE_DIRECTORIES(SYSTEM ${CORRYVRECKAN_DEPS_INCLUDE_DIRS}) INCLUDE_DIRECTORIES(SYSTEM ${CORRYVRECKAN_DEPS_INCLUDE_DIRS})
INCLUDE_DIRECTORIES(SYSTEM ${GBL_INCLUDE_DIRS}) INCLUDE_DIRECTORIES(SYSTEM ${GBL_INCLUDE_DIRS})
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md". * This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an * 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. * Intergovernmental Organization or submit itself to any jurisdiction.
* SPDX-License-Identifier: MIT
*/ */
#ifndef CORRYVRECKAN_CUTS_H #ifndef CORRYVRECKAN_CUTS_H
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md". * This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an * 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. * Intergovernmental Organization or submit itself to any jurisdiction.
* SPDX-License-Identifier: MIT
*/ */
#ifndef CORRYVRECKAN_KDTREE__H #ifndef CORRYVRECKAN_KDTREE__H
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment