chiark / gitweb /
cgi-fcgi-interp: copyright notice
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 23 Mar 2016 18:22:07 +0000 (18:22 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 23 Mar 2016 18:22:07 +0000 (18:22 +0000)
cprogs/cgi-fcgi-interp.c

index f2ba0bdb1a98174c9c22e4788cf85b50a51c575c..9df31034aa8da607297ea67dff618b86c5c5e755 100644 (file)
@@ -2,7 +2,28 @@
  * "Interpreter" that you can put in #! like this
  *   #!/usr/bin/cgi-fcgi-interp [<options>] <interpreter>
  *   #!/usr/bin/cgi-fcgi-interp [<options>],<interpreter>
+ */
+/*
+ * cgi-fcgi-interp.[ch] - C helpers common to the whole of chiark-utils
+ *
+ * Copyright 2016 Ian Jackson
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this file; if not, consult the Free Software
+ * Foundation's website at www.fsf.org, or the GNU Project website at
+ * www.gnu.org.
+ */
+/*
  * The result is a program which looks, when executed via the #!
  * line, like a CGI program.  But the script inside will be executed
  * via <interpreter> in an fcgi context.