]> granicus.if.org Git - postgis/commitdiff
Rewrite header file to have full credits
authorSandro Santilli <strk@keybit.net>
Fri, 14 Sep 2012 07:40:17 +0000 (07:40 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 14 Sep 2012 07:40:17 +0000 (07:40 +0000)
Used git history to figure out authors and commit years

git-svn-id: http://svn.osgeo.org/postgis/trunk@10284 b70326c6-7e19-0410-871a-916f4a2858ee

doc/Makefile.in

index a4f4ecadf32bf5f9f4c85fee4b3d11d8553eb4cd..684b369476a5a0074177169fd174072f3d45424b 100644 (file)
@@ -1,7 +1,19 @@
 #
+# PostGIS - Spatial Types for PostgreSQL
+# http://www.postgis.net
+#
+# This is free software; you can redistribute and/or modify it under
+# the terms of the GNU General Public Licence. See the COPYING file.
+#
 # PostGIS documentation build Makefile
 #
-# Written by Mark Cave-Ayland
+# Copyright 2003-2012 Sandro Santilli <strk@keybit.net>
+# Copyright 2004-2012 Paul Ramsey <pramsey@cleverelephant.ca>
+# Copyright 2009-2011 Regina Obe <lr@pcorp.us>
+# Copyright 2008-2010 Mark Cave-Ayland
+# Copyright 2008-2010 Kevin Neufeld <kneufeld.ca@gmail.com>
+# Copyright 2009-2010 Olivier Courtin <olivier.courtin@camptocamp.com>
+# Copyright 2005-2006 Markus Schaber <markus@schabi.de>
 #
 # NOTE: We don't use a standard PGXS Makefile here since the DOCS target
 # only allows files to be stored within contrib/ and we currently
@@ -9,6 +21,7 @@
 # that we could produce a large number of files (think chunked HTML)
 #
 
+
 POSTGIS_MAJOR_VERSION=@POSTGIS_MAJOR_VERSION@
 POSTGIS_MINOR_VERSION=@POSTGIS_MINOR_VERSION@
 POSTGIS_MICRO_VERSION=@POSTGIS_MICRO_VERSION@