]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - berkeley/lprm.c
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / berkeley / lprm.c
index e2d03e359f49ca9b344fcb01fe5ac46a7aa5b8ae..981b94b55386121ab3cad5988b22e8cab5173ebe 100644 (file)
@@ -1,20 +1,14 @@
 /*
- * "$Id$"
+ * "lprm" command for CUPS.
  *
- *   "lprm" command for CUPS.
+ * Copyright 2007-2010 by Apple Inc.
+ * Copyright 1997-2006 by Easy Software Products.
  *
- *   Copyright 2007-2010 by Apple Inc.
- *   Copyright 1997-2006 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() - Parse options and cancel jobs.
+ * 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/".
  */
 
 /*
@@ -109,7 +103,7 @@ main(int  argc,                     /* I - Number of command-line arguments */
               cupsSetUser(argv[i]);
            }
            break;
-           
+
         case 'h' : /* Connect to host */
            if (argv[i][2] != '\0')
               cupsSetServer(argv[i] + 2);
@@ -210,8 +204,3 @@ main(int  argc,                     /* I - Number of command-line arguments */
 
   return (1);
 }
-
-
-/*
- * End of "$Id$".
- */