Revision: 77318
          http://sourceforge.net/p/brlcad/code/77318
Author:   starseeker
Date:     2020-10-02 01:33:26 +0000 (Fri, 02 Oct 2020)
Log Message:
-----------
fix license and list test file

Modified Paths:
--------------
    brlcad/trunk/doc/legal/embedded/gdiam.txt
    brlcad/trunk/src/librt/gdiam/gdiam_test.cpp

Modified: brlcad/trunk/doc/legal/embedded/gdiam.txt
===================================================================
--- brlcad/trunk/doc/legal/embedded/gdiam.txt   2020-10-02 00:13:14 UTC (rev 
77317)
+++ brlcad/trunk/doc/legal/embedded/gdiam.txt   2020-10-02 01:33:26 UTC (rev 
77318)
@@ -19,5 +19,6 @@
 SOFTWARE.
 
 file:/src/librt/gdiam/gdiam.cpp
+file:/src/librt/gdiam/gdiam_test.cpp
 file:/src/librt/gdiam/gdiam.hpp
 

Modified: brlcad/trunk/src/librt/gdiam/gdiam_test.cpp
===================================================================
--- brlcad/trunk/src/librt/gdiam/gdiam_test.cpp 2020-10-02 00:13:14 UTC (rev 
77317)
+++ brlcad/trunk/src/librt/gdiam/gdiam_test.cpp 2020-10-02 01:33:26 UTC (rev 
77318)
@@ -4,19 +4,32 @@
  * bounding box.
  *
  * Copyright 2000 Sariel Har-Peled ([email protected])
+ * https://sarielhp.org/research/papers/00/diameter/diam_prog.html
  *
- * * the GNU General Public License as published by the Free
- *   Software Foundation; either version 2, or (at your option)
- *   any later version.
+ * Note:  gdiam is available under multiple licenses - we make
+ * use of it under the MIT license:
  *
- * or
+ * Permission is hereby granted, free of charge, to any person obtaining a 
copy of
+ * this software and associated documentation files (the "Software"), to deal 
in
+ * the Software without restriction, including without limitation the rights to
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
copies
+ * of the Software, and to permit persons to whom the Software is furnished to 
do
+ * so, subject to the following conditions:
  *
- * * the GNU Lesser General Public License as published by the Free
- *   Software Foundation; either version 2.1, or (at your option)
- *   any later version.
+ * The above copyright notice and this permission notice shall be included in 
all
+ * copies or substantial portions of the Software.
  *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
THE
+ * SOFTWARE.
+ *
  * Code is based on the paper:
- *   A Practical Approach for Computing the Diameter of a Point-Set.
+ *   A Practical Approach for Computing the Diameter of a
+ *   Point-Set (in ACM Sym. on Computation Geometry SoCG 2001)
  *   Sariel Har-Peled (http://www.uiuc.edu/~sariel)
  *---------------------------------------------------------------
  * History:

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to