chiark / gitweb /
copyright: Simplify notices (automatic part)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 29 Dec 2021 12:51:23 +0000 (12:51 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 29 Dec 2021 18:34:48 +0000 (18:34 +0000)
Remove dates and list of authors from most file headings.

  $ cat >b
   * userv is copyright Ian Jackson and other contributors.
   * See README for full authorship information.
  $ cat >a
   * userv is
   * Copyright 1996-2017 Ian Jackson <ian@davenant.greenend.org.uk>.
   * Copyright 2000      Ben Harris <bjh21@cam.ac.uk>
   * Copyright 2016-2017 Peter Benie <pjb1008@cam.ac.uk>
  $ git-grep -l 'Copyright 1996-2017 Ian Jackson' | A=$(cat a) B=$(cat b) xargs perl -i~ -pe 'BEGIN { $/=undef; }; s/\Q$ENV{A}\E/$ENV{B}/'
  $

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
16 files changed:
acconfig.h
both.c
both.h
client.c
common.h
config.h.in
daemon.h
debug.c
lib.c
lib.h
overlord.c
parser.c
process.c
servexec.c
tokens.h
tokens.h.m4

index 7438cfe65c1f0b729745938615f9b2cbfc2fe8b3..aad2cd52f117e64c3af19f033687c96b22212b75 100644 (file)
@@ -2,10 +2,8 @@
  * userv - acconfig.h
  * extra stuff for config.h.in (autoconf)
  *
- * userv is
- * Copyright 1996-2017 Ian Jackson <ian@davenant.greenend.org.uk>.
- * Copyright 2000      Ben Harris <bjh21@cam.ac.uk>
- * Copyright 2016-2017 Peter Benie <pjb1008@cam.ac.uk>
+ * userv is copyright Ian Jackson and other contributors.
+ * See README for full authorship information.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
diff --git a/both.c b/both.c
index 75e6b12b48f75484d00b390ea86970b63e9830e1..eed238946abde786ad04b27ef58ff418e14f0de8 100644 (file)
--- a/both.c
+++ b/both.c
@@ -4,10 +4,8 @@
  * These do not (and cannot) depend on infrastructure eg syscallerror,
  * because these are not the same.
  *
- * userv is
- * Copyright 1996-2017 Ian Jackson <ian@davenant.greenend.org.uk>.
- * Copyright 2000      Ben Harris <bjh21@cam.ac.uk>
- * Copyright 2016-2017 Peter Benie <pjb1008@cam.ac.uk>
+ * userv is copyright Ian Jackson and other contributors.
+ * See README for full authorship information.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
diff --git a/both.h b/both.h
index ad5f208c52cc0b9782174e77f1a4184b61fd7895..c3bb99be4dc60e263835bcd1f07ec5c701479647 100644 (file)
--- a/both.h
+++ b/both.h
@@ -3,10 +3,8 @@
  * Useful very-low-level utility routines' declarations,
  * for both client and daemon.
  *
- * userv is
- * Copyright 1996-2017 Ian Jackson <ian@davenant.greenend.org.uk>.
- * Copyright 2000      Ben Harris <bjh21@cam.ac.uk>
- * Copyright 2016-2017 Peter Benie <pjb1008@cam.ac.uk>
+ * userv is copyright Ian Jackson and other contributors.
+ * See README for full authorship information.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
index 3e43cf2e801b8f72ae40700c0cc2e74cf36c3ec1..17fa6cec0dbef2fe6052738cdf4a782cc285f986 100644 (file)
--- a/client.c
+++ b/client.c
@@ -2,10 +2,8 @@
  * userv - client.c
  * client code
  *
- * userv is
- * Copyright 1996-2017 Ian Jackson <ian@davenant.greenend.org.uk>.
- * Copyright 2000      Ben Harris <bjh21@cam.ac.uk>
- * Copyright 2016-2017 Peter Benie <pjb1008@cam.ac.uk>
+ * userv is copyright Ian Jackson and other contributors.
+ * See README for full authorship information.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
index bf600469a184684cc0239381d15f1988967c9018..bb36bbe8bb5aa0f9b383db58903765a762f0fe13 100644 (file)
--- a/common.h
+++ b/common.h
@@ -2,10 +2,8 @@
  * userv - common.h
  * definitions shared between client and daemon
  *
- * userv is
- * Copyright 1996-2017 Ian Jackson <ian@davenant.greenend.org.uk>.
- * Copyright 2000      Ben Harris <bjh21@cam.ac.uk>
- * Copyright 2016-2017 Peter Benie <pjb1008@cam.ac.uk>
+ * userv is copyright Ian Jackson and other contributors.
+ * See README for full authorship information.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
index 083d82e4a73f7f83ac1701db9ae37f8fe89c30f6..fcce9d906191989467c8ff9de0d2975c4d944133 100644 (file)
@@ -3,10 +3,8 @@
  * userv - acconfig.h
  * extra stuff for config.h.in (autoconf)
  *
- * userv is
- * Copyright 1996-2017 Ian Jackson <ian@davenant.greenend.org.uk>.
- * Copyright 2000      Ben Harris <bjh21@cam.ac.uk>
- * Copyright 2016-2017 Peter Benie <pjb1008@cam.ac.uk>
+ * userv is copyright Ian Jackson and other contributors.
+ * See README for full authorship information.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
index b41812d8c9a520d8f58b058d4e93e7cbe49460b7..53da5382f12ab3e8594ec29eb0a9873435ca11c6 100644 (file)
--- a/daemon.h
+++ b/daemon.h
@@ -2,10 +2,8 @@
  * userv - daemon.h
  * definitions used in the daemon's source code
  *
- * userv is
- * Copyright 1996-2017 Ian Jackson <ian@davenant.greenend.org.uk>.
- * Copyright 2000      Ben Harris <bjh21@cam.ac.uk>
- * Copyright 2016-2017 Peter Benie <pjb1008@cam.ac.uk>
+ * userv is copyright Ian Jackson and other contributors.
+ * See README for full authorship information.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
diff --git a/debug.c b/debug.c
index 2008fa8ddad577a0d9d940b267ca4d8ccee7fd8b..ad1205ef4f7d40e1008df12e1b69b5f0c890d2f1 100644 (file)
--- a/debug.c
+++ b/debug.c
@@ -2,10 +2,8 @@
  * userv - ddebug.c
  * routines which are different for -DDEBUG
  *
- * userv is
- * Copyright 1996-2017 Ian Jackson <ian@davenant.greenend.org.uk>.
- * Copyright 2000      Ben Harris <bjh21@cam.ac.uk>
- * Copyright 2016-2017 Peter Benie <pjb1008@cam.ac.uk>
+ * userv is copyright Ian Jackson and other contributors.
+ * See README for full authorship information.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
diff --git a/lib.c b/lib.c
index a4b6f154575fcfea65216d58bd06f0d5cdbecaab..8b31ec9be1a81e09ce282c8e6b80d09682798eff 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -2,10 +2,8 @@
  * userv - lib.c
  * useful utility routines, used in daemon, but not very dependent on it
  *
- * userv is
- * Copyright 1996-2017 Ian Jackson <ian@davenant.greenend.org.uk>.
- * Copyright 2000      Ben Harris <bjh21@cam.ac.uk>
- * Copyright 2016-2017 Peter Benie <pjb1008@cam.ac.uk>
+ * userv is copyright Ian Jackson and other contributors.
+ * See README for full authorship information.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
diff --git a/lib.h b/lib.h
index 4f3cf32e41575f282692c49025d4d4802204d6f7..f9a17e0e26df8181bde62ed93be1e493cf9092f4 100644 (file)
--- a/lib.h
+++ b/lib.h
@@ -2,10 +2,8 @@
  * userv - lib.c
  * useful utility routines' imports and exports, used in daemon
  *
- * userv is
- * Copyright 1996-2017 Ian Jackson <ian@davenant.greenend.org.uk>.
- * Copyright 2000      Ben Harris <bjh21@cam.ac.uk>
- * Copyright 2016-2017 Peter Benie <pjb1008@cam.ac.uk>
+ * userv is copyright Ian Jackson and other contributors.
+ * See README for full authorship information.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
index bb3cc4096039cf1287b302d47be234b0e62fa14b..756c5ab67c9d4379340c5fda6b6779518432c2f4 100644 (file)
@@ -2,10 +2,8 @@
  * userv - overlord.c
  * daemon main program, collects request and forks handlers
  *
- * userv is
- * Copyright 1996-2017 Ian Jackson <ian@davenant.greenend.org.uk>.
- * Copyright 2000      Ben Harris <bjh21@cam.ac.uk>
- * Copyright 2016-2017 Peter Benie <pjb1008@cam.ac.uk>
+ * userv is copyright Ian Jackson and other contributors.
+ * See README for full authorship information.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
index e65ff7986598dce3e0b043d72ca0c1b3bedca8a9..ade124e1f64afd09349533171b7fd0c144aa0016 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -6,10 +6,8 @@
  * about m4 quoting &c., but we have to #include it so that the C
  * objects from the lexer are available.
  *
- * userv is
- * Copyright 1996-2017 Ian Jackson <ian@davenant.greenend.org.uk>.
- * Copyright 2000      Ben Harris <bjh21@cam.ac.uk>
- * Copyright 2016-2017 Peter Benie <pjb1008@cam.ac.uk>
+ * userv is copyright Ian Jackson and other contributors.
+ * See README for full authorship information.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
index fa8302f93c4e8b41b3a979686c8a4c7b40e96dcd..2a2955ead4e79ee388b8f0560fbfdeddd21808a0 100644 (file)
--- a/process.c
+++ b/process.c
@@ -2,10 +2,8 @@
  * userv - process.c
  * daemon code to process one request (is parent of service process)
  *
- * userv is
- * Copyright 1996-2017 Ian Jackson <ian@davenant.greenend.org.uk>.
- * Copyright 2000      Ben Harris <bjh21@cam.ac.uk>
- * Copyright 2016-2017 Peter Benie <pjb1008@cam.ac.uk>
+ * userv is copyright Ian Jackson and other contributors.
+ * See README for full authorship information.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
index 71c63cf5ba98ba8cc86c45e2aeae10162b78b014..80b754c1dd31938ae3092ce1363f8c62f9c50e76 100644 (file)
@@ -2,10 +2,8 @@
  * userv - execserv.c
  * daemon code which executes actual service (ie child process)
  *
- * userv is
- * Copyright 1996-2017 Ian Jackson <ian@davenant.greenend.org.uk>.
- * Copyright 2000      Ben Harris <bjh21@cam.ac.uk>
- * Copyright 2016-2017 Peter Benie <pjb1008@cam.ac.uk>
+ * userv is copyright Ian Jackson and other contributors.
+ * See README for full authorship information.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
index 16a3e41c8ba2f13cc52817b6d3d5aa4caa68bb63..d9e4ecdb02b0461f2e0be9725c34afe7aa558a75 100644 (file)
--- a/tokens.h
+++ b/tokens.h
@@ -1,8 +1,6 @@
 /*  
- * userv is
- * Copyright 1996-2017 Ian Jackson <ian@davenant.greenend.org.uk>.
- * Copyright 2000      Ben Harris <bjh21@cam.ac.uk>
- * Copyright 2016-2017 Peter Benie <pjb1008@cam.ac.uk>
+ * userv is copyright Ian Jackson and other contributors.
+ * See README for full authorship information.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
index 4887682e07de33eb32fe1502c4875048efadb456..ec01e9ac9489d03ee2e594cf86d1e1e488d985eb 100644 (file)
@@ -1,10 +1,8 @@
 dnl  userv - tokens.h.m4
 dnl  token values, passed through m4 with defs from langauge.i4
 /*  
- * userv is
- * Copyright 1996-2017 Ian Jackson <ian@davenant.greenend.org.uk>.
- * Copyright 2000      Ben Harris <bjh21@cam.ac.uk>
- * Copyright 2016-2017 Peter Benie <pjb1008@cam.ac.uk>
+ * userv is copyright Ian Jackson and other contributors.
+ * See README for full authorship information.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by