commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r9958 - in trunk/gnue-reports: . doc doc/man packaging/debian pac


From: reinhard
Subject: [gnue] r9958 - in trunk/gnue-reports: . doc doc/man packaging/debian packaging/win32 samples/mailmerge samples/php_client scripts src src/adapters/destinations/email src/adapters/destinations/fax src/adapters/destinations/file src/adapters/destinations/printer src/adapters/filters/Char/char src/adapters/filters/Char/char/CHObjects src/adapters/filters/Labels/labels src/adapters/filters/Labels/labels/formatters src/adapters/filters/MailMerge/_merge src/adapters/filters/MailMerge/merge_latex src/adapters/filters/MailMerge/merge_ps src/adapters/filters/MailMerge/merge_psfax src/adapters/filters/MailMerge/merge_rtf src/adapters/filters/SimpleTabulation/tabulator src/adapters/filters/SimpleTabulation/tabulator/formatters src/adapters/filters/Universal/Base src/adapters/filters/Universal/Base/Helpers src/adapters/filters/Universal/Base/Objects src/adapters/filters/Universal/Base/Writers src/adapters/filters/Universal/Base/styles src/adapters/filters/Universal/Base/styles/Objects src/adapters/filters/Universal/html src/adapters/filters/Universal/lineprinter src/adapters/filters/Universal/pcl5 src/adapters/filters/Universal/pdf src/adapters/filters/Universal/postscript src/adapters/filters/Universal/postscript/psutils src/adapters/filters/Universal/postscript/psutils/GenericDefinitions src/adapters/filters/Universal/postscript/psutils/GenericFonts src/adapters/filters/Universal/rtf src/adapters/filters/Universal/tex src/adapters/filters/Universal/xhtml src/adapters/filters/general/4xslt src/adapters/filters/general/libxslt src/adapters/filters/general/raw src/adapters/filters/general/sablotron src/base src/base/layout src/client src/server src/tools utils
Date: Sun, 11 Oct 2009 13:57:01 -0500 (CDT)

Author: reinhard
Date: 2009-10-11 13:56:59 -0500 (Sun, 11 Oct 2009)
New Revision: 9958

Modified:
   trunk/gnue-reports/doc/gnue-reports.dtd
   trunk/gnue-reports/doc/man/gnue-reports-server.1
   trunk/gnue-reports/doc/man/gnue-reports.1
   trunk/gnue-reports/packaging/debian/copyright
   trunk/gnue-reports/packaging/win32/setup.py
   trunk/gnue-reports/samples/mailmerge/mailmerge.py
   trunk/gnue-reports/samples/mailmerge/merge-latex
   trunk/gnue-reports/samples/mailmerge/merge-rtf
   trunk/gnue-reports/samples/php_client/gcomm.php
   trunk/gnue-reports/scripts/gnue-labelmaker
   trunk/gnue-reports/scripts/gnue-reports
   trunk/gnue-reports/scripts/gnue-reports-filter
   trunk/gnue-reports/scripts/gnue-reports-server
   trunk/gnue-reports/setup.py
   trunk/gnue-reports/setup.svn
   trunk/gnue-reports/src/__init__.py
   trunk/gnue-reports/src/adapters/destinations/email/sendmail.py
   trunk/gnue-reports/src/adapters/destinations/email/smtp.py
   trunk/gnue-reports/src/adapters/destinations/fax/hylafax.py
   trunk/gnue-reports/src/adapters/destinations/file/stdout.py
   trunk/gnue-reports/src/adapters/destinations/file/text.py
   trunk/gnue-reports/src/adapters/destinations/printer/bsd.py
   trunk/gnue-reports/src/adapters/destinations/printer/gdi.py
   trunk/gnue-reports/src/adapters/destinations/printer/win32raw.py
   trunk/gnue-reports/src/adapters/filters/Char/char/Adapter.py
   trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHDetail.py
   trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHGroupFooter.py
   trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHGroupHeader.py
   trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHLabel.py
   trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHObject.py
   trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHPageFooter.py
   trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHPageHeader.py
   trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHSummaryPage.py
   trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHTitlePage.py
   trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/__init__.py
   trunk/gnue-reports/src/adapters/filters/Char/char/CHParser.py
   trunk/gnue-reports/src/adapters/filters/Char/char/CHReport.py
   trunk/gnue-reports/src/adapters/filters/Char/char/PrinterDef.py
   trunk/gnue-reports/src/adapters/filters/Char/char/Writer.py
   trunk/gnue-reports/src/adapters/filters/Labels/labels/Adapter.py
   trunk/gnue-reports/src/adapters/filters/Labels/labels/LabelSpecs.py
   
