getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] r5504 - in /trunk/getfem: ./ interface/src/scilab/help/


From: Yves . Renard
Subject: [Getfem-commits] r5504 - in /trunk/getfem: ./ interface/src/scilab/help/en_US/ superlu/
Date: Wed, 01 Feb 2017 08:30:40 -0000

Author: renard
Date: Wed Feb  1 09:30:39 2017
New Revision: 5504

URL: http://svn.gna.org/viewcvs/getfem?rev=5504&view=rev
Log:
update license

Modified:
    trunk/getfem/INSTALL
    trunk/getfem/interface/src/scilab/help/en_US/gf_compute.xml
    trunk/getfem/superlu/dzsum1.c
    trunk/getfem/superlu/icmax1.c
    trunk/getfem/superlu/izmax1.c
    trunk/getfem/superlu/scsum1.c

Modified: trunk/getfem/INSTALL
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/INSTALL?rev=5504&r1=5503&r2=5504&view=diff
==============================================================================
--- trunk/getfem/INSTALL        (original)
+++ trunk/getfem/INSTALL        Wed Feb  1 09:30:39 2017
@@ -1,4 +1,4 @@
-#  Copyright (C) 1999-2017 Yves Renard
+#  Copyright (C) 1999-2017 Yves Renard, Julien Pommier
 #
 #  This file is a part of GetFEM++
 #
@@ -14,6 +14,16 @@
 #  You  should  have received a copy of the GNU Lesser General Public License
 #  along  with  this program;  if not, write to the Free Software Foundation,
 #  Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301, USA.
+=====
+Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
+Inc.
+
+   Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.  This file is offered as-is,
+without warranty of any kind.
+=====
+
 
 Short Installation procedure
 ============================

Modified: trunk/getfem/interface/src/scilab/help/en_US/gf_compute.xml
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/interface/src/scilab/help/en_US/gf_compute.xml?rev=5504&r1=5503&r2=5504&view=diff
==============================================================================
--- trunk/getfem/interface/src/scilab/help/en_US/gf_compute.xml (original)
+++ trunk/getfem/interface/src/scilab/help/en_US/gf_compute.xml Wed Feb  1 
09:30:39 2017
@@ -234,7 +234,7 @@
     <literal>option = 'unchanged'</literal> for a constant value on that 
boundary or
     <literal>option = 'periodicity'</literal> for a peridiodic boundary. For 
this latter option
     the two vectors per_min, per_max has to be given and represent the limits
