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=a731e753f6be19394746bce7f2f93f4de73e6ea6 commit a731e753f6be19394746bce7f2f93f4de73e6ea6 Author: Guillem Jover <[email protected]> AuthorDate: Sat Nov 22 15:16:38 2025 +0100 s-s-d: Update list of change contributors The current list looked misleading, as there's been more people who have contributed changes (and would have copyright claims), and the list made it look like no one else did. Add entries for people that would have an apparent claim to copyright. --- utils/start-stop-daemon.c | 39 +++++++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/utils/start-stop-daemon.c b/utils/start-stop-daemon.c index 9a916a06f..c32ed7974 100644 --- a/utils/start-stop-daemon.c +++ b/utils/start-stop-daemon.c @@ -5,22 +5,37 @@ * Based conceptually on start-stop-daemon.pl, by * Ian Jackson <[email protected]>. * Written by: - * 1999 Marek Michalkiewicz <[email protected]>, - * public domain. May be used and distributed freely for any purpose. + * 1999 Marek Michalkiewicz <[email protected]> + * Public Domain. May be used and distributed freely for any purpose. * Changes by: * 1999 Christian Schwarz <[email protected]>, - * to make output conform to the Debian Console Message Standard, - * also placed in public domain. - * 1999 Klee Dienes <[email protected]>, - * minor changes, also placed in the Public Domain. - * 1999 Ben Collins <[email protected]>, - * added --chuid, --background and --make-pidfile options, - * placed in public domain as well. - * 2001 Sontri Tomo Huynh <[email protected]> and + * Make output conform to the Debian Console Message Standard, + * also placed in Public Domain. + * 1999 Klee Dienes <[email protected]> + * Minor changes, also placed in the Public Domain. + * 1999 Ben Collins <[email protected]> + * Added --chuid, --background and --make-pidfile options, + * placed in Public Domain as well. + * 1999-2002 Wichert Akkerman <[email protected]> + * 2000 Marcus Brinkmann <[email protected]> + * 2000-2003 Adam Heath <[email protected]> + * 2001 Sontri Tomo Huynh <[email protected]> + * Port to OpenBSD. * 2001 Andreas Schuldei <[email protected]> - * port to OpenBSD. + * Port to OpenBSD. * 2001 Ian Jackson - * added --retry (and associated rearrangements). + * Added --retry (and associated rearrangements). + * 2004-2005 Scott James Remnant <[email protected]> + * 2006-2025 Guillem Jover <[email protected]> + * 2008 Samuel Thibault <[email protected]> (tiny change) + * 2008 Andreas Påhlsson <[email protected]> + * 2008 Justin Pryzby <[email protected]> (tiny change) + * 2008 Erast Benson <[email protected]> (tiny change) + * 2009 Chris Coulson <[email protected]> + * 2009 Raphaël Hertzog <[email protected]> + * 2012 Carsten Hey <[email protected]> (tiny change) + * 2015 Christos Trochalakis <[email protected]> (tiny change) + * 2015 Sven Joachim <[email protected]> (tiny change) */ #include <config.h> -- Dpkg.Org's dpkg