trunk/gnue-reports/src/adapters/filters/Labels/labels/formatters/postscript.py
   trunk/gnue-reports/src/adapters/filters/MailMerge/_merge/MergeBase.py
   trunk/gnue-reports/src/adapters/filters/MailMerge/merge_latex/Adapter.py
   trunk/gnue-reports/src/adapters/filters/MailMerge/merge_ps/Adapter.py
   trunk/gnue-reports/src/adapters/filters/MailMerge/merge_psfax/Adapter.py
   trunk/gnue-reports/src/adapters/filters/MailMerge/merge_rtf/Adapter.py
   trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/Adapter.py
   
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/__init__.py
   
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/csv.py
   
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/html.py
   
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/pdf.py
   
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/text.py
   trunk/gnue-reports/src/adapters/filters/Universal/Base/Adapter.py
   trunk/gnue-reports/src/adapters/filters/Universal/Base/Helpers/Measurement.py
   
trunk/gnue-reports/src/adapters/filters/Universal/Base/Helpers/TextMeasurement.py
   trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/BaseObj.py
   
trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/ContainerObj.py
   
trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/FormattableObject.py
   
trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/PositionableObj.py
   trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/Report.py
   trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/Section.py
   trunk/gnue-reports/src/adapters/filters/Universal/Base/PageSizes.py
   trunk/gnue-reports/src/adapters/filters/Universal/Base/Parser.py
   trunk/gnue-reports/src/adapters/filters/Universal/Base/ParserTypes.py
   
trunk/gnue-reports/src/adapters/filters/Universal/Base/Writers/AbsoluteWriter.py
   
trunk/gnue-reports/src/adapters/filters/Universal/Base/Writers/RelativeWriter.py
   trunk/gnue-reports/src/adapters/filters/Universal/Base/Writers/Writer.py
   
trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/Objects/Color.py
   
trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/Objects/StyleSet.py
   
trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/Objects/Styles.py
   
trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/Objects/TextStyle.py
   trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/Parser.py
   trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/StyleHandler.py
   trunk/gnue-reports/src/adapters/filters/Universal/html/Writer.py
   trunk/gnue-reports/src/adapters/filters/Universal/lineprinter/Writer.py
   trunk/gnue-reports/src/adapters/filters/Universal/pcl5/Writer.py
   trunk/gnue-reports/src/adapters/filters/Universal/pdf/Writer.py
   trunk/gnue-reports/src/adapters/filters/Universal/postscript/Writer.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/FontMetrics.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericDefinitions/MinimalistDriver.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericDefinitions/Postscript2Driver.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/AvantGardeBook.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/AvantGardeBookOblique.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/AvantGardeDemi.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/AvantGardeDemiOblique.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/BookmanDemi.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/BookmanDemiItalic.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/BookmanLight.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/BookmanLightItalic.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/Courier.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/CourierBold.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/CourierBoldOblique.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/CourierOblique.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/Helvetica.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaBold.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaBoldOblique.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaNarrow.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaNarrowBold.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaNarrowBoldOblique.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaNarrowOblique.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaOblique.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/NewCenturySchlbkBold.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/NewCenturySchlbkBoldItalic.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/NewCenturySchlbkItalic.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/NewCenturySchlbkRoman.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/PalatinoBold.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/PalatinoBoldItalic.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/PalatinoItalic.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/PalatinoRoman.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/Symbol.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/TimesBold.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/TimesBoldItalic.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/TimesItalic.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/TimesRoman.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/ZapfChanceryMediumItalic.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/ZapfDingbats.py
   
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/PrinterDefinition.py
   trunk/gnue-reports/src/adapters/filters/Universal/rtf/Writer.py
   trunk/gnue-reports/src/adapters/filters/Universal/tex/Writer.py
   trunk/gnue-reports/src/adapters/filters/Universal/xhtml/Writer.py
   trunk/gnue-reports/src/adapters/filters/general/4xslt/Adapter.py
   trunk/gnue-reports/src/adapters/filters/general/libxslt/Adapter.py
   trunk/gnue-reports/src/adapters/filters/general/raw/Adapter.py
   trunk/gnue-reports/src/adapters/filters/general/sablotron/Adapter.py
   trunk/gnue-reports/src/base/GRConfig.py
   trunk/gnue-reports/src/base/GRDataMapper.py
   trunk/gnue-reports/src/base/GREngine.py
   trunk/gnue-reports/src/base/GRExceptions.py
   trunk/gnue-reports/src/base/GRFilters.py
   trunk/gnue-reports/src/base/GROutputAdapter.py
   trunk/gnue-reports/src/base/GRParameters.py
   trunk/gnue-reports/src/base/GRParser.py
   trunk/gnue-reports/src/base/GRReport.py
   trunk/gnue-reports/src/base/GRReportInfo.py
   trunk/gnue-reports/src/base/GRSortOptions.py
   trunk/gnue-reports/src/base/GRSources.py
   trunk/gnue-reports/src/base/__init__.py
   trunk/gnue-reports/src/base/layout/ContainerElement.py
   trunk/gnue-reports/src/base/layout/GRDefault.py
   trunk/gnue-reports/src/base/layout/GRField.py
   trunk/gnue-reports/src/base/layout/GRFirstRow.py
   trunk/gnue-reports/src/base/layout/GRFormula.py
   trunk/gnue-reports/src/base/layout/GRLastRow.py
   trunk/gnue-reports/src/base/layout/GRLayout.py
   trunk/gnue-reports/src/base/layout/GRLayoutElement.py
   trunk/gnue-reports/src/base/layout/GRNotFirstRow.py
   trunk/gnue-reports/src/base/layout/GRNotLastRow.py
   trunk/gnue-reports/src/base/layout/GRParam.py
   trunk/gnue-reports/src/base/layout/GRPassThru.py
   trunk/gnue-reports/src/base/layout/GRSection.py
   trunk/gnue-reports/src/base/layout/GRSumm.py
   trunk/gnue-reports/src/base/layout/__init__.py
   trunk/gnue-reports/src/client/GRRun.py
   trunk/gnue-reports/src/client/GRRunUI.py
   trunk/gnue-reports/src/server/GRRpcWrapper.py
   trunk/gnue-reports/src/server/GRServer.py
   trunk/gnue-reports/src/tools/ReportPostProcessor.py
   trunk/gnue-reports/utils/create-afm-classes.py
   trunk/gnue-reports/utils/create-label-list.py
   trunk/gnue-reports/utils/create-ppd-classes.py
