bernhard: thuban/Thuban/UI about.py,1.11,1.12

cvs@intevation.de cvs at intevation.de
Fri Mar 26 19:15:37 CET 2004


Author: bernhard

Update of /thubanrepository/thuban/Thuban/UI
In directory doto:/tmp/cvs-serv12908/Thuban/UI

Modified Files:
	about.py 
Log Message:
* Thuban/UI/about.py: Extended copyright to 2004 and added
information about the thuban-devel mailinglist.
* ChangeLog: Added changes.


Index: about.py
===================================================================
RCS file: /thubanrepository/thuban/Thuban/UI/about.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- about.py	3 Feb 2004 19:12:03 -0000	1.11
+++ about.py	26 Mar 2004 18:15:35 -0000	1.12
@@ -1,6 +1,7 @@
-# Copyright (c) 2001, 2002, 2003 by Intevation GmbH
+# Copyright (c) 2001, 2002, 2003, 2004 by Intevation GmbH
 # Authors:
 # Jonathan Coles <jonathan at intevation.de>
+# Bernhard Reiter <bernhard at intevation.de>
 #
 # This program is free software under the GPL (>=v2)
 # Read the file COPYING coming with Thuban for details.
@@ -89,14 +90,16 @@
 
         text += \
             _("Questions and comments can be sent to the following addresses:\n"
-            "\tThuban developers:\n\t\t<thuban at intevation.de>\n"
-            "\tThuban mailing list:\n\t\t<thuban-list at intevation.de>")
+            "\tGeneral list (public):\n\t\t<thuban-list at intevation.de>\n"
+            "\tDevelopers list (public):\n\t\t<thuban-devel at intevation.de>\n"
+            "\tThuban team at Intevation:\n\t\t<thuban at intevation.de>\n"
+            )
 
         self.text = text
 
         text_title = wxStaticText(self, -1, 
             _("Thuban is a program for exploring geographic data.\n\n") +
-            "Copyright 2001-2003 Intevation GmbH.\n" +
+            "Copyright 2001-2004 Intevation GmbH.\n" +
             _("Thuban is licensed under the GNU GPL"),
                                   style=wxST_NO_AUTORESIZE|wxALIGN_CENTRE)
 





More information about the Thuban-devel mailing list

This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)