Skip to content

Commit

Permalink
added license info
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Hershey committed Aug 16, 2012
1 parent 7da6a71 commit 4bc4131
Show file tree
Hide file tree
Showing 7 changed files with 1,261 additions and 1 deletion.
376 changes: 376 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Dimple
Copyright 2012 Analog Devices Inc.

This product contains the following software:

=======================================================
matlab_xunit
Used for regression tests.
License file: modelers/matlab/lib/xunit_dist/license.txt
Copyright (c) 2009, The MathWorks, Inc.

=======================================================
jama-1.0.2
A Java Matrix Package
Public Domain: http://math.nist.gov/javanumerics/jama/

=======================================================
commons-math-2.2
License file: solvers/licenses/commons-math-2.2.license.txt
Copyright 2001-2011 The Apache Software Foundation

=======================================================
jtransforms-2.3
License files: solvers/licenses/jtransforms-2.3-license.html
solvers/licenses/jtransforms-2.3-license-boilerplate
Copyright (C) 2007-2009, Piotr Wendykier, Emory University

=======================================================
GraphViz2Mat1.2
Used for graph plotting.
License file: modelers/matlab/lib/GraphViz2Mat1.2/license.txt
Copyright (c) 2009, Leonid Peshkin

1 change: 0 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@

For documentation, see the doc directory.


376 changes: 376 additions & 0 deletions solvers/licenses/commans-math-2.2.license.txt

Large diffs are not rendered by default.

56 changes: 56 additions & 0 deletions solvers/licenses/commans-math-2.2.notice.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
Apache Commons Math
Copyright 2001-2011 The Apache Software Foundation

This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).

===============================================================================

The BracketFinder (package org.apache.commons.math.optimization.univariate)
and PowellOptimizer (package org.apache.commons.math.optimization.general)
classes are based on the Python code in module "optimize.py" (version 0.5)
developed by Travis E. Oliphant for the SciPy library (http://www.scipy.org/)
Copyright © 2003-2009 SciPy Developers.
===============================================================================

The LinearConstraint, LinearObjectiveFunction, LinearOptimizer,
RelationShip, SimplexSolver and SimplexTableau classes in package
org.apache.commons.math.optimization.linear include software developed by
Benjamin McCann (http://www.benmccann.com) and distributed with
the following copyright: Copyright 2009 Google Inc.
===============================================================================

This product includes software developed by the
University of Chicago, as Operator of Argonne National
Laboratory.
The LevenbergMarquardtOptimizer class in package
org.apache.commons.math.optimization.general includes software
translated from the lmder, lmpar and qrsolv Fortran routines
from the Minpack package
Minpack Copyright Notice (1999) University of Chicago. All rights reserved
===============================================================================

The GraggBulirschStoerIntegrator class in package
org.apache.commons.math.ode.nonstiff includes software translated
from the odex Fortran routine developed by E. Hairer and G. Wanner.
Original source copyright:
Copyright (c) 2004, Ernst Hairer
===============================================================================

The EigenDecompositionImpl class in package
org.apache.commons.math.linear includes software translated
from some LAPACK Fortran routines. Original source copyright:
Copyright (c) 1992-2008 The University of Tennessee. All rights reserved.
===============================================================================

The MersenneTwister class in package org.apache.commons.math.random
includes software translated from the 2002-01-26 version of
the Mersenne-Twister generator written in C by Makoto Matsumoto and Takuji
Nishimura. Original source copyright:
Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
All rights reserved
===============================================================================

The complete text of licenses and disclaimers associated with the the original
sources enumerated above at the time of code translation are in the LICENSE.txt
file.
33 changes: 33 additions & 0 deletions solvers/licenses/jtransforms-2.3-license-boilerplate.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is JTransforms.
*
* The Initial Developer of the Original Code is
* Piotr Wendykier, Emory University.
* Portions created by the Initial Developer are Copyright (C) 2007-2009
* the Initial Developer. All Rights Reserved.
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the MPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
Loading

0 comments on commit 4bc4131

Please sign in to comment.