mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-11 20:05:07 -05:00
Make a few more copyright date tweaks
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
9e9835f464
commit
5c2928aa25
@ -256,7 +256,7 @@ Pacman/libalpm frontends:
|
|||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
---------
|
---------
|
||||||
pacman is Copyright (C) 2006-2011 Pacman Development Team
|
pacman is Copyright (C) 2006-2012 Pacman Development Team
|
||||||
<pacman-dev@archlinux.org> and Copyright (C) 2002-2006 Judd Vinet
|
<pacman-dev@archlinux.org> and Copyright (C) 2002-2006 Judd Vinet
|
||||||
<jvinet@zeroflux.org> and is licensed through the GNU General Public License,
|
<jvinet@zeroflux.org> and is licensed through the GNU General Public License,
|
||||||
version 2 or later.
|
version 2 or later.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# pacman-db-upgrade - upgrade the local pacman db to a newer format
|
# pacman-db-upgrade - upgrade the local pacman db to a newer format
|
||||||
# @configure_input@
|
# @configure_input@
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010-2011 Pacman Development Team <pacman-dev@archlinux.org>
|
# Copyright (c) 2010-2012 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
|
||||||
@ -38,7 +38,7 @@ usage() {
|
|||||||
version() {
|
version() {
|
||||||
printf "pacman-db-upgrade (pacman) %s\n" "$myver"
|
printf "pacman-db-upgrade (pacman) %s\n" "$myver"
|
||||||
printf -- "$(gettext "\
|
printf -- "$(gettext "\
|
||||||
Copyright (c) 2010-2011 Pacman Development Team <pacman-dev@archlinux.org>.\n\
|
Copyright (c) 2010-2012 Pacman Development Team <pacman-dev@archlinux.org>.\n\
|
||||||
This is free software; see the source for copying conditions.\n\
|
This is free software; see the source for copying conditions.\n\
|
||||||
There is NO WARRANTY, to the extent permitted by law.\n")"
|
There is NO WARRANTY, to the extent permitted by law.\n")"
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# pacman-optimize
|
# pacman-optimize
|
||||||
# @configure_input@
|
# @configure_input@
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006-2011 Pacman Development Team <pacman-dev@archlinux.org>
|
# Copyright (c) 2006-2012 Pacman Development Team <pacman-dev@archlinux.org>
|
||||||
# Copyright (c) 2002-2006 by Judd Vinet <jvinet@zeroflux.org>
|
# Copyright (c) 2002-2006 by Judd Vinet <jvinet@zeroflux.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
|
||||||
@ -49,7 +49,7 @@ does not have to move around the disk as much.\n")"
|
|||||||
version() {
|
version() {
|
||||||
printf "pacman-optimize (pacman) %s\n" "$myver"
|
printf "pacman-optimize (pacman) %s\n" "$myver"
|
||||||
printf -- "$(gettext "\
|
printf -- "$(gettext "\
|
||||||
Copyright (c) 2006-2011 Pacman Development Team <pacman-dev@archlinux.org>.\n\
|
Copyright (c) 2006-2012 Pacman Development Team <pacman-dev@archlinux.org>.\n\
|
||||||
Copyright (C) 2002-2006 Judd Vinet <jvinet@zeroflux.org>.\n\n\
|
Copyright (C) 2002-2006 Judd Vinet <jvinet@zeroflux.org>.\n\n\
|
||||||
This is free software; see the source for copying conditions.\n\
|
This is free software; see the source for copying conditions.\n\
|
||||||
There is NO WARRANTY, to the extent permitted by law.\n")"
|
There is NO WARRANTY, to the extent permitted by law.\n")"
|
||||||
|
Loading…
Reference in New Issue
Block a user