[geos-commits] r3568 - trunk/src/algorithm

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Feb 16 13:19:06 EST 2012


Author: pramsey
Date: 2012-02-16 10:19:06 -0800 (Thu, 16 Feb 2012)
New Revision: 3568

Modified:
   trunk/src/algorithm/RobustDeterminant.cpp
Log:
Update provenance for Olivier Devillers.


Modified: trunk/src/algorithm/RobustDeterminant.cpp
===================================================================
--- trunk/src/algorithm/RobustDeterminant.cpp	2012-01-16 20:36:29 UTC (rev 3567)
+++ trunk/src/algorithm/RobustDeterminant.cpp	2012-02-16 18:19:06 UTC (rev 3568)
@@ -3,20 +3,32 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (c) Olivier Devillers <Olivier.Devillers at sophia.inria.fr>
+ * Copyright (c) 1995 Olivier Devillers <Olivier.Devillers at sophia.inria.fr>
+ * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.
- * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *
  * 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.
  *
- * Licensed open source here: http://spatialhash.codeplex.com/
- * License: http://spatialhash.codeplex.com/license
- *
  **********************************************************************
  *
+ * RobustDeterminant implements an algorithm to compute the
+ * sign of a 2x2 determinant for double precision values robustly.
+ * It is a direct translation of code developed by Olivier Devillers.
+ *
+ * The original code carries the following copyright notice:
+ *
+ * Author : Olivier Devillers
+ * Olivier.Devillers at sophia.inria.fr
+ * http:/www.inria.fr:/prisme/personnel/devillers/anglais/determinant.html
+ *
+ * Olivier Devillers has allowed the code to be distributed under
+ * the LGPL (2012-02-16) saying "It is ok for LGPL distribution."
+ *
+ **************************************************************************
+ *
  * Last port: algorithm/RobustDeterminant.java 1.15 (JTS-1.10)
  *
  **********************************************************************/



More information about the geos-commits mailing list