Log:
Switch to GPLv3.

issue192 testing


Modified: trunk/gnue-reports/doc/gnue-reports.dtd
===================================================================
--- trunk/gnue-reports/doc/gnue-reports.dtd     2009-10-11 18:55:59 UTC (rev 
9957)
+++ trunk/gnue-reports/doc/gnue-reports.dtd     2009-10-11 18:56:59 UTC (rev 
9958)
@@ -8,7 +8,7 @@
      GNU Enterprise is free software; you can redistribute it
      and/or modify it under the terms of the GNU General Public
      License as published by the Free Software Foundation; either
-     version 2, or (at your option) any later version.
+     version 3, or (at your option) any later version.
 
      GNU Enterprise is distributed in the hope that it will be
      useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/doc/man/gnue-reports-server.1
===================================================================
--- trunk/gnue-reports/doc/man/gnue-reports-server.1    2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/doc/man/gnue-reports-server.1    2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -118,7 +118,7 @@
 .LP
 gnue\-reports\-server is free software; you can redistribute it and/or modify 
it under
 the terms of the GNU General Public License as published by the Free
-Software Foundation; either version 2, or (at your option) any later
+Software Foundation; either version 3, or (at your option) any later
 version.
 .LP
 gnue\-reports\-server is distributed in the hope that it will be useful, but 
WITHOUT ANY

Modified: trunk/gnue-reports/doc/man/gnue-reports.1
===================================================================
--- trunk/gnue-reports/doc/man/gnue-reports.1   2009-10-11 18:55:59 UTC (rev 
9957)
+++ trunk/gnue-reports/doc/man/gnue-reports.1   2009-10-11 18:56:59 UTC (rev 
9958)
@@ -188,7 +188,7 @@
 .LP
 gnue\-reports is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
-Software Foundation; either version 2, or (at your option) any later
+Software Foundation; either version 3, or (at your option) any later
 version.
 .LP
 gnue\-reports is distributed in the hope that it will be useful, but WITHOUT 
ANY

Modified: trunk/gnue-reports/packaging/debian/copyright
===================================================================
--- trunk/gnue-reports/packaging/debian/copyright       2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/packaging/debian/copyright       2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -11,7 +11,7 @@
 GNU Enterprise is free software; you can redistribute it
 and/or modify it under the terms of the GNU General Public
 License as published by the Free Software Foundation; either
-version 2, or (at your option) any later version.
+version 3, or (at your option) any later version.
 
 GNU Enterprise is distributed in the hope that it will be
 useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/packaging/win32/setup.py
