[geos-commits] r3569 - branches/3.0/source/algorithm

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


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

Modified:
   branches/3.0/source/algorithm/RobustDeterminant.cpp
Log:
Update provenance for Olivier Devillers.



Modified: branches/3.0/source/algorithm/RobustDeterminant.cpp
===================================================================
--- branches/3.0/source/algorithm/RobustDeterminant.cpp	2012-02-16 18:19:06 UTC (rev 3568)
+++ branches/3.0/source/algorithm/RobustDeterminant.cpp	2012-02-16 18:19:16 UTC (rev 3569)
@@ -4,8 +4,9 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net
  *
- * Copyright (C) 2006 Refractions Research Inc.
+ * Copyright (c) 1995 Olivier Devillers <Olivier.Devillers at sophia.inria.fr>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
+ * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published
@@ -17,20 +18,17 @@
  * 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."
+ *
  **************************************************************************
- *              Copyright (c) 1995  by  INRIA Prisme Project
- *                  BP 93 06902 Sophia Antipolis Cedex, France.
- *                           All rights reserved
- **************************************************************************
  */
 
 #include <geos/algorithm/RobustDeterminant.h>



More information about the geos-commits mailing list