X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Futils_cgi.c;h=3fe7e183f264b787b90469fe87fa82178255af09;hb=3925c2e224943b71f22ad9805fcc394c8ba18f26;hp=96b1b82e7a8a9f93684ab0bfd5970f51fbd87701;hpb=8e72ccc76582cf1f68b6e9e4816ac0bd785fc7d8;p=collection4.git diff --git a/src/utils_cgi.c b/src/utils_cgi.c index 96b1b82..3fe7e18 100644 --- a/src/utils_cgi.c +++ b/src/utils_cgi.c @@ -1,3 +1,28 @@ +/** + * collection4 - utils_cgi.c + * Copyright (C) 2010 Florian octo Forster + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA + * + * Authors: + * Florian octo Forster + **/ + +#include "config.h" + #include #include #include @@ -549,7 +574,9 @@ int html_print_page (const char *title, /* {{{ */ { char *title_html; - printf ("Content-Type: text/html\n\n"); + printf ("Content-Type: text/html\n" + "X-Generator: "PACKAGE_STRING"\n" + "\n\n"); if (title == NULL) title = "c4: collection4 graph interface"; @@ -616,6 +643,7 @@ int html_print_page (const char *title, /* {{{ */ printf ("\n" " \n" " \n" + "
"PACKAGE_STRING"
\n" " \n" "\n");