From cf626d910ebd10891aabcfefa5faab50decf4b94 Mon Sep 17 00:00:00 2001 From: "joseph.lizier" Date: Wed, 6 Aug 2014 05:19:54 +0000 Subject: [PATCH] Adding notices about derived works from the JAMA project --- notices/JAMA/readme.txt | 18 ++++++++++++++++++ readme-template.txt | 2 ++ 2 files changed, 20 insertions(+) create mode 100755 notices/JAMA/readme.txt diff --git a/notices/JAMA/readme.txt b/notices/JAMA/readme.txt new file mode 100755 index 0000000..f553464 --- /dev/null +++ b/notices/JAMA/readme.txt @@ -0,0 +1,18 @@ +JAMA project: http://math.nist.gov/javanumerics/jama/ + +The JAMA project website contains the following copyright notice: + +============================================================== +"Copyright Notice + +This software is a cooperative product of The MathWorks and the National Institute of Standards and Technology (NIST) which has been released to the public domain. Neither The MathWorks nor NIST assumes any responsibility whatsoever for its use by other parties, and makes no guarantees, expressed or implied, about its quality, reliability, or any other characteristic." +============================================================== + +The website goes on to state that: + +"As Jama is in the public domain other developers are free to adopt and adapt this code to other styles of programming or to extend or modernize the API ... Make note, however, that NIST makes no endorsement of these projects" + + +Our Cholesky Decomposition code in infodynamics.utils.MatrixUtils was adapted from this source. + + diff --git a/readme-template.txt b/readme-template.txt index 5520927..ea6913c 100755 --- a/readme-template.txt +++ b/readme-template.txt @@ -93,6 +93,8 @@ This project includes modified files from the Apache Commons Math library -- htt This Apache 2 software is now included as a derivative work in this GPLv3 licensed JIDT project, as per: http://www.apache.org/licenses/GPL-compatibility.html Notices and license for this software are found in the notices/commons-math directory. +The project also contains adapted code from the JAMA project -- http://math.nist.gov/javanumerics/jama/ +Notices and license for this software are found in the notices/JAMA directory. =============