From: Ian Jackson Date: Sat, 5 Nov 2016 12:23:58 +0000 (+0000) Subject: cgi-fcgi-interp: correct the copyright header rubric. X-Git-Tag: archive/debian/5.0.0~16 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=eb04acf0951d7aa75f08ff5a2b9c13715ba5a2bf;p=chiark-utils.git cgi-fcgi-interp: correct the copyright header rubric. Reported-by: Tony Finch Signed-off-by: Ian Jackson --- diff --git a/cprogs/cgi-fcgi-interp.c b/cprogs/cgi-fcgi-interp.c index 7a5a5db..93f691e 100644 --- a/cprogs/cgi-fcgi-interp.c +++ b/cprogs/cgi-fcgi-interp.c @@ -4,7 +4,7 @@ * #!/usr/bin/cgi-fcgi-interp [], */ /* - * cgi-fcgi-interp.[ch] - C helpers common to the whole of chiark-utils + * cgi-fcgi-interp.[ch] - Convenience wrapper for cgi-fcgi * * Copyright 2016 Ian Jackson * Copyright 1982,1986,1993 The Regents of the University of California diff --git a/debian/changelog b/debian/changelog index 6366d68..f54d760 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +chiark-utils (4.5.0~iwj5) unstable; urgency=medium + + * cgi-fcgi-interp: correct the copyright header rubric. + + -- + chiark-utils (4.5.0~iwj4) unstable; urgency=medium * Add debian/.debhelper to .gitignore.