index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | contrib/updpkgsums.sh.in | 4 |
diff --git a/contrib/updpkgsums.sh.in b/contrib/updpkgsums.sh.in index 33e04d9c..ffea96b6 100755 --- a/contrib/updpkgsums.sh.in +++ b/contrib/updpkgsums.sh.in @@ -2,7 +2,7 @@ # # updpkgsums - update source checksums in-place in PKGBUILDs # -# Copyright (C) 2012 Dave Reisner <dreisner@archlinux.org> +# Copyright (C) 2012-2013 Dave Reisner <dreisner@archlinux.org> # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -33,7 +33,7 @@ usage() { version() { printf "%s %s\n" "$myname" "$myver" - echo 'Copyright (C) 2012 Dave Reisner <dreisner@archlinux.org>' + echo 'Copyright (C) 2012-2013 Dave Reisner <dreisner@archlinux.org>' } case $1 in |