From d7c4d5437d51111055b145ce2e33118957f01784 Mon Sep 17 00:00:00 2001 From: David Zwarg Date: Fri, 18 Nov 2011 20:56:57 +0000 Subject: [PATCH] Non-functional change. Updated author email address for dzwarg. git-svn-id: http://svn.osgeo.org/postgis/trunk@8184 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/rt_core/rt_api.c | 2 +- raster/rt_core/rt_api.h | 2 +- raster/rt_pg/rt_pg.h | 2 +- raster/test/regress/rt_band_properties.sql | 2 +- raster/test/regress/rt_box2d.sql | 2 +- raster/test/regress/rt_set_band_properties.sql | 4 ++-- raster/test/regress/rt_set_properties.sql | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/raster/rt_core/rt_api.c b/raster/rt_core/rt_api.c index 38e91d972..609803ed8 100644 --- a/raster/rt_core/rt_api.c +++ b/raster/rt_core/rt_api.c @@ -7,7 +7,7 @@ * Copyright (C) 2011 Regents of the University of California * * Copyright (C) 2010-2011 Jorge Arevalo - * Copyright (C) 2010-2011 David Zwarg + * Copyright (C) 2010-2011 David Zwarg * Copyright (C) 2009-2011 Pierre Racine * Copyright (C) 2009-2011 Mateusz Loskot * Copyright (C) 2008-2009 Sandro Santilli diff --git a/raster/rt_core/rt_api.h b/raster/rt_core/rt_api.h index 7550cb15c..55e4fb9a1 100644 --- a/raster/rt_core/rt_api.h +++ b/raster/rt_core/rt_api.h @@ -7,7 +7,7 @@ * Copyright (C) 2011 Regents of the University of California * * Copyright (C) 2010-2011 Jorge Arevalo - * Copyright (C) 2010-2011 David Zwarg + * Copyright (C) 2010-2011 David Zwarg * Copyright (C) 2009-2011 Pierre Racine * Copyright (C) 2009-2011 Mateusz Loskot * Copyright (C) 2008-2009 Sandro Santilli diff --git a/raster/rt_pg/rt_pg.h b/raster/rt_pg/rt_pg.h index 608647b13..3137513b6 100644 --- a/raster/rt_pg/rt_pg.h +++ b/raster/rt_pg/rt_pg.h @@ -5,7 +5,7 @@ * http://www.postgis.org/support/wiki/index.php?WKTRasterHomePage * * Copyright (C) 2010-2011 Jorge Arevalo - * Copyright (C) 2010-2011 David Zwarg + * Copyright (C) 2010-2011 David Zwarg * Copyright (C) 2009-2011 Pierre Racine * Copyright (C) 2009-2011 Mateusz Loskot * Copyright (C) 2008-2009 Sandro Santilli diff --git a/raster/test/regress/rt_band_properties.sql b/raster/test/regress/rt_band_properties.sql index bb96d7f0c..a42519f07 100644 --- a/raster/test/regress/rt_band_properties.sql +++ b/raster/test/regress/rt_band_properties.sql @@ -1,7 +1,7 @@ ----------------------------------------------------------------------- -- $Id$ -- --- Copyright (c) 2010 David Zwarg , Pierre Racine +-- Copyright (c) 2010 David Zwarg , Pierre Racine -- -- This is free software; you can redistribute and/or modify it under -- the terms of the GNU General Public Licence. See the COPYING file. diff --git a/raster/test/regress/rt_box2d.sql b/raster/test/regress/rt_box2d.sql index d4c8975f6..3aecae0a2 100644 --- a/raster/test/regress/rt_box2d.sql +++ b/raster/test/regress/rt_box2d.sql @@ -1,7 +1,7 @@ ----------------------------------------------------------------------- -- $Id$ -- --- Copyright (c) 2009 Sandro Santilli , David Zwarg +-- Copyright (c) 2009 Sandro Santilli , David Zwarg -- -- This is free software; you can redistribute and/or modify it under -- the terms of the GNU General Public Licence. See the COPYING file. diff --git a/raster/test/regress/rt_set_band_properties.sql b/raster/test/regress/rt_set_band_properties.sql index 2f9850852..fe6fa0684 100644 --- a/raster/test/regress/rt_set_band_properties.sql +++ b/raster/test/regress/rt_set_band_properties.sql @@ -1,7 +1,7 @@ ----------------------------------------------------------------------- -- $Id$ -- --- Copyright (c) 2010 David Zwarg +-- Copyright (c) 2010 David Zwarg -- -- This is free software; you can redistribute and/or modify it under -- the terms of the GNU General Public Licence. See the COPYING file. @@ -20,4 +20,4 @@ SELECT (b1nodatavalue+1) AS expected, st_bandnodatavalue(st_setbandnodatavalue(rast, 1, b1nodatavalue+1),1) AS obtained FROM rt_band_properties_test -WHERE (b1nodatavalue+1) != st_bandnodatavalue(st_setbandnodatavalue(rast, 1, b1nodatavalue+1),1); \ No newline at end of file +WHERE (b1nodatavalue+1) != st_bandnodatavalue(st_setbandnodatavalue(rast, 1, b1nodatavalue+1),1); diff --git a/raster/test/regress/rt_set_properties.sql b/raster/test/regress/rt_set_properties.sql index 5d482a4c5..951a84f92 100644 --- a/raster/test/regress/rt_set_properties.sql +++ b/raster/test/regress/rt_set_properties.sql @@ -1,7 +1,7 @@ ----------------------------------------------------------------------- -- $Id$ -- --- Copyright (c) 2010 David Zwarg , Pierre Racine +-- Copyright (c) 2010 David Zwarg , Pierre Racine -- -- This is free software; you can redistribute and/or modify it under -- the terms of the GNU General Public Licence. See the COPYING file. -- 2.40.0