summaryrefslogtreecommitdiff
path: root/examples/testppdx.c
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2016-04-11 20:28:30 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2016-04-11 20:28:30 -0400
commit503b54c9302c8de6207e079a80a89a787eb612ea (patch)
treeecd089feea134385d580d6e5a2af147ddb47be64 /examples/testppdx.c
parente34d1ec4b926b3d31cfc00408faf99e69aa48ce8 (diff)
Remove all of the Subversion keywords from various source files.
Diffstat (limited to 'examples/testppdx.c')
-rw-r--r--examples/testppdx.c31
1 files changed, 10 insertions, 21 deletions
diff --git a/examples/testppdx.c b/examples/testppdx.c
index f1c168688..cbaaee29d 100644
--- a/examples/testppdx.c
+++ b/examples/testppdx.c
@@ -1,25 +1,19 @@
/*
- * "$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/".
*
- * 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.
+ * This file is subject to the Apple OS-Developed Software exception.
*/
/*
@@ -110,8 +104,3 @@ main(void)
return (1);
}
-
-
-/*
- * End of "$Id$".
- */