bacman: update copyright information in version function

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Xyne 2013-09-17 09:19:25 +00:00 committed by Allan McRae
parent ec15e859a4
commit 8561ad2256
1 changed files with 1 additions and 0 deletions

View File

@ -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