This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=46ed057b6d95545f3ea55b72de29f52e9d8ba885 commit 46ed057b6d95545f3ea55b72de29f52e9d8ba885 Author: Guillem Jover <[email protected]> AuthorDate: Sun Jul 29 19:56:17 2018 +0200 Dpkg::Deps: Merge all Copyright notices into the same block There should be no difference between Copyright and Portions Copyright, remove the distinction, and merge all these notices. --- scripts/Dpkg/Deps.pm | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/scripts/Dpkg/Deps.pm b/scripts/Dpkg/Deps.pm index df8d9f4ec..c7565b73d 100644 --- a/scripts/Dpkg/Deps.pm +++ b/scripts/Dpkg/Deps.pm @@ -1,3 +1,8 @@ +# Copyright © 1998 Richard Braakman +# Copyright © 1999 Darren Benham +# Copyright © 2000 Sean 'Shaleh' Perry +# Copyright © 2004 Frank Lichtenheld +# Copyright © 2006 Russ Allbery # Copyright © 2007-2009 Raphaël Hertzog <[email protected]> # Copyright © 2008-2009,2012-2014 Guillem Jover <[email protected]> # @@ -13,14 +18,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -######################################################################### -# Several parts are inspired by lib/Dep.pm from lintian (same license) -# -# Copyright © 1998 Richard Braakman -# Portions Copyright © 1999 Darren Benham -# Portions Copyright © 2000 Sean 'Shaleh' Perry -# Portions Copyright © 2004 Frank Lichtenheld -# Portions Copyright © 2006 Russ Allbery package Dpkg::Deps; -- Dpkg.Org's dpkg

