X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=cgi-bin%2Ftestcgi.c;h=3d6b4d9ba7e33f4379fe1deff3796896aa759430;hb=b74abe7ec12a1ae8f0b14c0af0fa638288415037;hp=e5ac7029d01a9986dea29a23e3997881ea52774b;hpb=7a6a01ddca9307aa0f0abe27bb0f9074b86b1093;p=thirdparty%2Fcups.git diff --git a/cgi-bin/testcgi.c b/cgi-bin/testcgi.c index e5ac7029d..3d6b4d9ba 100644 --- a/cgi-bin/testcgi.c +++ b/cgi-bin/testcgi.c @@ -1,30 +1,14 @@ /* - * "$Id$" + * CGI test program for CUPS. * - * CGI test program for the Common UNIX Printing System (CUPS). + * Copyright 2007-2014 by Apple Inc. + * Copyright 1997-2005 by Easy Software Products. * - * Copyright 1997-2005 by Easy Software Products. - * - * These coded instructions, statements, and computer programs are the - * property of Easy Software Products and are protected by Federal - * copyright law. Distribution and use rights are outlined in the file - * "LICENSE.txt" which should have been included with this file. If this - * file is missing or damaged please contact Easy Software Products - * at: - * - * Attn: CUPS Licensing Information - * Easy Software Products - * 44141 Airport View Drive, Suite 204 - * Hollywood, Maryland 20636 USA - * - * Voice: (301) 373-9600 - * EMail: cups-info@cups.org - * WWW: http://www.cups.org - * - * Contents: - * - * main() - Test the help index code. - * list_nodes() - List nodes in an array... + * These coded instructions, statements, and computer programs are the + * property of Apple Inc. and are protected by Federal copyright + * law. Distribution and use rights are outlined in the file "LICENSE.txt" + * which should have been included with this file. If this file is + * missing or damaged, see the license at "http://www.cups.org/". */ /* @@ -39,8 +23,7 @@ */ int /* O - Exit status */ -main(int argc, /* I - Number of command-line arguments */ - char *argv[]) /* I - Command-line arguments */ +main(void) { /* * Test file upload/multi-part submissions... @@ -70,15 +53,10 @@ main(int argc, /* I - Number of command-line arguments */ } else puts("FAIL (init)"); - + /* * Return with no errors... */ return (0); } - - -/* - * End of "$Id$". - */