[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

SuperLU 5.2.1 licensing



Dear Dr Li,

thank you for maintaining the SuperLU code.  We're preparing to update
to the latest version in the Debian GNU/Linux project.

We noticed some licence changes in v5.2.1 and wanted to draw your
attention to some discrepancies which have concerned us.

The licence for your own SuperLU code is BSD.  But a handful of files
in the SuperLU package come from other sources, with their own
licences.  In v5.2.1 you've prepended the BSD licence, which seems to
introduce contradictions with the original authors' licences.

I've attached our tally of the various licences.

In some cases the licence is compatible. The copyrights of the Xerox
Corporation have a simpler licence, and there is a close relationship
between them and your lab.

In other cases the licence is more or less compatible, e.g.
SRC/colamd.*, but the University of Florida's copyright still remains
and isn't superseded by Berkeley's BSD.

But the University of Minnesota's ITSOL code in EXAMPLE/*fgmr.c has a
GPL licence which simply cannot be converted to BSD.  In that case the
prepended BSD notice is a contradiction.

With MATLAB/time.m, you've removed the Mathworks copyright statement
but the code is the same.  Has Mathworks released the sample code as
public domain?

Could I ask you to audit the code licences in SuperLU?  You've added
the MC64 licence notice to License.txt, perhaps the others could be
listed there too (removing their prepended BSD notices).

Thank you kindly.

Sincerely,

Drew Parsons
Debian Developer
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: SuperLU
Upstream-Contact: xsli@lbl.gov
Source: http://crd-legacy.lbl.gov/~xiaoye/SuperLU/
 The following non-free files were removed from the upstream tarball:
Files-Excluded: SRC/mc64ad.*
                DOC/*.pdf

Files: *
Copyright: 2003, The Regents of the University of California, through Lawrence
            Berkeley National Laboratory (subject to receipt of any required 
            approvals from U.S. Dept. of Energy) 
License: BSD-3-clause

Files: MATLAB/copyright.m
       MATLAB/permutation.m
       MATLAB/lusolve.m
       MATLAB/resetrandoms.m
       MATLAB/spart2.m
       MATLAB/superlu.m
       MATLAB/try2.m
       MATLAB/try3.m
       MATLAB/try4.m
       MATLAB/trylusolve.m
       MATLAB/trysuperlu.m
       MATLAB/trytime.m
       SRC/ccolumn_bmod.c
       SRC/ccolumn_dfs.c
       SRC/ccopy_to_ucol.c
       SRC/cgstrf.c
       SRC/cgstrs.c
       SRC/cpanel_bmod.c
       SRC/cpanel_dfs.c
       SRC/cpivotL.c
       SRC/cpruneL.c
       SRC/csnode_bmod.c
       SRC/csnode_dfs.c
       SRC/cutil.c
       SRC/dcolumn_bmod.c
       SRC/dcolumn_dfs.c
       SRC/dcopy_to_ucol.c
       SRC/dgstrf.c
       SRC/dgstrs.c
       SRC/dpanel_bmod.c
       SRC/dpanel_dfs.c
       SRC/dpivotL.c
       SRC/dpruneL.c
       SRC/dsnode_bmod.c
       SRC/dsnode_dfs.c
       SRC/dutil.c
       SRC/heap_relax_snode.c
       SRC/relax_snode.c
       SRC/scolumn_bmod.c
       SRC/scolumn_dfs.c
       SRC/scopy_to_ucol.c
       SRC/sgstrf.c
       SRC/sgstrs.c
       SRC/sp_coletree.c
       SRC/spanel_bmod.c
       SRC/spanel_dfs.c
       SRC/spivotL.c
       SRC/spruneL.c
       SRC/ssnode_bmod.c
       SRC/ssnode_dfs.c
       SRC/sutil.c
       SRC/util.c
       SRC/zcolumn_bmod.c
       SRC/zcolumn_dfs.c
       SRC/zcopy_to_ucol.c
       SRC/zgstrf.c
       SRC/zgstrs.c
       SRC/zpanel_bmod.c
       SRC/zpanel_dfs.c
       SRC/zpivotL.c
       SRC/zpruneL.c
       SRC/zsnode_bmod.c
       SRC/zsnode_dfs.c
       SRC/zutil.c
Copyright: 1990-1995 Xerox Corporation
License: permissive
 THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY
 EXPRESSED OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
 . 
 Permission is hereby granted to use or copy this program for any
 purpose, provided the above notices are retained on all copies.
 Permission to modify the code and to distribute modified code is
 granted, provided the above notices are retained, and a notice that
 the code was modified is included with the above copyright notice.

Files: EXAMPLE/cfgmr.c
       EXAMPLE/dfgmr.c
       EXAMPLE/sfgmr.c
       EXAMPLE/zfgmr.c
Copyright: 2006, the University of Minnesota
License: GPL-2+
 ITSOL is free software; you can redistribute it and/or modify it under
 the terms of  the GNU General Public License as  published by the Free
 Software Foundation [version 2 of  the License, or any later version]
 For details, see 
 .
 http://www.gnu.org/copyleft/gpl.html
 .
 On Debian systems, the complete text of the GNU General Public
 License, version 2, can be found in the file
 `/usr/share/common-licenses/GPL-2'.

Files: SRC/colamd.c
       SRC/colamd.h
Copyright: 1998-2003 the University of Florida
License: permissive
 THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY
 EXPRESSED OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
 .
 Permission is hereby granted to use, copy, modify, and/or distribute
 this program, provided that the Copyright, this License, and the
 Availability of the original version is retained on all copies and made
 accessible to the end-user of any code or package that includes COLAMD
 or any modified version of COLAMD. 

License: BSD-3-clause
 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 Lawrence Berkeley National Laboratory, U.S. Dept. of
     Energy 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 COPYRIGHT HOLDERS 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 COPYRIGHT OWNER 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. 
 

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: