Skip to content

Commit f84bbaf

Browse files
committed
refix: Bump copyright script update, fix missing
1 parent 76445c2 commit f84bbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bumpversion.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
NEWY=$(date "+%Y")
2-
! [ -z $NEWY ] && find . \( -iname '*.h' -or -iname '*.c' -or -iname '*.cpp' -or -iname '*.hpp' -or -iname '*.m' -or -iname '*.mm' -or -iname '*.java' \) -exec gsed -i "s/Copyright (c) 2011-[0-9]*, SDLPAL development team/Copyright (c) 2011-$NEWY, SDLPAL development team/g" {} \;
2+
! [ -z $NEWY ] && find . \( -iname '*.h' -or -iname '*.c' -or -iname '*.cpp' -or -iname '*.hpp' -or -iname '*.m' -or -iname '*.mm' -or -iname '*.java' \) -exec gsed -i "s/(c) 2011-[0-9]*, SDLPAL/(c) 2011-$NEWY, SDLPAL/g" {} \;

0 commit comments

Comments
 (0)