[Thuban-commits] r2848 - in trunk/thuban: . Extensions/wms
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Jun 23 10:26:43 CEST 2008
Author: dpinte
Date: 2008-06-23 10:26:42 +0200 (Mon, 23 Jun 2008)
New Revision: 2848
Modified:
trunk/thuban/ChangeLog
trunk/thuban/Extensions/wms/__init__.py
trunk/thuban/Extensions/wms/layer.py
trunk/thuban/Extensions/wms/wms.py
Log:
2008-06-23 Didrik Pinte <dpinte at dipole-consulting.com>
* Extension/wms/__init__.py, wms.py, layer.py : copyright left to
Intevation.
Modified: trunk/thuban/ChangeLog
===================================================================
--- trunk/thuban/ChangeLog 2008-06-20 14:21:15 UTC (rev 2847)
+++ trunk/thuban/ChangeLog 2008-06-23 08:26:42 UTC (rev 2848)
@@ -1,3 +1,7 @@
+2008-06-23 Didrik Pinte <dpinte at dipole-consulting.com>
+ * Extension/wms/__init__.py, wms.py, layer.py : copyright left to
+ Intevation.
+
2008-06-19 Didrik Pinte <dpinte at dipole-consulting.com>
* Extension/wms/__init__.py, wms.py, layer.py : wms extension has been
update to use owslib 0.3. Extension is not stable but usable.
Modified: trunk/thuban/Extensions/wms/__init__.py
===================================================================
--- trunk/thuban/Extensions/wms/__init__.py 2008-06-20 14:21:15 UTC (rev 2847)
+++ trunk/thuban/Extensions/wms/__init__.py 2008-06-23 08:26:42 UTC (rev 2848)
@@ -1,6 +1,7 @@
-# Copyright (c) 2003, 2004 by Intevation GmbH
+# Copyright (c) 2003, 2004, 2008 by Intevation GmbH
# Authors:
# Jan-Oliver Wagner <jan at intevation.de> (2003, 2004)
+# Didrik Pinte <dpinte at dipole-consulting.com> (2008)
#
# This program is free software under the GPL (>=v2)
# Read the file COPYING coming with Thuban for details.
@@ -24,5 +25,5 @@
name = 'WMS',
version = '0.3.0',
authors= [ 'Didrik Pinte', 'Jan-Oliver Wagner', 'Martin Schulze' ],
- copyright = '2008 Dipole Consulting SPRL - 2003, 2004 Intevation GmbH',
+ copyright = '2003, 2004, 2008 Intevation GmbH',
desc = _("Provide layers via OGC WMS.")))
Modified: trunk/thuban/Extensions/wms/layer.py
===================================================================
--- trunk/thuban/Extensions/wms/layer.py 2008-06-20 14:21:15 UTC (rev 2847)
+++ trunk/thuban/Extensions/wms/layer.py 2008-06-23 08:26:42 UTC (rev 2848)
@@ -1,5 +1,4 @@
-# Copyright (c) 2003, 2004, 2007 by Intevation GmbH
-# Copyright (c) 2008 by Dipole Consulting SPRL
+# Copyright (c) 2003, 2004, 2007, 2008 by Intevation GmbH
# Authors:
# Didrik Pinte <dpinte at dipole-consulting.com>
# Jan-Oliver Wagner <jan at intevation.de>
Modified: trunk/thuban/Extensions/wms/wms.py
===================================================================
--- trunk/thuban/Extensions/wms/wms.py 2008-06-20 14:21:15 UTC (rev 2847)
+++ trunk/thuban/Extensions/wms/wms.py 2008-06-23 08:26:42 UTC (rev 2848)
@@ -1,5 +1,4 @@
-# Copyright (C) 2003, 2004 by Intevation GmbH
-# Copyright (C) 2008 by Dipole Consulting SPRL
+# Copyright (C) 2003, 2004, 2008 by Intevation GmbH
# Authors:
# Didrik Pinte <dpinte at dipole-consulting.com> (2008)
# Jan-Oliver Wagner <jan at intevation.de> (2003, 2004)
More information about the Thuban-commits
mailing list