[pacman-dev] [PATCH] Update copyright years for 2014
Allan McRae
allan at archlinux.org
Wed Jan 1 05:26:32 EST 2014
Signed-off-by: Allan McRae <allan at archlinux.org>
---
contrib/bacman.sh.in | 4 ++--
contrib/pacdiff.sh.in | 4 ++--
contrib/pacscripts.sh.in | 2 +-
doc/index.txt | 2 +-
lib/libalpm/add.c | 2 +-
lib/libalpm/add.h | 2 +-
lib/libalpm/alpm.c | 2 +-
lib/libalpm/alpm.h | 2 +-
lib/libalpm/alpm_list.c | 2 +-
lib/libalpm/alpm_list.h | 2 +-
lib/libalpm/backup.c | 2 +-
lib/libalpm/backup.h | 2 +-
lib/libalpm/be_local.c | 2 +-
lib/libalpm/be_package.c | 2 +-
lib/libalpm/be_sync.c | 2 +-
lib/libalpm/conflict.c | 2 +-
lib/libalpm/conflict.h | 2 +-
lib/libalpm/db.c | 2 +-
lib/libalpm/db.h | 2 +-
lib/libalpm/delta.c | 2 +-
lib/libalpm/delta.h | 2 +-
lib/libalpm/deps.c | 2 +-
lib/libalpm/deps.h | 2 +-
lib/libalpm/diskspace.c | 2 +-
lib/libalpm/diskspace.h | 2 +-
lib/libalpm/dload.c | 2 +-
lib/libalpm/dload.h | 2 +-
lib/libalpm/error.c | 2 +-
lib/libalpm/filelist.c | 2 +-
lib/libalpm/filelist.h | 2 +-
lib/libalpm/graph.c | 2 +-
lib/libalpm/graph.h | 2 +-
lib/libalpm/group.c | 2 +-
lib/libalpm/group.h | 2 +-
lib/libalpm/handle.c | 2 +-
lib/libalpm/handle.h | 2 +-
lib/libalpm/libarchive-compat.h | 2 +-
lib/libalpm/log.c | 2 +-
lib/libalpm/log.h | 2 +-
lib/libalpm/package.c | 2 +-
lib/libalpm/package.h | 2 +-
lib/libalpm/pkghash.c | 2 +-
lib/libalpm/pkghash.h | 2 +-
lib/libalpm/remove.c | 2 +-
lib/libalpm/remove.h | 2 +-
lib/libalpm/signing.c | 2 +-
lib/libalpm/signing.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/version.c | 2 +-
scripts/makepkg-template.pl.in | 4 ++--
scripts/makepkg-wrapper.sh.in | 2 +-
scripts/makepkg.sh.in | 4 ++--
scripts/pacman-db-upgrade.sh.in | 4 ++--
scripts/pacman-key.sh.in | 4 ++--
scripts/pacman-optimize.sh.in | 4 ++--
scripts/repo-add.sh.in | 4 ++--
src/common/util-common.c | 2 +-
src/common/util-common.h | 2 +-
src/pacman/callback.c | 2 +-
src/pacman/callback.h | 2 +-
src/pacman/check.c | 2 +-
src/pacman/check.h | 2 +-
src/pacman/conf.c | 2 +-
src/pacman/conf.h | 2 +-
src/pacman/database.c | 2 +-
src/pacman/deptest.c | 2 +-
src/pacman/ini.c | 2 +-
src/pacman/ini.h | 2 +-
src/pacman/package.c | 2 +-
src/pacman/package.h | 2 +-
src/pacman/pacman.c | 4 ++--
src/pacman/pacman.h | 2 +-
src/pacman/query.c | 2 +-
src/pacman/remove.c | 2 +-
src/pacman/sync.c | 2 +-
src/pacman/upgrade.c | 2 +-
src/pacman/util.c | 2 +-
src/pacman/util.h | 2 +-
src/util/cleanupdelta.c | 2 +-
src/util/pacsort.c | 2 +-
src/util/pactree.c | 2 +-
src/util/testdb.c | 1 +
src/util/testpkg.c | 1 +
src/util/vercmp.c | 2 +-
test/pacman/pactest.py | 2 +-
test/pacman/pmdb.py | 2 +-
test/pacman/pmenv.py | 2 +-
test/pacman/pmfile.py | 2 +-
test/pacman/pmpkg.py | 2 +-
test/pacman/pmrule.py | 2 +-
test/pacman/pmtest.py | 2 +-
test/pacman/tap.py | 2 +-
test/pacman/util.py | 2 +-
test/util/pacsorttest.sh | 2 +-
test/util/vercmptest.sh | 1 +
100 files changed, 109 insertions(+), 106 deletions(-)
diff --git a/contrib/bacman.sh.in b/contrib/bacman.sh.in
index 222b0f8..6779bfc 100644
--- a/contrib/bacman.sh.in
+++ b/contrib/bacman.sh.in
@@ -5,7 +5,7 @@
# stored into the pacman database and system files
#
# Copyright (c) 2008 locci <carlocci_at_gmail_dot_com>
-# Copyright (c) 2008-2013 Pacman Development Team <pacman-dev at archlinux.org>
+# Copyright (c) 2008-2014 Pacman Development Team <pacman-dev at archlinux.org>
#
# 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
@@ -49,7 +49,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 at archlinux.org>'
+ echo 'Copyright (C) 2008-2014 Pacman Development Team <pacman-dev at archlinux.org>'
}
while [[ ! -z $1 ]]; do
diff --git a/contrib/pacdiff.sh.in b/contrib/pacdiff.sh.in
index cd5160c..3f62d91 100644
--- a/contrib/pacdiff.sh.in
+++ b/contrib/pacdiff.sh.in
@@ -2,7 +2,7 @@
# pacdiff : a simple pacnew/pacorig/pacsave updater
#
# Copyright (c) 2007 Aaron Griffin <aaronmgriffin at gmail.com>
-# Copyright (c) 2013 Pacman Development Team <pacman-dev at archlinux.org>
+# Copyright (c) 2013-2014 Pacman Development Team <pacman-dev at archlinux.org>
#
# 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
@@ -62,7 +62,7 @@ EOF
version() {
printf "%s %s\n" "$myname" "$myver"
echo 'Copyright (C) 2007 Aaron Griffin <aaronmgriffin at gmail.com>'
- echo 'Copyright (C) 2013 Pacman Development Team <pacman-dev at archlinux.org>'
+ echo 'Copyright (C) 2013-2014 Pacman Development Team <pacman-dev at archlinux.org>'
}
print_existing() {
diff --git a/contrib/pacscripts.sh.in b/contrib/pacscripts.sh.in
index da7c55a..f1bf822 100644
--- a/contrib/pacscripts.sh.in
+++ b/contrib/pacscripts.sh.in
@@ -5,7 +5,7 @@
#
# Copyright (c) 2009 Giulio "giulivo" Fidente <giulivo.navigante at gmail.com>
# Copyright (c) 2009 Xavier Chantry <shiningxc at gmail.com>
-# Copyright (c) 2009-2013 Pacman Development Team <pacman-dev at archlinux.org>
+# Copyright (c) 2009-2014 Pacman Development Team <pacman-dev at archlinux.org>
#
# 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/doc/index.txt b/doc/index.txt
index 3c4339e..ab1dc79 100644
--- a/doc/index.txt
+++ b/doc/index.txt
@@ -247,7 +247,7 @@ bugs under the Pacman project.
Copyright
---------
-pacman is Copyright (C) 2006-2013 Pacman Development Team
+pacman is Copyright (C) 2006-2014 Pacman Development Team
<pacman-dev at archlinux.org> and Copyright (C) 2002-2006 Judd Vinet
<jvinet at zeroflux.org> and is licensed through the GNU General Public License,
version 2 or later.
diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c
index c7e5b5d..b879afc 100644
--- a/lib/libalpm/add.c
+++ b/lib/libalpm/add.c
@@ -1,7 +1,7 @@
/*
* add.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/lib/libalpm/add.h b/lib/libalpm/add.h
index 2e1104f..5999d08 100644
--- a/lib/libalpm/add.h
+++ b/lib/libalpm/add.h
@@ -1,7 +1,7 @@
/*
* add.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/lib/libalpm/alpm.c b/lib/libalpm/alpm.c
index 878c38b..f2e97ce 100644
--- a/lib/libalpm/alpm.c
+++ b/lib/libalpm/alpm.c
@@ -1,7 +1,7 @@
/*
* alpm.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
* Copyright (c) 2005 by Aurelien Foret <orelien at chez.com>
* Copyright (c) 2005 by Christian Hamar <krics at linuxforum.hu>
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h
index e9b0feb..5628527 100644
--- a/lib/libalpm/alpm.h
+++ b/lib/libalpm/alpm.h
@@ -1,7 +1,7 @@
/*
* alpm.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
* Copyright (c) 2005 by Aurelien Foret <orelien at chez.com>
* Copyright (c) 2005 by Christian Hamar <krics at linuxforum.hu>
diff --git a/lib/libalpm/alpm_list.c b/lib/libalpm/alpm_list.c
index a3c73aa..cc89568 100644
--- a/lib/libalpm/alpm_list.c
+++ b/lib/libalpm/alpm_list.c
@@ -1,7 +1,7 @@
/*
* alpm_list.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/lib/libalpm/alpm_list.h b/lib/libalpm/alpm_list.h
index 3f3566b..9995e88 100644
--- a/lib/libalpm/alpm_list.h
+++ b/lib/libalpm/alpm_list.h
@@ -1,7 +1,7 @@
/*
* alpm_list.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/lib/libalpm/backup.c b/lib/libalpm/backup.c
index 04168c5..e098c10 100644
--- a/lib/libalpm/backup.c
+++ b/lib/libalpm/backup.c
@@ -1,7 +1,7 @@
/*
* backup.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2005 by Judd Vinet <jvinet at zeroflux.org>
* Copyright (c) 2005 by Aurelien Foret <orelien at chez.com>
* Copyright (c) 2005 by Christian Hamar <krics at linuxforum.hu>
diff --git a/lib/libalpm/backup.h b/lib/libalpm/backup.h
index 765195f..c158561 100644
--- a/lib/libalpm/backup.h
+++ b/lib/libalpm/backup.h
@@ -1,7 +1,7 @@
/*
* backup.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/lib/libalpm/be_local.c b/lib/libalpm/be_local.c
index 96fe52b..6029e12 100644
--- a/lib/libalpm/be_local.c
+++ b/lib/libalpm/be_local.c
@@ -1,7 +1,7 @@
/*
* be_local.c : backend for the local database
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/lib/libalpm/be_package.c b/lib/libalpm/be_package.c
index aaf60fe..b672bbe 100644
--- a/lib/libalpm/be_package.c
+++ b/lib/libalpm/be_package.c
@@ -1,7 +1,7 @@
/*
* be_package.c : backend for packages
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/lib/libalpm/be_sync.c b/lib/libalpm/be_sync.c
index 123d953..67b7368 100644
--- a/lib/libalpm/be_sync.c
+++ b/lib/libalpm/be_sync.c
@@ -1,7 +1,7 @@
/*
* be_sync.c : backend for sync databases
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/lib/libalpm/conflict.c b/lib/libalpm/conflict.c
index 54ed25e..5a6e2be 100644
--- a/lib/libalpm/conflict.c
+++ b/lib/libalpm/conflict.c
@@ -1,7 +1,7 @@
/*
* conflict.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
* Copyright (c) 2005 by Aurelien Foret <orelien at chez.com>
* Copyright (c) 2006 by David Kimpe <dnaku at frugalware.org>
diff --git a/lib/libalpm/conflict.h b/lib/libalpm/conflict.h
index 983ed39..f7a667d 100644
--- a/lib/libalpm/conflict.h
+++ b/lib/libalpm/conflict.h
@@ -1,7 +1,7 @@
/*
* conflict.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/lib/libalpm/db.c b/lib/libalpm/db.c
index 2069a7b..2740955 100644
--- a/lib/libalpm/db.c
+++ b/lib/libalpm/db.c
@@ -1,7 +1,7 @@
/*
* db.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
* Copyright (c) 2005 by Aurelien Foret <orelien at chez.com>
* Copyright (c) 2005 by Christian Hamar <krics at linuxforum.hu>
diff --git a/lib/libalpm/db.h b/lib/libalpm/db.h
index 4bb6ee9..1db2ca1 100644
--- a/lib/libalpm/db.h
+++ b/lib/libalpm/db.h
@@ -1,7 +1,7 @@
/*
* db.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
* Copyright (c) 2005 by Aurelien Foret <orelien at chez.com>
* Copyright (c) 2006 by Miklos Vajna <vmiklos at frugalware.org>
diff --git a/lib/libalpm/delta.c b/lib/libalpm/delta.c
index 2da1496..6e1ff0a 100644
--- a/lib/libalpm/delta.c
+++ b/lib/libalpm/delta.c
@@ -1,7 +1,7 @@
/*
* delta.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2007-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/lib/libalpm/delta.h b/lib/libalpm/delta.h
index 90a170c..417b12d 100644
--- a/lib/libalpm/delta.h
+++ b/lib/libalpm/delta.h
@@ -1,7 +1,7 @@
/*
* delta.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2007-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/lib/libalpm/deps.c b/lib/libalpm/deps.c
index 6771eac..4eb779f 100644
--- a/lib/libalpm/deps.c
+++ b/lib/libalpm/deps.c
@@ -1,7 +1,7 @@
/*
* deps.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
* Copyright (c) 2005 by Aurelien Foret <orelien at chez.com>
* Copyright (c) 2005, 2006 by Miklos Vajna <vmiklos at frugalware.org>
diff --git a/lib/libalpm/deps.h b/lib/libalpm/deps.h
index d5ca236..546521f 100644
--- a/lib/libalpm/deps.h
+++ b/lib/libalpm/deps.h
@@ -1,7 +1,7 @@
/*
* deps.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
* Copyright (c) 2005 by Aurelien Foret <orelien at chez.com>
* Copyright (c) 2006 by Miklos Vajna <vmiklos at frugalware.org>
diff --git a/lib/libalpm/diskspace.c b/lib/libalpm/diskspace.c
index 66d83c2..a83d642 100644
--- a/lib/libalpm/diskspace.c
+++ b/lib/libalpm/diskspace.c
@@ -1,7 +1,7 @@
/*
* diskspace.c
*
- * Copyright (c) 2010-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2010-2014 Pacman Development Team <pacman-dev at archlinux.org>
*
* 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/diskspace.h b/lib/libalpm/diskspace.h
index 4d876d7..4a9314d 100644
--- a/lib/libalpm/diskspace.h
+++ b/lib/libalpm/diskspace.h
@@ -1,7 +1,7 @@
/*
* diskspace.h
*
- * Copyright (c) 2010-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2010-2014 Pacman Development Team <pacman-dev at archlinux.org>
*
* 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/dload.c b/lib/libalpm/dload.c
index d5906a3..bc59cd1 100644
--- a/lib/libalpm/dload.c
+++ b/lib/libalpm/dload.c
@@ -1,7 +1,7 @@
/*
* download.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/lib/libalpm/dload.h b/lib/libalpm/dload.h
index 6c9f7a7..e2c85af 100644
--- a/lib/libalpm/dload.h
+++ b/lib/libalpm/dload.h
@@ -1,7 +1,7 @@
/*
* dload.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/lib/libalpm/error.c b/lib/libalpm/error.c
index 8622180..b3ebc72 100644
--- a/lib/libalpm/error.c
+++ b/lib/libalpm/error.c
@@ -1,7 +1,7 @@
/*
* error.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/lib/libalpm/filelist.c b/lib/libalpm/filelist.c
index e6da681..7de190d 100644
--- a/lib/libalpm/filelist.c
+++ b/lib/libalpm/filelist.c
@@ -1,7 +1,7 @@
/*
* filelist.c
*
- * Copyright (c) 2012-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2012-2014 Pacman Development Team <pacman-dev at archlinux.org>
*
* 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/filelist.h b/lib/libalpm/filelist.h
index 66501f3..4f96550 100644
--- a/lib/libalpm/filelist.h
+++ b/lib/libalpm/filelist.h
@@ -1,7 +1,7 @@
/*
* filelist.h
*
- * Copyright (c) 2012-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2012-2014 Pacman Development Team <pacman-dev at archlinux.org>
*
* 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/graph.c b/lib/libalpm/graph.c
index 81ee6fd..837774e 100644
--- a/lib/libalpm/graph.c
+++ b/lib/libalpm/graph.c
@@ -1,7 +1,7 @@
/*
* graph.c - helpful graph structure and setup/teardown methods
*
- * Copyright (c) 2007-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2007-2014 Pacman Development Team <pacman-dev at archlinux.org>
*
* 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/graph.h b/lib/libalpm/graph.h
index bf06047..25605be 100644
--- a/lib/libalpm/graph.h
+++ b/lib/libalpm/graph.h
@@ -1,7 +1,7 @@
/*
* graph.h - helpful graph structure and setup/teardown methods
*
- * Copyright (c) 2007-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2007-2014 Pacman Development Team <pacman-dev at archlinux.org>
*
* 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 614dbaf..af71c32 100644
--- a/lib/libalpm/group.c
+++ b/lib/libalpm/group.c
@@ -1,7 +1,7 @@
/*
* group.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/lib/libalpm/group.h b/lib/libalpm/group.h
index b8cd3e1..6facaa8 100644
--- a/lib/libalpm/group.h
+++ b/lib/libalpm/group.h
@@ -1,7 +1,7 @@
/*
* group.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/lib/libalpm/handle.c b/lib/libalpm/handle.c
index 1d661a2..9f5a945 100644
--- a/lib/libalpm/handle.c
+++ b/lib/libalpm/handle.c
@@ -1,7 +1,7 @@
/*
* handle.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
* Copyright (c) 2005 by Aurelien Foret <orelien at chez.com>
* Copyright (c) 2005, 2006 by Miklos Vajna <vmiklos at frugalware.org>
diff --git a/lib/libalpm/handle.h b/lib/libalpm/handle.h
index 4126e1a..402e414 100644
--- a/lib/libalpm/handle.h
+++ b/lib/libalpm/handle.h
@@ -1,7 +1,7 @@
/*
* handle.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/lib/libalpm/libarchive-compat.h b/lib/libalpm/libarchive-compat.h
index 1e2e1e8..584d80e 100644
--- a/lib/libalpm/libarchive-compat.h
+++ b/lib/libalpm/libarchive-compat.h
@@ -4,7 +4,7 @@
/*
* libarchive-compat.h
*
- * Copyright (c) 2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2013-2014 Pacman Development Team <pacman-dev at archlinux.org>
*
* 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 271bd00..2cdf740 100644
--- a/lib/libalpm/log.c
+++ b/lib/libalpm/log.c
@@ -1,7 +1,7 @@
/*
* log.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/lib/libalpm/log.h b/lib/libalpm/log.h
index dd60c85..c767bfb 100644
--- a/lib/libalpm/log.h
+++ b/lib/libalpm/log.h
@@ -1,7 +1,7 @@
/*
* log.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/lib/libalpm/package.c b/lib/libalpm/package.c
index 8e67f17..76e94a9 100644
--- a/lib/libalpm/package.c
+++ b/lib/libalpm/package.c
@@ -1,7 +1,7 @@
/*
* package.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
* Copyright (c) 2005 by Aurelien Foret <orelien at chez.com>
* Copyright (c) 2005, 2006 by Christian Hamar <krics at linuxforum.hu>
diff --git a/lib/libalpm/package.h b/lib/libalpm/package.h
index 07b043c..e56e14e 100644
--- a/lib/libalpm/package.h
+++ b/lib/libalpm/package.h
@@ -1,7 +1,7 @@
/*
* package.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
* Copyright (c) 2005 by Aurelien Foret <orelien at chez.com>
* Copyright (c) 2006 by David Kimpe <dnaku at frugalware.org>
diff --git a/lib/libalpm/pkghash.c b/lib/libalpm/pkghash.c
index acb1a1c..a58fff9 100644
--- a/lib/libalpm/pkghash.c
+++ b/lib/libalpm/pkghash.c
@@ -1,7 +1,7 @@
/*
* pkghash.c
*
- * Copyright (c) 2011-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2011-2014 Pacman Development Team <pacman-dev at archlinux.org>
*
* 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/pkghash.h b/lib/libalpm/pkghash.h
index 546d3ae..f2887c3 100644
--- a/lib/libalpm/pkghash.h
+++ b/lib/libalpm/pkghash.h
@@ -1,7 +1,7 @@
/*
* pkghash.h
*
- * Copyright (c) 2011-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2011-2014 Pacman Development Team <pacman-dev at archlinux.org>
*
* 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 6c50ab3..899952b 100644
--- a/lib/libalpm/remove.c
+++ b/lib/libalpm/remove.c
@@ -1,7 +1,7 @@
/*
* remove.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
* Copyright (c) 2005 by Aurelien Foret <orelien at chez.com>
* Copyright (c) 2005 by Christian Hamar <krics at linuxforum.hu>
diff --git a/lib/libalpm/remove.h b/lib/libalpm/remove.h
index cd53285..8c6bd41 100644
--- a/lib/libalpm/remove.h
+++ b/lib/libalpm/remove.h
@@ -1,7 +1,7 @@
/*
* remove.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/lib/libalpm/signing.c b/lib/libalpm/signing.c
index 6043a8e..8ed8c14 100644
--- a/lib/libalpm/signing.c
+++ b/lib/libalpm/signing.c
@@ -1,7 +1,7 @@
/*
* signing.c
*
- * Copyright (c) 2008-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2008-2014 Pacman Development Team <pacman-dev at archlinux.org>
*
* 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/signing.h b/lib/libalpm/signing.h
index 42b60b1..239bfef 100644
--- a/lib/libalpm/signing.h
+++ b/lib/libalpm/signing.h
@@ -1,7 +1,7 @@
/*
* signing.h
*
- * Copyright (c) 2008-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2008-2014 Pacman Development Team <pacman-dev at archlinux.org>
*
* 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 dd4ac4b..c61ffd3 100644
--- a/lib/libalpm/sync.c
+++ b/lib/libalpm/sync.c
@@ -1,7 +1,7 @@
/*
* sync.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
* Copyright (c) 2005 by Aurelien Foret <orelien at chez.com>
* Copyright (c) 2005 by Christian Hamar <krics at linuxforum.hu>
diff --git a/lib/libalpm/sync.h b/lib/libalpm/sync.h
index 82ed4be..1aeba7d 100644
--- a/lib/libalpm/sync.h
+++ b/lib/libalpm/sync.h
@@ -1,7 +1,7 @@
/*
* sync.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
* Copyright (c) 2005 by Aurelien Foret <orelien at chez.com>
* Copyright (c) 2005, 2006 by Miklos Vajna <vmiklos at frugalware.org>
diff --git a/lib/libalpm/trans.c b/lib/libalpm/trans.c
index 6ace823..ada8100 100644
--- a/lib/libalpm/trans.c
+++ b/lib/libalpm/trans.c
@@ -1,7 +1,7 @@
/*
* trans.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
* Copyright (c) 2005 by Aurelien Foret <orelien at chez.com>
* Copyright (c) 2005 by Christian Hamar <krics at linuxforum.hu>
diff --git a/lib/libalpm/trans.h b/lib/libalpm/trans.h
index f8ef045..7daa78f 100644
--- a/lib/libalpm/trans.h
+++ b/lib/libalpm/trans.h
@@ -1,7 +1,7 @@
/*
* trans.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
* Copyright (c) 2005 by Aurelien Foret <orelien at chez.com>
* Copyright (c) 2005 by Christian Hamar <krics at linuxforum.hu>
diff --git a/lib/libalpm/util.c b/lib/libalpm/util.c
index 40a5ebd..ab40761 100644
--- a/lib/libalpm/util.c
+++ b/lib/libalpm/util.c
@@ -1,7 +1,7 @@
/*
* util.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
* Copyright (c) 2005 by Aurelien Foret <orelien at chez.com>
* Copyright (c) 2005 by Christian Hamar <krics at linuxforum.hu>
diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h
index 2142171..c0997c6 100644
--- a/lib/libalpm/util.h
+++ b/lib/libalpm/util.h
@@ -1,7 +1,7 @@
/*
* util.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
* Copyright (c) 2005 by Aurelien Foret <orelien at chez.com>
* Copyright (c) 2005 by Christian Hamar <krics at linuxforum.hu>
diff --git a/lib/libalpm/version.c b/lib/libalpm/version.c
index 59a7a4e..bc6d441 100644
--- a/lib/libalpm/version.c
+++ b/lib/libalpm/version.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
*
* 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/scripts/makepkg-template.pl.in b/scripts/makepkg-template.pl.in
index 03dd6b8..6e6d944 100755
--- a/scripts/makepkg-template.pl.in
+++ b/scripts/makepkg-template.pl.in
@@ -2,7 +2,7 @@
# makepkg-template - template system for makepkg
# @configure_input@
#
-# Copyright (c) 2013 Pacman Development Team <pacman-dev at archlinux.org>
+# Copyright (c) 2013-2014 Pacman Development Team <pacman-dev at archlinux.org>
#
# 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
@@ -186,7 +186,7 @@ sub version {
my ($exitstatus) = @_;
printf "makepkg-template (pacman) %s\n", '@PACKAGE_VERSION@';
print gettext(
- 'Copyright (c) 2013 Pacman Development Team <pacman-dev at archlinux.org>.'."\n".
+ 'Copyright (c) 2013-2014 Pacman Development Team <pacman-dev at archlinux.org>.'."\n".
'This is free software; see the source for copying conditions.'."\n".
'There is NO WARRANTY, to the extent permitted by law.'."\n");
exit($exitstatus);
diff --git a/scripts/makepkg-wrapper.sh.in b/scripts/makepkg-wrapper.sh.in
index d703ee4..fd83a01 100644
--- a/scripts/makepkg-wrapper.sh.in
+++ b/scripts/makepkg-wrapper.sh.in
@@ -2,7 +2,7 @@
#
# makepkg - a wrapper for running the real makepkg in the source tree
#
-# Copyright (c) 2013 Pacman Development Team <pacman-dev at archlinux.org>
+# Copyright (c) 2013-2014 Pacman Development Team <pacman-dev at archlinux.org>
#
# 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/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 0896a9c..112c3e0 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -3,7 +3,7 @@
# makepkg - make packages compatible for use with pacman
# @configure_input@
#
-# Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+# Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
# Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
# Copyright (c) 2005 by Aurelien Foret <orelien at chez.com>
# Copyright (c) 2006 by Miklos Vajna <vmiklos at frugalware.org>
@@ -2536,7 +2536,7 @@ usage() {
version() {
printf "makepkg (pacman) %s\n" "$makepkg_version"
printf -- "$(gettext "\
-Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>.\n\
+Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>.\n\
Copyright (C) 2002-2006 Judd Vinet <jvinet at zeroflux.org>.\n\n\
This is free software; see the source for copying conditions.\n\
There is NO WARRANTY, to the extent permitted by law.\n")"
diff --git a/scripts/pacman-db-upgrade.sh.in b/scripts/pacman-db-upgrade.sh.in
index 2b39538..1a7c258 100644
--- a/scripts/pacman-db-upgrade.sh.in
+++ b/scripts/pacman-db-upgrade.sh.in
@@ -3,7 +3,7 @@
# pacman-db-upgrade - upgrade the local pacman db to a newer format
# @configure_input@
#
-# Copyright (c) 2010-2013 Pacman Development Team <pacman-dev at archlinux.org>
+# Copyright (c) 2010-2014 Pacman Development Team <pacman-dev at archlinux.org>
#
# 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
@@ -43,7 +43,7 @@ usage() {
version() {
printf "pacman-db-upgrade (pacman) %s\n" "$myver"
printf -- "$(gettext "\
-Copyright (c) 2010-2013 Pacman Development Team <pacman-dev at archlinux.org>.\n\
+Copyright (c) 2010-2014 Pacman Development Team <pacman-dev at archlinux.org>.\n\
This is free software; see the source for copying conditions.\n\
There is NO WARRANTY, to the extent permitted by law.\n")"
}
diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in
index 30fba10..27410b8 100644
--- a/scripts/pacman-key.sh.in
+++ b/scripts/pacman-key.sh.in
@@ -4,7 +4,7 @@
# Based on apt-key, from Debian
# @configure_input@
#
-# Copyright (c) 2010-2013 Pacman Development Team <pacman-dev at archlinux.org>
+# Copyright (c) 2010-2014 Pacman Development Team <pacman-dev at archlinux.org>
#
# 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
@@ -92,7 +92,7 @@ usage() {
version() {
printf "pacman-key (pacman) %s\n" "${myver}"
printf -- "$(gettext "\
-Copyright (c) 2010-2013 Pacman Development Team <pacman-dev at archlinux.org>.\n\
+Copyright (c) 2010-2014 Pacman Development Team <pacman-dev at archlinux.org>.\n\
This is free software; see the source for copying conditions.\n\
There is NO WARRANTY, to the extent permitted by law.\n")"
}
diff --git a/scripts/pacman-optimize.sh.in b/scripts/pacman-optimize.sh.in
index d13ce0e..f0e8222 100644
--- a/scripts/pacman-optimize.sh.in
+++ b/scripts/pacman-optimize.sh.in
@@ -3,7 +3,7 @@
# pacman-optimize
# @configure_input@
#
-# Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+# Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
# Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
#
# This program is free software; you can redistribute it and/or modify
@@ -51,7 +51,7 @@ does not have to move around the disk as much.\n")"
version() {
printf "pacman-optimize (pacman) %s\n" "$myver"
printf -- "$(gettext "\
-Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>.\n\
+Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>.\n\
Copyright (C) 2002-2006 Judd Vinet <jvinet at zeroflux.org>.\n\n\
This is free software; see the source for copying conditions.\n\
There is NO WARRANTY, to the extent permitted by law.\n")"
diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in
index a9a4499..dfa8b16 100644
--- a/scripts/repo-add.sh.in
+++ b/scripts/repo-add.sh.in
@@ -4,7 +4,7 @@
# repo-remove - remove a package entry from a given repo database file
# @configure_input@
#
-# Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+# Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
#
# 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
@@ -93,7 +93,7 @@ version() {
cmd=${0##*/}
printf "%s (pacman) %s\n\n" "$cmd" "$myver"
printf -- "$(gettext "\
-Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>\n\n\
+Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>\n\n\
This is free software; see the source for copying conditions.\n\
There is NO WARRANTY, to the extent permitted by law.\n")"
}
diff --git a/src/common/util-common.c b/src/common/util-common.c
index e4a9de9..5a16212 100644
--- a/src/common/util-common.c
+++ b/src/common/util-common.c
@@ -1,7 +1,7 @@
/*
* util-common.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
*
* 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/common/util-common.h b/src/common/util-common.h
index 04d4e9d..6853f18 100644
--- a/src/common/util-common.h
+++ b/src/common/util-common.h
@@ -1,7 +1,7 @@
/*
* util-common.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
*
* 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/callback.c b/src/pacman/callback.c
index a181fa5..506692f 100644
--- a/src/pacman/callback.c
+++ b/src/pacman/callback.c
@@ -1,7 +1,7 @@
/*
* callback.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/pacman/callback.h b/src/pacman/callback.h
index a291fc7..61a7e4c 100644
--- a/src/pacman/callback.h
+++ b/src/pacman/callback.h
@@ -1,7 +1,7 @@
/*
* callback.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/pacman/check.c b/src/pacman/check.c
index f9166b0..f464925 100644
--- a/src/pacman/check.c
+++ b/src/pacman/check.c
@@ -1,7 +1,7 @@
/*
* check.c
*
- * Copyright (c) 2012-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2012-2014 Pacman Development Team <pacman-dev at archlinux.org>
*
* 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/check.h b/src/pacman/check.h
index 9f86a2a..3dfd947 100644
--- a/src/pacman/check.h
+++ b/src/pacman/check.h
@@ -1,7 +1,7 @@
/*
* check.h
*
- * Copyright (c) 2012-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2012-2014 Pacman Development Team <pacman-dev at archlinux.org>
*
* 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 05c4610..02de1f0 100644
--- a/src/pacman/conf.c
+++ b/src/pacman/conf.c
@@ -1,7 +1,7 @@
/*
* conf.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/pacman/conf.h b/src/pacman/conf.h
index c2ed1ca..9faf5de 100644
--- a/src/pacman/conf.h
+++ b/src/pacman/conf.h
@@ -1,7 +1,7 @@
/*
* conf.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/pacman/database.c b/src/pacman/database.c
index 44bf3af..eebcb50 100644
--- a/src/pacman/database.c
+++ b/src/pacman/database.c
@@ -1,7 +1,7 @@
/*
* database.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/pacman/deptest.c b/src/pacman/deptest.c
index f3a9035..5449df6 100644
--- a/src/pacman/deptest.c
+++ b/src/pacman/deptest.c
@@ -1,7 +1,7 @@
/*
* deptest.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/pacman/ini.c b/src/pacman/ini.c
index cd7741d..554935b 100644
--- a/src/pacman/ini.c
+++ b/src/pacman/ini.c
@@ -1,7 +1,7 @@
/*
* ini.c
*
- * Copyright (c) 2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2013-2014 Pacman Development Team <pacman-dev at archlinux.org>
*
* 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/ini.h b/src/pacman/ini.h
index 4d403c1..fc881a2 100644
--- a/src/pacman/ini.h
+++ b/src/pacman/ini.h
@@ -1,7 +1,7 @@
/*
* ini.h
*
- * Copyright (c) 2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2013-2014 Pacman Development Team <pacman-dev at archlinux.org>
*
* 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 52219ff..8ccdc1b 100644
--- a/src/pacman/package.c
+++ b/src/pacman/package.c
@@ -1,7 +1,7 @@
/*
* package.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/pacman/package.h b/src/pacman/package.h
index 65eea87..6f0e082 100644
--- a/src/pacman/package.h
+++ b/src/pacman/package.h
@@ -1,7 +1,7 @@
/*
* package.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index df73bcf..6bf94e9 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -1,7 +1,7 @@
/*
* pacman.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
@@ -218,7 +218,7 @@ static void version(void)
{
printf("\n");
printf(" .--. Pacman v%s - libalpm v%s\n", PACKAGE_VERSION, alpm_version());
- printf("/ _.-' .-. .-. .-. Copyright (C) 2006-2013 Pacman Development Team\n");
+ printf("/ _.-' .-. .-. .-. Copyright (C) 2006-2014 Pacman Development Team\n");
printf("\\ '-. '-' '-' '-' Copyright (C) 2002-2006 Judd Vinet\n");
printf(" '--'\n");
printf(_(" This program may be freely redistributed under\n"
diff --git a/src/pacman/pacman.h b/src/pacman/pacman.h
index 7c9c365..fb5856a 100644
--- a/src/pacman/pacman.h
+++ b/src/pacman/pacman.h
@@ -1,7 +1,7 @@
/*
* pacman.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/pacman/query.c b/src/pacman/query.c
index e62272a..d832d98 100644
--- a/src/pacman/query.c
+++ b/src/pacman/query.c
@@ -1,7 +1,7 @@
/*
* query.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/pacman/remove.c b/src/pacman/remove.c
index 8cf3ebc..aefe454 100644
--- a/src/pacman/remove.c
+++ b/src/pacman/remove.c
@@ -1,7 +1,7 @@
/*
* remove.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/pacman/sync.c b/src/pacman/sync.c
index e9b98fa..5ed43ed 100644
--- a/src/pacman/sync.c
+++ b/src/pacman/sync.c
@@ -1,7 +1,7 @@
/*
* sync.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/pacman/upgrade.c b/src/pacman/upgrade.c
index 5495ea9..0bf8d22 100644
--- a/src/pacman/upgrade.c
+++ b/src/pacman/upgrade.c
@@ -1,7 +1,7 @@
/*
* upgrade.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/pacman/util.c b/src/pacman/util.c
index 05135d7..58b0cec 100644
--- a/src/pacman/util.c
+++ b/src/pacman/util.c
@@ -1,7 +1,7 @@
/*
* util.c
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/pacman/util.h b/src/pacman/util.h
index 9920e74..747a67e 100644
--- a/src/pacman/util.h
+++ b/src/pacman/util.h
@@ -1,7 +1,7 @@
/*
* util.h
*
- * Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/util/cleanupdelta.c b/src/util/cleanupdelta.c
index b13d770..b57b203 100644
--- a/src/util/cleanupdelta.c
+++ b/src/util/cleanupdelta.c
@@ -1,7 +1,7 @@
/*
* cleanupdelta.c : return list of unused delta in a given sync database
*
- * Copyright (c) 2011 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2011-2014 Pacman Development Team <pacman-dev at archlinux.org>
*
* 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/util/pacsort.c b/src/util/pacsort.c
index 687e558..443e822 100644
--- a/src/util/pacsort.c
+++ b/src/util/pacsort.c
@@ -1,7 +1,7 @@
/*
* pacsort.c - a sort utility implementing alpm_pkg_vercmp
*
- * Copyright (c) 2010-2011 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2010-2014 Pacman Development Team <pacman-dev at archlinux.org>
*
* 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/util/pactree.c b/src/util/pactree.c
index 7813267..bd6e9dd 100644
--- a/src/util/pactree.c
+++ b/src/util/pactree.c
@@ -1,7 +1,7 @@
/*
* pactree.c - a simple dependency tree viewer
*
- * Copyright (c) 2010-2011 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2010-2014 Pacman Development Team <pacman-dev at archlinux.org>
*
* 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/util/testdb.c b/src/util/testdb.c
index 3d341b3..53cdb3c 100644
--- a/src/util/testdb.c
+++ b/src/util/testdb.c
@@ -1,6 +1,7 @@
/*
* testdb.c : Test a pacman local database for validity
*
+ * Copyright (c) 2007-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2007 by Aaron Griffin <aaronmgriffin at gmail.com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/util/testpkg.c b/src/util/testpkg.c
index d1b75ac..cc7d9c2 100644
--- a/src/util/testpkg.c
+++ b/src/util/testpkg.c
@@ -1,6 +1,7 @@
/*
* testpkg.c : Test a pacman package for validity
*
+ * Copyright (c) 2007-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2007 by Aaron Griffin <aaronmgriffin at gmail.com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/util/vercmp.c b/src/util/vercmp.c
index 41a4f8e..cc44518 100644
--- a/src/util/vercmp.c
+++ b/src/util/vercmp.c
@@ -2,7 +2,7 @@
* vercmp.c - Compare package version numbers using pacman's version
* comparison logic
*
- * Copyright (c) 2006-2011 Pacman Development Team <pacman-dev at archlinux.org>
+ * Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
* Copyright (c) 2002-2005 by Judd Vinet <jvinet at zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/test/pacman/pactest.py b/test/pacman/pactest.py
index e21cde7..fe14671 100755
--- a/test/pacman/pactest.py
+++ b/test/pacman/pactest.py
@@ -3,7 +3,7 @@
# pactest : run automated testing on the pacman binary
#
# Copyright (c) 2006 by Aurelien Foret <orelien at chez.com>
-# Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+# Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
#
# 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/test/pacman/pmdb.py b/test/pacman/pmdb.py
index e64255e..1d9d735 100644
--- a/test/pacman/pmdb.py
+++ b/test/pacman/pmdb.py
@@ -1,5 +1,5 @@
# Copyright (c) 2006 by Aurelien Foret <orelien at chez.com>
-# Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+# Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
#
# 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/test/pacman/pmenv.py b/test/pacman/pmenv.py
index 2b021d1..fa864fe 100644
--- a/test/pacman/pmenv.py
+++ b/test/pacman/pmenv.py
@@ -1,5 +1,5 @@
# Copyright (c) 2006 by Aurelien Foret <orelien at chez.com>
-# Copyright (c) 2006-2013 Pacman Developmet Team <pacman-dev at archlinux.org>
+# Copyright (c) 2006-2014 Pacman Developmet Team <pacman-dev at archlinux.org>
#
# 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/test/pacman/pmfile.py b/test/pacman/pmfile.py
index 7109873..4d09e1d 100644
--- a/test/pacman/pmfile.py
+++ b/test/pacman/pmfile.py
@@ -1,5 +1,5 @@
# Copyright (c) 2006 by Aurelien Foret <orelien at chez.com>
-# Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+# Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
#
# 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/test/pacman/pmpkg.py b/test/pacman/pmpkg.py
index 3daa93f..8ec0800 100644
--- a/test/pacman/pmpkg.py
+++ b/test/pacman/pmpkg.py
@@ -1,5 +1,5 @@
# Copyright (c) 2006 by Aurelien Foret <orelien at chez.com>
-# Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+# Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
#
# 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/test/pacman/pmrule.py b/test/pacman/pmrule.py
index 9c11d5d..ba94ab8 100644
--- a/test/pacman/pmrule.py
+++ b/test/pacman/pmrule.py
@@ -1,5 +1,5 @@
# Copyright (c) 2006 by Aurelien Foret <orelien at chez.com>
-# Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+# Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
#
# 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/test/pacman/pmtest.py b/test/pacman/pmtest.py
index 583007f..2c50f2a 100644
--- a/test/pacman/pmtest.py
+++ b/test/pacman/pmtest.py
@@ -1,5 +1,5 @@
# Copyright (c) 2006 by Aurelien Foret <orelien at chez.com>
-# Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+# Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
#
# 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/test/pacman/tap.py b/test/pacman/tap.py
index c70a535..216bc9f 100644
--- a/test/pacman/tap.py
+++ b/test/pacman/tap.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 Pacman Development Team <pacman-dev at archlinux.org>
+# Copyright (c) 2013-2014 Pacman Development Team <pacman-dev at archlinux.org>
#
# 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/test/pacman/util.py b/test/pacman/util.py
index 7947124..57471fe 100644
--- a/test/pacman/util.py
+++ b/test/pacman/util.py
@@ -1,5 +1,5 @@
# Copyright (c) 2006 by Aurelien Foret <orelien at chez.com>
-# Copyright (c) 2006-2013 Pacman Development Team <pacman-dev at archlinux.org>
+# Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
#
# 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/test/util/pacsorttest.sh b/test/util/pacsorttest.sh
index ef24a76..a2adac9 100755
--- a/test/util/pacsorttest.sh
+++ b/test/util/pacsorttest.sh
@@ -2,7 +2,7 @@
#
# pacsorttest - a test suite for pacsort
#
-# Copyright (c) 2013 by Pacman Development Team <pacman-dev at archlinux.org>
+# Copyright (c) 2013-2014 by Pacman Development Team <pacman-dev at archlinux.org>
# Copyright (c) 2011 by Dan McGee <dan at archlinux.org>
#
# This program is free software; you can redistribute it and/or modify
diff --git a/test/util/vercmptest.sh b/test/util/vercmptest.sh
index 2d74b57..9032cbf 100755
--- a/test/util/vercmptest.sh
+++ b/test/util/vercmptest.sh
@@ -2,6 +2,7 @@
#
# vercmptest - a test suite for the vercmp/libalpm program
#
+# Copyright (c) 2009-2014 by Pacman Development Team <pacman-dev at archlinux.org>
# Copyright (c) 2008 by Dan McGee <dan at archlinux.org>
#
# This program is free software; you can redistribute it and/or modify
--
1.8.5.2
More information about the pacman-dev
mailing list