[Scipy-svn] r5057 - trunk/scipy/sparse/linalg/dsolve
scipy-svn at scipy.org
scipy-svn at scipy.org
Mon Nov 10 22:21:00 EST 2008
Author: jarrod.millman
Date: 2008-11-10 21:20:57 -0600 (Mon, 10 Nov 2008)
New Revision: 5057
Modified:
trunk/scipy/sparse/linalg/dsolve/_csuperlumodule.c
trunk/scipy/sparse/linalg/dsolve/_dsuperlumodule.c
trunk/scipy/sparse/linalg/dsolve/_ssuperlumodule.c
trunk/scipy/sparse/linalg/dsolve/_zsuperlumodule.c
Log:
relicensing LGPL code under the revised BSD license per personal correspondance with the copyright holder, Travis Oliphant
Modified: trunk/scipy/sparse/linalg/dsolve/_csuperlumodule.c
===================================================================
--- trunk/scipy/sparse/linalg/dsolve/_csuperlumodule.c 2008-11-10 23:03:38 UTC (rev 5056)
+++ trunk/scipy/sparse/linalg/dsolve/_csuperlumodule.c 2008-11-11 03:20:57 UTC (rev 5057)
@@ -1,6 +1,6 @@
/* Copyright 1999 Travis Oliphant
- Permision to copy and modified this file is granted under the LGPL.
+ Permision to copy and modified this file is granted under the revised BSD license.
No warranty is expressed or IMPLIED
*/
Modified: trunk/scipy/sparse/linalg/dsolve/_dsuperlumodule.c
===================================================================
--- trunk/scipy/sparse/linalg/dsolve/_dsuperlumodule.c 2008-11-10 23:03:38 UTC (rev 5056)
+++ trunk/scipy/sparse/linalg/dsolve/_dsuperlumodule.c 2008-11-11 03:20:57 UTC (rev 5057)
@@ -1,6 +1,6 @@
/* Copyright 1999 Travis Oliphant
- Permision to copy and modified this file is granted under the LGPL.
+ Permision to copy and modified this file is granted under the revised BSD license.
No warranty is expressed or IMPLIED
*/
Modified: trunk/scipy/sparse/linalg/dsolve/_ssuperlumodule.c
===================================================================
--- trunk/scipy/sparse/linalg/dsolve/_ssuperlumodule.c 2008-11-10 23:03:38 UTC (rev 5056)
+++ trunk/scipy/sparse/linalg/dsolve/_ssuperlumodule.c 2008-11-11 03:20:57 UTC (rev 5057)
@@ -1,6 +1,6 @@
/* Copyright 1999 Travis Oliphant
- Permision to copy and modified this file is granted under the LGPL.
+ Permision to copy and modified this file is granted under the revised BSD license.
No warranty is expressed or IMPLIED
*/
Modified: trunk/scipy/sparse/linalg/dsolve/_zsuperlumodule.c
===================================================================
--- trunk/scipy/sparse/linalg/dsolve/_zsuperlumodule.c 2008-11-10 23:03:38 UTC (rev 5056)
+++ trunk/scipy/sparse/linalg/dsolve/_zsuperlumodule.c 2008-11-11 03:20:57 UTC (rev 5057)
@@ -1,6 +1,6 @@
/* Copyright 1999 Travis Oliphant
- Permision to copy and modified this file is granted under the LGPL.
+ Permision to copy and modified this file is granted under the revised BSD license.
No warranty is expressed or IMPLIED
Changes: 2004 converted to SuperLU_3.0 and added factor and solve routines for
More information about the Scipy-svn
mailing list