From 654b6d51dce408a83e443990bedad29d646e82c7 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 14 Sep 2012 07:40:17 +0000 Subject: [PATCH] Rewrite header file to have full credits 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 | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index a4f4ecadf..684b36947 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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 +# Copyright 2004-2012 Paul Ramsey +# Copyright 2009-2011 Regina Obe +# Copyright 2008-2010 Mark Cave-Ayland +# Copyright 2008-2010 Kevin Neufeld +# Copyright 2009-2010 Olivier Courtin +# Copyright 2005-2006 Markus Schaber # # 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@ -- 2.40.0