X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=systemv%2Fcupstestdsc.c;fp=systemv%2Fcupstestdsc.c;h=df69d9425953c684e7fe12449874ce33b7ad87a6;hb=503b54c9302c8de6207e079a80a89a787eb612ea;hp=de024c7ed6b9a999cbf6d2716f44b4699c5772e9;hpb=e34d1ec4b926b3d31cfc00408faf99e69aa48ce8;p=thirdparty%2Fcups.git diff --git a/systemv/cupstestdsc.c b/systemv/cupstestdsc.c index de024c7ed..df69d9425 100644 --- a/systemv/cupstestdsc.c +++ b/systemv/cupstestdsc.c @@ -1,26 +1,18 @@ /* - * "$Id$" + * DSC test program for CUPS. * - * DSC test program for CUPS. + * Copyright 2007-2010 by Apple Inc. + * Copyright 2006 by Easy Software Products, all rights reserved. * - * Copyright 2007-2010 by Apple Inc. - * Copyright 2006 by Easy Software Products, all rights reserved. + * 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/". * - * 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/". + * PostScript is a trademark of Adobe Systems, Inc. * - * PostScript is a trademark of Adobe Systems, Inc. - * - * This file is subject to the Apple OS-Developed Software exception. - * - * Contents: - * - * main() - Main entry for test program. - * check() - Check a file for conformance. - * usage() - Show program usage. + * This file is subject to the Apple OS-Developed Software exception. */ /* @@ -435,8 +427,3 @@ usage(void) exit(1); } - - -/* - * End of "$Id$". - */