[GRASS-SVN] r71901 - in grass/branches/releasebranch_7_2/temporal: t.create t.info t.list t.merge t.rast.accdetect t.rast.accumulate t.rast.aggregate t.rast.aggregate.ds t.rast.algebra t.rast.colors t.rast.contour t.rast.export t.rast.extract t.rast.gapfill t.rast.import t.rast.list t.rast.mapcalc t.rast.neighbors t.rast.out.vtk t.rast.series t.rast.to.rast3 t.rast.to.vect t.rast.univar t.rast.what t.rast3d.algebra t.rast3d.extract t.rast3d.list t.rast3d.mapcalc t.rast3d.univar t.register t.remove t.rename t.sample t.select t.shift t.snap t.support t.topology t.unregister t.vect.algebra t.vect.db.select t.vect.export t.vect.extract t.vect.import t.vect.list t.vect.observe.strds t.vect.univar t.vect.what.strds

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 6 06:35:15 PST 2017


Author: neteler
Date: 2017-12-06 06:35:15 -0800 (Wed, 06 Dec 2017)
New Revision: 71901

Modified:
   grass/branches/releasebranch_7_2/temporal/t.create/t.create.py
   grass/branches/releasebranch_7_2/temporal/t.info/t.info.py
   grass/branches/releasebranch_7_2/temporal/t.list/t.list.py
   grass/branches/releasebranch_7_2/temporal/t.merge/t.merge.py
   grass/branches/releasebranch_7_2/temporal/t.rast.accdetect/t.rast.accdetect.py
   grass/branches/releasebranch_7_2/temporal/t.rast.accumulate/t.rast.accumulate.py
   grass/branches/releasebranch_7_2/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py
   grass/branches/releasebranch_7_2/temporal/t.rast.aggregate/t.rast.aggregate.py
   grass/branches/releasebranch_7_2/temporal/t.rast.algebra/t.rast.algebra.py
   grass/branches/releasebranch_7_2/temporal/t.rast.colors/t.rast.colors.py
   grass/branches/releasebranch_7_2/temporal/t.rast.contour/t.rast.contour.py
   grass/branches/releasebranch_7_2/temporal/t.rast.export/t.rast.export.py
   grass/branches/releasebranch_7_2/temporal/t.rast.extract/t.rast.extract.py
   grass/branches/releasebranch_7_2/temporal/t.rast.gapfill/t.rast.gapfill.py
   grass/branches/releasebranch_7_2/temporal/t.rast.import/t.rast.import.py
   grass/branches/releasebranch_7_2/temporal/t.rast.list/t.rast.list.py
   grass/branches/releasebranch_7_2/temporal/t.rast.mapcalc/t.rast.mapcalc.py
   grass/branches/releasebranch_7_2/temporal/t.rast.neighbors/t.rast.neighbors.py
   grass/branches/releasebranch_7_2/temporal/t.rast.out.vtk/t.rast.out.vtk.py
   grass/branches/releasebranch_7_2/temporal/t.rast.series/t.rast.series.py
   grass/branches/releasebranch_7_2/temporal/t.rast.to.rast3/t.rast.to.rast3.py
   grass/branches/releasebranch_7_2/temporal/t.rast.to.vect/t.rast.to.vect.py
   grass/branches/releasebranch_7_2/temporal/t.rast.univar/t.rast.univar.py
   grass/branches/releasebranch_7_2/temporal/t.rast.what/t.rast.what.py
   grass/branches/releasebranch_7_2/temporal/t.rast3d.algebra/t.rast3d.algebra.py
   grass/branches/releasebranch_7_2/temporal/t.rast3d.extract/t.rast3d.extract.py
   grass/branches/releasebranch_7_2/temporal/t.rast3d.list/t.rast3d.list.py
   grass/branches/releasebranch_7_2/temporal/t.rast3d.mapcalc/t.rast3d.mapcalc.py
   grass/branches/releasebranch_7_2/temporal/t.rast3d.univar/t.rast3d.univar.py
   grass/branches/releasebranch_7_2/temporal/t.register/t.register.py
   grass/branches/releasebranch_7_2/temporal/t.remove/t.remove.py
   grass/branches/releasebranch_7_2/temporal/t.rename/t.rename.py
   grass/branches/releasebranch_7_2/temporal/t.sample/t.sample.py
   grass/branches/releasebranch_7_2/temporal/t.select/t.select.py
   grass/branches/releasebranch_7_2/temporal/t.shift/t.shift.py
   grass/branches/releasebranch_7_2/temporal/t.snap/t.snap.py
   grass/branches/releasebranch_7_2/temporal/t.support/t.support.py
   grass/branches/releasebranch_7_2/temporal/t.topology/t.topology.py
   grass/branches/releasebranch_7_2/temporal/t.unregister/t.unregister.py
   grass/branches/releasebranch_7_2/temporal/t.vect.algebra/t.vect.algebra.py
   grass/branches/releasebranch_7_2/temporal/t.vect.db.select/t.vect.db.select.py
   grass/branches/releasebranch_7_2/temporal/t.vect.export/t.vect.export.py
   grass/branches/releasebranch_7_2/temporal/t.vect.extract/t.vect.extract.py
   grass/branches/releasebranch_7_2/temporal/t.vect.import/t.vect.import.py
   grass/branches/releasebranch_7_2/temporal/t.vect.list/t.vect.list.py
   grass/branches/releasebranch_7_2/temporal/t.vect.observe.strds/t.vect.observe.strds.py
   grass/branches/releasebranch_7_2/temporal/t.vect.univar/t.vect.univar.py
   grass/branches/releasebranch_7_2/temporal/t.vect.what.strds/t.vect.what.strds.py
