Commit 9c5d110d authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Merge branch 'fix_copyright' into 'master'

Fix Copyright Years in some files

See merge request allpix-squared/allpix-squared!979
parents 6a1a5f48 0003cc29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/bash

# SPDX-FileCopyrightText: 2017-2022 CERN and the Allpix Squared authors
# SPDX-FileCopyrightText: 2017-2023 CERN and the Allpix Squared authors
# SPDX-License-Identifier: MIT

# Determine which OS you are using
+1 −1
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2016-2022 CERN and the Allpix Squared authors
# SPDX-FileCopyrightText: 2016-2023 CERN and the Allpix Squared authors
# SPDX-License-Identifier: CC0-1.0

---
+1 −1
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2017-2022 CERN and the Allpix Squared authors
# SPDX-FileCopyrightText: 2017-2023 CERN and the Allpix Squared authors
# SPDX-License-Identifier: CC0-1.0

Checks : '-*,
+1 −1
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2021-2022 CERN and the Allpix Squared authors
# SPDX-FileCopyrightText: 2021-2023 CERN and the Allpix Squared authors
# SPDX-License-Identifier: CC0-1.0

parse:
+1 −1
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2020-2022 CERN and the Allpix Squared authors
# SPDX-FileCopyrightText: 2020-2023 CERN and the Allpix Squared authors
# SPDX-License-Identifier: CC0-1.0

# Exclude everything from Docker build context that is not necessary:
Loading