[SCM] PostGIS branch master updated. 3.4.0rc1-1121-gd29ba84cb

git at osgeo.org git at osgeo.org
Wed May 22 04:49:03 PDT 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  d29ba84cb05988ab0aa1b2da3eef90108dfae1db (commit)
      from  91db19ef3177ba173ec03c359b7f3cb817929a22 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d29ba84cb05988ab0aa1b2da3eef90108dfae1db
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed May 22 13:48:03 2024 +0200

    Add copyright header

diff --git a/liblwgeom/gserialized.c b/liblwgeom/gserialized.c
index 2badbfd5c..e5c41bd0e 100644
--- a/liblwgeom/gserialized.c
+++ b/liblwgeom/gserialized.c
@@ -1,3 +1,32 @@
+/**********************************************************************
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.net
+ *
+ * PostGIS 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.
+ *
+ * PostGIS 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with PostGIS.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ **********************************************************************
+ *
+ * Copyright 2022 Loïc Bartoletti <loic.bartoletti at oslandia.com>
+ * Copyright 2019 Darafei Praliaskouski <me at komzpa.net>
+ * Copyright 2019-2020 Raúl Marín <git at rmr.ninja>
+ * Copyright 2019 Regina Obe <lr at pcorp.us>
+ * Copyright 2019 Paul Ramsey <pramsey at cleverelephant.ca>
+ * Copyright 2004-2024 Sandro Santilli <strk at kbt.io>
+ *
+ **********************************************************************/
+
 #include "liblwgeom_internal.h"
 #include "gserialized1.h"
 #include "gserialized2.h"

-----------------------------------------------------------------------

Summary of changes:
 liblwgeom/gserialized.c | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list