diff options
88 files changed, 89 insertions, 70 deletions
diff --git a/debian/copyright b/debian/copyright index 6b69791eb..77ee9195b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -30,7 +30,7 @@ Copyright: Copyright © 2004-2005, 2007-2008, 2010 Canonical Ltd. Copyright © 2004-2005 Scott James Remnant <scott@netsplit.com> Copyright © 2006-2008 Frank Lichtenheld <djpig@debian.org> - Copyright © 2006-2014 Guillem Jover <guillem@debian.org> + Copyright © 2006-2015 Guillem Jover <guillem@debian.org> Copyright © 2007-2012 Raphaël Hertzog <hertzog@debian.org> Copyright © 2007 Nicolas François <nicolas.francois@centraliens.net> Copyright © 2007 Don Armstrong <don@donarmstrong.com> diff --git a/dpkg-deb/build.c b/dpkg-deb/build.c index ae045775e..8382b2a8a 100644 --- a/dpkg-deb/build.c +++ b/dpkg-deb/build.c @@ -4,7 +4,7 @@ * * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk> * Copyright © 2000,2001 Wichert Akkerman <wakkerma@debian.org> - * Copyright © 2007-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2007-2015 Guillem Jover <guillem@debian.org> * * This 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/dpkg-deb/info.c b/dpkg-deb/info.c index 3e05960c6..27a6eef73 100644 --- a/dpkg-deb/info.c +++ b/dpkg-deb/info.c @@ -4,6 +4,7 @@ * * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk> * Copyright © 2001 Wichert Akkerman + * Copyright © 2007-2015 Guillem Jover <guillem@debian.org> * * This 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/dpkg-split/split.c b/dpkg-split/split.c index fbfa96baa..1c835465d 100644 --- a/dpkg-split/split.c +++ b/dpkg-split/split.c @@ -3,7 +3,7 @@ * split.c - splitting archives * * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk> - * Copyright © 2008-2011 Guillem Jover <guillem@debian.org> + * Copyright © 2008-2015 Guillem Jover <guillem@debian.org> * * This 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/dselect/main.cc b/dselect/main.cc index 49be7d53f..d89525249 100644 --- a/dselect/main.cc +++ b/dselect/main.cc @@ -4,7 +4,7 @@ * * Copyright © 1994-1996 Ian Jackson <ian@chiark.greenend.org.uk> * Copyright © 2000,2001 Wichert Akkerman <wakkerma@debian.org> - * Copyright © 2006-2012 Guillem Jover <guillem@debian.org> + * Copyright © 2006-2015 Guillem Jover <guillem@debian.org> * * This 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/dselect/methparse.cc b/dselect/methparse.cc index bd634d740..0780c9e8f 100644 --- a/dselect/methparse.cc +++ b/dselect/methparse.cc @@ -3,6 +3,7 @@ * methparse.cc - access method list parsing * * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk> + * Copyright © 2008-2011, 2013-2015 Guillem Jover <guillem@debian.org> * * This 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/dselect/pkgdisplay.cc b/dselect/pkgdisplay.cc index 6b9019bbe..ad8c4ba4b 100644 --- a/dselect/pkgdisplay.cc +++ b/dselect/pkgdisplay.cc @@ -3,6 +3,7 @@ * pkgdisplay.cc - package list display * * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk> + * Copyright © 2006, 2008-2015 Guillem Jover <guillem@debian.org> * * This 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/get-version b/get-version index 6ae9c0b1d..6bfdcb1ad 100755 --- a/get-version +++ b/get-version @@ -2,7 +2,7 @@ # # get-version # -# Copyright © 2009 Guillem Jover <guillem@debian.org> +# Copyright © 2009, 2013-2014 Guillem Jover <guillem@debian.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/dpkg/command.h b/lib/dpkg/command.h index cb79c0b14..8cd2af9f1 100644 --- a/lib/dpkg/command.h +++ b/lib/dpkg/command.h @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * command.h - command execution support * - * Copyright © 2010 Guillem Jover <guillem@debian.org> + * Copyright © 2010, 2012, 2015 Guillem Jover <guillem@debian.org> * * This 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/dpkg/compress.c b/lib/dpkg/compress.c index 2df18f5f8..22c8abb9e 100644 --- a/lib/dpkg/compress.c +++ b/lib/dpkg/compress.c @@ -4,7 +4,7 @@ * * Copyright © 2000 Wichert Akkerman <wakkerma@debian.org> * Copyright © 2004 Scott James Remnant <scott@netsplit.com> - * Copyright © 2006-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2006-2015 Guillem Jover <guillem@debian.org> * * This 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/dpkg/dpkg.h b/lib/dpkg/dpkg.h index 93113752a..c725b637b 100644 --- a/lib/dpkg/dpkg.h +++ b/lib/dpkg/dpkg.h @@ -4,7 +4,7 @@ * * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk> * Copyright © 2000,2001 Wichert Akkerman <wichert@debian.org> - * Copyright © 2006-2012 Guillem Jover <guillem@debian.org> + * Copyright © 2006-2015 Guillem Jover <guillem@debian.org> * * This 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/dpkg/error.c b/lib/dpkg/error.c index da85bcb14..9d4ac7b0c 100644 --- a/lib/dpkg/error.c +++ b/lib/dpkg/error.c @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * error.c - error message reporting * - * Copyright © 2011 Guillem Jover <guillem@debian.org> + * Copyright © 2011-2015 Guillem Jover <guillem@debian.org> * * This 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/dpkg/error.h b/lib/dpkg/error.h index edac4f721..4d8b048df 100644 --- a/lib/dpkg/error.h +++ b/lib/dpkg/error.h @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * error.h - error message reporting * - * Copyright © 2011-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2011-2015 Guillem Jover <guillem@debian.org> * * This 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/dpkg/fields.c b/lib/dpkg/fields.c index b9809930f..1ef3cfb1b 100644 --- a/lib/dpkg/fields.c +++ b/lib/dpkg/fields.c @@ -4,7 +4,7 @@ * * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk> * Copyright © 2001 Wichert Akkerman - * Copyright © 2006-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2006-2015 Guillem Jover <guillem@debian.org> * Copyright © 2009 Canonical Ltd. * Copyright © 2011 Linaro Limited * Copyright © 2011 Raphaël Hertzog <hertzog@debian.org> diff --git a/lib/dpkg/mlib.c b/lib/dpkg/mlib.c index bd68e9aa5..bc60119ab 100644 --- a/lib/dpkg/mlib.c +++ b/lib/dpkg/mlib.c @@ -3,6 +3,7 @@ * mlib.c - ‘must’ library: routines will succeed or longjmp * * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk> + * Copyright © 2006-2013, 2015 Guillem Jover <guillem@debian.org> * * This 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/dpkg/namevalue.c b/lib/dpkg/namevalue.c index f585446fc..d138f8706 100644 --- a/lib/dpkg/namevalue.c +++ b/lib/dpkg/namevalue.c @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * namevalue.c - name value structure handling * - * Copyright © 2010-2011 Guillem Jover <guillem@debian.org> + * Copyright © 2010-2011, 2014-2015 Guillem Jover <guillem@debian.org> * * This 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/dpkg/namevalue.h b/lib/dpkg/namevalue.h index 0bcbe93ae..bd5418aca 100644 --- a/lib/dpkg/namevalue.h +++ b/lib/dpkg/namevalue.h @@ -3,7 +3,7 @@ * namevalue.h - name value structure handling * * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk> - * Copyright © 2009-2011 Guillem Jover <guillem@debian.org> + * Copyright © 2009-2012, 2015 Guillem Jover <guillem@debian.org> * * This 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/dpkg/options.c b/lib/dpkg/options.c index 654d0c86f..6c92193cc 100644 --- a/lib/dpkg/options.c +++ b/lib/dpkg/options.c @@ -4,7 +4,7 @@ * * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk> * Copyright © 2000,2002 Wichert Akkerman <wichert@deephackmode.org> - * Copyright © 2008,2009 Guillem Jover <guillem@debian.org> + * Copyright © 2008-2015 Guillem Jover <guillem@debian.org> * * This 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/dpkg/parse.c b/lib/dpkg/parse.c index 75ed74b83..1534d8df5 100644 --- a/lib/dpkg/parse.c +++ b/lib/dpkg/parse.c @@ -3,7 +3,7 @@ * parse.c - database file parsing, main package/field loop * * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk> - * Copyright © 2006,2008-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2006, 2008-2015 Guillem Jover <guillem@debian.org> * * This 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/dpkg/path-remove.c b/lib/dpkg/path-remove.c index b48e7eb65..36375b2e0 100644 --- a/lib/dpkg/path-remove.c +++ b/lib/dpkg/path-remove.c @@ -3,7 +3,7 @@ * path-remove.c - path removal functionss * * Copyright © 1994-1995 Ian Jackson <ian@chiark.greenend.org.uk> - * Copyright © 2007-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2007-2015 Guillem Jover <guillem@debian.org> * * This 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/dpkg/path.h b/lib/dpkg/path.h index a5f608a6c..3479a8b3a 100644 --- a/lib/dpkg/path.h +++ b/lib/dpkg/path.h @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * path.h - path handling routines * - * Copyright © 2008-2011 Guillem Jover <guillem@debian.org> + * Copyright © 2008-2012, 2015 Guillem Jover <guillem@debian.org> * * This 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/dpkg/pkg-format.c b/lib/dpkg/pkg-format.c index 5e511eb74..d21c5a71f 100644 --- a/lib/dpkg/pkg-format.c +++ b/lib/dpkg/pkg-format.c @@ -3,7 +3,7 @@ * pkg-format.c - customizable package formatting * * Copyright © 2001 Wichert Akkerman <wakkerma@debian.org> - * Copyright © 2008-2012 Guillem Jover <guillem@debian.org> + * Copyright © 2008-2015 Guillem Jover <guillem@debian.org> * * This 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/dpkg/pkg-namevalue.c b/lib/dpkg/pkg-namevalue.c index be303321d..28704ee6e 100644 --- a/lib/dpkg/pkg-namevalue.c +++ b/lib/dpkg/pkg-namevalue.c @@ -3,7 +3,7 @@ * pkg-namevalue.c - name/value package tables * * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk> - * Copyright © 2006-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2006-2015 Guillem Jover <guillem@debian.org> * * This 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/dpkg/pkg-spec.c b/lib/dpkg/pkg-spec.c index 8881f9899..9b4d0da31 100644 --- a/lib/dpkg/pkg-spec.c +++ b/lib/dpkg/pkg-spec.c @@ -4,7 +4,7 @@ * * Copyright © 2011 Linaro Limited * Copyright © 2011 Raphaël Hertzog <hertzog@debian.org> - * Copyright © 2011-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2011-2015 Guillem Jover <guillem@debian.org> * * This 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/dpkg/tarfn.c b/lib/dpkg/tarfn.c index 0595afba8..6a873d7cc 100644 --- a/lib/dpkg/tarfn.c +++ b/lib/dpkg/tarfn.c @@ -3,7 +3,7 @@ * tarfn.c - tar archive extraction functions * * Copyright © 1995 Bruce Perens - * Copyright © 2007-2011,2013-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2007-2011, 2013-2015 Guillem Jover <guillem@debian.org> * * This 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/dpkg/triglib.c b/lib/dpkg/triglib.c index 3fcbcb76f..256f1e377 100644 --- a/lib/dpkg/triglib.c +++ b/lib/dpkg/triglib.c @@ -4,7 +4,7 @@ * * Copyright © 2007 Canonical Ltd * Written by Ian Jackson <ian@chiark.greenend.org.uk> - * Copyright © 2008-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2008-2015 Guillem Jover <guillem@debian.org> * * This 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/man/deb-control.5 b/man/deb-control.5 index df09b601d..4b1f38984 100644 --- a/man/deb-control.5 +++ b/man/deb-control.5 @@ -3,7 +3,7 @@ .\" Copyright © 1995 Raul Miller, Ian Jackson, Ian Murdock .\" Copyright © 1999 Ben Collins <bcollins@debian.org> .\" Copyright © 2000 Wichert Akkerman <wakkerma@debian.org> -.\" Copyright © 2007-2011, 2013-2014 Guillem Jover <guillem@debian.org> +.\" Copyright © 2007-2011, 2013-2015 Guillem Jover <guillem@debian.org> .\" Copyright © 2008-2012 Raphaël Hertzog <hertzog@debian.org> .\" .\" This is free software; you can redistribute it and/or modify diff --git a/man/deb-src-control.5 b/man/deb-src-control.5 index 963476480..aaccb86c8 100644 --- a/man/deb-src-control.5 +++ b/man/deb-src-control.5 @@ -2,7 +2,7 @@ .\" .\" Copyright © 2010 Oxan van Leeuwen <oxan@oxanvanleeuwen.nl> .\" Copyright © 2011 Raphaël Hertzog <hertzog@debian.org> -.\" Copyright © 2011-2014 Guillem Jover <guillem@debian.org> +.\" Copyright © 2011-2015 Guillem Jover <guillem@debian.org> .\" .\" This 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/man/deb-symbols.5 b/man/deb-symbols.5 index 938cdbcf6..4b0415cab 100644 --- a/man/deb-symbols.5 +++ b/man/deb-symbols.5 @@ -1,6 +1,7 @@ .\" dpkg manual page - deb-symbols(5) .\" .\" Copyright © 2007-2012 Raphaël Hertzog <hertzog@debian.org> +.\" Copyright © 2011, 2013-2015 Guillem Jover <guillem@debian.org> .\" .\" This 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/man/deb-triggers.5 b/man/deb-triggers.5 index a592d7629..0ead70648 100644 --- a/man/deb-triggers.5 +++ b/man/deb-triggers.5 @@ -1,6 +1,6 @@ .\" dpkg manual page - deb-triggers(5) .\" -.\" Copyright © 2008, 2013, 2014 Guillem Jover <guillem@debian.org> +.\" Copyright © 2008, 2013-2015 Guillem Jover <guillem@debian.org> .\" Copyright © 2011, 2014 Raphaël Hertzog <hertzog@debian.org> .\" .\" This is free software; you can redistribute it and/or modify diff --git a/man/deb-version.5 b/man/deb-version.5 index d3376eeb3..933601c0d 100644 --- a/man/deb-version.5 +++ b/man/deb-version.5 @@ -3,6 +3,7 @@ .\" Copyright © 1996-1998 Ian Jackson and Christian Schwarz .\" for parts of the text reused from the Debian Policy .\" Copyright © 2007 Frank Lichtenheld <djpig@debian.org> +.\" Copyright © 2011, 2013, 2015 Guillem Jover <guillem@debian.org> .\" .\" This 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/man/dpkg-architecture.1 b/man/dpkg-architecture.1 index 982757683..f73e0ef3f 100644 --- a/man/dpkg-architecture.1 +++ b/man/dpkg-architecture.1 @@ -2,7 +2,7 @@ .\" .\" Copyright © 2005 Marcus Brinkmann <brinkmd@debian.org> .\" Copyright © 2005 Scott James Remnant <scott@netsplit.com> -.\" Copyright © 2006-2014 Guillem Jover <guillem@debian.org> +.\" Copyright © 2006-2015 Guillem Jover <guillem@debian.org> .\" Copyright © 2009-2012 Raphaël Hertzog <hertzog@debian.org> .\" .\" This is free software; you can redistribute it and/or modify diff --git a/man/dpkg-buildflags.1 b/man/dpkg-buildflags.1 index b2ee42e4e..0e1702488 100644 --- a/man/dpkg-buildflags.1 +++ b/man/dpkg-buildflags.1 @@ -2,7 +2,7 @@ .\" .\" Copyright © 2010-2011 Raphaël Hertzog <hertzog@debian.org> .\" Copyright © 2011 Kees Cook <kees@debian.org> -.\" Copyright © 2011-2014 Guillem Jover <guillem@debian.org> +.\" Copyright © 2011-2015 Guillem Jover <guillem@debian.org> .\" .\" This 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/man/dpkg-buildpackage.1 b/man/dpkg-buildpackage.1 index a9906ac53..cac0a2ec4 100644 --- a/man/dpkg-buildpackage.1 +++ b/man/dpkg-buildpackage.1 @@ -3,7 +3,7 @@ .\" Copyright © 1995-1996 Ian Jackson .\" Copyright © 2000 Wichert Akkerman <wakkerma@debian.org> .\" Copyright © 2007-2008 Frank Lichtenheld <djpig@debian.org> -.\" Copyright © 2008-2013 Guillem Jover <guillem@debian.org> +.\" Copyright © 2008-2015 Guillem Jover <guillem@debian.org> .\" Copyright © 2008-2012 Raphaël Hertzog <hertzog@debian.org> .\" .\" This is free software; you can redistribute it and/or modify diff --git a/man/dpkg-deb.1 b/man/dpkg-deb.1 index 5b93e2d36..bad7a6743 100644 --- a/man/dpkg-deb.1 +++ b/man/dpkg-deb.1 @@ -3,7 +3,7 @@ .\" Copyright © 1995-1996 Ian Jackson <ian@chiark.chu.cam.ac.uk> .\" Copyright © 1999 Wichert Akkerman <wakkerma@debian.org> .\" Copyright © 2006 Frank Lichtenheld <djpig@debian.org> -.\" Copyright © 2007-2014 Guillem Jover <guillem@debian.org> +.\" Copyright © 2007-2015 Guillem Jover <guillem@debian.org> .\" .\" This 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/man/dpkg-divert.1 b/man/dpkg-divert.1 index fc002d65c..4aa8a6fde 100644 --- a/man/dpkg-divert.1 +++ b/man/dpkg-divert.1 @@ -3,7 +3,7 @@ .\" Copyright © 1995 Ian Jackson <ian@chiark.chu.cam.ac.uk> .\" Copyright © 1999 Wichert Akkerman <wakkerma@debian.org> .\" Copyright © 2004 Scott James Remnant <keybuk@debian.org> -.\" Copyright © 2007-2011 Guillem Jover <guillem@debian.org> +.\" Copyright © 2007-2013, 2015 Guillem Jover <guillem@debian.org> .\" .\" This 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/man/dpkg-genchanges.1 b/man/dpkg-genchanges.1 index 8ea04da11..fa19f36ad 100644 --- a/man/dpkg-genchanges.1 +++ b/man/dpkg-genchanges.1 @@ -2,7 +2,7 @@ .\" .\" Copyright © 1995-1996 Ian Jackson <ian@chiark.chu.cam.ac.uk> .\" Copyright © 2000 Wichert Akkerman <wakkerma@debian.org> -.\" Copyright © 2006-2014 Guillem Jover <guillem@debian.org> +.\" Copyright © 2006-2015 Guillem Jover <guillem@debian.org> .\" Copyright © 2008-2010 Raphaël Hertzog <hertzog@debian.org> .\" .\" This is free software; you can redistribute it and/or modify diff --git a/man/dpkg-gencontrol.1 b/man/dpkg-gencontrol.1 index 1e0a4c6aa..33da2e4d2 100644 --- a/man/dpkg-gencontrol.1 +++ b/man/dpkg-gencontrol.1 @@ -2,7 +2,7 @@ .\" .\" Copyright © 1995-1996 Ian Jackson <ian@chiark.chu.cam.ac.uk> .\" Copyright © 2000 Wichert Akkerman <wakkerma@debian.org> -.\" Copyright © 2006, 2012-2013 Guillem Jover <guillem@debian.org> +.\" Copyright © 2006, 2012-2013, 2015 Guillem Jover <guillem@debian.org> .\" Copyright © 2007-2008 Raphaël Hertzog <hertzog@debian.org> .\" .\" This is free software; you can redistribute it and/or modify diff --git a/man/dpkg-gensymbols.1 b/man/dpkg-gensymbols.1 index 3ed7aabff..102ac1463 100644 --- a/man/dpkg-gensymbols.1 +++ b/man/dpkg-gensymbols.1 @@ -2,7 +2,7 @@ .\" .\" Copyright © 2007-2011 Raphaël Hertzog <hertzog@debian.org> .\" Copyright © 2009-2010 Modestas Vainius <modestas@vainius.eu> -.\" Copyright © 2012-2014 Guillem Jover <guillem@debian.org> +.\" Copyright © 2012-2015 Guillem Jover <guillem@debian.org> .\" .\" This 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/man/dpkg-maintscript-helper.1 b/man/dpkg-maintscript-helper.1 index f486c20a4..1f777cc63 100644 --- a/man/dpkg-maintscript-helper.1 +++ b/man/dpkg-maintscript-helper.1 @@ -1,7 +1,7 @@ .\" dpkg manual page - dpkg-maintscript-helper(1) .\" .\" Copyright © 2010-2012 Raphaël Hertzog <hertzog@debian.org> -.\" Copyright © 2011-2014 Guillem Jover <guillem@debian.org> +.\" Copyright © 2011-2015 Guillem Jover <guillem@debian.org> .\" .\" This 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/man/dpkg-name.1 b/man/dpkg-name.1 index f17156e3a..691c25064 100644 --- a/man/dpkg-name.1 +++ b/man/dpkg-name.1 @@ -1,7 +1,7 @@ .\" dpkg manual page - dpkg-name(1) .\" .\" Copyright © 1995-1996 Erick Branderhorst -.\" Copyright © 2007-2012 Guillem Jover <guillem@debian.org> +.\" Copyright © 2007-2013, 2015 Guillem Jover <guillem@debian.org> .\" .\" This 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/man/dpkg-parsechangelog.1 b/man/dpkg-parsechangelog.1 index 1b50144fd..49f1d8c05 100644 --- a/man/dpkg-parsechangelog.1 +++ b/man/dpkg-parsechangelog.1 @@ -2,7 +2,7 @@ .\" .\" Copyright © 1995-1996 Ian Jackson <ian@chiark.chu.cam.ac.uk> .\" Copyright © 2000 Wichert Akkerman <wakkerma@debian.org> -.\" Copyright © 2006, 2012-2013 Guillem Jover <guillem@debian.org> +.\" Copyright © 2006, 2011-2015 Guillem Jover <guillem@debian.org> .\" Copyright © 2007-2008 Frank Lichtenheld <djpig@debian.org> .\" Copyright © 2009 Raphaël Hertzog <hertzog@debian.org> .\" diff --git a/man/dpkg-shlibdeps.1 b/man/dpkg-shlibdeps.1 index 1f176e4b6..cc7c10511 100644 --- a/man/dpkg-shlibdeps.1 +++ b/man/dpkg-shlibdeps.1 @@ -4,7 +4,7 @@ .\" Copyright © 2000 Wichert Akkerman <wakkerma@debian.org> .\" Copyright © 2006 Frank Lichtenheld <djpig@debian.org> .\" Copyright © 2007-2011 Raphaël Hertzog <hertzog@debian.org> -.\" Copyright © 2012-2013 Guillem Jover <guillem@debian.org> +.\" Copyright © 2011-2013, 2015 Guillem Jover <guillem@debian.org> .\" .\" This 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/man/dpkg-source.1 b/man/dpkg-source.1 index 5d48a4408..12767539d 100644 --- a/man/dpkg-source.1 +++ b/man/dpkg-source.1 @@ -3,7 +3,7 @@ .\" Copyright © 1995-1996 Ian Jackson <ian@chiark.chu.cam.ac.uk> .\" Copyright © 2000 Wichert Akkerman <wakkerma@debian.org> .\" Copyright © 2006-2007 Frank Lichtenheld <djpig@debian.org> -.\" Copyright © 2006-2013 Guillem Jover <guillem@debian.org> +.\" Copyright © 2006-2015 Guillem Jover <guillem@debian.org> .\" Copyright © 2008-2011 Raphaël Hertzog <hertzog@debian.org> .\" Copyright © 2010 Joey Hess <joeyh@debian.org> .\" diff --git a/man/dpkg-statoverride.1 b/man/dpkg-statoverride.1 index ce9b562e8..fd0a8d72c 100644 --- a/man/dpkg-statoverride.1 +++ b/man/dpkg-statoverride.1 @@ -1,7 +1,7 @@ .\" dpkg manual page - dpkg-statoverride(1) .\" .\" Copyright © 2000-2001 Wichert Akkerman <wakkerma@debian.org> -.\" Copyright © 2009-2011, 2013 Guillem Jover <guillem@debian.org> +.\" Copyright © 2009-2011, 2013, 2015 Guillem Jover <guillem@debian.org> .\" .\" This 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/man/dpkg-trigger.1 b/man/dpkg-trigger.1 index d1d2f3708..bb17202a1 100644 --- a/man/dpkg-trigger.1 +++ b/man/dpkg-trigger.1 @@ -1,6 +1,6 @@ .\" dpkg manual page - dpkg-trigger(1) .\" -.\" Copyright © 2008-2011 Guillem Jover <guillem@debian.org> +.\" Copyright © 2008-2015 Guillem Jover <guillem@debian.org> .\" .\" This 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/man/dpkg.1 b/man/dpkg.1 index 19d34d2ed..10ed475b0 100644 --- a/man/dpkg.1 +++ b/man/dpkg.1 @@ -6,7 +6,7 @@ .\" Copyright © 2000-2003 Adam Heath <doogie@debian.org> .\" Copyright © 2002 Josip Rodin .\" Copyright © 2004-2005 Scott James Remnant <keybuk@debian.org> -.\" Copyright © 2006-2014 Guillem Jover <guillem@debian.org> +.\" Copyright © 2006-2015 Guillem Jover <guillem@debian.org> .\" Copyright © 2007-2008 Ian Jackson <ian@davenant.greenend.org.uk> .\" Copyright © 2008-2011 Raphaël Hertzog <hertzog@debian.org> .\" diff --git a/man/dpkg.cfg.5 b/man/dpkg.cfg.5 index 0e6557a7f..d748c5679 100644 --- a/man/dpkg.cfg.5 +++ b/man/dpkg.cfg.5 @@ -1,7 +1,7 @@ .\" dpkg manual page - dpkg.cfg(5) .\" .\" Copyright © 2002 Wichert Akkerman <wakkerma@debian.org> -.\" Copyright © 2009 Guillem Jover <guillem@debian.org> +.\" Copyright © 2009, 2013, 2015 Guillem Jover <guillem@debian.org> .\" .\" This 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/man/dselect.1 b/man/dselect.1 index f46239baf..d173b7b41 100644 --- a/man/dselect.1 +++ b/man/dselect.1 @@ -4,7 +4,7 @@ .\" Copyright © 2000 Josip Rodin .\" Copyright © 2001 Joost Kooij .\" Copyright © 2001 Wichert Akkerman <wakkerma@debian.org> -.\" Copyright © 2010-2014 Guillem Jover <guillem@debian.org> +.\" Copyright © 2010-2015 Guillem Jover <guillem@debian.org> .\" .\" This 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/man/dselect.cfg.5 b/man/dselect.cfg.5 index e6ed3c2e5..9be7da3ce 100644 --- a/man/dselect.cfg.5 +++ b/man/dselect.cfg.5 @@ -1,7 +1,7 @@ .\" dselect manual page - dselect.cfg(5) .\" .\" Copyright © 2002 Wichert Akkerman <wakkerma@debian.org> -.\" Copyright © 2009-2011 Guillem Jover <guillem@debian.org> +.\" Copyright © 2009-2011, 2013, 2015 Guillem Jover <guillem@debian.org> .\" .\" This 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/man/start-stop-daemon.8 b/man/start-stop-daemon.8 index e4fd76d9f..deae6c6b0 100644 --- a/man/start-stop-daemon.8 +++ b/man/start-stop-daemon.8 @@ -5,7 +5,7 @@ .\" Copyright © 2000-2001 Wichert Akkerman <wakkerma@debian.org> .\" Copyright © 2002-2003 Adam Heath <doogie@debian.org> .\" Copyright © 2004 Scott James Remnant <keybuk@debian.org> -.\" Copyright © 2008-2014 Guillem Jover <guillem@debian.org> +.\" Copyright © 2008-2015 Guillem Jover <guillem@debian.org> .\" .\" This 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/man/update-alternatives.1 b/man/update-alternatives.1 index f018a9eb8..b2cf0d7e4 100644 --- a/man/update-alternatives.1 +++ b/man/update-alternatives.1 @@ -5,7 +5,7 @@ .\" Copyright © 2000 Wichert Akkerman <wakkerma@debian.org> .\" Copyright © 2003 Adam Heath <doogie@debian.org> .\" Copyright © 2005 Scott James Remnant <scott@netsplit.com> -.\" Copyright © 2006-2012 Guillem Jover <guillem@debian.org> +.\" Copyright © 2006-2015 Guillem Jover <guillem@debian.org> .\" Copyright © 2008 Pierre Habouzit <madcoder@debian.org> .\" Copyright © 2009-2011 Raphaël Hertzog <hertzog@debian.org> .\" diff --git a/scripts/Dpkg/Arch.pm b/scripts/Dpkg/Arch.pm index c71c7a69e..4869e4f18 100644 --- a/scripts/Dpkg/Arch.pm +++ b/scripts/Dpkg/Arch.pm @@ -1,4 +1,4 @@ -# Copyright © 2006-2013 Guillem Jover <guillem@debian.org> +# Copyright © 2006-2015 Guillem Jover <guillem@debian.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/Dpkg/BuildOptions.pm b/scripts/Dpkg/BuildOptions.pm index 38a8bc4eb..1bbff0f0d 100644 --- a/scripts/Dpkg/BuildOptions.pm +++ b/scripts/Dpkg/BuildOptions.pm @@ -1,4 +1,5 @@ # Copyright © 2007 Frank Lichtenheld <djpig@debian.org> +# Copyright © 2008, 2012-2015 Guillem Jover <guillem@debian.org> # Copyright © 2010 Raphaël Hertzog <hertzog@debian.org> # # This program is free software; you can redistribute it and/or modify diff --git a/scripts/Dpkg/Changelog/Debian.pm b/scripts/Dpkg/Changelog/Debian.pm index 7ee541877..590e6100b 100644 --- a/scripts/Dpkg/Changelog/Debian.pm +++ b/scripts/Dpkg/Changelog/Debian.pm @@ -1,7 +1,7 @@ # Copyright © 1996 Ian Jackson # Copyright © 2005 Frank Lichtenheld <frank@lichtenheld.de> # Copyright © 2009 Raphaël Hertzog <hertzog@debian.org> -# Copyright © 2012-2013 Guillem Jover <guillem@debian.org> +# Copyright © 2012-2015 Guillem Jover <guillem@debian.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/Dpkg/Changelog/Parse.pm b/scripts/Dpkg/Changelog/Parse.pm index cbd40d68a..779ffc81d 100644 --- a/scripts/Dpkg/Changelog/Parse.pm +++ b/scripts/Dpkg/Changelog/Parse.pm @@ -1,5 +1,6 @@ # Copyright © 2005, 2007 Frank Lichtenheld <frank@lichtenheld.de> # Copyright © 2009 Raphaël Hertzog <hertzog@debian.org> +# Copyright © 2010, 2012-2015 Guillem Jover <guillem@debian.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/Dpkg/Control/HashCore.pm b/scripts/Dpkg/Control/HashCore.pm index 4579a4980..2646ade08 100644 --- a/scripts/Dpkg/Control/HashCore.pm +++ b/scripts/Dpkg/Control/HashCore.pm @@ -1,4 +1,5 @@ # Copyright © 2007-2009 Raphaël Hertzog <hertzog@debian.org> +# Copyright © 2009, 2012-2015 Guillem Jover <guillem@debian.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/Dpkg/Control/Info.pm b/scripts/Dpkg/Control/Info.pm index 10c2774a3..13083c755 100644 --- a/scripts/Dpkg/Control/Info.pm +++ b/scripts/Dpkg/Control/Info.pm @@ -1,4 +1,5 @@ # Copyright © 2007-2010 Raphaël Hertzog <hertzog@debian.org> +# Copyright © 2009, 2012-2015 Guillem Jover <guillem@debian.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/Dpkg/IPC.pm b/scripts/Dpkg/IPC.pm index 818fa7c87..8e15ea165 100644 --- a/scripts/Dpkg/IPC.pm +++ b/scripts/Dpkg/IPC.pm @@ -1,6 +1,6 @@ # Copyright © 2008-2009 Raphaël Hertzog <hertzog@debian.org> # Copyright © 2008 Frank Lichtenheld <djpig@debian.org> -# Copyright © 2008-2010,2012-2014 Guillem Jover <guillem@debian.org> +# Copyright © 2008-2010, 2012-2015 Guillem Jover <guillem@debian.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/Dpkg/Shlibs.pm b/scripts/Dpkg/Shlibs.pm index 3d4d10dcf..643a0d381 100644 --- a/scripts/Dpkg/Shlibs.pm +++ b/scripts/Dpkg/Shlibs.pm @@ -1,4 +1,5 @@ # Copyright © 2007 Raphaël Hertzog <hertzog@debian.org> +# Copyright © 2007-2008, 2012-2015 Guillem Jover <guillem@debian.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/Dpkg/Shlibs/Cppfilt.pm b/scripts/Dpkg/Shlibs/Cppfilt.pm index 3ed33afa8..d5a8bb209 100644 --- a/scripts/Dpkg/Shlibs/Cppfilt.pm +++ b/scripts/Dpkg/Shlibs/Cppfilt.pm @@ -1,4 +1,5 @@ # Copyright © 2009-2010 Modestas Vainius <modax@debian.org> +# Copyright © 2010, 2012-2015 Guillem Jover <guillem@debian.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/Dpkg/Source/Functions.pm b/scripts/Dpkg/Source/Functions.pm index e1a228933..b44b06f0b 100644 --- a/scripts/Dpkg/Source/Functions.pm +++ b/scripts/Dpkg/Source/Functions.pm @@ -1,3 +1,5 @@ +# Copyright © 2008-2010, 2012-2015 Guillem Jover <guillem@debian.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 # the Free Software Foundation; either version 2 of the License, or diff --git a/scripts/Dpkg/Source/Package.pm b/scripts/Dpkg/Source/Package.pm index 338b21786..aeb381754 100644 --- a/scripts/Dpkg/Source/Package.pm +++ b/scripts/Dpkg/Source/Package.pm @@ -1,4 +1,5 @@ # Copyright © 2008-2011 Raphaël Hertzog <hertzog@debian.org> +# Copyright © 2008-2015 Guillem Jover <guillem@debian.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/Dpkg/Source/Package/V1.pm b/scripts/Dpkg/Source/Package/V1.pm index f008e5cda..08b02d1ce 100644 --- a/scripts/Dpkg/Source/Package/V1.pm +++ b/scripts/Dpkg/Source/Package/V1.pm @@ -1,4 +1,5 @@ # Copyright © 2008-2009 Raphaël Hertzog <hertzog@debian.org> +# Copyright © 2008, 2012-2015 Guillem Jover <guillem@debian.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/Dpkg/Source/Package/V2.pm b/scripts/Dpkg/Source/Package/V2.pm index af0b3c3f2..a8cee1a22 100644 --- a/scripts/Dpkg/Source/Package/V2.pm +++ b/scripts/Dpkg/Source/Package/V2.pm @@ -1,5 +1,5 @@ # Copyright © 2008-2011 Raphaël Hertzog <hertzog@debian.org> -# Copyright © 2008-2014 Guillem Jover <guillem@debian.org> +# Copyright © 2008-2015 Guillem Jover <guillem@debian.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/Dpkg/Source/Patch.pm b/scripts/Dpkg/Source/Patch.pm index a5a613823..c99368e61 100644 --- a/scripts/Dpkg/Source/Patch.pm +++ b/scripts/Dpkg/Source/Patch.pm @@ -1,4 +1,5 @@ # Copyright © 2008 Raphaël Hertzog <hertzog@debian.org> +# Copyright © 2008-2010, 2012-2015 Guillem Jover <guillem@debian.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/Dpkg/Util.pm b/scripts/Dpkg/Util.pm index 5ac919241..4b371a115 100644 --- a/scripts/Dpkg/Util.pm +++ b/scripts/Dpkg/Util.pm @@ -1,4 +1,4 @@ -# Copyright © 2013 Guillem Jover <guillem@debian.org> +# Copyright © 2013, 2015 Guillem Jover <guillem@debian.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/Dpkg/Vendor/Debian.pm b/scripts/Dpkg/Vendor/Debian.pm index 62b9a1b80..52917cd94 100644 --- a/scripts/Dpkg/Vendor/Debian.pm +++ b/scripts/Dpkg/Vendor/Debian.pm @@ -1,4 +1,5 @@ # Copyright © 2009-2011 Raphaël Hertzog <hertzog@debian.org> +# Copyright © 2009, 2011-2015 Guillem Jover <guillem@debian.org> # # Hardening build flags handling derived from work of: # Copyright © 2009-2011 Kees Cook <kees@debian.org> diff --git a/scripts/changelog/debian.pl b/scripts/changelog/debian.pl index 22af269b8..d3caae88e 100755 --- a/scripts/changelog/debian.pl +++ b/scripts/changelog/debian.pl @@ -4,7 +4,7 @@ # # Copyright © 1996 Ian Jackson # Copyright © 2005,2007 Frank Lichtenheld -# Copyright © 2006-2012 Guillem Jover <guillem@debian.org> +# Copyright © 2006-2014 Guillem Jover <guillem@debian.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/dpkg-checkbuilddeps.pl b/scripts/dpkg-checkbuilddeps.pl index fd3906f1d..cb9913e9d 100755 --- a/scripts/dpkg-checkbuilddeps.pl +++ b/scripts/dpkg-checkbuilddeps.pl @@ -3,7 +3,7 @@ # dpkg-checkbuilddeps # # Copyright © 2001 Joey Hess <joeyh@debian.org> -# Copyright © 2006-2009,2011-2012 Guillem Jover <guillem@debian.org> +# Copyright © 2006-2009, 2011-2015 Guillem Jover <guillem@debian.org> # Copyright © 2007-2011 Raphael Hertzog <hertzog@debian.org> # # This program is free software; you can redistribute it and/or modify diff --git a/scripts/dpkg-maintscript-helper.sh b/scripts/dpkg-maintscript-helper.sh index 3117b1bfe..bd983a85a 100755 --- a/scripts/dpkg-maintscript-helper.sh +++ b/scripts/dpkg-maintscript-helper.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright © 2007,2011-2013 Guillem Jover <guillem@debian.org> +# Copyright © 2007, 2011-2015 Guillem Jover <guillem@debian.org> # Copyright © 2010 Raphaël Hertzog <hertzog@debian.org> # Copyright © 2008 Joey Hess <joeyh@debian.org> # Copyright © 2005 Scott James Remnant (original implementation on www.dpkg.org) diff --git a/scripts/dpkg-name.pl b/scripts/dpkg-name.pl index 06074c321..5322df867 100755 --- a/scripts/dpkg-name.pl +++ b/scripts/dpkg-name.pl @@ -3,7 +3,7 @@ # dpkg-name # # Copyright © 1995,1996 Erick Branderhorst <branderh@debian.org>. -# Copyright © 2006-2010,2012-2013 Guillem Jover <guillem@debian.org> +# Copyright © 2006-2010, 2012-2015 Guillem Jover <guillem@debian.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/dpkg-scansources.pl b/scripts/dpkg-scansources.pl index b9a263588..0ae617053 100755 --- a/scripts/dpkg-scansources.pl +++ b/scripts/dpkg-scansources.pl @@ -2,7 +2,7 @@ # # Copyright © 1999 Roderick Schertler # Copyright © 2002 Wichert Akkerman <wakkerma@debian.org> -# Copyright © 2006-2009,2011-2012 Guillem Jover <guillem@debian.org> +# Copyright © 2006-2009, 2011-2015 Guillem Jover <guillem@debian.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/archives.c b/src/archives.c index cefd18061..5b11b9d14 100644 --- a/src/archives.c +++ b/src/archives.c @@ -4,7 +4,7 @@ * * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk> * Copyright © 2000 Wichert Akkerman <wakkerma@debian.org> - * Copyright © 2007-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2007-2015 Guillem Jover <guillem@debian.org> * Copyright © 2011 Linaro Limited * Copyright © 2011 Raphaël Hertzog <hertzog@debian.org> * diff --git a/src/archives.h b/src/archives.h index 21a39e7e2..4831899ff 100644 --- a/src/archives.h +++ b/src/archives.h @@ -3,6 +3,7 @@ * archives.h - functions common to archives.c and unpack.c * * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk> + * Copyright © 2008-2013, 2015 Guillem Jover <guillem@debian.org> * * This 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/cleanup.c b/src/cleanup.c index d2fd72ce9..2d13b67b9 100644 --- a/src/cleanup.c +++ b/src/cleanup.c @@ -3,7 +3,7 @@ * cleanup.c - cleanup functions, used when we need to unwind * * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk> - * Copyright © 2007-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2007-2015 Guillem Jover <guillem@debian.org> * * This 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/configure.c b/src/configure.c index c5822b117..95b1e823d 100644 --- a/src/configure.c +++ b/src/configure.c @@ -4,7 +4,7 @@ * * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk> * Copyright © 1999, 2002 Wichert Akkerman <wichert@deephackmode.org> - * Copyright © 2007-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2007-2015 Guillem Jover <guillem@debian.org> * Copyright © 2011 Linaro Limited * Copyright © 2011 Raphaël Hertzog <hertzog@debian.org> * diff --git a/src/enquiry.c b/src/enquiry.c index 7239c6717..fab640d39 100644 --- a/src/enquiry.c +++ b/src/enquiry.c @@ -3,7 +3,7 @@ * enquiry.c - status enquiry and listing options * * Copyright © 1995,1996 Ian Jackson <ian@chiark.greenend.org.uk> - * Copyright © 2006,2008-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2006, 2008-2015 Guillem Jover <guillem@debian.org> * Copyright © 2011 Linaro Limited * Copyright © 2011 Raphaël Hertzog <hertzog@debian.org> * diff --git a/src/help.c b/src/help.c index ea773ae48..d87ced542 100644 --- a/src/help.c +++ b/src/help.c @@ -3,7 +3,7 @@ * help.c - various helper routines * * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk> - * Copyright © 2007-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2007-2015 Guillem Jover <guillem@debian.org> * * This 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/main.c b/src/main.c index 4c4eb88f2..631dcc4d3 100644 --- a/src/main.c +++ b/src/main.c @@ -3,7 +3,7 @@ * main.c - main program * * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk> - * Copyright © 2006-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2006-2015 Guillem Jover <guillem@debian.org> * Copyright © 2010 Canonical Ltd. * written by Martin Pitt <martin.pitt@canonical.com> * diff --git a/src/main.h b/src/main.h index 4680d2c27..c85c2cbb2 100644 --- a/src/main.h +++ b/src/main.h @@ -3,7 +3,7 @@ * main.h - external definitions for this program * * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk> - * Copyright © 2006,2008-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2006, 2008-2015 Guillem Jover <guillem@debian.org> * * This 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/remove.c b/src/remove.c index d477b5922..2e37dd88c 100644 --- a/src/remove.c +++ b/src/remove.c @@ -3,7 +3,7 @@ * remove.c - functionality for removing packages * * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk> - * Copyright © 2007-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2007-2015 Guillem Jover <guillem@debian.org> * * This 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/select.c b/src/select.c index b0eafd4c0..834421e9a 100644 --- a/src/select.c +++ b/src/select.c @@ -3,7 +3,7 @@ * select.c - by-hand (rather than dselect-based) package selection * * Copyright © 1995,1996 Ian Jackson <ian@chiark.greenend.org.uk> - * Copyright © 2006,2008-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2006, 2008-2015 Guillem Jover <guillem@debian.org> * Copyright © 2011 Linaro Limited * Copyright © 2011 Raphaël Hertzog <hertzog@debian.org> * diff --git a/src/selinux.c b/src/selinux.c index 7d32a382d..fe8fdb6bf 100644 --- a/src/selinux.c +++ b/src/selinux.c @@ -2,7 +2,7 @@ * dpkg - main program for package management * selinux.c - SE Linux support * - * Copyright © 2007-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2007-2015 Guillem Jover <guillem@debian.org> * * This 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/statcmd.c b/src/statcmd.c index aa3c12c9a..fd93c2871 100644 --- a/src/statcmd.c +++ b/src/statcmd.c @@ -2,7 +2,7 @@ * dpkg-statoverride - override ownership and mode of files * * Copyright © 2000, 2001 Wichert Akkerman <wakkerma@debian.org> - * Copyright © 2006-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2006-2015 Guillem Jover <guillem@debian.org> * * This 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/unpack.c b/src/unpack.c index d8fc427cf..23bdd20df 100644 --- a/src/unpack.c +++ b/src/unpack.c @@ -3,7 +3,7 @@ * unpack.c - the huge function process_archive * * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk> - * Copyright © 2006-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2006-2015 Guillem Jover <guillem@debian.org> * Copyright © 2011 Linaro Limited * Copyright © 2011 Raphaël Hertzog <hertzog@debian.org> * diff --git a/src/verify.c b/src/verify.c index 3eb70df31..28fa84682 100644 --- a/src/verify.c +++ b/src/verify.c @@ -2,7 +2,7 @@ * dpkg - main program for package management * verify.c - verify package integrity * - * Copyright © 2012-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2012-2015 Guillem Jover <guillem@debian.org> * * This 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/utils/update-alternatives.c b/utils/update-alternatives.c index ec59252bc..0911594f2 100644 --- a/utils/update-alternatives.c +++ b/utils/update-alternatives.c @@ -3,7 +3,7 @@ * * Copyright © 1995 Ian Jackson <ian@davenant.greenend.org.uk> * Copyright © 2000-2002 Wichert Akkerman <wakkerma@debian.org> - * Copyright © 2006-2014 Guillem Jover <guillem@debian.org> + * Copyright © 2006-2015 Guillem Jover <guillem@debian.org> * Copyright © 2008 Pierre Habouzit <madcoder@debian.org> * Copyright © 2009-2010 Raphaël Hertzog <hertzog@debian.org> * |