[geos-commits] r3570 - branches/3.1/source/algorithm

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


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

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



Modified: branches/3.1/source/algorithm/RobustDeterminant.cpp
===================================================================
--- branches/3.1/source/algorithm/RobustDeterminant.cpp	2012-02-16 18:19:16 UTC (rev 3569)
+++ branches/3.1/source/algorithm/RobustDeterminant.cpp	2012-02-16 18:19:24 UTC (rev 3570)
@@ -4,33 +4,31 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net
  *
- * Copyright (c) Olivier Devillers <Olivier.Devillers at sophia.inria.fr>
- * 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
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
- **********************************************************************
+ *************************************************************************
  *
  * 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
- **************************************************************************
  *
- **************************************************************************
- *              Copyright (c) 1995  by  INRIA Prisme Project
- *                  BP 93 06902 Sophia Antipolis Cedex, France.
- *                           All rights reserved
- **************************************************************************
+ * Olivier Devillers has allowed the code to be distributed under
+ * the LGPL (2012-02-16) saying "It is ok for LGPL distribution."
+ *
+ *************************************************************************
  */
 
 #include <geos/algorithm/RobustDeterminant.h>



More information about the geos-commits mailing list