commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r9957 - in trunk/gnue-navigator: . doc doc/man packaging/debian s


From: reinhard
Subject: [gnue] r9957 - in trunk/gnue-navigator: . doc doc/man packaging/debian scripts src src/Actions
Date: Sun, 11 Oct 2009 13:56:00 -0500 (CDT)

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

Modified:
   trunk/gnue-navigator/doc/gnue-navigator.dtd
   trunk/gnue-navigator/doc/man/gnue-navigator.1
   trunk/gnue-navigator/packaging/debian/copyright
   trunk/gnue-navigator/scripts/gnue-navigator
   trunk/gnue-navigator/setup.py
   trunk/gnue-navigator/setup.svn
   trunk/gnue-navigator/src/Actions/gnome_menu.py
   trunk/gnue-navigator/src/Actions/kde_menu.py
   trunk/gnue-navigator/src/GNClient.py
   trunk/gnue-navigator/src/GNConfig.py
   trunk/gnue-navigator/src/GNObjects.py
   trunk/gnue-navigator/src/GNParser.py
   trunk/gnue-navigator/src/UIgtk2.py
   trunk/gnue-navigator/src/UIqt3.py
   trunk/gnue-navigator/src/UItext.py
   trunk/gnue-navigator/src/UIweb.py
   trunk/gnue-navigator/src/UIwin32.py
   trunk/gnue-navigator/src/UIwx.py
   trunk/gnue-navigator/src/UIwx26.py
   trunk/gnue-navigator/src/__init__.py
Log:
Switch to GPLv3.

issue191 testing


Modified: trunk/gnue-navigator/doc/gnue-navigator.dtd
===================================================================
--- trunk/gnue-navigator/doc/gnue-navigator.dtd 2009-10-11 18:54:57 UTC (rev 
9956)
+++ trunk/gnue-navigator/doc/gnue-navigator.dtd 2009-10-11 18:55:59 UTC (rev 
9957)
@@ -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-navigator/doc/man/gnue-navigator.1
===================================================================
--- trunk/gnue-navigator/doc/man/gnue-navigator.1       2009-10-11 18:54:57 UTC 
(rev 9956)
+++ trunk/gnue-navigator/doc/man/gnue-navigator.1       2009-10-11 18:55:59 UTC 
(rev 9957)
@@ -108,7 +108,7 @@
 .LP
 gnue\-navigator 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\-navigator is distributed in the hope that it will be useful, but WITHOUT 
ANY

