]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/ppdc-import.cxx
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / ppdc / ppdc-import.cxx
index 4794e77151929d427f81552a19b006329d31343c..2b36c6bd7847e912a6392b28df452b57c6a7f7b7 100644 (file)
@@ -1,21 +1,14 @@
 //
-// "$Id$"
+// PPD file import methods for the CUPS PPD Compiler.
 //
-//   PPD file import methods for the CUPS PPD Compiler.
+// Copyright 2007-2011 by Apple Inc.
+// Copyright 2002-2006 by Easy Software Products.
 //
-//   Copyright 2007-2011 by Apple Inc.
-//   Copyright 2002-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:
-//
-//   ppdcSource::import_ppd() - Import a PPD file.
-//   ppd_gets()               - Get a line from a PPD file.
+// 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/".
 //
 
 //
@@ -336,8 +329,3 @@ ppdcSource::import_ppd(const char *f)       // I - Filename
 
   return (1);
 }
-
-
-//
-// End of "$Id$".
-//