pacdiff: update copyright notice

Signed-off-by: Florian Pritz <bluewind@xinu.at>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Florian Pritz 2012-12-20 00:57:35 +01:00 committed by Allan McRae
parent 163ba4016e
commit 23f93118d0
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# pacdiff : a simple pacnew/pacorig/pacsave updater # pacdiff : a simple pacnew/pacorig/pacsave updater
# #
# Copyright (c) 2007 Aaron Griffin <aaronmgriffin@gmail.com> # Copyright (c) 2007 Aaron Griffin <aaronmgriffin@gmail.com>
# Copyright (c) 2013 Pacman Development Team <pacman-dev@archlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by
@ -52,6 +53,7 @@ usage() {
version() { version() {
printf "%s %s\n" "$myname" "$myver" printf "%s %s\n" "$myname" "$myver"
echo 'Copyright (C) 2007 Aaron Griffin <aaronmgriffin@gmail.com>' echo 'Copyright (C) 2007 Aaron Griffin <aaronmgriffin@gmail.com>'
echo 'Copyright (C) 2013 Pacman Development Team <pacman-dev@archlinux.org>'
} }
cmd() { cmd() {