[pacman-dev] [PATCH 3/3] Update copyright notices for 2015

Allan McRae allan at archlinux.org
Wed Jan 21 06:31:48 UTC 2015


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/testpkg.c              | 2 +-
 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         | 2 +-
 99 files changed, 108 insertions(+), 108 deletions(-)

diff --git a/contrib/bacman.sh.in b/contrib/bacman.sh.in
index 1491942..fcee6a0 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+#   Copyright (c) 2008-2015 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-2014 Pacman Development Team <pacman-dev at archlinux.org>'
+	echo 'Copyright (C) 2008-2015 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 3f0a3c6..90eb3cc 100644
--- a/contrib/pacdiff.sh.in
+++ b/contrib/pacdiff.sh.in
@@ -2,7 +2,7 @@
 #   pacdiff : a simple pacnew/pacsave updater
 #
 #   Copyright (c) 2007 Aaron Griffin <aaronmgriffin at gmail.com>
-#   Copyright (c) 2013-2014 Pacman Development Team <pacman-dev at archlinux.org>
+#   Copyright (c) 2013-2015 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-2014 Pacman Development Team <pacman-dev at archlinux.org>'
+	echo 'Copyright (C) 2013-2015 Pacman Development Team <pacman-dev at archlinux.org>'
 }
 
 print_existing() {
diff --git a/contrib/pacscripts.sh.in b/contrib/pacscripts.sh.in
index f1bf822..931d361 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+#   Copyright (c) 2009-2015 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 ab1dc79..03a62f7 100644
--- a/doc/index.txt
+++ b/doc/index.txt
@@ -247,7 +247,7 @@ bugs under the Pacman project.
 
 Copyright
 ---------
-pacman is Copyright (C) 2006-2014 Pacman Development Team
+pacman is Copyright (C) 2006-2015 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 b124569..82461ee 100644
--- a/lib/libalpm/add.c
+++ b/lib/libalpm/add.c
@@ -1,7 +1,7 @@
 /*
  *  add.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 711e0e8..6613e50 100644
--- a/lib/libalpm/add.h
+++ b/lib/libalpm/add.h
@@ -1,7 +1,7 @@
 /*
  *  add.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 4a69bf8..2110286 100644
--- a/lib/libalpm/alpm.c
+++ b/lib/libalpm/alpm.c
@@ -1,7 +1,7 @@
 /*
  *  alpm.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 23ec242..06e080b 100644
--- a/lib/libalpm/alpm.h
+++ b/lib/libalpm/alpm.h
@@ -1,7 +1,7 @@
 /*
  * alpm.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 e881196..70bd8cf 100644
--- a/lib/libalpm/alpm_list.c
+++ b/lib/libalpm/alpm_list.c
@@ -1,7 +1,7 @@
 /*
  *  alpm_list.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 65b26be..5c6d3ca 100644
--- a/lib/libalpm/alpm_list.h
+++ b/lib/libalpm/alpm_list.h
@@ -1,7 +1,7 @@
 /*
  *  alpm_list.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 1fc5eb7..5ccec03 100644
--- a/lib/libalpm/backup.c
+++ b/lib/libalpm/backup.c
@@ -1,7 +1,7 @@
 /*
  *  backup.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 3d9d4e5..03c9872 100644
--- a/lib/libalpm/backup.h
+++ b/lib/libalpm/backup.h
@@ -1,7 +1,7 @@
 /*
  *  backup.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 300660b..6fd6cd5 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 06b24a8..3e27232 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 0c4519a..20130dc 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 c886f78..0af3e3a 100644
--- a/lib/libalpm/conflict.c
+++ b/lib/libalpm/conflict.c
@@ -1,7 +1,7 @@
 /*
  *  conflict.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 886e927..a5daad1 100644
--- a/lib/libalpm/conflict.h
+++ b/lib/libalpm/conflict.h
@@ -1,7 +1,7 @@
 /*
  *  conflict.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 ebcd1f8..cef6c11 100644
--- a/lib/libalpm/db.c
+++ b/lib/libalpm/db.c
@@ -1,7 +1,7 @@
 /*
  *  db.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 3025be9..b19cb3f 100644
--- a/lib/libalpm/db.h
+++ b/lib/libalpm/db.h
@@ -1,7 +1,7 @@
 /*
  *  db.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 db6bb8e..a43269d 100644
--- a/lib/libalpm/delta.c
+++ b/lib/libalpm/delta.c
@@ -1,7 +1,7 @@
 /*
  *  delta.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 c57e6c5..d52f73b 100644
--- a/lib/libalpm/delta.h
+++ b/lib/libalpm/delta.h
@@ -1,7 +1,7 @@
 /*
  *  delta.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 c340f11..daab9c3 100644
--- a/lib/libalpm/deps.c
+++ b/lib/libalpm/deps.c
@@ -1,7 +1,7 @@
 /*
  *  deps.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 bd717bb..0650449 100644
--- a/lib/libalpm/deps.h
+++ b/lib/libalpm/deps.h
@@ -1,7 +1,7 @@
 /*
  *  deps.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 c94cab3..3b496c2 100644
--- a/lib/libalpm/diskspace.c
+++ b/lib/libalpm/diskspace.c
@@ -1,7 +1,7 @@
 /*
  *  diskspace.c
  *
- *  Copyright (c) 2010-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2010-2015 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 c9fab9b..2f5116d 100644
--- a/lib/libalpm/diskspace.h
+++ b/lib/libalpm/diskspace.h
@@ -1,7 +1,7 @@
 /*
  *  diskspace.h
  *
- *  Copyright (c) 2010-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2010-2015 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 c5186be..63523aa 100644
--- a/lib/libalpm/dload.c
+++ b/lib/libalpm/dload.c
@@ -1,7 +1,7 @@
 /*
  *  download.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 512a376..b1e8b07 100644
--- a/lib/libalpm/dload.h
+++ b/lib/libalpm/dload.h
@@ -1,7 +1,7 @@
 /*
  *  dload.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 fb6b856..76b710c 100644
--- a/lib/libalpm/error.c
+++ b/lib/libalpm/error.c
@@ -1,7 +1,7 @@
 /*
  *  error.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 c41989c..b1d0192 100644
--- a/lib/libalpm/filelist.c
+++ b/lib/libalpm/filelist.c
@@ -1,7 +1,7 @@
 /*
  *  filelist.c
  *
- *  Copyright (c) 2012-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2012-2015 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 f948cfb..580e8a9 100644
--- a/lib/libalpm/filelist.h
+++ b/lib/libalpm/filelist.h
@@ -1,7 +1,7 @@
 /*
  *  filelist.h
  *
- *  Copyright (c) 2012-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2012-2015 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 725b704..4d58169 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2007-2015 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 401260b..fb24d73 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2007-2015 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 aa51a63..9c7de90 100644
--- a/lib/libalpm/group.c
+++ b/lib/libalpm/group.c
@@ -1,7 +1,7 @@
 /*
  *  group.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 fb28457..97ea878 100644
--- a/lib/libalpm/group.h
+++ b/lib/libalpm/group.h
@@ -1,7 +1,7 @@
 /*
  *  group.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 fa99948..4915d0b 100644
--- a/lib/libalpm/handle.c
+++ b/lib/libalpm/handle.c
@@ -1,7 +1,7 @@
 /*
  *  handle.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 2888f0f..5893139 100644
--- a/lib/libalpm/handle.h
+++ b/lib/libalpm/handle.h
@@ -1,7 +1,7 @@
 /*
  *  handle.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 7c12641..610c7cd 100644
--- a/lib/libalpm/libarchive-compat.h
+++ b/lib/libalpm/libarchive-compat.h
@@ -4,7 +4,7 @@
 /*
  * libarchive-compat.h
  *
- *  Copyright (c) 2013-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2013-2015 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 9af5e84..8ee61df 100644
--- a/lib/libalpm/log.c
+++ b/lib/libalpm/log.c
@@ -1,7 +1,7 @@
 /*
  *  log.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 41f98b2..6365eff 100644
--- a/lib/libalpm/log.h
+++ b/lib/libalpm/log.h
@@ -1,7 +1,7 @@
 /*
  *  log.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 b186a4c..4b5120b 100644
--- a/lib/libalpm/package.c
+++ b/lib/libalpm/package.c
@@ -1,7 +1,7 @@
 /*
  *  package.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 5ab9b20..4a32f61 100644
--- a/lib/libalpm/package.h
+++ b/lib/libalpm/package.h
@@ -1,7 +1,7 @@
 /*
  *  package.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 a740233..989a8c1 100644
--- a/lib/libalpm/pkghash.c
+++ b/lib/libalpm/pkghash.c
@@ -1,7 +1,7 @@
 /*
  *  pkghash.c
  *
- *  Copyright (c) 2011-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2011-2015 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 f2887c3..9184f9e 100644
--- a/lib/libalpm/pkghash.h
+++ b/lib/libalpm/pkghash.h
@@ -1,7 +1,7 @@
 /*
  *  pkghash.h
  *
- *  Copyright (c) 2011-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2011-2015 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 f9b24ef..ccf64dc 100644
--- a/lib/libalpm/remove.c
+++ b/lib/libalpm/remove.c
@@ -1,7 +1,7 @@
 /*
  *  remove.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 123720a..a9392e2 100644
--- a/lib/libalpm/remove.h
+++ b/lib/libalpm/remove.h
@@ -1,7 +1,7 @@
 /*
  *  remove.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 8391315..b1c1ee9 100644
--- a/lib/libalpm/signing.c
+++ b/lib/libalpm/signing.c
@@ -1,7 +1,7 @@
 /*
  *  signing.c
  *
- *  Copyright (c) 2008-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2008-2015 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 b414b1f..e5137d7 100644
--- a/lib/libalpm/signing.h
+++ b/lib/libalpm/signing.h
@@ -1,7 +1,7 @@
 /*
  *  signing.h
  *
- *  Copyright (c) 2008-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2008-2015 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 e19655d..79192cf 100644
--- a/lib/libalpm/sync.c
+++ b/lib/libalpm/sync.c
@@ -1,7 +1,7 @@
 /*
  *  sync.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 c15d348..6281550 100644
--- a/lib/libalpm/sync.h
+++ b/lib/libalpm/sync.h
@@ -1,7 +1,7 @@
 /*
  *  sync.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 e680feb..24cecf3 100644
--- a/lib/libalpm/trans.c
+++ b/lib/libalpm/trans.c
@@ -1,7 +1,7 @@
 /*
  *  trans.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 d2bbcf8..fa9886d 100644
--- a/lib/libalpm/trans.h
+++ b/lib/libalpm/trans.h
@@ -1,7 +1,7 @@
 /*
  *  trans.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 ffd3c73..4d85132 100644
--- a/lib/libalpm/util.c
+++ b/lib/libalpm/util.c
@@ -1,7 +1,7 @@
 /*
  *  util.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 6f47073..4839618 100644
--- a/lib/libalpm/util.h
+++ b/lib/libalpm/util.h
@@ -1,7 +1,7 @@
 /*
  *  util.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 6d68aac..c7a57e4 100644
--- a/lib/libalpm/version.c
+++ b/lib/libalpm/version.c
@@ -1,5 +1,5 @@
 /*
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 4bfd4d6..71d2aae 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+#   Copyright (c) 2013-2015 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-2014 Pacman Development Team <pacman-dev at archlinux.org>.'."\n".
+		'Copyright (c) 2013-2015 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 fd83a01..400db40 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+#   Copyright (c) 2013-2015 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 00beb76..a2951f9 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+#   Copyright (c) 2006-2015 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>
@@ -3210,7 +3210,7 @@ usage() {
 version() {
 	printf "makepkg (pacman) %s\n" "$makepkg_version"
 	printf -- "$(gettext "\
-Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>.\n\
+Copyright (c) 2006-2015 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 7d01bce..a8beb80 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+#   Copyright (c) 2010-2015 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
@@ -52,7 +52,7 @@ usage() {
 version() {
 	printf "pacman-db-upgrade (pacman) %s\n" "$myver"
 	printf -- "$(gettext "\
-Copyright (c) 2010-2014 Pacman Development Team <pacman-dev at archlinux.org>.\n\
+Copyright (c) 2010-2015 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 5ba0ad8..8232851 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+#   Copyright (c) 2010-2015 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-2014 Pacman Development Team <pacman-dev at archlinux.org>.\n\
+Copyright (c) 2010-2015 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 7c80919..3e038fb 100644
--- a/scripts/pacman-optimize.sh.in
+++ b/scripts/pacman-optimize.sh.in
@@ -3,7 +3,7 @@
 #   pacman-optimize
 #   @configure_input@
 #
-#   Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+#   Copyright (c) 2006-2015 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-2014 Pacman Development Team <pacman-dev at archlinux.org>.\n\
+Copyright (c) 2006-2015 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 4325dbf..5089f99 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+#   Copyright (c) 2006-2015 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-2014 Pacman Development Team <pacman-dev at archlinux.org>\n\n\
+Copyright (c) 2006-2015 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 ab74e7c..f5b00f1 100644
--- a/src/common/util-common.c
+++ b/src/common/util-common.c
@@ -1,7 +1,7 @@
 /*
  *  util-common.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 ca8db5a..a2093be 100644
--- a/src/common/util-common.h
+++ b/src/common/util-common.h
@@ -1,7 +1,7 @@
 /*
  *  util-common.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 0d87fd3..695e38d 100644
--- a/src/pacman/callback.c
+++ b/src/pacman/callback.c
@@ -1,7 +1,7 @@
 /*
  *  callback.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 498536f..a0e9e12 100644
--- a/src/pacman/callback.h
+++ b/src/pacman/callback.h
@@ -1,7 +1,7 @@
 /*
  *  callback.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 628e79d..74d17ce 100644
--- a/src/pacman/check.c
+++ b/src/pacman/check.c
@@ -1,7 +1,7 @@
 /*
  *  check.c
  *
- *  Copyright (c) 2012-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2012-2015 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 c2940dd..fc129b4 100644
--- a/src/pacman/check.h
+++ b/src/pacman/check.h
@@ -1,7 +1,7 @@
 /*
  *  check.h
  *
- *  Copyright (c) 2012-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2012-2015 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 b31b253..ccf8183 100644
--- a/src/pacman/conf.c
+++ b/src/pacman/conf.c
@@ -1,7 +1,7 @@
 /*
  *  conf.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 5122452..d6feb7a 100644
--- a/src/pacman/conf.h
+++ b/src/pacman/conf.h
@@ -1,7 +1,7 @@
 /*
  *  conf.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 7c396bc..abc3fd2 100644
--- a/src/pacman/database.c
+++ b/src/pacman/database.c
@@ -1,7 +1,7 @@
 /*
  *  database.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 511c398..a43d179 100644
--- a/src/pacman/deptest.c
+++ b/src/pacman/deptest.c
@@ -1,7 +1,7 @@
 /*
  *  deptest.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 ca1363f..fed0b18 100644
--- a/src/pacman/ini.c
+++ b/src/pacman/ini.c
@@ -1,7 +1,7 @@
 /*
  *  ini.c
  *
- *  Copyright (c) 2013-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2013-2015 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 23786a0..e85a505 100644
--- a/src/pacman/ini.h
+++ b/src/pacman/ini.h
@@ -1,7 +1,7 @@
 /*
  *  ini.h
  *
- *  Copyright (c) 2013-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2013-2015 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 1ac0fca..14a7b9f 100644
--- a/src/pacman/package.c
+++ b/src/pacman/package.c
@@ -1,7 +1,7 @@
 /*
  *  package.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 a6f02b9..4860d57 100644
--- a/src/pacman/package.h
+++ b/src/pacman/package.h
@@ -1,7 +1,7 @@
 /*
  *  package.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 792c994..fce0131 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -1,7 +1,7 @@
 /*
  *  pacman.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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
@@ -224,7 +224,7 @@ static void version(void)
 {
 	printf("\n");
 	printf(" .--.                  Pacman v%s - libalpm v%s\n", PACKAGE_VERSION, alpm_version());
-	printf("/ _.-' .-.  .-.  .-.   Copyright (C) 2006-2014 Pacman Development Team\n");
+	printf("/ _.-' .-.  .-.  .-.   Copyright (C) 2006-2015 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 7b33a74..ddf6e62 100644
--- a/src/pacman/pacman.h
+++ b/src/pacman/pacman.h
@@ -1,7 +1,7 @@
 /*
  *  pacman.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 477e4fe..f757015 100644
--- a/src/pacman/query.c
+++ b/src/pacman/query.c
@@ -1,7 +1,7 @@
 /*
  *  query.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 38ad2a2..069f236 100644
--- a/src/pacman/remove.c
+++ b/src/pacman/remove.c
@@ -1,7 +1,7 @@
 /*
  *  remove.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 215497f..91eca7e 100644
--- a/src/pacman/sync.c
+++ b/src/pacman/sync.c
@@ -1,7 +1,7 @@
 /*
  *  sync.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 a6be0e1..a3faf7a 100644
--- a/src/pacman/upgrade.c
+++ b/src/pacman/upgrade.c
@@ -1,7 +1,7 @@
 /*
  *  upgrade.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 8720ba1..5d68360 100644
--- a/src/pacman/util.c
+++ b/src/pacman/util.c
@@ -1,7 +1,7 @@
 /*
  *  util.c
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 b591fba..fda9b51 100644
--- a/src/pacman/util.h
+++ b/src/pacman/util.h
@@ -1,7 +1,7 @@
 /*
  *  util.h
  *
- *  Copyright (c) 2006-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 4a67fc3..8fe14b0 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2011-2015 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 c59ba13..02b9084 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2010-2015 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 14579e4..67f456f 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2010-2015 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/testpkg.c b/src/util/testpkg.c
index cc7d9c2..bd95a86 100644
--- a/src/util/testpkg.c
+++ b/src/util/testpkg.c
@@ -1,7 +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-2015 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 cc44518..561881e 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+ *  Copyright (c) 2006-2015 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 8e87c28..548ccc4 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+#  Copyright (c) 2006-2015 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 aa14dff..84a9078 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+#  Copyright (c) 2006-2015 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 7cac23c..593f0ec 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+#  Copyright (c) 2006-2015 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/pmfile.py b/test/pacman/pmfile.py
index 4d09e1d..7f96f6c 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+#  Copyright (c) 2006-2015 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 e7362d3..3133661 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+#  Copyright (c) 2006-2015 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 8e6b2c0..3bcac86 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+#  Copyright (c) 2006-2015 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 4991971..c7bda9c 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+#  Copyright (c) 2006-2015 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 216bc9f..520f1e3 100644
--- a/test/pacman/tap.py
+++ b/test/pacman/tap.py
@@ -1,4 +1,4 @@
-#  Copyright (c) 2013-2014 Pacman Development Team <pacman-dev at archlinux.org>
+#  Copyright (c) 2013-2015 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 ae96a3b..2e643cc 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-2014 Pacman Development Team <pacman-dev at archlinux.org>
+#  Copyright (c) 2006-2015 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 f42c8fd..3b285b8 100755
--- a/test/util/pacsorttest.sh
+++ b/test/util/pacsorttest.sh
@@ -2,7 +2,7 @@
 #
 # pacsorttest - a test suite for pacsort
 #
-#   Copyright (c) 2013-2014 by Pacman Development Team <pacman-dev at archlinux.org>
+#   Copyright (c) 2013-2015 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 04edb15..a5b2727 100755
--- a/test/util/vercmptest.sh
+++ b/test/util/vercmptest.sh
@@ -2,7 +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) 2009-2015 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
-- 
2.2.2


More information about the pacman-dev mailing list