index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | contrib/bacman.sh.in | 2 | ||||
-rwxr-xr-x | contrib/updpkgsums.sh.in | 4 |
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 |