Revision: 75345
          http://sourceforge.net/p/brlcad/code/75345
Author:   starseeker
Date:     2020-04-10 21:01:31 +0000 (Fri, 10 Apr 2020)
Log Message:
-----------
checkpoint

Modified Paths:
--------------
    brlcad/trunk/doc/legal/embedded/CMakeLists.txt
    brlcad/trunk/doc/legal/embedded/SPSR.txt
    brlcad/trunk/doc/legal/embedded/chull2d.txt
    brlcad/trunk/doc/legal/embedded/realpath.txt
    brlcad/trunk/doc/legal/embedded/tcl.txt
    brlcad/trunk/regress/CMakeLists.txt

Added Paths:
-----------
    brlcad/trunk/doc/legal/embedded/b64.txt
    brlcad/trunk/doc/legal/embedded/halfedge.txt
    brlcad/trunk/doc/legal/embedded/normalize.txt
    brlcad/trunk/doc/legal/embedded/sha1.txt
    brlcad/trunk/doc/legal/embedded/winmmap.txt

Modified: brlcad/trunk/doc/legal/embedded/CMakeLists.txt
===================================================================
--- brlcad/trunk/doc/legal/embedded/CMakeLists.txt      2020-04-10 20:40:05 UTC 
(rev 75344)
+++ brlcad/trunk/doc/legal/embedded/CMakeLists.txt      2020-04-10 21:01:31 UTC 
(rev 75345)
@@ -1,5 +1,6 @@
 set(embedded_licenses
   ayam_icons.txt
+  b64.txt
   bullet.txt
   chull2d.txt
   clipper.txt
@@ -14,6 +15,7 @@
   fontstash.txt
   gct.txt
   gdal_gcv_plugin.txt
+  halfedge.txt
   humanize.txt
   hv3.txt
   hv3_combobox.txt
@@ -21,6 +23,7 @@
   libtermlib.txt
   msinttypes.txt
   mt19937ar.txt
+  normalize.txt
   nurbs_fit.txt
   obr.txt
   OpenNURBS.txt
@@ -36,6 +39,7 @@
   realpath.txt
   RTree.txt
   search.txt
+  sha1.txt
   sh_wood.txt
   sobolseq.txt
   SPSR.txt
@@ -48,6 +52,7 @@
   tri_pt.txt
   uce_dirent.txt
   whereami.txt
+  winmmap.txt
   x24.txt
   y2038.txt
   )

Modified: brlcad/trunk/doc/legal/embedded/SPSR.txt
===================================================================
--- brlcad/trunk/doc/legal/embedded/SPSR.txt    2020-04-10 20:40:05 UTC (rev 
75344)
+++ brlcad/trunk/doc/legal/embedded/SPSR.txt    2020-04-10 21:01:31 UTC (rev 
75345)
@@ -48,6 +48,7 @@
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.
 
+file:include/bg/spsr.h
 file:src/other/libspsr/Src/Allocator.h
 file:src/other/libspsr/Src/Array.h
 file:src/other/libspsr/Src/Array.inl

Added: brlcad/trunk/doc/legal/embedded/b64.txt
===================================================================
--- brlcad/trunk/doc/legal/embedded/b64.txt                             (rev 0)
+++ brlcad/trunk/doc/legal/embedded/b64.txt     2020-04-10 21:01:31 UTC (rev 
75345)
@@ -0,0 +1,33 @@
+https://sourceforge.net/projects/libb64/
+
+Copyright-Only Dedication (based on United States law)
+or Public Domain Certification
+
+The person or persons who have associated work with this document (the
+"Dedicator" or "Certifier") hereby either (a) certifies that, to the best of
+his knowledge, the work of authorship identified is in the public domain of the
+country from which the work is published, or (b) hereby dedicates whatever
+copyright the dedicators holds in the work of authorship identified below (the
+"Work") to the public domain. A certifier, moreover, dedicates any copyright
+interest he may have in the associated work, and for these purposes, is
+described as a "dedicator" below.
+
+A certifier has taken reasonable steps to verify the copyright status of this
+work. Certifier recognizes that his good faith efforts may not shield him from
+liability if in fact the work certified is not in the public domain.
+
+Dedicator makes this dedication for the benefit of the public at large and to
+the detriment of the Dedicator's heirs and successors. Dedicator intends this
+dedication to be an overt act of relinquishment in perpetuity of all present
+and future rights under copyright law, whether vested or contingent, in the
+Work. Dedicator understands that such relinquishment of all rights includes
+the relinquishment of all rights to enforce (by lawsuit or otherwise) those
+copyrights in the Work.
+
+Dedicator recognizes that, once placed in the public domain, the Work may be
+freely reproduced, distributed, transmitted, used, modified, built upon, or
+otherwise exploited by anyone for any purpose, commercial or non-commercial,
+and in any way, including by methods that have not yet been invented or
+conceived.
+
+file:src/libbu/b64.c


Property changes on: brlcad/trunk/doc/legal/embedded/b64.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/doc/legal/embedded/chull2d.txt
===================================================================
--- brlcad/trunk/doc/legal/embedded/chull2d.txt 2020-04-10 20:40:05 UTC (rev 
75344)
+++ brlcad/trunk/doc/legal/embedded/chull2d.txt 2020-04-10 21:01:31 UTC (rev 
75345)
@@ -8,3 +8,5 @@
 Users of this code must verify correctness for their application.
 
 file:src/libbg/chull2.cpp