Log:
temporal: update header to standard statement

Modified: grass/branches/releasebranch_7_2/temporal/t.create/t.create.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.create/t.create.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.create/t.create.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Create a space time dataset
-# COPYRIGHT:    (C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2011-2017 by the GRASS Development Team
 #
-#		This program is free software under the GNU General Public
-#		License (version 2). Read the file COPYING that comes with GRASS
-#		for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.info/t.info.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.info/t.info.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.info/t.info.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Print information about a space-time dataset
-# COPYRIGHT:    (C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2011-2017 by the GRASS Development Team
 #
-#       This program is free software under the GNU General Public
-#       License (version 2). Read the file COPYING that comes with GRASS
-#       for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.list/t.list.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.list/t.list.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.list/t.list.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S): Soeren Gebbert
 #
 # PURPOSE: List space time datasets and maps registered in the temporal database
-# COPYRIGHT: (C) 2011-2014, Soeren Gebbert and the GRASS Development Team
+# COPYRIGHT: (C) 2011-2017, Soeren Gebbert and the GRASS Development Team
 #
-# This program is free software under the GNU General Public
-# License (version 2). Read the file COPYING that comes with GRASS
-# for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.merge/t.merge.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.merge/t.merge.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.merge/t.merge.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Merge several space time datasets into a single one
-# COPYRIGHT:    (C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2011-2017 by the GRASS Development Team
 #
-#               This program is free software under the GNU General Public
-#               License (version 2). Read the file COPYING that comes with GRASS
-#               for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast.accdetect/t.rast.accdetect.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.accdetect/t.rast.accdetect.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.accdetect/t.rast.accdetect.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Detect accumulation pattern in temporally accumulated space time raster datasets created by t.rast.accumulate.
-# COPYRIGHT:    (C) 2013 - 2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2013-2017  by the GRASS Development Team
 #
-#               This program is free software under the GNU General Public
-#               License (version 2). Read the file COPYING that comes with GRASS
-#               for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast.accumulate/t.rast.accumulate.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.accumulate/t.rast.accumulate.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.accumulate/t.rast.accumulate.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Compute cyclic accumulations of a space time raster dataset
-# COPYRIGHT:    (C) 2013 - 2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2013-2017 by the GRASS Development Team
 #
-#               This program is free software under the GNU General Public
-#               License (version 2). Read the file COPYING that comes with GRASS
-#               for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast.aggregate/t.rast.aggregate.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.aggregate/t.rast.aggregate.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.aggregate/t.rast.aggregate.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Temporally aggregates the maps of a space time raster dataset by a user defined granularity.
-# COPYRIGHT:    (C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2011-2017 by the GRASS Development Team
 #
