[Greater-commits] r433 - in trunk/GREAT-ER-DB: GreaterDB generator/GreaterAPIGenerator generator/WrapperGenerator impl/postgresql/test test tools

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jul 13 11:34:02 CEST 2011


Author: bricks
Date: 2011-07-13 11:33:59 +0200 (Wed, 13 Jul 2011)
New Revision: 433

Modified:
   trunk/GREAT-ER-DB/GreaterDB/dssfiledb.py
   trunk/GREAT-ER-DB/GreaterDB/interface.py
   trunk/GREAT-ER-DB/generator/GreaterAPIGenerator/cfiles.py
   trunk/GREAT-ER-DB/generator/GreaterAPIGenerator/dbfunctions.py
   trunk/GREAT-ER-DB/generator/GreaterAPIGenerator/main.py
   trunk/GREAT-ER-DB/generator/GreaterAPIGenerator/pyfiles.py
   trunk/GREAT-ER-DB/generator/WrapperGenerator/cmodule.py
   trunk/GREAT-ER-DB/generator/WrapperGenerator/functions.py
   trunk/GREAT-ER-DB/impl/postgresql/test/postgressupport.py
   trunk/GREAT-ER-DB/impl/postgresql/test/runtests.py
   trunk/GREAT-ER-DB/impl/postgresql/test/support.py
   trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_a_res.py
   trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_b_subst.py
   trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_c_catch.py
   trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_d_connect.py
   trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_e_para_tree_def.py
   trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_f_stretch.py
   trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_g_disch.py
   trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_h_market.py
   trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_i_env.py
   trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_j_sess.py
   trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_k_mod.py
   trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_l_user.py
   trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_m_group.py
   trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_n_message.py
   trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_o_phrase.py
   trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_p_bin_obj.py
   trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_q_temp_sess.py
   trunk/GREAT-ER-DB/test/mock_db.py
   trunk/GREAT-ER-DB/test/runtests.py
   trunk/GREAT-ER-DB/test/support.py
   trunk/GREAT-ER-DB/test/test_dssfiledb.py
   trunk/GREAT-ER-DB/tools/parse_function_proto.py
   trunk/GREAT-ER-DB/tools/parse_struct_spec.py
Log:
Update copyright to 2011


Modified: trunk/GREAT-ER-DB/GreaterDB/dssfiledb.py
===================================================================
--- trunk/GREAT-ER-DB/GreaterDB/dssfiledb.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/GreaterDB/dssfiledb.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Jan-Oliver Wagner <jan at intevation.de>
 # Frank Koormann <frank at intevation.de>

Modified: trunk/GREAT-ER-DB/GreaterDB/interface.py
===================================================================
--- trunk/GREAT-ER-DB/GreaterDB/interface.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/GreaterDB/interface.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (C) 2002, 2003 by Intevation GmbH
+# Copyright (c) 2002, 2003, 2011 by Intevation GmbH
 # Authors:
 # Bernhard Herzog <bh at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/generator/GreaterAPIGenerator/cfiles.py
===================================================================
--- trunk/GREAT-ER-DB/generator/GreaterAPIGenerator/cfiles.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/generator/GreaterAPIGenerator/cfiles.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2002 by Intevation GmbH
+# Copyright (c) 2002, 2011 by Intevation GmbH
 # Authors:
 # Bernhard Herzog <bh at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/generator/GreaterAPIGenerator/dbfunctions.py
===================================================================
--- trunk/GREAT-ER-DB/generator/GreaterAPIGenerator/dbfunctions.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/generator/GreaterAPIGenerator/dbfunctions.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2002, 2003, 2005 by Intevation GmbH
+# Copyright (c) 2002, 2003, 2005, 2011 by Intevation GmbH
 # Authors:
 # Bernhard Herzog <bh at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/generator/GreaterAPIGenerator/main.py
===================================================================
--- trunk/GREAT-ER-DB/generator/GreaterAPIGenerator/main.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/generator/GreaterAPIGenerator/main.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2002 by Intevation GmbH
+# Copyright (c) 2002, 2011 by Intevation GmbH
 # Authors:
 # Bernhard Herzog <bh at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/generator/GreaterAPIGenerator/pyfiles.py
===================================================================
--- trunk/GREAT-ER-DB/generator/GreaterAPIGenerator/pyfiles.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/generator/GreaterAPIGenerator/pyfiles.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2002 by Intevation GmbH
+# Copyright (c) 2002, 2011 by Intevation GmbH
 # Authors:
 # Bernhard Herzog <bh at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/generator/WrapperGenerator/cmodule.py
===================================================================
--- trunk/GREAT-ER-DB/generator/WrapperGenerator/cmodule.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/generator/WrapperGenerator/cmodule.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2002 by Intevation GmbH
+# Copyright (c) 2002, 2011 by Intevation GmbH
 # Authors:
 # Bernhard Herzog <bh at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/generator/WrapperGenerator/functions.py
