]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/test1284.c
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / backend / test1284.c
index 62905e2dffd1457808fa601eaf82f6b93fb907bd..85ac8b5b3464f657d5ed18b502ffb313785f16ae 100644 (file)
@@ -1,32 +1,23 @@
 /*
- * "$Id: test1284.c 6649 2007-07-11 21:46:42Z mike $"
+ * IEEE-1284 support functions test program for CUPS.
  *
- *   IEEE-1284 support functions test program for the Common UNIX Printing
- *   System (CUPS).
+ * Copyright 2007-2010 by Apple Inc.
+ * Copyright 1997-2006 by Easy Software Products, all rights reserved.
  *
- *   Copyright 2007 by Apple Inc.
- *   Copyright 1997-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"
+ * "LICENSE" which should have been included with this file.  If this
+ * 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"
- *   "LICENSE" which should have been included with this file.  If this
- *   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() - Test the device-ID functions.
+ * This file is subject to the Apple OS-Developed Software exception.
  */
 
 /*
  * Include necessary headers.
  */
 
-#include <cups/string.h>
-#include <stdlib.h>
-#include <errno.h>
+#include <cups/string-private.h>
 #ifdef WIN32
 #  include <io.h>
 #else
@@ -34,7 +25,6 @@
 #  include <fcntl.h>
 #endif /* WIN32 */
 
-#define DEBUG
 #include "ieee1284.c"
 
 
@@ -81,8 +71,3 @@ main(int  argc,                               /* I - Number of command-line args */
 
   return (0);
 }
-
-
-/*
- * End of "$Id: test1284.c 6649 2007-07-11 21:46:42Z mike $".
- */