]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/ppdc-choice.cxx
License change: Apache License, Version 2.0.
[thirdparty/cups.git] / ppdc / ppdc-choice.cxx
index 2c12de2b9c514dcce5162064a4e4c6a1807e1632..cb514d5e520223fa7e7d3fbf7ce390d7864c8eff 100644 (file)
@@ -1,21 +1,10 @@
 //
-// "$Id$"
+// Option choice class for the CUPS PPD Compiler.
 //
-//   Option choice 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:
-//
-//   ppdcChoice::ppdcChoice()  - Create a new option choice.
-//   ppdcChoice::~ppdcChoice() - Destroy an option choice.
+// Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
 //
 
 //
@@ -54,8 +43,3 @@ ppdcChoice::~ppdcChoice()
   text->release();
   code->release();
 }
-
-
-//
-// End of "$Id$".
-//