]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - systemv/lpinfo.c
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / systemv / lpinfo.c
index acfe50108d9ed71b0dc51d9341990163b9cb055b..b8f77264c60fa0959be761a8e82591547a88dbbf 100644 (file)
@@ -1,23 +1,14 @@
 /*
- * "$Id$"
+ * "lpinfo" command for CUPS.
  *
- *   "lpinfo" 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 show information.
- *   device_cb      - Device callback.
- *   show_devices() - Show available devices.
- *   show_models()  - Show available PPDs.
+ * 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/".
  */
 
 /*
@@ -491,8 +482,3 @@ show_models(
 
   return (0);
 }
-
-
-/*
- * End of "$Id$".
- */