===================================================================
--- trunk/GREAT-ER-DB/generator/WrapperGenerator/functions.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/generator/WrapperGenerator/functions.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2002, 2003 by Intevation GmbH
+# Copyright (c) 2002, 2003, 2011 by Intevation GmbH
 # Authors:
 # Bernhard Herzog <bh at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/impl/postgresql/test/postgressupport.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/postgressupport.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/postgressupport.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Bernhard Herzog <bh at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/impl/postgresql/test/runtests.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/runtests.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/runtests.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (c) 2002 by Intevation GmbH
+# Copyright (c) 2002, 2011 by Intevation GmbH
 # Authors:
 # Bernhard Herzog <bh at intevation.de>
 # Jan-Oliver Wagner <jan at intevation.de>

Modified: trunk/GREAT-ER-DB/impl/postgresql/test/support.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/support.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/support.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Bernhard Herzog <bh at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_a_res.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_a_res.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_a_res.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Harjo Korte <harjo at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_b_subst.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_b_subst.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_b_subst.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Harjo Korte <harjo at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_c_catch.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_c_catch.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_c_catch.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Harjo Korte <harjo at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_d_connect.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_d_connect.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_d_connect.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Harjo Korte <harjo at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_e_para_tree_def.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_e_para_tree_def.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_e_para_tree_def.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Harjo Korte <harjo at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_f_stretch.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_f_stretch.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_f_stretch.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Harjo Korte <harjo at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_g_disch.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_g_disch.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_g_disch.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Harjo Korte <harjo at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_h_market.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_h_market.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_h_market.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Harjo Korte <harjo at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_i_env.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_i_env.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_i_env.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Harjo Korte <harjo at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_j_sess.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_j_sess.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_j_sess.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Harjo Korte <harjo at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_k_mod.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_k_mod.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_k_mod.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Harjo Korte <harjo at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_l_user.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_l_user.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_l_user.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Harjo Korte <harjo at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_m_group.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_m_group.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_m_group.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Harjo Korte <harjo at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_n_message.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_n_message.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_n_message.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Harjo Korte <harjo at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_o_phrase.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_o_phrase.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_o_phrase.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Harjo Korte <harjo at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_p_bin_obj.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_p_bin_obj.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_p_bin_obj.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Harjo Korte <harjo at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_q_temp_sess.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_q_temp_sess.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_q_temp_sess.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Harjo Korte <harjo at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/test/mock_db.py
===================================================================
--- trunk/GREAT-ER-DB/test/mock_db.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/test/mock_db.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2002, 2003 by Intevation GmbH
+# Copyright (c) 2002, 2003, 2011 by Intevation GmbH
 # Authors:
 # Jan-Oliver Wagner <jan at intevation.de>
 # Frank Koormann <frank.koormann at intevation.de>

Modified: trunk/GREAT-ER-DB/test/runtests.py
===================================================================
--- trunk/GREAT-ER-DB/test/runtests.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/test/runtests.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (c) 2002 by Intevation GmbH
+# Copyright (c) 2002, 2011 by Intevation GmbH
 # Authors:
 # Bernhard Herzog <bh at intevation.de>
 # Jan-Oliver Wagner <jan at intevation.de>

Modified: trunk/GREAT-ER-DB/test/support.py
===================================================================
--- trunk/GREAT-ER-DB/test/support.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/test/support.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Bernhard Herzog <bh at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/test/test_dssfiledb.py
===================================================================
--- trunk/GREAT-ER-DB/test/test_dssfiledb.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/test/test_dssfiledb.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2011 by Intevation GmbH
 # Authors:
 # Jan-Oliver Wagner <jan at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/tools/parse_function_proto.py
===================================================================
--- trunk/GREAT-ER-DB/tools/parse_function_proto.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/tools/parse_function_proto.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,5 +1,5 @@
 #! /usr/bin/env python2.1
-# Copyright (c) 2002 by Intevation GmbH
+# Copyright (c) 2002, 2011 by Intevation GmbH
 # Authors:
 # Bernhard Herzog <bh at intevation.de>
 #

Modified: trunk/GREAT-ER-DB/tools/parse_struct_spec.py
===================================================================
--- trunk/GREAT-ER-DB/tools/parse_struct_spec.py	2011-07-13 09:14:28 UTC (rev 432)
+++ trunk/GREAT-ER-DB/tools/parse_struct_spec.py	2011-07-13 09:33:59 UTC (rev 433)
@@ -1,5 +1,5 @@
 #! /usr/bin/env python2.1
-# Copyright (c) 2002 by Intevation GmbH
+# Copyright (c) 2002, 2011 by Intevation GmbH
 # Authors:
 # Bernhard Herzog <bh at intevation.de>
 #



More information about the Greater-commits mailing list