Unverified Commit abc474de authored by Stephan Lachnit's avatar Stephan Lachnit
Browse files

Doxyen: add @copyright tag where missing

parent 9611e4a2
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
/**
 * @file
 *
 * @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.
 */

#ifndef CORRYVRECKAN_EVENT_H
#define CORRYVRECKAN_EVENT_H 1

+5 −0
Original line number Diff line number Diff line
/**
 * @file
 * @brief Linkdef for ROOT Class generation
 *
 * @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.
 */

#pragma link off all globals;
+4 −1
Original line number Diff line number Diff line
@@ -2,7 +2,10 @@
 * @file
 * @brief Implementation of ProjectionPropagation module
 *
 * @copyright MIT License
 * @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.
 */

#include "ProjectionPropagationModule.hpp"
+4 −1
Original line number Diff line number Diff line
@@ -2,7 +2,10 @@
 * @file
 * @brief Definition of ProjectionPropagation module
 *
 * @copyright MIT License
 * @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.
 *
 * Contains minimal dummy module to use as a start for the development of your own module
 *
+5 −0
Original line number Diff line number Diff line
/**
 * @file
 * @brief Linkdef for ROOT Class generation
 *
 * @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.
 */

#pragma link off all globals;
Loading