chiark / gitweb /
prefork-interp: add copyright licences
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Aug 2022 22:11:46 +0000 (23:11 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Aug 2022 22:11:46 +0000 (23:11 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
cprogs/prefork.c
cprogs/prefork.h
debian/copyright
scripts/Proc/Prefork/Interp.pm
scripts/prefork-interp-test

index e82fb11a0b89dbfee37328afcb9a30f61fc9fadc..b8f4c8a2b1834d8eeca8405eb56da798f4d39524 100644 (file)
@@ -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"
 
index 34e74b518e2b0f863681b282631718d9f6c1cf73..eaaf172ec51532383726f8112eb86a6beef0f992 100644 (file)
@@ -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
index e641751b8cff5c2c24bce1a107ccfb06fb878380..faafafaaa1dbd273727abcb280fd81078309fe0f 100644 (file)
@@ -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 <ian@chiark.greenend.org.uk>
 
+prefork-interp (and supporting Perl module), for amortising script startup
+ Copyright 2016-2022 Ian Jackson <ian@chiark.greenend.org.uk>
+
 random-word, remountresizereiserfs, summarise-mailbox-preserving-privacy
  Miscellaneous utilities.
  Copyright 2004,2006 Ian Jackson <ian@chiark.greenend.org.uk>
 
+cgi-fcgi-interp, a piece of glue to make #! work with fcgi utils
+ Copyright 2016-2022 Ian Jackson <ian@chiark.greenend.org.uk>
+
 nntpid
  Utility for finding usenet articles by messageid from an NNTP server
  Copyright -2011 Simon Tatham
index 77a6d62c462f8fba6aa5fdabf63d348a48efb903..488c926bc95ef867446c7c3850bbde972a14f942 100644 (file)
@@ -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;
index 0cc0091ee69d440fc909307bf444d011a0f4de2e..b99af3c5b9ad99439d032baea2b82c51eda151d4 100755 (executable)
@@ -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;