Author: johannes Date: 2007-01-08 07:05:43 -0600 (Mon, 08 Jan 2007) New Revision: 9224
Modified: 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 trunk/gnue-navigator/src/external/__init__.py trunk/gnue-navigator/src/external/zope/__init__.py trunk/gnue-navigator/src/foundation/__init__.py trunk/gnue-navigator/src/foundation/application.py trunk/gnue-navigator/src/foundation/interfaces.py Log: Updated copyright headers Modified: trunk/gnue-navigator/src/Actions/gnome_menu.py =================================================================== --- trunk/gnue-navigator/src/Actions/gnome_menu.py 2007-01-08 13:03:55 UTC (rev 9223) +++ trunk/gnue-navigator/src/Actions/gnome_menu.py 2007-01-08 13:05:43 UTC (rev 9224) @@ -1,5 +1,5 @@ # -# Copyright 2001-2006 Free Software Foundation +# Copyright 2001-2007 Free Software Foundation # # This file is part of GNU Enterprise # Modified: trunk/gnue-navigator/src/Actions/kde_menu.py =================================================================== --- trunk/gnue-navigator/src/Actions/kde_menu.py 2007-01-08 13:03:55 UTC (rev 9223) +++ trunk/gnue-navigator/src/Actions/kde_menu.py 2007-01-08 13:05:43 UTC (rev 9224) @@ -1,5 +1,5 @@ # -# Copyright 2001-2006 Free Software Foundation +# Copyright 2001-2007 Free Software Foundation # # This file is part of GNU Enterprise # Modified: trunk/gnue-navigator/src/GNClient.py =================================================================== --- trunk/gnue-navigator/src/GNClient.py 2007-01-08 13:03:55 UTC (rev 9223) +++ trunk/gnue-navigator/src/GNClient.py 2007-01-08 13:05:43 UTC (rev 9224) @@ -1,6 +1,6 @@ # GNU Enterprise Navigator - Client # -# Copyright 2001-2006 Free Software Foundation +# Copyright 2001-2007 Free Software Foundation # # This file is part of GNU Enterprise # Modified: trunk/gnue-navigator/src/GNConfig.py =================================================================== --- trunk/gnue-navigator/src/GNConfig.py 2007-01-08 13:03:55 UTC (rev 9223) +++ trunk/gnue-navigator/src/GNConfig.py 2007-01-08 13:05:43 UTC (rev 9224) @@ -1,5 +1,5 @@ # -# Copyright 2001-2006 Free Software Foundation +# Copyright 2001-2007 Free Software Foundation # # This file is part of GNU Enterprise # Modified: trunk/gnue-navigator/src/GNObjects.py =================================================================== --- trunk/gnue-navigator/src/GNObjects.py 2007-01-08 13:03:55 UTC (rev 9223) +++ trunk/gnue-navigator/src/GNObjects.py 2007-01-08 13:05:43 UTC (rev 9224) @@ -16,7 +16,7 @@ # write to the Free Software Foundation, Inc., 59 Temple Place # - Suite 330, Boston, MA 02111-1307, USA. # -# Copyright 2002-2006 Free Software Foundation +# Copyright 2002-2007 Free Software Foundation # # FILE: # GNObjects.py Modified: trunk/gnue-navigator/src/GNParser.py =================================================================== --- trunk/gnue-navigator/src/GNParser.py 2007-01-08 13:03:55 UTC (rev 9223) +++ trunk/gnue-navigator/src/GNParser.py 2007-01-08 13:05:43 UTC (rev 9224) @@ -16,7 +16,7 @@ # write to the Free Software Foundation, Inc., 59 Temple Place # - Suite 330, Boston, MA 02111-1307, USA. # -# Copyright 2002-2006 Free Software Foundation +# Copyright 2002-2007 Free Software Foundation # # FILE: # GNParser.py Modified: trunk/gnue-navigator/src/UIgtk2.py =================================================================== --- trunk/gnue-navigator/src/UIgtk2.py 2007-01-08 13:03:55 UTC (rev 9223) +++ trunk/gnue-navigator/src/UIgtk2.py 2007-01-08 13:05:43 UTC (rev 9224) @@ -1,6 +1,6 @@ # GNU Enterprise Navigator - GTK Frontent # -# Copyright 2001-2006 Free Software Foundation +# Copyright 2001-2007 Free Software Foundation # # This file is part of GNU Enterprise # Modified: trunk/gnue-navigator/src/UIqt3.py =================================================================== --- trunk/gnue-navigator/src/UIqt3.py 2007-01-08 13:03:55 UTC (rev 9223) +++ trunk/gnue-navigator/src/UIqt3.py 2007-01-08 13:05:43 UTC (rev 9224) @@ -1,6 +1,6 @@ # GNU Enterprise Navigator - QT Frontent # -# Copyright 2001-2006 Free Software Foundation +# Copyright 2001-2007 Free Software Foundation # # This file is part of GNU Enterprise # Modified: trunk/gnue-navigator/src/UItext.py =================================================================== --- trunk/gnue-navigator/src/UItext.py 2007-01-08 13:03:55 UTC (rev 9223) +++ trunk/gnue-navigator/src/UItext.py 2007-01-08 13:05:43 UTC (rev 9224) @@ -1,5 +1,5 @@ # -# Copyright 2002-2006 Free Software Foundation +# Copyright 2002-2007 Free Software Foundation # # This file is part of GNU Enterprise. # Modified: trunk/gnue-navigator/src/UIweb.py =================================================================== --- trunk/gnue-navigator/src/UIweb.py 2007-01-08 13:03:55 UTC (rev 9223) +++ trunk/gnue-navigator/src/UIweb.py 2007-01-08 13:05:43 UTC (rev 9224) @@ -1,5 +1,5 @@ # -# Copyright 2002-2006 Free Software Foundation +# Copyright 2002-2007 Free Software Foundation # # This file is part of GNU Enterprise. # Modified: trunk/gnue-navigator/src/UIwin32.py =================================================================== --- trunk/gnue-navigator/src/UIwin32.py 2007-01-08 13:03:55 UTC (rev 9223) +++ trunk/gnue-navigator/src/UIwin32.py 2007-01-08 13:05:43 UTC (rev 9224) @@ -1,5 +1,5 @@ # -# Copyright 2002-2006 Free Software Foundation +# Copyright 2002-2007 Free Software Foundation # # This file is part of GNU Enterprise. # Modified: trunk/gnue-navigator/src/UIwx.py =================================================================== --- trunk/gnue-navigator/src/UIwx.py 2007-01-08 13:03:55 UTC (rev 9223) +++ trunk/gnue-navigator/src/UIwx.py 2007-01-08 13:05:43 UTC (rev 9224) @@ -1,5 +1,5 @@ # -# Copyright 2002-2006 Free Software Foundation +# Copyright 2002-2007 Free Software Foundation # # This file is part of GNU Enterprise. # Modified: trunk/gnue-navigator/src/UIwx26.py =================================================================== --- trunk/gnue-navigator/src/UIwx26.py 2007-01-08 13:03:55 UTC (rev 9223) +++ trunk/gnue-navigator/src/UIwx26.py 2007-01-08 13:05:43 UTC (rev 9224) @@ -1,6 +1,6 @@ # GNU Enterprise Navigator - wx26 User Interface # -# Copyright 2001-2006 Free Software Foundation +# Copyright 2001-2007 Free Software Foundation # # This file is part of GNU Enterprise # Modified: trunk/gnue-navigator/src/__init__.py =================================================================== --- trunk/gnue-navigator/src/__init__.py 2007-01-08 13:03:55 UTC (rev 9223) +++ trunk/gnue-navigator/src/__init__.py 2007-01-08 13:05:43 UTC (rev 9224) @@ -1,6 +1,6 @@ # GNU Enterprise Navigator # -# Copyright 2001-2006 Free Software Foundation +# Copyright 2001-2007 Free Software Foundation # # This file is part of GNU Enterprise # Modified: trunk/gnue-navigator/src/external/__init__.py =================================================================== --- trunk/gnue-navigator/src/external/__init__.py 2007-01-08 13:03:55 UTC (rev 9223) +++ trunk/gnue-navigator/src/external/__init__.py 2007-01-08 13:05:43 UTC (rev 9224) @@ -1,5 +1,5 @@ # -# Copyright 2001-2006 Free Software Foundation +# Copyright 2001-2007 Free Software Foundation # # This file is part of GNU Enterprise # Modified: trunk/gnue-navigator/src/external/zope/__init__.py =================================================================== --- trunk/gnue-navigator/src/external/zope/__init__.py 2007-01-08 13:03:55 UTC (rev 9223) +++ trunk/gnue-navigator/src/external/zope/__init__.py 2007-01-08 13:05:43 UTC (rev 9224) @@ -1,5 +1,5 @@ # -# Copyright 2001-2006 Free Software Foundation +# Copyright 2001-2007 Free Software Foundation # # This file is part of GNU Enterprise # Modified: trunk/gnue-navigator/src/foundation/__init__.py =================================================================== --- trunk/gnue-navigator/src/foundation/__init__.py 2007-01-08 13:03:55 UTC (rev 9223) +++ trunk/gnue-navigator/src/foundation/__init__.py 2007-01-08 13:05:43 UTC (rev 9224) @@ -1,5 +1,5 @@ # -# Copyright 2001-2006 Free Software Foundation +# Copyright 2001-2007 Free Software Foundation # # This file is part of GNU Enterprise # Modified: trunk/gnue-navigator/src/foundation/application.py =================================================================== --- trunk/gnue-navigator/src/foundation/application.py 2007-01-08 13:03:55 UTC (rev 9223) +++ trunk/gnue-navigator/src/foundation/application.py 2007-01-08 13:05:43 UTC (rev 9224) @@ -1,6 +1,6 @@ # GNU Application Platform # -# Copyright 2001-2006 Free Software Foundation +# Copyright 2001-2007 Free Software Foundation # # This file is part of GNU Enterprise # Modified: trunk/gnue-navigator/src/foundation/interfaces.py =================================================================== --- trunk/gnue-navigator/src/foundation/interfaces.py 2007-01-08 13:03:55 UTC (rev 9223) +++ trunk/gnue-navigator/src/foundation/interfaces.py 2007-01-08 13:05:43 UTC (rev 9224) @@ -1,5 +1,5 @@ # -# Copyright 2001-2006 Free Software Foundation +# Copyright 2001-2007 Free Software Foundation # # This file is part of GNU Enterprise # _______________________________________________ commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
