Skip to content
Snippets Groups Projects
Commit 073f5025 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

project-template: allow non-DESY copyright owners

Copyright by some files in ApplicationCore is owned by HZDR.
parent e0182658
No related branches found
No related tags found
1 merge request!3update project template
......@@ -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