From 36be8fd766ad267872812b7d086c750413aac765 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 21 Aug 2022 23:11:46 +0100 Subject: [PATCH] prefork-interp: add copyright licences Signed-off-by: Ian Jackson --- cprogs/prefork.c | 5 +++++ cprogs/prefork.h | 5 +++++ debian/copyright | 6 ++++++ scripts/Proc/Prefork/Interp.pm | 3 +++ scripts/prefork-interp-test | 4 ++++ 5 files changed, 23 insertions(+) diff --git a/cprogs/prefork.c b/cprogs/prefork.c index e82fb11..b8f4c8a 100644 --- a/cprogs/prefork.c +++ b/cprogs/prefork.c @@ -1,4 +1,9 @@ /* common stuff for cgi-fcgi-interp and prefork-interp */ +/* + * Copyright 2016-2022 Ian Jackson and contributors to chiark-utils + * SPDX-License-Identifier: GPL-3.0-or-later + * There is NO WARRANTY. + */ #include "prefork.h" diff --git a/cprogs/prefork.h b/cprogs/prefork.h index 34e74b5..eaaf172 100644 --- a/cprogs/prefork.h +++ b/cprogs/prefork.h @@ -1,4 +1,9 @@ /* common stuff for cgi-fcgi-interp and prefork-interp */ +/* + * Copyright 2016-2022 Ian Jackson and contributors to chiark-utils + * SPDX-License-Identifier: GPL-3.0-or-later + * There is NO WARRANTY. + */ #ifndef PREFORK_H #define PREFORK_H diff --git a/debian/copyright b/debian/copyright index e641751..faafafa 100644 --- a/debian/copyright +++ b/debian/copyright @@ -67,10 +67,16 @@ palm-datebook-reminders: for mailing reminders about Palm PDA appointments acctdump: for reading process acounting files Copyright 1998,2001,2006 Ian Jackson +prefork-interp (and supporting Perl module), for amortising script startup + Copyright 2016-2022 Ian Jackson + random-word, remountresizereiserfs, summarise-mailbox-preserving-privacy Miscellaneous utilities. Copyright 2004,2006 Ian Jackson +cgi-fcgi-interp, a piece of glue to make #! work with fcgi utils + Copyright 2016-2022 Ian Jackson + nntpid Utility for finding usenet articles by messageid from an NNTP server Copyright -2011 Simon Tatham diff --git a/scripts/Proc/Prefork/Interp.pm b/scripts/Proc/Prefork/Interp.pm index 77a6d62..488c926 100644 --- a/scripts/Proc/Prefork/Interp.pm +++ b/scripts/Proc/Prefork/Interp.pm @@ -1,3 +1,6 @@ +# Copyright 2022 Ian Jackson and contributors to chiark-utils +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. package Proc::Prefork::Interp; require Exporter; diff --git a/scripts/prefork-interp-test b/scripts/prefork-interp-test index 0cc0091..b99af3c 100755 --- a/scripts/prefork-interp-test +++ b/scripts/prefork-interp-test @@ -1,6 +1,10 @@ #!/usr/bin/prefork-interp -U,perl,-w # -*- perl -*- +# Copyright 2022 Ian Jackson and contributors to chiark-utils +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + use strict; use Proc::Prefork::Interp; -- 2.30.2