-#               This program is free software under the GNU General Public
-#               License (version 2). Read the file COPYING that comes with GRASS
-#               for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):	Soeren Gebbert
 #
 # PURPOSE:	Aggregates data of an existing space time raster dataset using the time intervals of a second space time dataset
-# COPYRIGHT:	(C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:	(C) 2011-2017 by the GRASS Development Team
 #
-#		This program is free software under the GNU General Public
-#		License (version 2). Read the file COPYING that comes with GRASS
-#		for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast.algebra/t.rast.algebra.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.algebra/t.rast.algebra.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.algebra/t.rast.algebra.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -8,12 +8,18 @@
 # PURPOSE:      Provide temporal raster algebra to perform spatial an temporal operations
 #               for space time datasets by topological relationships to other space time
 #               datasets.
-# COPYRIGHT:    (C) 2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2014-2017 by the GRASS Development Team
 #
-#		This program is free software under the GNU General Public
-#		License (version 2). Read the file COPYING that comes with GRASS
-#		for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast.colors/t.rast.colors.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.colors/t.rast.colors.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.colors/t.rast.colors.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):	Soeren Gebbert
 #
 # PURPOSE:  Creates/modifies the color table associated with each raster map of the space time raster dataset.
-# COPYRIGHT:	(C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:	(C) 2011-2017 by the GRASS Development Team
 #
-#		This program is free software under the GNU General Public
-#		License (version 2). Read the file COPYING that comes with GRASS
-#		for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast.contour/t.rast.contour.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.contour/t.rast.contour.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.contour/t.rast.contour.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,17 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Produces a space time vector dataset of specified contours from a space time raster dataset.
+# COPYRIGHT:    (C) 2015-2017 by the GRASS Development Team
 #
-# COPYRIGHT:    (C) 2015 by the GRASS Development Team
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
-#               This program is free software under the GNU General Public
-#               License (version 2). Read the file COPYING that comes with GRASS
-#               for details.
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
 #
 #############################################################################
 

Modified: grass/branches/releasebranch_7_2/temporal/t.rast.export/t.rast.export.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.export/t.rast.export.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.export/t.rast.export.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Export a space time raster dataset
-# COPYRIGHT:    (C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2011-2017 by the GRASS Development Team
 #
-#               This program is free software under the GNU General Public
-#               License (version 2). Read the file COPYING that comes with GRASS
-#               for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast.extract/t.rast.extract.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.extract/t.rast.extract.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.extract/t.rast.extract.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):	Soeren Gebbert
 #
 # PURPOSE:	Extract a subset of a space time raster dataset
-# COPYRIGHT:	(C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:	(C) 2011-2017 by the GRASS Development Team
 #
-#		This program is free software under the GNU General Public
-#		License (version 2). Read the file COPYING that comes with GRASS
-#		for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast.gapfill/t.rast.gapfill.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.gapfill/t.rast.gapfill.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.gapfill/t.rast.gapfill.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Replace gaps in a space time raster dataset with interpolated raster maps.
-# COPYRIGHT:    (C) 2012 by the GRASS Development Team
+# COPYRIGHT:    (C) 2012-2017 by the GRASS Development Team
 #
-#               This program is free software under the GNU General Public
-#               License (version 2). Read the file COPYING that comes with GRASS
-#               for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast.import/t.rast.import.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.import/t.rast.import.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.import/t.rast.import.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -5,13 +5,19 @@
 # MODULE:        t.rast.import
 # AUTHOR(S):     Soeren Gebbert
 #
-# PURPOSE:        Import a space time raster dataset
-# COPYRIGHT:        (C) 2011-2014 by the GRASS Development Team
+# PURPOSE:       Import a space time raster dataset
+# COPYRIGHT:     (C) 2011-2017 by the GRASS Development Team
 #
