This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=821646e39d33c0c5c5d386cf386bab033af53bdb commit 821646e39d33c0c5c5d386cf386bab033af53bdb Author: Guillem Jover <guil...@debian.org> AuthorDate: Wed Mar 5 10:15:43 2025 +0100 doc: Split and sort copyright statements Place one copyright statement per author, instead of coalescing them together for different ones even if they share the same time span, sort by year, and remove unnecessary provenance information. --- man/deb-changelog.pod | 3 ++- man/deb-control.pod | 4 +++- man/deb-version.pod | 4 ++-- src/dpkg-maintscript-helper.sh | 4 ++-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/man/deb-changelog.pod b/man/deb-changelog.pod index e0d49a594..f0804b4e9 100644 --- a/man/deb-changelog.pod +++ b/man/deb-changelog.pod @@ -1,6 +1,7 @@ # dpkg manual page - deb-changelog(5) # -# Copyright © 1996-1998 Ian Jackson and Christian Schwarz +# Copyright © 1996-1998 Ian Jackson +# Copyright © 1996-1998 Christian Schwarz # Copyright © 1998, 2001 Manoj Srivastava <sriva...@debian.org> # Copyright © 2001 Julian Gilbey <j...@debian.org> # Copyright © 2003 Josip Rodin <j...@debian.org> diff --git a/man/deb-control.pod b/man/deb-control.pod index cbe2314de..4ed148e02 100644 --- a/man/deb-control.pod +++ b/man/deb-control.pod @@ -1,6 +1,8 @@ # dpkg manual page - deb-control(5) # -# Copyright © 1995 Raul Miller, Ian Jackson, Ian Murdock +# Copyright © 1995 Raul Miller +# Copyright © 1995 Ian Jackson +# Copyright © 1995 Ian Murdock # Copyright © 1999 Ben Collins <bcoll...@debian.org> # Copyright © 2000 Wichert Akkerman <wakke...@debian.org> # Copyright © 2007-2011, 2013-2015 Guillem Jover <guil...@debian.org> diff --git a/man/deb-version.pod b/man/deb-version.pod index c8368dad0..40f1bf8b6 100644 --- a/man/deb-version.pod +++ b/man/deb-version.pod @@ -1,7 +1,7 @@ # dpkg manual page - deb-version(7) # -# Copyright © 1996-1998 Ian Jackson and Christian Schwarz -# for parts of the text reused from the Debian Policy +# Copyright © 1996-1998 Ian Jackson +# Copyright © 1996-1998 Christian Schwarz # Copyright © 2007 Frank Lichtenheld <dj...@debian.org> # Copyright © 2011, 2013, 2015 Guillem Jover <guil...@debian.org> # diff --git a/src/dpkg-maintscript-helper.sh b/src/dpkg-maintscript-helper.sh index c7de6edf9..a7b914a2c 100755 --- a/src/dpkg-maintscript-helper.sh +++ b/src/dpkg-maintscript-helper.sh @@ -1,9 +1,9 @@ #!/bin/sh # +# Copyright © 2005 Scott James Remnant +# Copyright © 2008 Joey Hess <jo...@debian.org> # Copyright © 2007, 2011-2015 Guillem Jover <guil...@debian.org> # Copyright © 2010 Raphaël Hertzog <hert...@debian.org> -# Copyright © 2008 Joey Hess <jo...@debian.org> -# Copyright © 2005 Scott James Remnant (original implementation on www.dpkg.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 -- Dpkg.Org's dpkg