[geos-commits] [SCM] GEOS branch main updated. bf3216ecc34cd0a026af7a5f9a636400f252a456

git at osgeo.org git at osgeo.org
Thu Jun 8 10:01:03 PDT 2023


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 "GEOS".

The branch, main has been updated
       via  bf3216ecc34cd0a026af7a5f9a636400f252a456 (commit)
       via  60a28e0d045adcda309d1e807e033c0f22b1c8a0 (commit)
      from  8b96f9eae21c5a69de49904d7103af325b4a1407 (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 bf3216ecc34cd0a026af7a5f9a636400f252a456
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Jun 8 09:59:44 2023 -0700

    Remove defunct doxygen entry

diff --git a/include/geos/coverage/CoverageRingEdges.h b/include/geos/coverage/CoverageRingEdges.h
index a6c82561a..d43279310 100644
--- a/include/geos/coverage/CoverageRingEdges.h
+++ b/include/geos/coverage/CoverageRingEdges.h
@@ -72,16 +72,6 @@ private:
 
 public:
 
-    /**
-    * Create a new instance for a given coverage.
-    *
-    * @param coverage the set of polygonal geometries in the coverage
-    * @return the edges of the coverage
-    */
-    // static std::unique_ptr<CoverageRingEdges> create(
-    //     std::vector<const Geometry*>& coverage);
-
-
     CoverageRingEdges(std::vector<const Geometry*>& coverage)
         : m_coverage(coverage)
     {

commit 60a28e0d045adcda309d1e807e033c0f22b1c8a0
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Jun 8 09:18:23 2023 -0700

    Fix license to match GEOS project license

diff --git a/src/coverage/CoverageBoundarySegmentFinder.cpp b/src/coverage/CoverageBoundarySegmentFinder.cpp
index 9744f630b..22740acfe 100644
--- a/src/coverage/CoverageBoundarySegmentFinder.cpp
+++ b/src/coverage/CoverageBoundarySegmentFinder.cpp
@@ -1,14 +1,16 @@
-/*
+/**********************************************************************
+ *
+ * GEOS - Geometry Engine Open Source
+ * http://geos.osgeo.org
+ *
  * Copyright (c) 2022 Martin Davis.
  *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License 2.0
- * and Eclipse Distribution License v. 1.0 which accompanies this distribution.
- * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html
- * and the Eclipse Distribution License is available at
+ * This is free software; you can redistribute and/or modify it under
+ * the terms of the GNU Lesser General Public Licence as published
+ * by the Free Software Foundation.
+ * See the COPYING file for more information.
  *
- * http://www.eclipse.org/org/documents/edl-v10.php.
- */
+ **********************************************************************/
 
 #include <geos/coverage/CoverageBoundarySegmentFinder.h>
 #include <geos/geom/CoordinateSequence.h>

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

Summary of changes:
 include/geos/coverage/CoverageRingEdges.h      | 10 ----------
 src/coverage/CoverageBoundarySegmentFinder.cpp | 18 ++++++++++--------
 2 files changed, 10 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list