summaryrefslogtreecommitdiff
path: root/ppdc/ppdc-attr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ppdc/ppdc-attr.cxx')
-rw-r--r--ppdc/ppdc-attr.cxx28
1 files changed, 8 insertions, 20 deletions
diff --git a/ppdc/ppdc-attr.cxx b/ppdc/ppdc-attr.cxx
index 1ea0337a9..996e986ab 100644
--- a/ppdc/ppdc-attr.cxx
+++ b/ppdc/ppdc-attr.cxx
@@ -1,21 +1,14 @@
//
-// "$Id$"
+// Attribute class for the CUPS PPD Compiler.
//
-// Attribute 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:
-//
-// ppdcAttr::ppdcAttr() - Create an attribute.
-// ppdcAttr::~ppdcAttr() - Destroy an attribute.
+// 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/".
//
//
@@ -59,8 +52,3 @@ ppdcAttr::~ppdcAttr()
text->release();
value->release();
}
-
-
-//
-// End of "$Id$".
-//