createrelease: update copyright sed command

This commit is contained in:
Daniel Marjamäki 2019-02-09 07:42:12 +01:00
parent bd7790fd8c
commit 851b537d15
1 changed files with 1 additions and 1 deletions

View File

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