-#                This program is free software under the GNU General Public
-#                License (version 2). Read the file COPYING that comes with GRASS
-#                for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast.list/t.rast.list.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.list/t.rast.list.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.list/t.rast.list.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):	Soeren Gebbert
 #
 # PURPOSE:	List registered maps of a space time raster dataset
-# COPYRIGHT:	(C) 2011-2014, Soeren Gebbert and the GRASS Development Team
+# COPYRIGHT:	(C) 2011-2017, Soeren Gebbert and the GRASS Development Team
 #
-#		This program is free software under the GNU General Public
-#		License (version 2). Read the file COPYING that comes with GRASS
-#		for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast.mapcalc/t.rast.mapcalc.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.mapcalc/t.rast.mapcalc.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.mapcalc/t.rast.mapcalc.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):	Soeren Gebbert
 #
 # PURPOSE:	Perform spatio-temporal mapcalc expressions on temporal sampled maps of space time raster datasets
-# COPYRIGHT:	(C) 2012-2014 by the GRASS Development Team
+# COPYRIGHT:	(C) 2012-2017 by the GRASS Development Team
 #
-#		This program is free software under the GNU General Public
-#		License (version 2). Read the file COPYING that comes with GRASS
-#		for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast.neighbors/t.rast.neighbors.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.neighbors/t.rast.neighbors.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.neighbors/t.rast.neighbors.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -9,10 +9,16 @@
 #               raster dataset.
 # COPYRIGHT:    (C) 2013 by the GRASS Development Team
 #
-#               This program is free software under the GNU General Public
-#               License (version 2). Read the file COPYING that comes with GRASS
-#               for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast.out.vtk/t.rast.out.vtk.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.out.vtk/t.rast.out.vtk.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.out.vtk/t.rast.out.vtk.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Export space time raster dataset as VTK time series
-# COPYRIGHT:    (C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2011-2017 by the GRASS Development Team
 #
-#               This program is free software under the GNU General Public
-#               License (version 2). Read the file COPYING that comes with GRASS
-#               for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast.series/t.rast.series.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.series/t.rast.series.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.series/t.rast.series.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,13 +6,19 @@
 # AUTHOR(S):	Soeren Gebbert
 #
 # PURPOSE:	Perform different aggregation algorithms from r.series on all or a
-#          selected subset of raster maps in a space time raster dataset
-# COPYRIGHT:	(C) 2011-2014 by the GRASS Development Team
+#           selected subset of raster maps in a space time raster dataset
+# COPYRIGHT:	(C) 2011-2017 by the GRASS Development Team
 #
-#		This program is free software under the GNU General Public
-#		License (version 2). Read the file COPYING that comes with GRASS
-#		for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast.to.rast3/t.rast.to.rast3.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.to.rast3/t.rast.to.rast3.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.to.rast3/t.rast.to.rast3.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Convert a space time raster dataset into a 3D raster map
-# COPYRIGHT:    (C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2011-2017 by the GRASS Development Team
 #
-#               This program is free software under the GNU General Public
-#               License (version 2). Read the file COPYING that comes with GRASS
-#               for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast.to.vect/t.rast.to.vect.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.to.vect/t.rast.to.vect.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.to.vect/t.rast.to.vect.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -7,12 +7,18 @@
 #
 # PURPOSE:      Converts a space time raster dataset into a space time vector dataset.
 #
-# COPYRIGHT:    (C) 2015 by the GRASS Development Team
+# COPYRIGHT:    (C) 2015-2017 by the GRASS Development Team
 #
-#               This program is free software under the GNU General Public
-#               License (version 2). Read the file COPYING that comes with GRASS
-#               for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast.univar/t.rast.univar.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.univar/t.rast.univar.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.univar/t.rast.univar.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):	Soeren Gebbert
 #
 # PURPOSE:	Calculates univariate statistics from the non-null cells for each registered raster map of a space time raster dataset
-# COPYRIGHT:	(C) 2011-2014, Soeren Gebbert and the GRASS Development Team
+# COPYRIGHT:	(C) 2011-2017, Soeren Gebbert and the GRASS Development Team
 #
