From e5bb0c6043981b832735615bf7758c070131f163 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 30 Dec 2021 13:01:57 +0000 Subject: [PATCH] legal: Clean up credits for init script Add the credits to CREDITS and LICENCE and get rid of boilerplate/noise/version stuff from script header. Signed-off-by: Ian Jackson --- CREDITS | 1 + LICENCE | 1 + debian/init | 13 ++++--------- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/CREDITS b/CREDITS index 8150d47..ce757a8 100644 --- a/CREDITS +++ b/CREDITS @@ -22,3 +22,4 @@ Richard Kettlewell, Matthew Vernon, Peter Benie - assorted bugfixes Joachim Henke - basE91 encoding format and the corresponding C library Adrien Béraud, Guillaume Jacquenot, SunDwarf - python basE91 library Joey Hess - some elements of the Debian packaging +Miquel van Smoorenburg, Ian Murdock - original init script example diff --git a/LICENCE b/LICENCE index 235f0e5..5531a25 100644 --- a/LICENCE +++ b/LICENCE @@ -8,6 +8,7 @@ secnet is Copyright 1998 Ross Anderson, Eli Biham, Lars Knudsen Copyright 1993 Colin Plumb Copyright 1998 James H. Brown, Steve Reid + Copyright 1998 Miquel van Smoorenburg, Ian Murdock Copyright 2000 Vincent Rijmen, Antoon Bosselaers, Paulo Barreto Copyright 2001 Joey Hess Copyright 2000-2006 Joachim Henkea diff --git a/debian/init b/debian/init index e16aff3..646777c 100644 --- a/debian/init +++ b/debian/init @@ -1,15 +1,10 @@ #! /bin/sh # /etc/init.d/secnet # -# skeleton example file to build /etc/init.d/ scripts. -# This file should be used to construct scripts for /etc/init.d. -# -# Written by Miquel van Smoorenburg . -# Modified for Debian GNU/Linux -# by Ian Murdock . -# -# Version: @(#)skeleton 1.8 03-Mar-1998 miquels@cistron.nl -# +# This file is part of secnet. +# See LICENCE and CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. ### BEGIN INIT INFO # Provides: secnet -- 2.30.2