23 Commits

Author SHA1 Message Date
Luc Maisonobe
06bfe8c019 Simplifying again repartition between LICENSE and NOTICE files. 2014-12-22 21:35:43 +01:00
Luc Maisonobe
f1d7bdfe68 Typo. 2014-12-19 15:00:01 +01:00
Luc Maisonobe
53ed8c8715 Removed LAPACK license and notice.
Strangely enough, we do not include any code from LAPACK anymore since
several releases! The last reference was for eigen-decomposition and it
was changed long ago to another implementation.
The only material loosely related to LAPACK are some reference values in
tests which were computed using LAPACK, but these are output of LAPACK
routines, not code from LAPACK routines.
2014-12-19 14:50:03 +01:00
Luc Maisonobe
07ffb3297c Added missing Scipy license, moved attribution out of NOTICE file. 2014-12-19 14:26:18 +01:00
Phil Steitz
f9125d0b87 Updated LICENSE, NOTICE files with netlib attributions for BesselJ. JIRA: MATH-1066. 2014-12-16 08:54:42 -07:00
Gilles Sadowski
aad194a346 MATH-923
Implementation of Kohonen's Self-Organizing Feature Map (SOFM).
New package "o.a.c.m.ml.neuralnet" contains base functionality for implementing
different map types, i.e. methods that project a high-dimensional space onto one
with a low dimension (typically 1D or 2D).
The SOFM-specific code is in "o.a.c.m.ml.neuralnet.sofm".


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1557267 13f79535-47bb-0310-9956-ffa450edef68
2014-01-10 22:01:27 +00:00
Luc Maisonobe
9d4d7150eb Fixed missing licenses.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1554036 13f79535-47bb-0310-9956-ffa450edef68
2013-12-29 15:18:59 +00:00
Gilles Sadowski
0cc43e36b8 MATH-1019
Removed dead link in Javadoc; added entry to original reference
in "LICENCE" file.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1513501 13f79535-47bb-0310-9956-ffa450edef68
2013-08-13 14:20:26 +00:00
Gilles Sadowski
5118f5376d MATH-900
License text moved to "LICENSE.txt".


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1410460 13f79535-47bb-0310-9956-ffa450edef68
2012-11-16 16:49:38 +00:00
Gilles Sadowski
23166ac9c1 MATH-900
License information moved to "LICENSE.txt".


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1410433 13f79535-47bb-0310-9956-ffa450edef68
2012-11-16 16:23:39 +00:00
Gilles Sadowski
696be68b5d MATH-444
Base package name change: "o.a.c.math" -> "o.a.c.math3"


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1244107 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 16:17:55 +00:00
Phil Steitz
96d9a2bbd2 Fixed typo and one missed s/used/translated
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799111 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29 22:49:23 +00:00
Phil Steitz
a021d46d5c Put copyright notices in NOTICE.txt, clean up LICENSE.txt (mostly s/used/translated)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799105 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29 22:35:15 +00:00
Luc Maisonobe
d15cb255c2 added references to the classes that are derived works of existing products
in the NOTICE and LICENSE files

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799007 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29 18:45:06 +00:00
Luc Maisonobe
a311e54561 improved introduction of derived works original licenses as per Phil's suggestion
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@798949 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29 15:33:24 +00:00
Luc Maisonobe
6f2c42002f moves subcomponents licenses and disclaimers from NOTICE to LICENSE file,
as required by Apache release policy
http://www.apache.org/dev/release.html#distributing-code-under-several-licenses

thanks to sebb for identifying the issue and providing a pointer to the right way to handle this

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@798697 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28 20:14:14 +00:00
Mark R. Diggory
de37f31a2a Actually, we should really be switching to Apache license 2.0.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141079 13f79535-47bb-0310-9956-ffa450edef68
2004-01-29 16:52:41 +00:00
Mark R. Diggory
1177050dc6 Happy New Year
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141073 13f79535-47bb-0310-9956-ffa450edef68
2004-01-29 00:36:22 +00:00
Mark R. Diggory
a58c503cf5 Recovering Tree
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141011 13f79535-47bb-0310-9956-ffa450edef68
2003-11-14 21:46:30 +00:00
Mark R. Diggory
e389289e77 Committing promotion to commons proper!
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141010 13f79535-47bb-0310-9956-ffa450edef68
2003-11-01 16:09:22 +00:00
Robert Burrell Donkin
595e470d70 Fixed typos in apache license
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141001 13f79535-47bb-0310-9956-ffa450edef68
2003-10-13 08:11:44 +00:00
Tim O'Brien
a985b47ff4 Fix to license, changed "names" to "name" in section 5
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141000 13f79535-47bb-0310-9956-ffa450edef68
2003-10-05 21:50:17 +00:00
Tim O'Brien
dda7833110 Added an LICENSE.txt in commons-math
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@140864 13f79535-47bb-0310-9956-ffa450edef68
2003-05-29 19:41:52 +00:00