createrelease: only set copyright year for cpp and h files
[ci skip]
This commit is contained in:
parent
08ddd84780
commit
9c3eeb530e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue