]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - examples/testppdx.c
Changelog
[thirdparty/cups.git] / examples / testppdx.c
index f1c16868800f0e0dc4a70fa5c1b82cfcc60544a5..7c4a47b650b642040ca382701d5078d89a9753ae 100644 (file)
@@ -1,25 +1,13 @@
 /*
- * "$Id$"
+ * Test program for PPD data encoding example code.
  *
- *   Test program for PPD data encoding example code.
+ * Compile with:
  *
- *   Compile with:
+ *     gcc -o testppdx -D_PPD_DEPRECATED="" -g testppdx.c ppdx.c -lcups -lz
  *
- *       gcc -o testppdx -D_PPD_DEPRECATED="" -g testppdx.c ppdx.c -lcups -lz
+ * Copyright 2012 by Apple Inc.
  *
- *   Copyright 2012 by Apple Inc.
- *
- *   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/".
- *
- *   This file is subject to the Apple OS-Developed Software exception.
- *
- * Contents:
- *
- *   main() - Read data from a test PPD file and write out new chunks.
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
  */
 
 /*
@@ -110,8 +98,3 @@ main(void)
 
   return (1);
 }
-
-
-/*
- * End of "$Id$".
- */