Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
43d109c8
Commit
43d109c8
authored
Feb 17, 2020
by
Simon Spannagel
Committed by
Jens Kroeger
Apr 02, 2020
Browse files
Update license notice to read "2017-2020"
(cherry picked from commit
c6a78e7a
)
parent
e31a1a78
Changes
46
Hide whitespace changes
Inline
Side-by-side
LICENSE.md
View file @
43d109c8
MIT License
Copyright (c) 2017 CERN and the Corryvreckan authors
Copyright (c) 2017
-2020
CERN and the Corryvreckan authors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
src/core/Corryvreckan.cpp
View file @
43d109c8
/** @file
* @brief Implementation of interface to the core framework
* @copyright Copyright (c) 2017 CERN and the Corryvreckan authors.
* @copyright Copyright (c) 2017
-2020
CERN and the Corryvreckan authors.
* 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
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/core/Corryvreckan.hpp
View file @
43d109c8
/** @file
* @brief Interface to the core framework
* @copyright Copyright (c) 2017 CERN and the Corryvreckan authors.
* @copyright Copyright (c) 2017
-2020
CERN and the Corryvreckan authors.
* 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
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/core/clipboard/Clipboard.hpp
View file @
43d109c8
/**
* @file
* @brief Store objects for exachange between modules on the clipboard
* @copyright Copyright (c) 2017 CERN and the Corryvreckan authors.
* @copyright Copyright (c) 2017
-2020
CERN and the Corryvreckan authors.
* 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
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/core/clipboard/exceptions.h
View file @
43d109c8
...
...
@@ -2,7 +2,7 @@
* @file
* @brief Collection of all configuration exceptions
*
* @copyright Copyright (c) 2017 CERN and the Corryvreckan authors.
* @copyright Copyright (c) 2017
-2020
CERN and the Corryvreckan authors.
* 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
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/core/config/ConfigManager.cpp
View file @
43d109c8
/**
* @file
* @brief Implementation of config manager
* @copyright Copyright (c) 2017 CERN and the Corryvreckan authors.
* @copyright Copyright (c) 2017
-2020
CERN and the Corryvreckan authors.
* 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
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/core/config/ConfigManager.hpp
View file @
43d109c8
/**
* @file
* @brief Interface to the main configuration and its normal and special sections
* @copyright Copyright (c) 2017 CERN and the Corryvreckan authors.
* @copyright Copyright (c) 2017
-2020
CERN and the Corryvreckan authors.
* 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
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/core/config/ConfigReader.cpp
View file @
43d109c8
/**
* @file
* @brief Implementation of config reader
* @copyright Copyright (c) 2017 CERN and the Corryvreckan authors.
* @copyright Copyright (c) 2017
-2020
CERN and the Corryvreckan authors.
* 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
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/core/config/ConfigReader.hpp
View file @
43d109c8
/**
* @file
* @brief Provides a reader for configuration files
* @copyright Copyright (c) 2017 CERN and the Corryvreckan authors.
* @copyright Copyright (c) 2017
-2020
CERN and the Corryvreckan authors.
* 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
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/core/config/Configuration.cpp
View file @
43d109c8
/**
* @file
* @brief Implementation of configuration
* @copyright Copyright (c) 2017 CERN and the Corryvreckan authors.
* @copyright Copyright (c) 2017
-2020
CERN and the Corryvreckan authors.
* 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
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/core/config/Configuration.hpp
View file @
43d109c8
/**
* @file
* @brief Core object of the configuration system
* @copyright Copyright (c) 2017 CERN and the Allpix Squared authors.
* @copyright Copyright (c) 2017
-2020
CERN and the Allpix Squared authors.
* 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
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/core/config/Configuration.tpp
View file @
43d109c8
/**
* @file
* @brief Template implementation of configuration
* @copyright Copyright (c) 2017 CERN and the Allpix Squared authors.
* @copyright Copyright (c) 2017
-2020
CERN and the Allpix Squared authors.
* 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
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/core/config/OptionParser.cpp
View file @
43d109c8
/**
* @file
* @brief Implementation of option parser
* @copyright Copyright (c) 2017 CERN and the Corryvreckan authors.
* @copyright Copyright (c) 2017
-2020
CERN and the Corryvreckan authors.
* 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
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/core/config/OptionParser.hpp
View file @
43d109c8
/**
* @file
* @brief Option parser for additional command line options
* @copyright Copyright (c) 2017 CERN and the Corryvreckan authors.
* @copyright Copyright (c) 2017
-2020
CERN and the Corryvreckan authors.
* 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
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/core/config/exceptions.cpp
View file @
43d109c8
...
...
@@ -2,7 +2,7 @@
* @file
* @brief Implementation of configuration exceptions
*
* @copyright Copyright (c) 2017 CERN and the Corryvreckan authors.
* @copyright Copyright (c) 2017
-2020
CERN and the Corryvreckan authors.
* 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
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/core/config/exceptions.h
View file @
43d109c8
...
...
@@ -2,7 +2,7 @@
* @file
* @brief Collection of all configuration exceptions
*
* @copyright Copyright (c) 2017 CERN and the Corryvreckan authors.
* @copyright Copyright (c) 2017
-2020
CERN and the Corryvreckan authors.
* 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
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/core/detector/Detector.cpp
View file @
43d109c8
/** @file
* @brief Implementation of the detector model
* @copyright Copyright (c) 2017 CERN and the Corryvreckan authors.
* @copyright Copyright (c) 2017
-2020
CERN and the Corryvreckan authors.
* 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
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/core/detector/Detector.hpp
View file @
43d109c8
/** @file
* @brief Detector model class
* @copyright Copyright (c) 2017 CERN and the Corryvreckan authors.
* @copyright Copyright (c) 2017
-2020
CERN and the Corryvreckan authors.
* 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
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/core/module/Module.cpp
View file @
43d109c8
/** @file
* @brief Implementation of the base module class
* @copyright Copyright (c) 2017 CERN and the Corryvreckan authors.
* @copyright Copyright (c) 2017
-2020
CERN and the Corryvreckan authors.
* 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
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/core/module/Module.hpp
View file @
43d109c8
/** @file
* @brief Base class for Corryvreckan modules
* @copyright Copyright (c) 2017 CERN and the Corryvreckan authors.
* @copyright Copyright (c) 2017
-2020
CERN and the Corryvreckan authors.
* 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
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment