diff options
author | Xyne <xyne@archlinux.ca> | 2013-09-17 09:19:25 +0000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-09-18 14:28:03 +1000 |
commit | 8561ad225672f57336fee357fa5d1f4f5a172870 (patch) | |
tree | b35ef1cf5c68da30e2b9fc6e08fe307ba4b1d65b /contrib | |
parent | ec15e859a4e69681cf6d1a5808ecc8a619e91a55 (diff) | |
download | pacman-8561ad225672f57336fee357fa5d1f4f5a172870.tar.xz |
bacman: update copyright information in version function
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/bacman.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/bacman.sh.in b/contrib/bacman.sh.in index d832fb8f..7e1ee010 100644 --- a/contrib/bacman.sh.in +++ b/contrib/bacman.sh.in @@ -44,6 +44,7 @@ usage() { version() { printf "%s %s\n" "$myname" "$myver" echo 'Copyright (C) 2008 locci <carlocci_at_gmail_dot_com>' + echo 'Copyright (C) 2008-2013 Pacman Development Team <pacman-dev@archlinux.org>' } if [[ $1 == "--nocolor" ]]; then |