-    of the periodic domain (on components where per_max[k] < per_min[k]
+    of the periodic domain (on components where per_max[k] \le per_min[k]
     no operation is done).
     This method is rather dissipative, but stable.
     

Modified: trunk/getfem/superlu/dzsum1.c
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/superlu/dzsum1.c?rev=5504&r1=5503&r2=5504&view=diff
==============================================================================
--- trunk/getfem/superlu/dzsum1.c       (original)
+++ trunk/getfem/superlu/dzsum1.c       Wed Feb  1 09:30:39 2017
@@ -3,49 +3,27 @@
 
 double dzsum1_(int *n, doublecomplex *cx, int *incx)
 {
-/*  -- LAPACK auxiliary routine (version 2.0) --   
-       Copyright (c) 1992-2013 The University of Tennessee and The University
-                        of Tennessee Research Foundation.  All rights
-                        reserved.
-       Copyright (c) 2000-2013 The University of California Berkeley. All
-                        rights reserved.
-       Copyright (c) 2006-2013 The University of Colorado Denver.  All rights
-                        reserved.
+/*
+Copyright (c) 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) 
 
-       Redistribution and use in source and binary forms, with or without
-       modification, are permitted provided that the following conditions are
-       met:
+All rights reserved. 
 
-       - Redistributions of source code must retain the above copyright
-         notice, this list of conditions and the following disclaimer.
+The source code is distributed under BSD license, see the file License.txt
+*/
+/*! @file dzsum1.c
+ * \brief Takes sum of the absolute values of a complex vector and returns a 
double precision result
+ *
+ * <pre>
+ *     -- LAPACK auxiliary routine (version 2.0) --   
+ *     Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd.,   
+ *     Courant Institute, Argonne National Lab, and Rice University   
+ *     October 31, 1992   
+ * </pre>
+ */
+/*
 
-       - Redistributions in binary form must reproduce the above copyright
-         notice, this list of conditions and the following disclaimer listed
-         in this license in the documentation and/or other materials
-         provided with the distribution.
-
-       - Neither the name of the copyright holders nor the names of its
-         contributors may be used to endorse or promote products derived from
-         this software without specific prior written permission.
-
-       The copyright holders provide no reassurances that the source code
-       provided does not infringe any patent, copyright, or any other
-       intellectual property rights of third parties.  The copyright holders
-       disclaim any liability to any recipient for claims brought against
-       recipient by any third party for infringement of that parties
-       intellectual property rights.
-
-       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.
 
 
     Purpose   

Modified: trunk/getfem/superlu/icmax1.c
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/superlu/icmax1.c?rev=5504&r1=5503&r2=5504&view=diff
==============================================================================
--- trunk/getfem/superlu/icmax1.c       (original)
+++ trunk/getfem/superlu/icmax1.c       Wed Feb  1 09:30:39 2017
@@ -4,51 +4,26 @@
 
 int icmax1_(int *n, complex *cx, int *incx)
 {
-/*  -- LAPACK auxiliary routine (version 2.0) --   
-       Copyright (c) 1992-2013 The University of Tennessee and The University
-                        of Tennessee Research Foundation.  All rights
-                        reserved.
-       Copyright (c) 2000-2013 The University of California Berkeley. All
-                        rights reserved.
-       Copyright (c) 2006-2013 The University of Colorado Denver.  All rights
-                        reserved.
+/*
+Copyright (c) 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) 
 
-       Redistribution and use in source and binary forms, with or without
-       modification, are permitted provided that the following conditions are
-       met:
+All rights reserved. 
 
-       - Redistributions of source code must retain the above copyright
-         notice, this list of conditions and the following disclaimer.
-
-       - Redistributions in binary form must reproduce the above copyright
-         notice, this list of conditions and the following disclaimer listed
-         in this license in the documentation and/or other materials
-         provided with the distribution.
-
-       - Neither the name of the copyright holders nor the names of its
-         contributors may be used to endorse or promote products derived from
-         this software without specific prior written permission.
-
-       The copyright holders provide no reassurances that the source code
-       provided does not infringe any patent, copyright, or any other
-       intellectual property rights of third parties.  The copyright holders
-       disclaim any liability to any recipient for claims brought against
-       recipient by any third party for infringement of that parties
-       intellectual property rights.
-
-       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.
-
-
+The source code is distributed under BSD license, see the file License.txt
+*/
+/*! @file icmax1.c
+ * \brief Finds the index of the element whose real part has maximum absolute 
value
+ *
+ * <pre>
+ *     -- LAPACK auxiliary routine (version 2.0) --   
+ *     Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd.,   
+ *     Courant Institute, Argonne National Lab, and Rice University   
+ *     October 31, 1992   
+ * </pre>
+ */
+/*
 
     Purpose   
     =======   

Modified: trunk/getfem/superlu/izmax1.c
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/superlu/izmax1.c?rev=5504&r1=5503&r2=5504&view=diff
==============================================================================
--- trunk/getfem/superlu/izmax1.c       (original)
+++ trunk/getfem/superlu/izmax1.c       Wed Feb  1 09:30:39 2017
@@ -5,51 +5,26 @@
 int
 izmax1_(int *n, doublecomplex *cx, int *incx)
 {
-/*  -- LAPACK auxiliary routine (version 2.0) --   
-       Copyright (c) 1992-2013 The University of Tennessee and The University
-                        of Tennessee Research Foundation.  All rights
-                        reserved.
-       Copyright (c) 2000-2013 The University of California Berkeley. All
-                        rights reserved.
-       Copyright (c) 2006-2013 The University of Colorado Denver.  All rights
-                        reserved.
+/*
+Copyright (c) 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) 
 
-       Redistribution and use in source and binary forms, with or without
-       modification, are permitted provided that the following conditions are
-       met:
+All rights reserved. 
 
-       - Redistributions of source code must retain the above copyright
-         notice, this list of conditions and the following disclaimer.
-
-       - Redistributions in binary form must reproduce the above copyright
-         notice, this list of conditions and the following disclaimer listed
-         in this license in the documentation and/or other materials
-         provided with the distribution.
-
-       - Neither the name of the copyright holders nor the names of its
-         contributors may be used to endorse or promote products derived from
-         this software without specific prior written permission.
-
-       The copyright holders provide no reassurances that the source code
-       provided does not infringe any patent, copyright, or any other
-       intellectual property rights of third parties.  The copyright holders
-       disclaim any liability to any recipient for claims brought against
-       recipient by any third party for infringement of that parties
-       intellectual property rights.
-
-       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.
-
-
+The source code is distributed under BSD license, see the file License.txt
+*/
+/*! @file izmax1.c
+ * \brief Finds the index of the element whose real part has maximum absolute 
value
+ *
+ * <pre>
+ *     -- LAPACK auxiliary routine (version 2.0) --   
+ *     Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd.,   
+ *     Courant Institute, Argonne National Lab, and Rice University   
+ *     October 31, 1992   
+ * </pre>
+ */
+/*  
     Purpose   
     =======   
 

Modified: trunk/getfem/superlu/scsum1.c
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/superlu/scsum1.c?rev=5504&r1=5503&r2=5504&view=diff
==============================================================================
--- trunk/getfem/superlu/scsum1.c       (original)
+++ trunk/getfem/superlu/scsum1.c       Wed Feb  1 09:30:39 2017
@@ -3,50 +3,26 @@
 
 double scsum1_(int *n, complex *cx, int *incx)
 {
-/*  -- LAPACK auxiliary routine (version 2.0) --   
-       Copyright (c) 1992-2013 The University of Tennessee and The University
-                        of Tennessee Research Foundation.  All rights
-                        reserved.
-       Copyright (c) 2000-2013 The University of California Berkeley. All
-                        rights reserved.
-       Copyright (c) 2006-2013 The University of Colorado Denver.  All rights
-                        reserved.
+/*
+Copyright (c) 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) 
 
-       Redistribution and use in source and binary forms, with or without
-       modification, are permitted provided that the following conditions are
-       met:
+All rights reserved. 
 
-       - Redistributions of source code must retain the above copyright
-         notice, this list of conditions and the following disclaimer.
-
-       - Redistributions in binary form must reproduce the above copyright
-         notice, this list of conditions and the following disclaimer listed
-         in this license in the documentation and/or other materials
-         provided with the distribution.
-
-       - Neither the name of the copyright holders nor the names of its
-         contributors may be used to endorse or promote products derived from
-         this software without specific prior written permission.
-
-       The copyright holders provide no reassurances that the source code
-       provided does not infringe any patent, copyright, or any other
-       intellectual property rights of third parties.  The copyright holders
-       disclaim any liability to any recipient for claims brought against
-       recipient by any third party for infringement of that parties
-       intellectual property rights.
-
-       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.
-
+The source code is distributed under BSD license, see the file License.txt
+*/
+/*! @file scsum1.c
+ * \brief Takes sum of the absolute values of a complex vector and returns a 
single precision result
+ *
+ * <pre>
+ *     -- LAPACK auxiliary routine (version 2.0) --   
+ *     Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd.,   
+ *     Courant Institute, Argonne National Lab, and Rice University   
+ *     October 31, 1992   
+ * </pre>
+ */
+/* 
 
     Purpose   
     =======   




reply via email to

[Prev in Thread] Current Thread [Next in Thread]