]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/ppdc-option.cxx
Move debug printfs to internal usage only.
[thirdparty/cups.git] / ppdc / ppdc-option.cxx
index e80df3c8759639586b16c63269f82bd9a0767a97..4b9cc30dd7e18e7b47f6d1ed4d4659a0c044a156 100644 (file)
@@ -1,23 +1,10 @@
 //
-// "$Id$"
+// Option class for the CUPS PPD Compiler.
 //
-//   Option class for the CUPS PPD Compiler.
+// Copyright 2007-2011 by Apple Inc.
+// Copyright 2002-2005 by Easy Software Products.
 //
-//   Copyright 2007-2011 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:
-//
-//   ppdcOption::ppdcOption()    - Copy a new option.
-//   ppdcOption::~ppdcOption()   - Destroy an option.
-//   ppdcOption::find_choice()   - Find an option choice.
-//   ppdcOption::set_defchoice() - Set the default choice.
+// Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
 //
 
 //
@@ -122,8 +109,3 @@ ppdcOption::set_defchoice(ppdcChoice *c)    // I - Choice
 
   defchoice = c->name;
 }
-
-
-//
-// End of "$Id$".
-//