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=6075bce9794d63c6fa1a9d9ddbf311feb1f698f8

commit 6075bce9794d63c6fa1a9d9ddbf311feb1f698f8 (HEAD -> main)
Author: Guillem Jover <[email protected]>
AuthorDate: Wed Mar 5 10:17:29 2025 +0100

    s-s-d: Reformat license/copyright comment header
    
    Make the header easier to parse, by placing author entries per line,
    with intended comments for the license grants, and the changes.
    
    While keeping the changelog here does not follow the project style,
    we leave this in for now, until the general license situation of the
    file gets clarified, where ideally it would get a proper license, then
    the changelog can simply be removed.
    
    Changelog: internal
---
 utils/start-stop-daemon.c | 35 +++++++++++++++++++----------------
 1 file changed, 19 insertions(+), 16 deletions(-)

diff --git a/utils/start-stop-daemon.c b/utils/start-stop-daemon.c
index 805110046..b8e9cafd4 100644
--- a/utils/start-stop-daemon.c
+++ b/utils/start-stop-daemon.c
@@ -2,22 +2,25 @@
  * A rewrite of the original Debian's start-stop-daemon Perl script
  * in C (faster - it is executed many times during system startup).
  *
- * Written by Marek Michalkiewicz <[email protected]>,
- * public domain.  Based conceptually on start-stop-daemon.pl, by Ian
- * Jackson <[email protected]>.  May be used and distributed
- * freely for any purpose.  Changes by Christian Schwarz
- * <[email protected]>, to make output conform to the Debian
- * Console Message Standard, also placed in public domain.  Minor
- * changes by Klee Dienes <[email protected]>, also placed in the Public
- * Domain.
- *
- * Changes by Ben Collins <[email protected]>, added --chuid, --background
- * and --make-pidfile options, placed in public domain as well.
- *
- * Port to OpenBSD by Sontri Tomo Huynh <[email protected]>
- *                 and Andreas Schuldei <[email protected]>
- *
- * Changes by Ian Jackson: added --retry (and associated rearrangements).
+ * 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.
+ * 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
+ *   2001 Andreas Schuldei <[email protected]>
+ *     port to OpenBSD.
+ *   2001 Ian Jackson
+ *     added --retry (and associated rearrangements).
  */
 
 #include <config.h>

-- 
Dpkg.Org's dpkg

Reply via email to