On 20/12/12 10:06, Florian Pritz wrote: > Signed-off-by: Florian Pritz <[email protected]> > ---
Changed to 2013 given it is only getting applied now. > contrib/pacdiff.sh.in | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/contrib/pacdiff.sh.in b/contrib/pacdiff.sh.in > index 3461627..8480455 100644 > --- a/contrib/pacdiff.sh.in > +++ b/contrib/pacdiff.sh.in > @@ -2,6 +2,7 @@ > # pacdiff : a simple pacnew/pacorig/pacsave updater > # > # Copyright (c) 2007 Aaron Griffin <[email protected]> > +# Copyright (c) 2012 Pacman Development Team <[email protected]> > # > # 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 > @@ -52,6 +53,7 @@ usage() { > version() { > printf "%s %s\n" "$myname" "$myver" > echo 'Copyright (C) 2007 Aaron Griffin <[email protected]>' > + echo 'Copyright (C) 2012 Pacman Development Team > <[email protected]>' > } > > cmd() { >
