From 96de3501ab94f724fd3f29abcbbab4399c29a6a1 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Mon, 2 Jan 2006 19:55:35 +0000 Subject: patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION --- configure.in | 9 +++------ doc/Makefile.am | 6 ------ doc/makepkg.8.in | 2 +- doc/pacman.8.in | 2 +- lib/libalpm/add.c | 2 +- lib/libalpm/add.h | 2 +- lib/libalpm/alpm.h | 2 +- lib/libalpm/backup.c | 2 +- lib/libalpm/backup.h | 2 +- lib/libalpm/cache.c | 2 +- lib/libalpm/cache.h | 2 +- lib/libalpm/conflict.c | 2 +- lib/libalpm/conflict.h | 2 +- lib/libalpm/db.c | 2 +- lib/libalpm/db.h | 2 +- lib/libalpm/deps.c | 2 +- lib/libalpm/deps.h | 2 +- lib/libalpm/error.c | 2 +- lib/libalpm/error.h | 2 +- lib/libalpm/group.c | 2 +- lib/libalpm/group.h | 2 +- lib/libalpm/handle.c | 2 +- lib/libalpm/handle.h | 2 +- lib/libalpm/list.c | 2 +- lib/libalpm/list.h | 2 +- lib/libalpm/log.c | 2 +- lib/libalpm/log.h | 2 +- lib/libalpm/package.c | 2 +- lib/libalpm/package.h | 2 +- lib/libalpm/provide.c | 2 +- lib/libalpm/provide.h | 2 +- lib/libalpm/remove.c | 2 +- lib/libalpm/remove.h | 2 +- lib/libalpm/sync.c | 2 +- lib/libalpm/sync.h | 2 +- lib/libalpm/trans.c | 2 +- lib/libalpm/trans.h | 2 +- lib/libalpm/util.c | 2 +- lib/libalpm/util.h | 2 +- lib/libalpm/versioncmp.c | 2 +- src/pacman/add.c | 2 +- src/pacman/add.h | 2 +- src/pacman/conf.c | 2 +- src/pacman/conf.h | 2 +- src/pacman/db.c | 2 +- src/pacman/db.h | 2 +- src/pacman/download.c | 2 +- src/pacman/download.h | 2 +- src/pacman/list.c | 2 +- src/pacman/list.h | 2 +- src/pacman/log.c | 2 +- src/pacman/log.h | 2 +- src/pacman/package.c | 2 +- src/pacman/package.h | 2 +- src/pacman/pacman.c | 6 +++--- src/pacman/pacman.h | 2 +- src/pacman/query.c | 2 +- src/pacman/query.h | 2 +- src/pacman/remove.c | 2 +- src/pacman/remove.h | 2 +- src/pacman/sync.c | 2 +- src/pacman/sync.h | 2 +- src/pacman/trans.c | 2 +- src/pacman/trans.h | 2 +- src/pacman/upgrade.c | 2 +- src/pacman/upgrade.h | 2 +- src/pacman/util.c | 2 +- src/pacman/util.h | 2 +- 68 files changed, 71 insertions(+), 80 deletions(-) diff --git a/configure.in b/configure.in index d8fa6699..5d33fa33 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ ENV_CFLAGS=$CFLAGS AC_PREREQ(2.59) -AC_INIT([Pacman package manager], 0.9.5, [pacman-dev@archlinux.org], pacman) +AC_INIT([Pacman package manager], 2.9.9, [pacman-dev@archlinux.org], pacman) AC_LANG(C) AM_CONFIG_HEADER(config.h) AC_CANONICAL_SYSTEM @@ -28,13 +28,8 @@ AC_SUBST(PM_MICRO_VERSION) AC_SUBST(PM_VERSION) AC_SUBST(PM_VERSION_INFO) -dnl Define here the pacman binary program version number -PACMAN_VERSION=2.9.9 -AC_SUBST(PACMAN_VERSION) - dnl Put out version numbers to config.h AC_DEFINE_UNQUOTED([PM_VERSION], ["$PM_VERSION"], [libalpm version number]) -AC_DEFINE_UNQUOTED([PACMAN_VERSION], ["$PACMAN_VERSION"], [pacman version number]) AC_PROG_CC AC_HEADER_STDC @@ -140,6 +135,8 @@ src/pacman/Makefile src/util/Makefile scripts/Makefile doc/Makefile +doc/makepkg.8 +doc/pacman.8 Makefile ]) diff --git a/doc/Makefile.am b/doc/Makefile.am index 5e9e159f..86d6c631 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,18 +4,12 @@ if HAS_MAN2HTML makepkg.8: sed -e 's,#PACMAN_VERSION#,$(PACMAN_VERSION),g' < makepkg.8.in > makepkg.8 man2html makepkg.8 > html/makepkg.8.html -else -makepkg.8: - sed -e 's,#PACMAN_VERSION#,$(PACMAN_VERSION),g' < makepkg.8.in > makepkg.8 endif if HAS_MAN2HTML pacman.8: sed -e 's,#PACMAN_VERSION#,$(PACMAN_VERSION),g' < pacman.8.in > pacman.8 man2html pacman.8 > html/pacman.8.html -else -pacman.8: - sed -e 's,#PACMAN_VERSION#,$(PACMAN_VERSION),g' < pacman.8.in > pacman.8 endif clean: diff --git a/doc/makepkg.8.in b/doc/makepkg.8.in index 569f3596..6d733a96 100644 --- a/doc/makepkg.8.in +++ b/doc/makepkg.8.in @@ -1,4 +1,4 @@ -.TH makepkg 8 "August 3, 2004" "makepkg #VERSION#" "" +.TH makepkg 8 "August 3, 2004" "@PACKAGE_VERSION@" "" .SH NAME makepkg \- package build utility .SH SYNOPSIS diff --git a/doc/pacman.8.in b/doc/pacman.8.in index d185615a..46c53bf9 100644 --- a/doc/pacman.8.in +++ b/doc/pacman.8.in @@ -1,4 +1,4 @@ -.TH pacman 8 "September 17, 2004" "pacman #VERSION#" "" +.TH pacman 8 "September 17, 2004" "pacman @PACKAGE_VERSION@" "" .SH NAME pacman \- package manager utility .SH SYNOPSIS diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c index e808bd37..b7f1aa90 100644 --- a/lib/libalpm/add.c +++ b/lib/libalpm/add.c @@ -1,7 +1,7 @@ /* * add.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/add.h b/lib/libalpm/add.h index 65c7f850..36382022 100644 --- a/lib/libalpm/add.h +++ b/lib/libalpm/add.h @@ -1,7 +1,7 @@ /* * add.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index de8a972d..454fdc09 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -1,7 +1,7 @@ /* * alpm.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/backup.c b/lib/libalpm/backup.c index f403469b..d4a450c6 100644 --- a/lib/libalpm/backup.c +++ b/lib/libalpm/backup.c @@ -1,7 +1,7 @@ /* * backup.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/backup.h b/lib/libalpm/backup.h index f09faee3..90125319 100644 --- a/lib/libalpm/backup.h +++ b/lib/libalpm/backup.h @@ -1,7 +1,7 @@ /* * backup.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/cache.c b/lib/libalpm/cache.c index b73939c4..4d301768 100644 --- a/lib/libalpm/cache.c +++ b/lib/libalpm/cache.c @@ -1,7 +1,7 @@ /* * cache.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/cache.h b/lib/libalpm/cache.h index e187ec93..94b1c062 100644 --- a/lib/libalpm/cache.h +++ b/lib/libalpm/cache.h @@ -1,7 +1,7 @@ /* * cache.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/conflict.c b/lib/libalpm/conflict.c index 0e77dec4..b8412432 100644 --- a/lib/libalpm/conflict.c +++ b/lib/libalpm/conflict.c @@ -1,7 +1,7 @@ /* * conflict.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/conflict.h b/lib/libalpm/conflict.h index 83bf55ca..98559836 100644 --- a/lib/libalpm/conflict.h +++ b/lib/libalpm/conflict.h @@ -1,7 +1,7 @@ /* * conflict.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/db.c b/lib/libalpm/db.c index cf3b63ea..ef7dfe0b 100644 --- a/lib/libalpm/db.c +++ b/lib/libalpm/db.c @@ -1,7 +1,7 @@ /* * db.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/db.h b/lib/libalpm/db.h index 9f7509c6..4cde6d2a 100644 --- a/lib/libalpm/db.h +++ b/lib/libalpm/db.h @@ -1,7 +1,7 @@ /* * db.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/deps.c b/lib/libalpm/deps.c index 00f62f1f..44119b64 100644 --- a/lib/libalpm/deps.c +++ b/lib/libalpm/deps.c @@ -1,7 +1,7 @@ /* * deps.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/deps.h b/lib/libalpm/deps.h index 44718808..b01314bc 100644 --- a/lib/libalpm/deps.h +++ b/lib/libalpm/deps.h @@ -1,7 +1,7 @@ /* * deps.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/error.c b/lib/libalpm/error.c index 9f60e907..af79c64f 100644 --- a/lib/libalpm/error.c +++ b/lib/libalpm/error.c @@ -1,7 +1,7 @@ /* * error.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/error.h b/lib/libalpm/error.h index 03fd8f9e..312c0c06 100644 --- a/lib/libalpm/error.h +++ b/lib/libalpm/error.h @@ -1,7 +1,7 @@ /* * error.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/group.c b/lib/libalpm/group.c index 0c6930ec..8d4a6eb1 100644 --- a/lib/libalpm/group.c +++ b/lib/libalpm/group.c @@ -1,7 +1,7 @@ /* * group.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/group.h b/lib/libalpm/group.h index aab84c39..c00cc23e 100644 --- a/lib/libalpm/group.h +++ b/lib/libalpm/group.h @@ -1,7 +1,7 @@ /* * group.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/handle.c b/lib/libalpm/handle.c index 55b94a4d..abc37ced 100644 --- a/lib/libalpm/handle.c +++ b/lib/libalpm/handle.c @@ -1,7 +1,7 @@ /* * handle.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/handle.h b/lib/libalpm/handle.h index 33803068..7819bfad 100644 --- a/lib/libalpm/handle.h +++ b/lib/libalpm/handle.h @@ -1,7 +1,7 @@ /* * handle.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/list.c b/lib/libalpm/list.c index 8bf0d702..e253d1cc 100644 --- a/lib/libalpm/list.c +++ b/lib/libalpm/list.c @@ -1,7 +1,7 @@ /* * list.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/list.h b/lib/libalpm/list.h index 1be96c20..e9bb173e 100644 --- a/lib/libalpm/list.h +++ b/lib/libalpm/list.h @@ -1,7 +1,7 @@ /* * list.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/log.c b/lib/libalpm/log.c index b970b8f5..8e24c495 100644 --- a/lib/libalpm/log.c +++ b/lib/libalpm/log.c @@ -1,7 +1,7 @@ /* * log.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/log.h b/lib/libalpm/log.h index 8bd3a020..bfdc15d7 100644 --- a/lib/libalpm/log.h +++ b/lib/libalpm/log.h @@ -1,7 +1,7 @@ /* * log.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/package.c b/lib/libalpm/package.c index b7f6fece..aa331bb4 100644 --- a/lib/libalpm/package.c +++ b/lib/libalpm/package.c @@ -1,7 +1,7 @@ /* * package.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/package.h b/lib/libalpm/package.h index 3b8e7b98..c96e667a 100644 --- a/lib/libalpm/package.h +++ b/lib/libalpm/package.h @@ -1,7 +1,7 @@ /* * package.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/provide.c b/lib/libalpm/provide.c index 315253be..17bf6454 100644 --- a/lib/libalpm/provide.c +++ b/lib/libalpm/provide.c @@ -1,7 +1,7 @@ /* * provide.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/provide.h b/lib/libalpm/provide.h index c8c84367..4313f581 100644 --- a/lib/libalpm/provide.h +++ b/lib/libalpm/provide.h @@ -1,7 +1,7 @@ /* * provide.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/remove.c b/lib/libalpm/remove.c index e17d36f5..17cbb494 100644 --- a/lib/libalpm/remove.c +++ b/lib/libalpm/remove.c @@ -1,7 +1,7 @@ /* * remove.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/remove.h b/lib/libalpm/remove.h index 3f3e05f1..b75a3605 100644 --- a/lib/libalpm/remove.h +++ b/lib/libalpm/remove.h @@ -1,7 +1,7 @@ /* * remove.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c index f1e04eec..ac191858 100644 --- a/lib/libalpm/sync.c +++ b/lib/libalpm/sync.c @@ -1,7 +1,7 @@ /* * sync.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/sync.h b/lib/libalpm/sync.h index 59c42064..5e4cae73 100644 --- a/lib/libalpm/sync.h +++ b/lib/libalpm/sync.h @@ -1,7 +1,7 @@ /* * sync.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/trans.c b/lib/libalpm/trans.c index e4ab72bf..8830a1ec 100644 --- a/lib/libalpm/trans.c +++ b/lib/libalpm/trans.c @@ -1,7 +1,7 @@ /* * trans.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/trans.h b/lib/libalpm/trans.h index e030e25d..bc0ed2fa 100644 --- a/lib/libalpm/trans.h +++ b/lib/libalpm/trans.h @@ -1,7 +1,7 @@ /* * trans.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/util.c b/lib/libalpm/util.c index 0e685d07..8c0b38a7 100644 --- a/lib/libalpm/util.c +++ b/lib/libalpm/util.c @@ -1,7 +1,7 @@ /* * util.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h index 7393c8d5..1f662bbb 100644 --- a/lib/libalpm/util.h +++ b/lib/libalpm/util.h @@ -1,7 +1,7 @@ /* * util.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/lib/libalpm/versioncmp.c b/lib/libalpm/versioncmp.c index bbcfb60a..36ce8f2a 100644 --- a/lib/libalpm/versioncmp.c +++ b/lib/libalpm/versioncmp.c @@ -1,7 +1,7 @@ /* * versioncmp.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/add.c b/src/pacman/add.c index a6f048e2..fb6c4a58 100644 --- a/src/pacman/add.c +++ b/src/pacman/add.c @@ -1,7 +1,7 @@ /* * add.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/add.h b/src/pacman/add.h index 5efe6a8a..4795ca7b 100644 --- a/src/pacman/add.h +++ b/src/pacman/add.h @@ -1,7 +1,7 @@ /* * add.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/conf.c b/src/pacman/conf.c index fe3d8ad7..1ab2daef 100644 --- a/src/pacman/conf.c +++ b/src/pacman/conf.c @@ -1,7 +1,7 @@ /* * conf.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/conf.h b/src/pacman/conf.h index 4b2d3a84..549da7e0 100644 --- a/src/pacman/conf.h +++ b/src/pacman/conf.h @@ -1,7 +1,7 @@ /* * conf.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/db.c b/src/pacman/db.c index a00aaad4..e16bd901 100644 --- a/src/pacman/db.c +++ b/src/pacman/db.c @@ -1,7 +1,7 @@ /* * db.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/db.h b/src/pacman/db.h index d28b0976..549fe03c 100644 --- a/src/pacman/db.h +++ b/src/pacman/db.h @@ -1,7 +1,7 @@ /* * db.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/download.c b/src/pacman/download.c index b7799f43..d75f6bd9 100644 --- a/src/pacman/download.c +++ b/src/pacman/download.c @@ -1,7 +1,7 @@ /* * download.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/download.h b/src/pacman/download.h index a8278475..8026df1f 100644 --- a/src/pacman/download.h +++ b/src/pacman/download.h @@ -1,7 +1,7 @@ /* * download.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/list.c b/src/pacman/list.c index 1556a675..a7e9ce13 100644 --- a/src/pacman/list.c +++ b/src/pacman/list.c @@ -1,7 +1,7 @@ /* * list.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/list.h b/src/pacman/list.h index 86ebdff9..79a4a3c0 100644 --- a/src/pacman/list.h +++ b/src/pacman/list.h @@ -1,7 +1,7 @@ /* * list.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/log.c b/src/pacman/log.c index 5654c5a8..9d1f0c1d 100644 --- a/src/pacman/log.c +++ b/src/pacman/log.c @@ -1,7 +1,7 @@ /* * log.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/log.h b/src/pacman/log.h index bb982b88..28999fd3 100644 --- a/src/pacman/log.h +++ b/src/pacman/log.h @@ -1,7 +1,7 @@ /* * log.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/package.c b/src/pacman/package.c index 4024034a..3e2956c8 100644 --- a/src/pacman/package.c +++ b/src/pacman/package.c @@ -1,7 +1,7 @@ /* * package.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/package.h b/src/pacman/package.h index 5ffdd278..af624c72 100644 --- a/src/pacman/package.h +++ b/src/pacman/package.h @@ -1,7 +1,7 @@ /* * package.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 40d9b5cf..3543afea 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -1,7 +1,7 @@ /* * pacman.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 @@ -572,8 +572,8 @@ void usage(int op, char *myname) void version() { printf("\n"); - printf(" .--. Pacman v%s - libalpm v%s\n", PACMAN_VERSION, PM_VERSION); - printf("/ _.-' .-. .-. .-. Copyright (C) 2002-2005 Judd Vinet \n"); + printf(" .--. Pacman v%s - libalpm v%s\n", PACKAGE_VERSION, PM_VERSION); + printf("/ _.-' .-. .-. .-. Copyright (C) 2002-2006 Judd Vinet \n"); printf("\\ '-. '-' '-' '-' \n"); printf(" '--' This program may be freely redistributed under\n"); printf(" the terms of the GNU General Public License\n"); diff --git a/src/pacman/pacman.h b/src/pacman/pacman.h index 51a25932..130b4dcc 100644 --- a/src/pacman/pacman.h +++ b/src/pacman/pacman.h @@ -1,7 +1,7 @@ /* * pacman.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/query.c b/src/pacman/query.c index 0462f5aa..3981eedf 100644 --- a/src/pacman/query.c +++ b/src/pacman/query.c @@ -1,7 +1,7 @@ /* * query.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/query.h b/src/pacman/query.h index 6f1143d2..eecd8a13 100644 --- a/src/pacman/query.h +++ b/src/pacman/query.h @@ -1,7 +1,7 @@ /* * query.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/remove.c b/src/pacman/remove.c index 1f1c734a..84cac94c 100644 --- a/src/pacman/remove.c +++ b/src/pacman/remove.c @@ -1,7 +1,7 @@ /* * remove.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/remove.h b/src/pacman/remove.h index 20595337..129fc3cb 100644 --- a/src/pacman/remove.h +++ b/src/pacman/remove.h @@ -1,7 +1,7 @@ /* * remove.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/sync.c b/src/pacman/sync.c index c25175da..11876ead 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -1,7 +1,7 @@ /* * sync.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/sync.h b/src/pacman/sync.h index 7780caa1..aab56665 100644 --- a/src/pacman/sync.h +++ b/src/pacman/sync.h @@ -1,7 +1,7 @@ /* * sync.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/trans.c b/src/pacman/trans.c index 00c9d0e6..e960472c 100644 --- a/src/pacman/trans.c +++ b/src/pacman/trans.c @@ -1,7 +1,7 @@ /* * trans.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/trans.h b/src/pacman/trans.h index f98282cb..e27d4322 100644 --- a/src/pacman/trans.h +++ b/src/pacman/trans.h @@ -1,7 +1,7 @@ /* * trans.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/upgrade.c b/src/pacman/upgrade.c index 0dc34060..c2e47452 100644 --- a/src/pacman/upgrade.c +++ b/src/pacman/upgrade.c @@ -1,7 +1,7 @@ /* * upgrade.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/upgrade.h b/src/pacman/upgrade.h index 4eeac4ed..04fa14c1 100644 --- a/src/pacman/upgrade.h +++ b/src/pacman/upgrade.h @@ -1,7 +1,7 @@ /* * upgrade.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/util.c b/src/pacman/util.c index 0114068c..dd8dddab 100644 --- a/src/pacman/util.c +++ b/src/pacman/util.c @@ -1,7 +1,7 @@ /* * util.c * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 diff --git a/src/pacman/util.h b/src/pacman/util.h index d48303c0..b4a9d130 100644 --- a/src/pacman/util.h +++ b/src/pacman/util.h @@ -1,7 +1,7 @@ /* * util.h * - * Copyright (c) 2002-2005 by Judd Vinet + * Copyright (c) 2002-2006 by Judd Vinet * * 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 -- cgit v1.2.3-24-g4f1b