Commit cda4a835 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

HexagonalPixelDetector: add license identifier

parent c6929660
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,10 +2,11 @@
 * @file
 * @brief Implementation of hexagonal pixel detector model
 *
 * @copyright Copyright (c) 2021 CERN and the Allpix Squared authors.
 * @copyright Copyright (c) 2021-2022 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.
 * SPDX-License-Identifier: MIT
 */

#include "HexagonalPixelDetectorModel.hpp"
+2 −1
Original line number Diff line number Diff line
@@ -2,10 +2,11 @@
 * @file
 * @brief Detector model with hexagonal pixel shape
 *
 * @copyright Copyright (c) 2021 CERN and the Allpix Squared authors.
 * @copyright Copyright (c) 2021-2022 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.
 * SPDX-License-Identifier: MIT
 */

#ifndef ALLPIX_HEXAGONAL_PIXEL_DETECTOR_H