X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=cgi-bin%2Ftesthi.c;fp=cgi-bin%2Ftesthi.c;h=1fbe9063b779eece8b1ed3dc3e76578c31787a8e;hb=503b54c9302c8de6207e079a80a89a787eb612ea;hp=ce1b94b014050c0030fded4178d57e2c4266a13f;hpb=e34d1ec4b926b3d31cfc00408faf99e69aa48ce8;p=thirdparty%2Fcups.git diff --git a/cgi-bin/testhi.c b/cgi-bin/testhi.c index ce1b94b01..1fbe9063b 100644 --- a/cgi-bin/testhi.c +++ b/cgi-bin/testhi.c @@ -1,21 +1,14 @@ /* - * "$Id$" + * Help index test program for CUPS. * - * Help index test program for CUPS. + * Copyright 2007-2011 by Apple Inc. + * Copyright 1997-2007 by Easy Software Products. * - * Copyright 2007-2011 by Apple Inc. - * Copyright 1997-2007 by Easy Software Products. - * - * 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 - * file is missing or damaged, see the license at "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 + * file is missing or damaged, see the license at "http://www.cups.org/". */ /* @@ -106,8 +99,3 @@ list_nodes(const char *title, /* I - Title string */ printf(" (%d words)\n", cupsArrayCount(node->words)); } } - - -/* - * End of "$Id$". - */