]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/ppdc-import.cxx
License change: Apache License, Version 2.0.
[thirdparty/cups.git] / ppdc / ppdc-import.cxx
index 4794e77151929d427f81552a19b006329d31343c..04b587d7ff6d398a00c30630792855ecf74fdf03 100644 (file)
@@ -1,21 +1,10 @@
 //
-// "$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.
+// Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
 //
 
 //
@@ -336,8 +325,3 @@ ppdcSource::import_ppd(const char *f)       // I - Filename
 
   return (1);
 }
-
-
-//
-// End of "$Id$".
-//