===================================================================
--- trunk/gnue-reports/packaging/win32/setup.py 2009-10-11 18:55:59 UTC (rev 
9957)
+++ trunk/gnue-reports/packaging/win32/setup.py 2009-10-11 18:56:59 UTC (rev 
9958)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/samples/mailmerge/mailmerge.py
===================================================================
--- trunk/gnue-reports/samples/mailmerge/mailmerge.py   2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/samples/mailmerge/mailmerge.py   2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -5,7 +5,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/samples/mailmerge/merge-latex
===================================================================
--- trunk/gnue-reports/samples/mailmerge/merge-latex    2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/samples/mailmerge/merge-latex    2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -5,7 +5,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/samples/mailmerge/merge-rtf
===================================================================
--- trunk/gnue-reports/samples/mailmerge/merge-rtf      2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/samples/mailmerge/merge-rtf      2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -5,7 +5,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/samples/php_client/gcomm.php
===================================================================
--- trunk/gnue-reports/samples/php_client/gcomm.php     2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/samples/php_client/gcomm.php     2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it 
 # and/or modify it under the terms of the GNU General Public 
 # License as published by the Free Software Foundation; either 
-# version 2, or(at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be 
 # useful, but WITHOUT ANY WARRANTY; without even the implied 

Modified: trunk/gnue-reports/scripts/gnue-labelmaker
===================================================================
--- trunk/gnue-reports/scripts/gnue-labelmaker  2009-10-11 18:55:59 UTC (rev 
9957)
+++ trunk/gnue-reports/scripts/gnue-labelmaker  2009-10-11 18:56:59 UTC (rev 
9958)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/scripts/gnue-reports
===================================================================
--- trunk/gnue-reports/scripts/gnue-reports     2009-10-11 18:55:59 UTC (rev 
9957)
+++ trunk/gnue-reports/scripts/gnue-reports     2009-10-11 18:56:59 UTC (rev 
9958)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/scripts/gnue-reports-filter
===================================================================
--- trunk/gnue-reports/scripts/gnue-reports-filter      2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/scripts/gnue-reports-filter      2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/scripts/gnue-reports-server
===================================================================
--- trunk/gnue-reports/scripts/gnue-reports-server      2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/scripts/gnue-reports-server      2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/setup.py
===================================================================
--- trunk/gnue-reports/setup.py 2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/setup.py 2009-10-11 18:56:59 UTC (rev 9958)
@@ -9,7 +9,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/setup.svn
===================================================================
--- trunk/gnue-reports/setup.svn        2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/setup.svn        2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/__init__.py
===================================================================
--- trunk/gnue-reports/src/__init__.py  2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/__init__.py  2009-10-11 18:56:59 UTC (rev 9958)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/destinations/email/sendmail.py
===================================================================
--- trunk/gnue-reports/src/adapters/destinations/email/sendmail.py      
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/destinations/email/sendmail.py      
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/destinations/email/smtp.py
===================================================================
--- trunk/gnue-reports/src/adapters/destinations/email/smtp.py  2009-10-11 
18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/destinations/email/smtp.py  2009-10-11 
18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/destinations/fax/hylafax.py
===================================================================
--- trunk/gnue-reports/src/adapters/destinations/fax/hylafax.py 2009-10-11 
18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/destinations/fax/hylafax.py 2009-10-11 
18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/destinations/file/stdout.py
===================================================================
--- trunk/gnue-reports/src/adapters/destinations/file/stdout.py 2009-10-11 
18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/destinations/file/stdout.py 2009-10-11 
18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/destinations/file/text.py
===================================================================
--- trunk/gnue-reports/src/adapters/destinations/file/text.py   2009-10-11 
18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/destinations/file/text.py   2009-10-11 
18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/destinations/printer/bsd.py
===================================================================
--- trunk/gnue-reports/src/adapters/destinations/printer/bsd.py 2009-10-11 
18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/destinations/printer/bsd.py 2009-10-11 
18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/destinations/printer/gdi.py
===================================================================
--- trunk/gnue-reports/src/adapters/destinations/printer/gdi.py 2009-10-11 
18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/destinations/printer/gdi.py 2009-10-11 
18:56:59 UTC (rev 9958)
@@ -6,7 +6,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/destinations/printer/win32raw.py
===================================================================
--- trunk/gnue-reports/src/adapters/destinations/printer/win32raw.py    
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/destinations/printer/win32raw.py    
2009-10-11 18:56:59 UTC (rev 9958)
@@ -6,7 +6,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/Char/char/Adapter.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Char/char/Adapter.py        
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Char/char/Adapter.py        
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHDetail.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHDetail.py     
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHDetail.py     
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHGroupFooter.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHGroupFooter.py    
    2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHGroupFooter.py    
    2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHGroupHeader.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHGroupHeader.py    
    2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHGroupHeader.py    
    2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHLabel.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHLabel.py      
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHLabel.py      
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHObject.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHObject.py     
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHObject.py     
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHPageFooter.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHPageFooter.py 
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHPageFooter.py 
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHPageHeader.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHPageHeader.py 
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHPageHeader.py 
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHSummaryPage.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHSummaryPage.py    
    2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHSummaryPage.py    
    2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHTitlePage.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHTitlePage.py  
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/CHTitlePage.py  
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/__init__.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/__init__.py     
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Char/char/CHObjects/__init__.py     
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/Char/char/CHParser.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Char/char/CHParser.py       
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Char/char/CHParser.py       
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/Char/char/CHReport.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Char/char/CHReport.py       
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Char/char/CHReport.py       
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/Char/char/PrinterDef.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Char/char/PrinterDef.py     
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Char/char/PrinterDef.py     
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/Char/char/Writer.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Char/char/Writer.py 2009-10-11 
18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Char/char/Writer.py 2009-10-11 
18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/Labels/labels/Adapter.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Labels/labels/Adapter.py    
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Labels/labels/Adapter.py    
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/Labels/labels/LabelSpecs.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Labels/labels/LabelSpecs.py 
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Labels/labels/LabelSpecs.py 
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Labels/labels/formatters/postscript.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Labels/labels/formatters/postscript.py  
    2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Labels/labels/formatters/postscript.py  
    2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/MailMerge/_merge/MergeBase.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/MailMerge/_merge/MergeBase.py       
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/MailMerge/_merge/MergeBase.py       
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/MailMerge/merge_latex/Adapter.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/MailMerge/merge_latex/Adapter.py    
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/MailMerge/merge_latex/Adapter.py    
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/MailMerge/merge_ps/Adapter.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/MailMerge/merge_ps/Adapter.py       
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/MailMerge/merge_ps/Adapter.py       
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/MailMerge/merge_psfax/Adapter.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/MailMerge/merge_psfax/Adapter.py    
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/MailMerge/merge_psfax/Adapter.py    
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/MailMerge/merge_rtf/Adapter.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/MailMerge/merge_rtf/Adapter.py      
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/MailMerge/merge_rtf/Adapter.py      
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/Adapter.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/Adapter.py   
    2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/Adapter.py   
    2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/__init__.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/__init__.py
   2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/__init__.py
   2009-10-11 18:56:59 UTC (rev 9958)
@@ -3,7 +3,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/csv.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/csv.py
        2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/csv.py
        2009-10-11 18:56:59 UTC (rev 9958)
@@ -3,7 +3,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/html.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/html.py
       2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/html.py
       2009-10-11 18:56:59 UTC (rev 9958)
@@ -3,7 +3,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/pdf.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/pdf.py
        2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/pdf.py
        2009-10-11 18:56:59 UTC (rev 9958)
@@ -3,7 +3,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/text.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/text.py
       2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/text.py
       2009-10-11 18:56:59 UTC (rev 9958)
@@ -3,7 +3,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/Universal/Base/Adapter.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Universal/Base/Adapter.py   
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Universal/Base/Adapter.py   
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Helpers/Measurement.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Helpers/Measurement.py   
    2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Helpers/Measurement.py   
    2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Helpers/TextMeasurement.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Helpers/TextMeasurement.py
   2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Helpers/TextMeasurement.py
   2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/BaseObj.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/BaseObj.py   
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/BaseObj.py   
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/ContainerObj.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/ContainerObj.py  
    2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/ContainerObj.py  
    2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/FormattableObject.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/FormattableObject.py
 2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/FormattableObject.py
 2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/PositionableObj.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/PositionableObj.py
   2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/PositionableObj.py
   2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/Report.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/Report.py    
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/Report.py    
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/Section.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/Section.py   
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Universal/Base/Objects/Section.py   
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/Universal/Base/PageSizes.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Universal/Base/PageSizes.py 
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Universal/Base/PageSizes.py 
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/Universal/Base/Parser.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Universal/Base/Parser.py    
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Universal/Base/Parser.py    
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/Universal/Base/ParserTypes.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Universal/Base/ParserTypes.py       
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Universal/Base/ParserTypes.py       
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Writers/AbsoluteWriter.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Writers/AbsoluteWriter.py
    2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Writers/AbsoluteWriter.py
    2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Writers/RelativeWriter.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Writers/RelativeWriter.py
    2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Writers/RelativeWriter.py
    2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/Base/Writers/Writer.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Universal/Base/Writers/Writer.py    
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Universal/Base/Writers/Writer.py    
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/Objects/Color.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/Objects/Color.py  
    2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/Objects/Color.py  
    2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/Objects/StyleSet.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/Objects/StyleSet.py
   2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/Objects/StyleSet.py
   2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/Objects/Styles.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/Objects/Styles.py 
    2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/Objects/Styles.py 
    2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/Objects/TextStyle.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/Objects/TextStyle.py
  2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/Objects/TextStyle.py
  2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/Parser.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/Parser.py     
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/Parser.py     
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/StyleHandler.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/StyleHandler.py   
    2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/Base/styles/StyleHandler.py   
    2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/Universal/html/Writer.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Universal/html/Writer.py    
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Universal/html/Writer.py    
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/lineprinter/Writer.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Universal/lineprinter/Writer.py     
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Universal/lineprinter/Writer.py     
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/Universal/pcl5/Writer.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Universal/pcl5/Writer.py    
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Universal/pcl5/Writer.py    
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/Universal/pdf/Writer.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Universal/pdf/Writer.py     
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Universal/pdf/Writer.py     
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/Universal/postscript/Writer.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Universal/postscript/Writer.py      
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Universal/postscript/Writer.py      
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/FontMetrics.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/FontMetrics.py
 2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/FontMetrics.py
 2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericDefinitions/MinimalistDriver.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericDefinitions/MinimalistDriver.py
 2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericDefinitions/MinimalistDriver.py
 2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericDefinitions/Postscript2Driver.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericDefinitions/Postscript2Driver.py
        2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericDefinitions/Postscript2Driver.py
        2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/AvantGardeBook.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/AvantGardeBook.py
 2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/AvantGardeBook.py
 2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/AvantGardeBookOblique.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/AvantGardeBookOblique.py
  2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/AvantGardeBookOblique.py
  2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/AvantGardeDemi.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/AvantGardeDemi.py
 2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/AvantGardeDemi.py
 2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/AvantGardeDemiOblique.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/AvantGardeDemiOblique.py
  2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/AvantGardeDemiOblique.py
  2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/BookmanDemi.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/BookmanDemi.py
    2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/BookmanDemi.py
    2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/BookmanDemiItalic.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/BookmanDemiItalic.py
      2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/BookmanDemiItalic.py
      2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/BookmanLight.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/BookmanLight.py
   2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/BookmanLight.py
   2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/BookmanLightItalic.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/BookmanLightItalic.py
     2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/BookmanLightItalic.py
     2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/Courier.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/Courier.py
        2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/Courier.py
        2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/CourierBold.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/CourierBold.py
    2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/CourierBold.py
    2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/CourierBoldOblique.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/CourierBoldOblique.py
     2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/CourierBoldOblique.py
     2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/CourierOblique.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/CourierOblique.py
 2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/CourierOblique.py
 2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/Helvetica.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/Helvetica.py
      2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/Helvetica.py
      2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaBold.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaBold.py
  2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaBold.py
  2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaBoldOblique.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaBoldOblique.py
   2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaBoldOblique.py
   2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaNarrow.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaNarrow.py
        2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaNarrow.py
        2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaNarrowBold.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaNarrowBold.py
    2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaNarrowBold.py
    2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaNarrowBoldOblique.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaNarrowBoldOblique.py
     2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaNarrowBoldOblique.py
     2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaNarrowOblique.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaNarrowOblique.py
 2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaNarrowOblique.py
 2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaOblique.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaOblique.py
       2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/HelveticaOblique.py
       2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/NewCenturySchlbkBold.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/NewCenturySchlbkBold.py
   2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/NewCenturySchlbkBold.py
   2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/NewCenturySchlbkBoldItalic.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/NewCenturySchlbkBoldItalic.py
     2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/NewCenturySchlbkBoldItalic.py
     2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/NewCenturySchlbkItalic.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/NewCenturySchlbkItalic.py
 2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/NewCenturySchlbkItalic.py
 2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/NewCenturySchlbkRoman.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/NewCenturySchlbkRoman.py
  2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/NewCenturySchlbkRoman.py
  2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/PalatinoBold.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/PalatinoBold.py
   2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/PalatinoBold.py
   2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/PalatinoBoldItalic.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/PalatinoBoldItalic.py
     2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/PalatinoBoldItalic.py
     2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/PalatinoItalic.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/PalatinoItalic.py
 2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/PalatinoItalic.py
 2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/PalatinoRoman.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/PalatinoRoman.py
  2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/PalatinoRoman.py
  2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/Symbol.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/Symbol.py
 2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/Symbol.py
 2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/TimesBold.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/TimesBold.py
      2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/TimesBold.py
      2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/TimesBoldItalic.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/TimesBoldItalic.py
        2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/TimesBoldItalic.py
        2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/TimesItalic.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/TimesItalic.py
    2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/TimesItalic.py
    2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/TimesRoman.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/TimesRoman.py
     2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/TimesRoman.py
     2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/ZapfChanceryMediumItalic.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/ZapfChanceryMediumItalic.py
       2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/ZapfChanceryMediumItalic.py
       2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/ZapfDingbats.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/ZapfDingbats.py
   2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/GenericFonts/ZapfDingbats.py
   2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/PrinterDefinition.py
===================================================================
--- 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/PrinterDefinition.py
   2009-10-11 18:55:59 UTC (rev 9957)
+++ 
trunk/gnue-reports/src/adapters/filters/Universal/postscript/psutils/PrinterDefinition.py
   2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/Universal/rtf/Writer.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Universal/rtf/Writer.py     
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Universal/rtf/Writer.py     
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/Universal/tex/Writer.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Universal/tex/Writer.py     
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Universal/tex/Writer.py     
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/Universal/xhtml/Writer.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Universal/xhtml/Writer.py   
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/Universal/xhtml/Writer.py   
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/general/4xslt/Adapter.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/general/4xslt/Adapter.py    
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/general/4xslt/Adapter.py    
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/general/libxslt/Adapter.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/general/libxslt/Adapter.py  
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/general/libxslt/Adapter.py  
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/general/raw/Adapter.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/general/raw/Adapter.py      
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/general/raw/Adapter.py      
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/adapters/filters/general/sablotron/Adapter.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/general/sablotron/Adapter.py        
2009-10-11 18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/adapters/filters/general/sablotron/Adapter.py        
2009-10-11 18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/GRConfig.py
===================================================================
--- trunk/gnue-reports/src/base/GRConfig.py     2009-10-11 18:55:59 UTC (rev 
9957)
+++ trunk/gnue-reports/src/base/GRConfig.py     2009-10-11 18:56:59 UTC (rev 
9958)
@@ -6,7 +6,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/GRDataMapper.py
===================================================================
--- trunk/gnue-reports/src/base/GRDataMapper.py 2009-10-11 18:55:59 UTC (rev 
9957)
+++ trunk/gnue-reports/src/base/GRDataMapper.py 2009-10-11 18:56:59 UTC (rev 
9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/GREngine.py
===================================================================
--- trunk/gnue-reports/src/base/GREngine.py     2009-10-11 18:55:59 UTC (rev 
9957)
+++ trunk/gnue-reports/src/base/GREngine.py     2009-10-11 18:56:59 UTC (rev 
9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/GRExceptions.py
===================================================================
--- trunk/gnue-reports/src/base/GRExceptions.py 2009-10-11 18:55:59 UTC (rev 
9957)
+++ trunk/gnue-reports/src/base/GRExceptions.py 2009-10-11 18:56:59 UTC (rev 
9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be 
 # useful, but WITHOUT ANY WARRANTY; without even the implied 

Modified: trunk/gnue-reports/src/base/GRFilters.py
===================================================================
--- trunk/gnue-reports/src/base/GRFilters.py    2009-10-11 18:55:59 UTC (rev 
9957)
+++ trunk/gnue-reports/src/base/GRFilters.py    2009-10-11 18:56:59 UTC (rev 
9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/GROutputAdapter.py
===================================================================
--- trunk/gnue-reports/src/base/GROutputAdapter.py      2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/src/base/GROutputAdapter.py      2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/GRParameters.py
===================================================================
--- trunk/gnue-reports/src/base/GRParameters.py 2009-10-11 18:55:59 UTC (rev 
9957)
+++ trunk/gnue-reports/src/base/GRParameters.py 2009-10-11 18:56:59 UTC (rev 
9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/GRParser.py
===================================================================
--- trunk/gnue-reports/src/base/GRParser.py     2009-10-11 18:55:59 UTC (rev 
9957)
+++ trunk/gnue-reports/src/base/GRParser.py     2009-10-11 18:56:59 UTC (rev 
9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/GRReport.py
===================================================================
--- trunk/gnue-reports/src/base/GRReport.py     2009-10-11 18:55:59 UTC (rev 
9957)
+++ trunk/gnue-reports/src/base/GRReport.py     2009-10-11 18:56:59 UTC (rev 
9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/GRReportInfo.py
===================================================================
--- trunk/gnue-reports/src/base/GRReportInfo.py 2009-10-11 18:55:59 UTC (rev 
9957)
+++ trunk/gnue-reports/src/base/GRReportInfo.py 2009-10-11 18:56:59 UTC (rev 
9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/GRSortOptions.py
===================================================================
--- trunk/gnue-reports/src/base/GRSortOptions.py        2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/src/base/GRSortOptions.py        2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it 
 # and/or modify it under the terms of the GNU General Public 
 # License as published by the Free Software Foundation; either 
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be 
 # useful, but WITHOUT ANY WARRANTY; without even the implied 

Modified: trunk/gnue-reports/src/base/GRSources.py
===================================================================
--- trunk/gnue-reports/src/base/GRSources.py    2009-10-11 18:55:59 UTC (rev 
9957)
+++ trunk/gnue-reports/src/base/GRSources.py    2009-10-11 18:56:59 UTC (rev 
9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/__init__.py
===================================================================
--- trunk/gnue-reports/src/base/__init__.py     2009-10-11 18:55:59 UTC (rev 
9957)
+++ trunk/gnue-reports/src/base/__init__.py     2009-10-11 18:56:59 UTC (rev 
9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/layout/ContainerElement.py
===================================================================
--- trunk/gnue-reports/src/base/layout/ContainerElement.py      2009-10-11 
18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/base/layout/ContainerElement.py      2009-10-11 
18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/layout/GRDefault.py
===================================================================
--- trunk/gnue-reports/src/base/layout/GRDefault.py     2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/src/base/layout/GRDefault.py     2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/layout/GRField.py
===================================================================
--- trunk/gnue-reports/src/base/layout/GRField.py       2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/src/base/layout/GRField.py       2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/layout/GRFirstRow.py
===================================================================
--- trunk/gnue-reports/src/base/layout/GRFirstRow.py    2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/src/base/layout/GRFirstRow.py    2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/layout/GRFormula.py
===================================================================
--- trunk/gnue-reports/src/base/layout/GRFormula.py     2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/src/base/layout/GRFormula.py     2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/layout/GRLastRow.py
===================================================================
--- trunk/gnue-reports/src/base/layout/GRLastRow.py     2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/src/base/layout/GRLastRow.py     2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/layout/GRLayout.py
===================================================================
--- trunk/gnue-reports/src/base/layout/GRLayout.py      2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/src/base/layout/GRLayout.py      2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/layout/GRLayoutElement.py
===================================================================
--- trunk/gnue-reports/src/base/layout/GRLayoutElement.py       2009-10-11 
18:55:59 UTC (rev 9957)
+++ trunk/gnue-reports/src/base/layout/GRLayoutElement.py       2009-10-11 
18:56:59 UTC (rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/layout/GRNotFirstRow.py
===================================================================
--- trunk/gnue-reports/src/base/layout/GRNotFirstRow.py 2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/src/base/layout/GRNotFirstRow.py 2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/layout/GRNotLastRow.py
===================================================================
--- trunk/gnue-reports/src/base/layout/GRNotLastRow.py  2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/src/base/layout/GRNotLastRow.py  2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/layout/GRParam.py
===================================================================
--- trunk/gnue-reports/src/base/layout/GRParam.py       2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/src/base/layout/GRParam.py       2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/layout/GRPassThru.py
===================================================================
--- trunk/gnue-reports/src/base/layout/GRPassThru.py    2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/src/base/layout/GRPassThru.py    2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/layout/GRSection.py
===================================================================
--- trunk/gnue-reports/src/base/layout/GRSection.py     2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/src/base/layout/GRSection.py     2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/layout/GRSumm.py
===================================================================
--- trunk/gnue-reports/src/base/layout/GRSumm.py        2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/src/base/layout/GRSumm.py        2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/base/layout/__init__.py
===================================================================
--- trunk/gnue-reports/src/base/layout/__init__.py      2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/src/base/layout/__init__.py      2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/client/GRRun.py
===================================================================
--- trunk/gnue-reports/src/client/GRRun.py      2009-10-11 18:55:59 UTC (rev 
9957)
+++ trunk/gnue-reports/src/client/GRRun.py      2009-10-11 18:56:59 UTC (rev 
9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/client/GRRunUI.py
===================================================================
--- trunk/gnue-reports/src/client/GRRunUI.py    2009-10-11 18:55:59 UTC (rev 
9957)
+++ trunk/gnue-reports/src/client/GRRunUI.py    2009-10-11 18:56:59 UTC (rev 
9958)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/server/GRRpcWrapper.py
===================================================================
--- trunk/gnue-reports/src/server/GRRpcWrapper.py       2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/src/server/GRRpcWrapper.py       2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/server/GRServer.py
===================================================================
--- trunk/gnue-reports/src/server/GRServer.py   2009-10-11 18:55:59 UTC (rev 
9957)
+++ trunk/gnue-reports/src/server/GRServer.py   2009-10-11 18:56:59 UTC (rev 
9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/src/tools/ReportPostProcessor.py
===================================================================
--- trunk/gnue-reports/src/tools/ReportPostProcessor.py 2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/src/tools/ReportPostProcessor.py 2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -4,7 +4,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/utils/create-afm-classes.py
===================================================================
--- trunk/gnue-reports/utils/create-afm-classes.py      2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/utils/create-afm-classes.py      2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -5,7 +5,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied
@@ -109,7 +109,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/utils/create-label-list.py
===================================================================
--- trunk/gnue-reports/utils/create-label-list.py       2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/utils/create-label-list.py       2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -5,7 +5,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-reports/utils/create-ppd-classes.py
===================================================================
--- trunk/gnue-reports/utils/create-ppd-classes.py      2009-10-11 18:55:59 UTC 
(rev 9957)
+++ trunk/gnue-reports/utils/create-ppd-classes.py      2009-10-11 18:56:59 UTC 
(rev 9958)
@@ -5,7 +5,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied
@@ -101,7 +101,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied





reply via email to

[Prev in Thread] Current Thread [Next in Thread]