Modified: trunk/gnue-navigator/packaging/debian/copyright
===================================================================
--- trunk/gnue-navigator/packaging/debian/copyright     2009-10-11 18:54:57 UTC 
(rev 9956)
+++ trunk/gnue-navigator/packaging/debian/copyright     2009-10-11 18:55:59 UTC 
(rev 9957)
@@ -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-navigator/scripts/gnue-navigator
===================================================================
--- trunk/gnue-navigator/scripts/gnue-navigator 2009-10-11 18:54:57 UTC (rev 
9956)
+++ trunk/gnue-navigator/scripts/gnue-navigator 2009-10-11 18:55:59 UTC (rev 
9957)
@@ -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-navigator/setup.py
===================================================================
--- trunk/gnue-navigator/setup.py       2009-10-11 18:54:57 UTC (rev 9956)
+++ trunk/gnue-navigator/setup.py       2009-10-11 18:55:59 UTC (rev 9957)
@@ -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-navigator/setup.svn
===================================================================
--- trunk/gnue-navigator/setup.svn      2009-10-11 18:54:57 UTC (rev 9956)
+++ trunk/gnue-navigator/setup.svn      2009-10-11 18:55:59 UTC (rev 9957)
@@ -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-navigator/src/Actions/gnome_menu.py
===================================================================
--- trunk/gnue-navigator/src/Actions/gnome_menu.py      2009-10-11 18:54:57 UTC 
(rev 9956)
+++ trunk/gnue-navigator/src/Actions/gnome_menu.py      2009-10-11 18:55:59 UTC 
(rev 9957)
@@ -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-navigator/src/Actions/kde_menu.py
===================================================================
--- trunk/gnue-navigator/src/Actions/kde_menu.py        2009-10-11 18:54:57 UTC 
(rev 9956)
+++ trunk/gnue-navigator/src/Actions/kde_menu.py        2009-10-11 18:55:59 UTC 
(rev 9957)
@@ -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-navigator/src/GNClient.py
===================================================================
--- trunk/gnue-navigator/src/GNClient.py        2009-10-11 18:54:57 UTC (rev 
9956)
+++ trunk/gnue-navigator/src/GNClient.py        2009-10-11 18:55:59 UTC (rev 
9957)
@@ -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-navigator/src/GNConfig.py
===================================================================
--- trunk/gnue-navigator/src/GNConfig.py        2009-10-11 18:54:57 UTC (rev 
9956)
+++ trunk/gnue-navigator/src/GNConfig.py        2009-10-11 18:55:59 UTC (rev 
9957)
@@ -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-navigator/src/GNObjects.py
===================================================================
--- trunk/gnue-navigator/src/GNObjects.py       2009-10-11 18:54:57 UTC (rev 
9956)
+++ trunk/gnue-navigator/src/GNObjects.py       2009-10-11 18:55:59 UTC (rev 
9957)
@@ -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-navigator/src/GNParser.py
===================================================================
--- trunk/gnue-navigator/src/GNParser.py        2009-10-11 18:54:57 UTC (rev 
9956)
+++ trunk/gnue-navigator/src/GNParser.py        2009-10-11 18:55:59 UTC (rev 
9957)
@@ -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-navigator/src/UIgtk2.py
===================================================================
--- trunk/gnue-navigator/src/UIgtk2.py  2009-10-11 18:54:57 UTC (rev 9956)
+++ trunk/gnue-navigator/src/UIgtk2.py  2009-10-11 18:55:59 UTC (rev 9957)
@@ -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-navigator/src/UIqt3.py
===================================================================
--- trunk/gnue-navigator/src/UIqt3.py   2009-10-11 18:54:57 UTC (rev 9956)
+++ trunk/gnue-navigator/src/UIqt3.py   2009-10-11 18:55:59 UTC (rev 9957)
@@ -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-navigator/src/UItext.py
===================================================================
--- trunk/gnue-navigator/src/UItext.py  2009-10-11 18:54:57 UTC (rev 9956)
+++ trunk/gnue-navigator/src/UItext.py  2009-10-11 18:55:59 UTC (rev 9957)
@@ -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-navigator/src/UIweb.py
===================================================================
--- trunk/gnue-navigator/src/UIweb.py   2009-10-11 18:54:57 UTC (rev 9956)
+++ trunk/gnue-navigator/src/UIweb.py   2009-10-11 18:55:59 UTC (rev 9957)
@@ -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-navigator/src/UIwin32.py
===================================================================
--- trunk/gnue-navigator/src/UIwin32.py 2009-10-11 18:54:57 UTC (rev 9956)
+++ trunk/gnue-navigator/src/UIwin32.py 2009-10-11 18:55:59 UTC (rev 9957)
@@ -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-navigator/src/UIwx.py
===================================================================
--- trunk/gnue-navigator/src/UIwx.py    2009-10-11 18:54:57 UTC (rev 9956)
+++ trunk/gnue-navigator/src/UIwx.py    2009-10-11 18:55:59 UTC (rev 9957)
@@ -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-navigator/src/UIwx26.py
===================================================================
--- trunk/gnue-navigator/src/UIwx26.py  2009-10-11 18:54:57 UTC (rev 9956)
+++ trunk/gnue-navigator/src/UIwx26.py  2009-10-11 18:55:59 UTC (rev 9957)
@@ -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-navigator/src/__init__.py
===================================================================
--- trunk/gnue-navigator/src/__init__.py        2009-10-11 18:54:57 UTC (rev 
9956)
+++ trunk/gnue-navigator/src/__init__.py        2009-10-11 18:55:59 UTC (rev 
9957)
@@ -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





reply via email to

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