-#		This program is free software under the GNU General Public
-#		License (version 2). Read the file COPYING that comes with GRASS
-#		for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast.what/t.rast.what.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.what/t.rast.what.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.what/t.rast.what.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -5,16 +5,21 @@
 # MODULE:       t.rast.what
 # AUTHOR(S):    Soeren Gebbert
 #
-# PURPOSE:      Sample a space time raster dataset at specific vector point 
-#               coordinates and write the output to stdout using different 
+# PURPOSE:      Sample a space time raster dataset at specific vector point
+#               coordinates and write the output to stdout using different
 #               layouts
-#               
-# COPYRIGHT:    (C) 2015 by the GRASS Development Team
+# COPYRIGHT:    (C) 2015-2017 by the GRASS Development Team
 #
-#               This program is free software under the GNU General Public
-#               License (version 2). Read the file COPYING that comes with GRASS
-#               for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast3d.algebra/t.rast3d.algebra.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast3d.algebra/t.rast3d.algebra.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast3d.algebra/t.rast3d.algebra.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -8,12 +8,18 @@
 # PURPOSE:      Provide temporal 3D raster algebra to perform spatial an temporal operations
 #               for space time datasets by topological relationships to other space time
 #               datasets.
-# COPYRIGHT:    (C) 2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2017 by the GRASS Development Team
 #
-#		This program is free software under the GNU General Public
-#		License (version 2). Read the file COPYING that comes with GRASS
-#		for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast3d.extract/t.rast3d.extract.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast3d.extract/t.rast3d.extract.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast3d.extract/t.rast3d.extract.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):	Soeren Gebbert
 #
 # PURPOSE:	Extract a subset of a space time 3D raster dataset
-# COPYRIGHT:	(C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:	(C) 2011-2017 by the GRASS Development Team
 #
-#		This program is free software under the GNU General Public
-#		License (version 2). Read the file COPYING that comes with GRASS
-#		for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast3d.list/t.rast3d.list.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast3d.list/t.rast3d.list.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast3d.list/t.rast3d.list.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:  List registered maps of a space time raster3d dataset
-# COPYRIGHT:    (C) 2011-2014, Soeren Gebbert and the GRASS Development Team
+# COPYRIGHT:    (C) 2011-2017, Soeren Gebbert and the GRASS Development Team
 #
-#       This program is free software under the GNU General Public
-#       License (version 2). Read the file COPYING that comes with GRASS
-#       for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast3d.mapcalc/t.rast3d.mapcalc.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast3d.mapcalc/t.rast3d.mapcalc.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast3d.mapcalc/t.rast3d.mapcalc.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):	Soeren Gebbert
 #
 # PURPOSE:	Perform r3.mapcalc expressions on maps of sampled space time raster3d datasets
-# COPYRIGHT:	(C) 2012-2014 by the GRASS Development Team
+# COPYRIGHT:	(C) 2012-2017 by the GRASS Development Team
 #
-#		This program is free software under the GNU General Public
-#		License (version 2). Read the file COPYING that comes with GRASS
-#		for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rast3d.univar/t.rast3d.univar.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast3d.univar/t.rast3d.univar.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rast3d.univar/t.rast3d.univar.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -7,12 +7,18 @@
 #
 # PURPOSE:	Calculates univariate statistics from the non-null cells for each registered 3D 
 #               raster map of a space time 3D raster dataset
-# COPYRIGHT:	(C) 2011-2014, Soeren Gebbert and the GRASS Development Team
+# COPYRIGHT:	(C) 2011-2017, Soeren Gebbert and the GRASS Development Team
 #
-#		This program is free software under the GNU General Public
-#		License (version 2). Read the file COPYING that comes with GRASS
-#		for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.register/t.register.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.register/t.register.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.register/t.register.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):	Soeren Gebbert
 #
 # PURPOSE:	Registers raster, vector and raster3d maps in a space time dataset
-# COPYRIGHT:	(C) 2011-2014, Soeren Gebbert and the GRASS Development Team
+# COPYRIGHT:	(C) 2011-2017, Soeren Gebbert and the GRASS Development Team
 #
