Skip to content

Commit 9c3eeb5

Browse files
committed
createrelease: only set copyright year for cpp and h files
[ci skip]
1 parent 08ddd84 commit 9c3eeb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

createrelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# lupdate gui.pro
1010
#
1111
# Update copyright year
12-
# git diff 1.90 | grep '^diff --git a/' | sed 's|.* b/||' | xargs sed -i 's/Copyright (C) 2007-201./Copyright (C) 2007-2020/'
12+
# 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/'
1313
# git diff | grep '^diff --git a/'
1414
#
1515
# Make sure "cppcheck --errorlist" works. For example with:

0 commit comments

Comments
 (0)