Commit ad649d84 authored by Paul Schütze's avatar Paul Schütze
Browse files

Merge branch 'p-template-copyright-year' into 'master'

Fixed the copyright year in some files that have been missed

See merge request allpix-squared/allpix-squared!1193
parents 2238af44 93d863b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2021-2023 CERN and the Allpix Squared authors
# SPDX-FileCopyrightText: 2021-2025 CERN and the Allpix Squared authors
# SPDX-License-Identifier: MIT

name: compile&test
+1 −1
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2021-2023 CERN and the Allpix Squared authors
# SPDX-FileCopyrightText: 2021-2025 CERN and the Allpix Squared authors
# SPDX-License-Identifier: MIT

name: format&lint
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env python3

# SPDX-FileCopyrightText: 2018-2023 CERN and the Allpix Squared authors
# SPDX-FileCopyrightText: 2018-2025 CERN and the Allpix Squared authors
# SPDX-License-Identifier: MIT

import os
+1 −1
Original line number Diff line number Diff line
#!/bin/bash

# SPDX-FileCopyrightText: 2018-2023 CERN and the Allpix Squared authors
# SPDX-FileCopyrightText: 2018-2025 CERN and the Allpix Squared authors
# SPDX-License-Identifier: MIT

#Get the line for the CVMFS status and check if server is transaction
+1 −1
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2017-2023 CERN and the Allpix Squared authors
# SPDX-FileCopyrightText: 2017-2025 CERN and the Allpix Squared authors
# SPDX-License-Identifier: MIT

source $ROOTSYS/bin/thisroot.sh
Loading