Skip to content
Snippets Groups Projects
Unverified Commit 415d34f7 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer Committed by GitHub
Browse files

Merge pull request #254 from ChimeraTK/update-project-template

project-template: allow non-DESY copyright owners
parents 49260784 d581af32
No related branches found
Tags 00.05.00
No related merge requests found
......@@ -24,7 +24,7 @@ fi
# check copyright/licence file header comment
checkCopyrightComment() {
SPDX_OK=1
if [[ "`head -n1 $1`" != '// SPDX-FileCopyrightText: Deutsches Elektronen-Synchrotron DESY, MSK'* ]]; then
if [[ "`head -n1 $1`" != '// SPDX-FileCopyrightText: '* ]]; then
SPDX_OK=0
fi
if [[ "`head -n2 $1 | tail -n1`" != '// SPDX-License-Identifier: '* ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment