Author: reinhard Date: 2009-10-11 13:50:17 -0500 (Sun, 11 Oct 2009) New Revision: 9953
Modified: trunk/gnue-appserver/doc/api/texinfo.tex trunk/gnue-appserver/doc/devguide/texinfo.tex trunk/gnue-appserver/doc/gcd.dtd trunk/gnue-appserver/doc/gld.dtd trunk/gnue-appserver/doc/man/gnue-appserver.1 trunk/gnue-appserver/doc/man/gnue-gsdgen.1 trunk/gnue-appserver/doc/man/gnue-readgcd.1 trunk/gnue-appserver/doc/man/gnue-readgld.1 trunk/gnue-appserver/doc/man/gnue-setupdb.1 trunk/gnue-appserver/doc/whitepaper/texinfo.tex trunk/gnue-appserver/extensions/webfrontend/gnue-forms.js trunk/gnue-appserver/packaging/debian/copyright trunk/gnue-appserver/samples/testing/benchmark/modify.py trunk/gnue-appserver/samples/testing/benchmark/query.py trunk/gnue-appserver/samples/testing/concurrent.py trunk/gnue-appserver/samples/testing/dirty.py trunk/gnue-appserver/samples/testing/joins/dirty.py trunk/gnue-appserver/samples/testing/joins/joins.py trunk/gnue-appserver/samples/testing/qualify.py trunk/gnue-appserver/samples/testing/sorting.py trunk/gnue-appserver/scripts/gnue-appserver trunk/gnue-appserver/scripts/gnue-appserver-win.py trunk/gnue-appserver/scripts/gnue-gcd2html trunk/gnue-appserver/scripts/gnue-gsdgen trunk/gnue-appserver/scripts/gnue-readgcd trunk/gnue-appserver/scripts/gnue-readgld trunk/gnue-appserver/setup.py trunk/gnue-appserver/setup.svn trunk/gnue-appserver/share/gnue.gsd trunk/gnue-appserver/share/repository.ini trunk/gnue-appserver/src/__init__.py trunk/gnue-appserver/src/data.py trunk/gnue-appserver/src/gcd/GCParser.py trunk/gnue-appserver/src/gcd/readgcd.py trunk/gnue-appserver/src/geasAuthentication.py trunk/gnue-appserver/src/geasConfiguration.py trunk/gnue-appserver/src/geasGsdGen.py trunk/gnue-appserver/src/geasInstance.py trunk/gnue-appserver/src/geasList.py trunk/gnue-appserver/src/geasRpcServer.py trunk/gnue-appserver/src/geasSession.py trunk/gnue-appserver/src/geasSessionManager.py trunk/gnue-appserver/src/generator/classdef.py trunk/gnue-appserver/src/generator/form.py trunk/gnue-appserver/src/generator/layout.py trunk/gnue-appserver/src/gld/GLParser.py trunk/gnue-appserver/src/gld/readgld.py trunk/gnue-appserver/src/language/App.py trunk/gnue-appserver/src/language/Object.py trunk/gnue-appserver/src/language/ObjectList.py trunk/gnue-appserver/src/language/Procedure.py trunk/gnue-appserver/src/language/Session.py trunk/gnue-appserver/src/language/test.py trunk/gnue-appserver/src/repository.py trunk/gnue-appserver/src/test.py trunk/gnue-appserver/src/testRPC.py trunk/gnue-appserver/tests/data.py Log: Switched to GPL version 3. issue188 testing Modified: trunk/gnue-appserver/doc/api/texinfo.tex =================================================================== --- trunk/gnue-appserver/doc/api/texinfo.tex 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/doc/api/texinfo.tex 2009-10-11 18:50:17 UTC (rev 9953) @@ -11,7 +11,7 @@ % % This texinfo.tex file 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 +% published by the Free Software Foundation; either version 3, or (at % your option) any later version. % % This texinfo.tex file is distributed in the hope that it will be Modified: trunk/gnue-appserver/doc/devguide/texinfo.tex =================================================================== --- trunk/gnue-appserver/doc/devguide/texinfo.tex 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/doc/devguide/texinfo.tex 2009-10-11 18:50:17 UTC (rev 9953) @@ -11,7 +11,7 @@ % % This texinfo.tex file 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 +% published by the Free Software Foundation; either version 3, or (at % your option) any later version. % % This texinfo.tex file is distributed in the hope that it will be Modified: trunk/gnue-appserver/doc/gcd.dtd =================================================================== --- trunk/gnue-appserver/doc/gcd.dtd 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/doc/gcd.dtd 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/doc/gld.dtd =================================================================== --- trunk/gnue-appserver/doc/gld.dtd 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/doc/gld.dtd 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/doc/man/gnue-appserver.1 =================================================================== --- trunk/gnue-appserver/doc/man/gnue-appserver.1 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/doc/man/gnue-appserver.1 2009-10-11 18:50:17 UTC (rev 9953) @@ -157,7 +157,7 @@ .LP gnue\-appserver 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\-appserver is distributed in the hope that it will be useful, but WITHOUT ANY Modified: trunk/gnue-appserver/doc/man/gnue-gsdgen.1 =================================================================== --- trunk/gnue-appserver/doc/man/gnue-gsdgen.1 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/doc/man/gnue-gsdgen.1 2009-10-11 18:50:17 UTC (rev 9953) @@ -121,7 +121,7 @@ .LP gnue\-gsdgen 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\-gsdgen is distributed in the hope that it will be useful, but WITHOUT ANY Modified: trunk/gnue-appserver/doc/man/gnue-readgcd.1 =================================================================== --- trunk/gnue-appserver/doc/man/gnue-readgcd.1 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/doc/man/gnue-readgcd.1 2009-10-11 18:50:17 UTC (rev 9953) @@ -116,7 +116,7 @@ .LP readgcd 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 readgcd is distributed in the hope that it will be useful, but WITHOUT ANY Modified: trunk/gnue-appserver/doc/man/gnue-readgld.1 =================================================================== --- trunk/gnue-appserver/doc/man/gnue-readgld.1 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/doc/man/gnue-readgld.1 2009-10-11 18:50:17 UTC (rev 9953) @@ -106,7 +106,7 @@ .LP gnue\-readgld 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\-readgld is distributed in the hope that it will be useful, but WITHOUT ANY Modified: trunk/gnue-appserver/doc/man/gnue-setupdb.1 =================================================================== --- trunk/gnue-appserver/doc/man/gnue-setupdb.1 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/doc/man/gnue-setupdb.1 2009-10-11 18:50:17 UTC (rev 9953) @@ -18,7 +18,7 @@ .LP gnue\-setupdb 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\-setupdb is distributed in the hope that it will be useful, but WITHOUT ANY Modified: trunk/gnue-appserver/doc/whitepaper/texinfo.tex =================================================================== --- trunk/gnue-appserver/doc/whitepaper/texinfo.tex 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/doc/whitepaper/texinfo.tex 2009-10-11 18:50:17 UTC (rev 9953) @@ -10,7 +10,7 @@ % % This texinfo.tex file 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 +% published by the Free Software Foundation; either version 3, or (at % your option) any later version. % % This texinfo.tex file is distributed in the hope that it will be Modified: trunk/gnue-appserver/extensions/webfrontend/gnue-forms.js =================================================================== --- trunk/gnue-appserver/extensions/webfrontend/gnue-forms.js 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/extensions/webfrontend/gnue-forms.js 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/packaging/debian/copyright =================================================================== --- trunk/gnue-appserver/packaging/debian/copyright 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/packaging/debian/copyright 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/samples/testing/benchmark/modify.py =================================================================== --- trunk/gnue-appserver/samples/testing/benchmark/modify.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/samples/testing/benchmark/modify.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/samples/testing/benchmark/query.py =================================================================== --- trunk/gnue-appserver/samples/testing/benchmark/query.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/samples/testing/benchmark/query.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/samples/testing/concurrent.py =================================================================== --- trunk/gnue-appserver/samples/testing/concurrent.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/samples/testing/concurrent.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/samples/testing/dirty.py =================================================================== --- trunk/gnue-appserver/samples/testing/dirty.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/samples/testing/dirty.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/samples/testing/joins/dirty.py =================================================================== --- trunk/gnue-appserver/samples/testing/joins/dirty.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/samples/testing/joins/dirty.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/samples/testing/joins/joins.py =================================================================== --- trunk/gnue-appserver/samples/testing/joins/joins.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/samples/testing/joins/joins.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/samples/testing/qualify.py =================================================================== --- trunk/gnue-appserver/samples/testing/qualify.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/samples/testing/qualify.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/samples/testing/sorting.py =================================================================== --- trunk/gnue-appserver/samples/testing/sorting.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/samples/testing/sorting.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/scripts/gnue-appserver =================================================================== --- trunk/gnue-appserver/scripts/gnue-appserver 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/scripts/gnue-appserver 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/scripts/gnue-appserver-win.py =================================================================== --- trunk/gnue-appserver/scripts/gnue-appserver-win.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/scripts/gnue-appserver-win.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/scripts/gnue-gcd2html =================================================================== --- trunk/gnue-appserver/scripts/gnue-gcd2html 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/scripts/gnue-gcd2html 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/scripts/gnue-gsdgen =================================================================== --- trunk/gnue-appserver/scripts/gnue-gsdgen 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/scripts/gnue-gsdgen 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/scripts/gnue-readgcd =================================================================== --- trunk/gnue-appserver/scripts/gnue-readgcd 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/scripts/gnue-readgcd 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/scripts/gnue-readgld =================================================================== --- trunk/gnue-appserver/scripts/gnue-readgld 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/scripts/gnue-readgld 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/setup.py =================================================================== --- trunk/gnue-appserver/setup.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/setup.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/setup.svn =================================================================== --- trunk/gnue-appserver/setup.svn 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/setup.svn 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/share/gnue.gsd =================================================================== --- trunk/gnue-appserver/share/gnue.gsd 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/share/gnue.gsd 2009-10-11 18:50:17 UTC (rev 9953) @@ -10,7 +10,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-appserver/share/repository.ini =================================================================== --- trunk/gnue-appserver/share/repository.ini 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/share/repository.ini 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/__init__.py =================================================================== --- trunk/gnue-appserver/src/__init__.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/__init__.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/data.py =================================================================== --- trunk/gnue-appserver/src/data.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/data.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/gcd/GCParser.py =================================================================== --- trunk/gnue-appserver/src/gcd/GCParser.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/gcd/GCParser.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/gcd/readgcd.py =================================================================== --- trunk/gnue-appserver/src/gcd/readgcd.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/gcd/readgcd.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/geasAuthentication.py =================================================================== --- trunk/gnue-appserver/src/geasAuthentication.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/geasAuthentication.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/geasConfiguration.py =================================================================== --- trunk/gnue-appserver/src/geasConfiguration.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/geasConfiguration.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/geasGsdGen.py =================================================================== --- trunk/gnue-appserver/src/geasGsdGen.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/geasGsdGen.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/geasInstance.py =================================================================== --- trunk/gnue-appserver/src/geasInstance.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/geasInstance.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/geasList.py =================================================================== --- trunk/gnue-appserver/src/geasList.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/geasList.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/geasRpcServer.py =================================================================== --- trunk/gnue-appserver/src/geasRpcServer.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/geasRpcServer.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/geasSession.py =================================================================== --- trunk/gnue-appserver/src/geasSession.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/geasSession.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/geasSessionManager.py =================================================================== --- trunk/gnue-appserver/src/geasSessionManager.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/geasSessionManager.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/generator/classdef.py =================================================================== --- trunk/gnue-appserver/src/generator/classdef.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/generator/classdef.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/generator/form.py =================================================================== --- trunk/gnue-appserver/src/generator/form.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/generator/form.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/generator/layout.py =================================================================== --- trunk/gnue-appserver/src/generator/layout.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/generator/layout.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/gld/GLParser.py =================================================================== --- trunk/gnue-appserver/src/gld/GLParser.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/gld/GLParser.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/gld/readgld.py =================================================================== --- trunk/gnue-appserver/src/gld/readgld.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/gld/readgld.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/language/App.py =================================================================== --- trunk/gnue-appserver/src/language/App.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/language/App.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/language/Object.py =================================================================== --- trunk/gnue-appserver/src/language/Object.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/language/Object.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/language/ObjectList.py =================================================================== --- trunk/gnue-appserver/src/language/ObjectList.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/language/ObjectList.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/language/Procedure.py =================================================================== --- trunk/gnue-appserver/src/language/Procedure.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/language/Procedure.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/language/Session.py =================================================================== --- trunk/gnue-appserver/src/language/Session.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/language/Session.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/language/test.py =================================================================== --- trunk/gnue-appserver/src/language/test.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/language/test.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/repository.py =================================================================== --- trunk/gnue-appserver/src/repository.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/repository.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/test.py =================================================================== --- trunk/gnue-appserver/src/test.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/test.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/src/testRPC.py =================================================================== --- trunk/gnue-appserver/src/testRPC.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/src/testRPC.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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-appserver/tests/data.py =================================================================== --- trunk/gnue-appserver/tests/data.py 2009-10-09 11:54:17 UTC (rev 9952) +++ trunk/gnue-appserver/tests/data.py 2009-10-11 18:50:17 UTC (rev 9953) @@ -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 _______________________________________________ commit-gnue mailing list commit-gnue@gnu.org http://lists.gnu.org/mailman/listinfo/commit-gnue