summaryrefslogtreecommitdiff
path: root/ppdc/ppdc-filter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ppdc/ppdc-filter.cxx')
-rw-r--r--ppdc/ppdc-filter.cxx28
1 files changed, 8 insertions, 20 deletions
diff --git a/ppdc/ppdc-filter.cxx b/ppdc/ppdc-filter.cxx
index 33994849b..ff3e8bc11 100644
--- a/ppdc/ppdc-filter.cxx
+++ b/ppdc/ppdc-filter.cxx
@@ -1,21 +1,14 @@
//
-// "$Id$"
+// Filter class for the CUPS PPD Compiler.
//
-// Filter class for the CUPS PPD Compiler.
+// Copyright 2007-2009 by Apple Inc.
+// Copyright 2002-2005 by Easy Software Products.
//
-// Copyright 2007-2009 by Apple Inc.
-// Copyright 2002-2005 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:
-//
-// ppdcFilter::ppdcFilter() - Create a filter.
-// ppdcFilter::~ppdcFilter() - Destroy a filter.
+// 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/".
//
//
@@ -53,8 +46,3 @@ ppdcFilter::~ppdcFilter()
mime_type->release();
program->release();
}
-
-
-//
-// End of "$Id$".
-//