-#		This program is free software under the GNU General Public
-#		License (version 2). Read the file COPYING that comes with GRASS
-#		for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.remove/t.remove.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.remove/t.remove.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.remove/t.remove.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:  Remove space time datasets from the temporal database
-# COPYRIGHT:    (C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2011-2017 by the GRASS Development Team
 #
-#       This program is free software under the GNU General Public
-#       License (version 2). Read the file COPYING that comes with GRASS
-#       for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.rename/t.rename.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rename/t.rename.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.rename/t.rename.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Renames a space time dataset
-# COPYRIGHT:    (C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2011-2017 by the GRASS Development Team
 #
-#               This program is free software under the GNU General Public
-#               License (version 2). Read the file COPYING that comes with GRASS
-#               for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.sample/t.sample.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.sample/t.sample.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.sample/t.sample.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):	Soeren Gebbert
 #
 # PURPOSE:	Sample the input space time dataset(s) with a sample space time dataset and print the result to stdout
-# COPYRIGHT:	(C) 2011-2014, Soeren Gebbert and the GRASS Development Team
+# COPYRIGHT:	(C) 2011-2017, Soeren Gebbert and the GRASS Development Team
 #
-#		This program is free software under the GNU General Public
-#		License (version 2). Read the file COPYING that comes with GRASS
-#		for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.select/t.select.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.select/t.select.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.select/t.select.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -7,12 +7,18 @@
 #
 # PURPOSE:      Select maps from space time datasets by topological relationships to
 #               other space time datasets using temporal algebra.
-# COPYRIGHT:    (C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2011-2017 by the GRASS Development Team
 #
-#               This program is free software under the GNU General Public
-#               License (version 2). Read the file COPYING that comes with GRASS
-#               for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.shift/t.shift.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.shift/t.shift.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.shift/t.shift.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Temporally shift the maps of a space time dataset
-# COPYRIGHT:    (C) 2013-2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2013-2017 by the GRASS Development Team
 #
-#		This program is free software under the GNU General Public
-#		License (version 2). Read the file COPYING that comes with GRASS
-#		for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.snap/t.snap.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.snap/t.snap.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.snap/t.snap.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Temporally snap the maps of a space time dataset.
-# COPYRIGHT:    (C) 2013 by the GRASS Development Team
+# COPYRIGHT:    (C) 2013-2017 by the GRASS Development Team
 #
-#       This program is free software under the GNU General Public
-#       License (version 2). Read the file COPYING that comes with GRASS
-#       for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.support/t.support.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.support/t.support.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.support/t.support.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Modify the metadata of a space time dataset
-# COPYRIGHT:    (C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2011-2017 by the GRASS Development Team
 #
-#               This program is free software under the GNU General Public
-#               License (version 2). Read the file COPYING that comes with GRASS
-#               for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.topology/t.topology.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.topology/t.topology.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.topology/t.topology.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      List temporal topology of a space time dataset
-# COPYRIGHT:    (C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2011-2017 by the GRASS Development Team
 #
-#		This program is free software under the GNU General Public
-#		License (version 2). Read the file COPYING that comes with GRASS
-#		for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.unregister/t.unregister.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.unregister/t.unregister.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.unregister/t.unregister.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Unregister raster, vector and raster3d maps from the temporal database or a specific space time dataset
-# COPYRIGHT:    (C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2011-2017 by the GRASS Development Team
 #
-#               This program is free software under the GNU General Public
-#               License (version 2). Read the file COPYING that comes with GRASS
-#               for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.vect.algebra/t.vect.algebra.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.vect.algebra/t.vect.algebra.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.vect.algebra/t.vect.algebra.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -8,12 +8,18 @@
 # PURPOSE:      Provide temporal vector algebra to perform spatial and temporal operations
 #               for space time datasets by topological relationships to other space time
 #               datasets.
-# COPYRIGHT:    (C) 2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2014-2017 by the GRASS Development Team
 #
