]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - systemv/lpmove.c
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / systemv / lpmove.c
index 54424894f12bb66a56508bf245a1139ed5e5c756..9cba172c4a2ce46f7dc0859ce29cecccee5630ee 100644 (file)
@@ -1,21 +1,14 @@
 /*
- * "$Id$"
+ * "lpmove" command for CUPS.
  *
- *   "lpmove" 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 move jobs.
- *   move_job() - Move a job.
+ * 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/".
  */
 
 /*
@@ -206,8 +199,3 @@ move_job(http_t     *http,          /* I - HTTP connection to server */
   else
     return (0);
 }
-
-
-/*
- * End of "$Id$".
- */