diff options
author | Allan McRae <allan@archlinux.org> | 2013-01-02 05:19:59 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-01-03 03:03:09 +0100 |
commit | 1dd3405813434e71ead02bdcb66b6da0544632c4 (patch) | |
tree | f5789f1785e5c706db06c9b533a064c2a56ba7cd /contrib | |
parent | 5186f702d3d426eec8a2c84bb2a8556ffa9e0736 (diff) | |
download | pacman-1dd3405813434e71ead02bdcb66b6da0544632c4.tar.gz pacman-1dd3405813434e71ead02bdcb66b6da0544632c4.tar.xz |
Update copyright year for 2013
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/bacman.sh.in | 2 | ||||
-rwxr-xr-x | contrib/updpkgsums.sh.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bacman.sh.in b/contrib/bacman.sh.in index 7895a40c..512de637 100644 --- a/contrib/bacman.sh.in +++ b/contrib/bacman.sh.in @@ -5,7 +5,7 @@ # stored into the pacman database and system files # # Copyright (c) 2008 locci <carlocci_at_gmail_dot_com> -# Copyright (c) 2008-2012 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2008-2013 Pacman Development Team <pacman-dev@archlinux.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by 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 |