createrelease: only set copyright year for cpp and h files

[ci skip]
This commit is contained in:
Daniel Marjamäki 2020-05-10 11:17:33 +02:00
parent 08ddd84780
commit 9c3eeb530e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
# lupdate gui.pro
#
# Update copyright year
# git diff 1.90 | grep '^diff --git a/' | sed 's|.* b/||' | xargs sed -i 's/Copyright (C) 2007-201./Copyright (C) 2007-2020/'
# git diff 1.90 -- */*.cpp */*.h | grep '^diff --git a/' | sed 's|.* b/||' | xargs sed -i 's/Copyright (C) 2007-201./Copyright (C) 2007-2020/'
# git diff | grep '^diff --git a/'
#
# Make sure "cppcheck --errorlist" works. For example with: