]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/ppdc-variable.cxx
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / ppdc / ppdc-variable.cxx
index 22a175ad4459cc6e98ac4099b53b1cff605cf9ae..0208a6326cb8289f0c32ba61e6c19608a5bc7950 100644 (file)
@@ -1,22 +1,14 @@
 //
-// "$Id$"
+// Variable class for the CUPS PPD Compiler.
 //
-//   Variable 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:
-//
-//   ppdcVariable::ppdcVariable()  - Create a variable.
-//   ppdcVariable::~ppdcVariable() - Destroy a variable.
-//   ppdcVariable::set_value()     - Set the value of a variable.
+// 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/".
 //
 
 //
@@ -64,8 +56,3 @@ ppdcVariable::set_value(const char *v)
   value->release();
   value = new ppdcString(v);
 }
-
-
-//
-// End of "$Id$".
-//