Revision: 75367
          http://sourceforge.net/p/brlcad/code/75367
Author:   starseeker
Date:     2020-04-11 13:01:22 +0000 (Sat, 11 Apr 2020)
Log Message:
-----------
don't bother with the PD abbreviation

Modified Paths:
--------------
    brlcad/trunk/doc/legal/embedded/CMakeLists.txt
    brlcad/trunk/regress/licenses/licenses_check.cpp

Added Paths:
-----------
    brlcad/trunk/doc/legal/embedded/marching_cubes.txt

Modified: brlcad/trunk/doc/legal/embedded/CMakeLists.txt
===================================================================
--- brlcad/trunk/doc/legal/embedded/CMakeLists.txt      2020-04-11 12:58:03 UTC 
(rev 75366)
+++ brlcad/trunk/doc/legal/embedded/CMakeLists.txt      2020-04-11 13:01:22 UTC 
(rev 75367)
@@ -24,6 +24,7 @@
   hv3_snit.txt
   libtermlib.txt
   lseg_lseg.txt
+  marching_cubes.txt
   msinttypes.txt
   mt19937ar.txt
   naca.txt

Added: brlcad/trunk/doc/legal/embedded/marching_cubes.txt
===================================================================
--- brlcad/trunk/doc/legal/embedded/marching_cubes.txt                          
(rev 0)
+++ brlcad/trunk/doc/legal/embedded/marching_cubes.txt  2020-04-11 13:01:22 UTC 
(rev 75367)
@@ -0,0 +1,10 @@
+Table data acquired from Paul Borke's page at
+http://local.wasp.uwa.edu.au/~pbourke/geometry/polygonise/
+
+Asserts it's from Cory Gene Bloyde, who has provided "public domain" code
+including the tables. http://www.siafoo.net/snippet/100
+
+Grid definition matches SIGGRAPH 1987 p 164 (original presentation of 
technique)
+
+file:src/librt/primitives/nmg/nmg_tri_mc.c
+


Property changes on: brlcad/trunk/doc/legal/embedded/marching_cubes.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: brlcad/trunk/regress/licenses/licenses_check.cpp
===================================================================
--- brlcad/trunk/regress/licenses/licenses_check.cpp    2020-04-11 12:58:03 UTC 
(rev 75366)
+++ brlcad/trunk/regress/licenses/licenses_check.cpp    2020-04-11 13:01:22 UTC 
(rev 75367)
@@ -96,7 +96,7 @@
 
     if (gov_copyright && public_domain) {
        if (file_to_license.find(f) == file_to_license.end()) {
-           std::cerr << "FILE " << f << " has no associated reference in a 
license file! (gov copyright + PD references)\n";
+           std::cerr << "FILE " << f << " has no associated reference in a 
license file! (gov copyright + public domain references)\n";
            return 1;
        }
        return 0;
@@ -118,7 +118,7 @@
     if (public_domain) {
        if (!brlcad_file) {
            if (file_to_license.find(f) == file_to_license.end()) {
-               std::cout << f << " references the PD, is not a BRL-CAD file, 
but has no documenting file in doc/legal/embedded\n";
+               std::cout << f << " references the public domain, is not a 
BRL-CAD file, but has no documenting file in doc/legal/embedded\n";
                return 1;
            }
        }

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