chiark / gitweb /
copyright: Add Matthew Vernon
[userv.git] / common.h
index bf600469a184684cc0239381d15f1988967c9018..87a8c102fd5646f64ad47168d418c4dc9fa7e884 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
 #ifndef COMMON_H
 #define COMMON_H
 
-#define COPYRIGHT(indent,nl)                                           \
- indent "Copyright (C)1996-2012 Ian Jackson; copyright (C)2000 Ben Harris." nl \
- indent "there is NO WARRANTY; type `userv --copyright' for details." nl
+#define COPYRIGHT(indent,nl)                                                 \
+ indent "Copyright 1996-2021 Ian Jackson; copyright 2000 Ben Harris;"      nl \
+ indent "Copyright 2021 Genome Research Limited apropos work by"           nl \
+ indent "Matthew Vernon."                                                  nl \
+ indent "there is NO WARRANTY; type `userv --copyright' for details."      nl
 
 #define PCSUMSIZE 16