+file:src/libbg/chull.c
+

Added: brlcad/trunk/doc/legal/embedded/halfedge.txt
===================================================================
--- brlcad/trunk/doc/legal/embedded/halfedge.txt                                
(rev 0)
+++ brlcad/trunk/doc/legal/embedded/halfedge.txt        2020-04-10 21:01:31 UTC 
(rev 75345)
@@ -0,0 +1,6 @@
+Author: Yotam Gingold <yotam (strudel) yotamgingold.com>
+License: Public Domain.  (I, Yotam Gingold, the author, release this code into 
the public domain.)
+GitHub: https://github.com/yig/halfedge
+
+file:src/libbrep/cdt/mesh.cpp
+file:src/libbrep/cdt/mesh.h


Property changes on: brlcad/trunk/doc/legal/embedded/halfedge.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
Added: brlcad/trunk/doc/legal/embedded/normalize.txt
===================================================================
--- brlcad/trunk/doc/legal/embedded/normalize.txt                               
(rev 0)
+++ brlcad/trunk/doc/legal/embedded/normalize.txt       2020-04-10 21:01:31 UTC 
(rev 75345)
@@ -0,0 +1,33 @@
+bu_path_normalize is a subset of NetBSD's realpath function:
+
+Copyright (c) 1989, 1991, 1993, 1995
+     The Regents of the University of California.  All rights reserved.
+
+This code is derived from software contributed to Berkeley by
+Jan-Simon Pendry.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. Neither the name of the University nor the names of its contributors
+   may be used to endorse or promote products derived from this software
+   without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+
+file:src/libbu/path_normalize.c


Property changes on: brlcad/trunk/doc/legal/embedded/normalize.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/doc/legal/embedded/realpath.txt
===================================================================
--- brlcad/trunk/doc/legal/embedded/realpath.txt        2020-04-10 20:40:05 UTC 
(rev 75344)
+++ brlcad/trunk/doc/legal/embedded/realpath.txt        2020-04-10 21:01:31 UTC 
(rev 75345)
@@ -58,4 +58,3 @@
 SUCH DAMAGE.
 
 file:src/libbu/realpath_bsd.c
-

Added: brlcad/trunk/doc/legal/embedded/sha1.txt
===================================================================
--- brlcad/trunk/doc/legal/embedded/sha1.txt                            (rev 0)
+++ brlcad/trunk/doc/legal/embedded/sha1.txt    2020-04-10 21:01:31 UTC (rev 
75345)
@@ -0,0 +1,9 @@
+SHA-1 in C
+By Steve Reid <[email protected]>
+100% Public Domain
+
+There doesn't appear to be a definitive upstream for this code. One of a 
number of sources:
+
+https://github.com/clibs/sha1
+
+file:src/libbu/sha1.c


Property changes on: brlcad/trunk/doc/legal/embedded/sha1.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/doc/legal/embedded/tcl.txt
===================================================================
--- brlcad/trunk/doc/legal/embedded/tcl.txt     2020-04-10 20:40:05 UTC (rev 
75344)
+++ brlcad/trunk/doc/legal/embedded/tcl.txt     2020-04-10 21:01:31 UTC (rev 
75345)
@@ -39,4 +39,17 @@
 permission to use and distribute the software in accordance with the
 terms specified in this license.
 
-file:src/other/tcl/README.md
+file:src/libbu/tcllist.c
+
+tkImgFmtPPM.c --
+
+A photo image file handler for PPM (Portable PixMap) files.
+
+Copyright (c) 1994 The Australian National University.
+Copyright (c) 1994-1995 Sun Microsystems, Inc.
+
+Author: Paul Mackerras ([email protected]),
+        Department of Computer Science,
+        Australian National University.
+
+file:src/libtclcad/tkImgFmtPIX.c

Added: brlcad/trunk/doc/legal/embedded/winmmap.txt
===================================================================
--- brlcad/trunk/doc/legal/embedded/winmmap.txt                         (rev 0)
+++ brlcad/trunk/doc/legal/embedded/winmmap.txt 2020-04-10 21:01:31 UTC (rev 
75345)
@@ -0,0 +1,6 @@
+https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/tree/utils/mmap-windows.c
+mmap() replacement for Windows
+Author: Mike Frysinger <[email protected]>
+Placed into the public domain
+
+file:src/libbu/mappedfile.c


Property changes on: brlcad/trunk/doc/legal/embedded/winmmap.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/CMakeLists.txt
===================================================================
--- brlcad/trunk/regress/CMakeLists.txt 2020-04-10 20:40:05 UTC (rev 75344)
+++ brlcad/trunk/regress/CMakeLists.txt 2020-04-10 21:01:31 UTC (rev 75345)
@@ -53,7 +53,7 @@
 add_subdirectory(mged)
 
 # License check
-#add_subdirectory(licenses)
+add_subdirectory(licenses)
 
 if(SH_EXEC)
   macro(Sh_Regression_Test testname depends_list)

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