-#               This program is free software under the GNU General Public
-#               License (version 2). Read the file COPYING that comes with GRASS
-#               for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.vect.db.select/t.vect.db.select.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.vect.db.select/t.vect.db.select.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.vect.db.select/t.vect.db.select.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Prints attributes of vector maps registered in a space time vector dataset.
-# COPYRIGHT:	(C) 2011-2014, Soeren Gebbert and the GRASS Development Team
+# COPYRIGHT:	(C) 2011-2017, Soeren Gebbert and the GRASS Development Team
 #
-#               This program is free software under the GNU General Public
-#               License (version 2). Read the file COPYING that comes with GRASS
-#               for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.vect.export/t.vect.export.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.vect.export/t.vect.export.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.vect.export/t.vect.export.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Export a space time vector dataset.as GRASS specific archive file
-# COPYRIGHT:    (C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2011-2017 by the GRASS Development Team
 #
-#               This program is free software under the GNU General Public
-#               License (version 2). Read the file COPYING that comes with GRASS
-#               for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.vect.extract/t.vect.extract.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.vect.extract/t.vect.extract.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.vect.extract/t.vect.extract.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):	Soeren Gebbert
 #
 # PURPOSE:	Extract a subset of a space time vector dataset
-# COPYRIGHT:	(C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:	(C) 2011-2017 by the GRASS Development Team
 #
-#		This program is free software under the GNU General Public
-#		License (version 2). Read the file COPYING that comes with GRASS
-#		for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.vect.import/t.vect.import.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.vect.import/t.vect.import.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.vect.import/t.vect.import.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):     Soeren Gebbert
 #
 # PURPOSE:        Import a space time vector dataset archive file
-# COPYRIGHT:        (C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:        (C) 2011-2017 by the GRASS Development Team
 #
-#                This program is free software under the GNU General Public
-#                License (version 2). Read the file COPYING that comes with GRASS
-#                for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.vect.list/t.vect.list.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.vect.list/t.vect.list.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.vect.list/t.vect.list.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):	Soeren Gebbert
 #
 # PURPOSE:	List registered maps of a space time vector dataset
-# COPYRIGHT:	(C) 2011-2014, Soeren Gebbert and the GRASS Development Team
+# COPYRIGHT:	(C) 2011-2017, Soeren Gebbert and the GRASS Development Team
 #
-#		This program is free software under the GNU General Public
-#		License (version 2). Read the file COPYING that comes with GRASS
-#		for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.vect.observe.strds/t.vect.observe.strds.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.vect.observe.strds/t.vect.observe.strds.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.vect.observe.strds/t.vect.observe.strds.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Observe specific locations in a space time raster dataset over a period of time using vector points
-# COPYRIGHT:    (C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2011-2017 by the GRASS Development Team
 #
-#               This program is free software under the GNU General Public
-#               License (version 2). Read the file COPYING that comes with GRASS
-#               for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.vect.univar/t.vect.univar.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.vect.univar/t.vect.univar.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.vect.univar/t.vect.univar.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):	Soeren Gebbert
 #
 # PURPOSE:	Calculates univariate statistics of attributes for each registered vector map of a space time vector dataset
-# COPYRIGHT:	(C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:	(C) 2011-2017 by the GRASS Development Team
 #
-#		This program is free software under the GNU General Public
-#		License (version 2). Read the file COPYING that comes with GRASS
-#		for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module

Modified: grass/branches/releasebranch_7_2/temporal/t.vect.what.strds/t.vect.what.strds.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.vect.what.strds/t.vect.what.strds.py	2017-12-06 14:31:49 UTC (rev 71900)
+++ grass/branches/releasebranch_7_2/temporal/t.vect.what.strds/t.vect.what.strds.py	2017-12-06 14:35:15 UTC (rev 71901)
@@ -6,12 +6,18 @@
 # AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Store raster map values at spatial and temporal positions of vector points as vector attributes.
-# COPYRIGHT:    (C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2011-2017 by the GRASS Development Team
 #
-#               This program is free software under the GNU General Public
-#               License (version 2). Read the file COPYING that comes with GRASS
-#               for details.
+#  This program 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 of the License, or
+#  (at your option) any later version.
 #
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
 #############################################################################
 
 #%module



More information about the grass-commit mailing list