Boost logo

Boost-Commit :

From: thomas.klimpel_at_[hidden]
Date: 2008-05-03 16:46:36


Author: klimpel
Date: 2008-05-03 16:46:34 EDT (Sat, 03 May 2008)
New Revision: 45092
URL: http://svn.boost.org/trac/boost/changeset/45092

Log:
updated licences using permission by owners

owners:
Karl Meerbergen
Toon Knapen

Text files modified:
   sandbox/libs/numeric/bindings/blas/test/blas1.cpp | 10 ++++++----
   sandbox/libs/numeric/bindings/blas/test/blas2.cpp | 10 ++++++----
   sandbox/libs/numeric/bindings/blas/test/blas3.cpp | 10 ++++++----
   sandbox/libs/numeric/bindings/blas/test/random.hpp | 10 ++++++----
   sandbox/libs/numeric/bindings/lapack/test/ublas_gees.cpp | 9 +++++----
   sandbox/libs/numeric/bindings/lapack/test/ublas_geqrf.cpp | 9 +++++----
   sandbox/libs/numeric/bindings/lapack/test/ublas_hbev.cpp | 9 +++++----
   sandbox/libs/numeric/bindings/lapack/test/ublas_heev.cpp | 9 +++++----
   sandbox/libs/numeric/bindings/lapack/test/ublas_steqr.cpp | 9 +++++----
   sandbox/libs/numeric/bindings/lapack/test/ublas_syev.cpp | 9 +++++----
   sandbox/libs/numeric/bindings/lapack/test/ublas_sytrd.cpp | 10 ++++++----
   11 files changed, 60 insertions(+), 44 deletions(-)

Modified: sandbox/libs/numeric/bindings/blas/test/blas1.cpp
==============================================================================
--- sandbox/libs/numeric/bindings/blas/test/blas1.cpp (original)
+++ sandbox/libs/numeric/bindings/blas/test/blas1.cpp 2008-05-03 16:46:34 EDT (Sat, 03 May 2008)
@@ -1,8 +1,10 @@
-// Permission to copy, use, modify, sell and
-// distribute this software is granted provided this copyright notice appears
-// in all copies. This software is provided "as is" without express or implied
-// warranty, and with no claim as to its suitability for any purpose.
+//
 // Copyright Toon Knapen, Karl Meerbergen
+//
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+//
 
 #include "random.hpp"
 

Modified: sandbox/libs/numeric/bindings/blas/test/blas2.cpp
==============================================================================
--- sandbox/libs/numeric/bindings/blas/test/blas2.cpp (original)
+++ sandbox/libs/numeric/bindings/blas/test/blas2.cpp 2008-05-03 16:46:34 EDT (Sat, 03 May 2008)
@@ -1,8 +1,10 @@
-// Permission to copy, use, modify, sell and
-// distribute this software is granted provided this copyright notice appears
-// in all copies. This software is provided "as is" without express or implied
-// warranty, and with no claim as to its suitability for any purpose.
+//
 // Copyright Toon Knapen
+//
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+//
 
 #include <iostream>
 #include <fstream>

Modified: sandbox/libs/numeric/bindings/blas/test/blas3.cpp
==============================================================================
--- sandbox/libs/numeric/bindings/blas/test/blas3.cpp (original)
+++ sandbox/libs/numeric/bindings/blas/test/blas3.cpp 2008-05-03 16:46:34 EDT (Sat, 03 May 2008)
@@ -1,8 +1,10 @@
-// Permission to copy, use, modify, sell and
-// distribute this software is granted provided this copyright notice appears
-// in all copies. This software is provided "as is" without express or implied
-// warranty, and with no claim as to its suitability for any purpose.
+//
 // Copyright Toon Knapen, Karl Meerbergen
+//
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+//
 
 #include "random.hpp"
 

Modified: sandbox/libs/numeric/bindings/blas/test/random.hpp
==============================================================================
--- sandbox/libs/numeric/bindings/blas/test/random.hpp (original)
+++ sandbox/libs/numeric/bindings/blas/test/random.hpp 2008-05-03 16:46:34 EDT (Sat, 03 May 2008)
@@ -1,8 +1,10 @@
-// Permission to copy, use, modify, sell and
-// distribute this software is granted provided this copyright notice appears
-// in all copies. This software is provided "as is" without express or implied
-// warranty, and with no claim as to its suitability for any purpose.
+//
 // Copyright Toon Knapen, Karl Meerbergen
+//
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+//
 
 #include <cstdlib>
 #include <complex>

Modified: sandbox/libs/numeric/bindings/lapack/test/ublas_gees.cpp
==============================================================================
--- sandbox/libs/numeric/bindings/lapack/test/ublas_gees.cpp (original)
+++ sandbox/libs/numeric/bindings/lapack/test/ublas_gees.cpp 2008-05-03 16:46:34 EDT (Sat, 03 May 2008)
@@ -1,9 +1,10 @@
-// Permission to copy, use, modify, sell and
-// distribute this software is granted provided this copyright notice appears
-// in all copies. This software is provided "as is" without express or implied
-// warranty, and with no claim as to its suitability for any purpose.
+//
 // Copyright Toon Knapen, Karl Meerbergen
 //
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+//
 
 #include "../../blas/test/random.hpp"
 

Modified: sandbox/libs/numeric/bindings/lapack/test/ublas_geqrf.cpp
==============================================================================
--- sandbox/libs/numeric/bindings/lapack/test/ublas_geqrf.cpp (original)
+++ sandbox/libs/numeric/bindings/lapack/test/ublas_geqrf.cpp 2008-05-03 16:46:34 EDT (Sat, 03 May 2008)
@@ -1,9 +1,10 @@
-// Permission to copy, use, modify, sell and
-// distribute this software is granted provided this copyright notice appears
-// in all copies. This software is provided "as is" without express or implied
-// warranty, and with no claim as to its suitability for any purpose.
+//
 // Copyright Toon Knapen, Karl Meerbergen
 //
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+//
 
 #include "../../blas/test/random.hpp"
 

Modified: sandbox/libs/numeric/bindings/lapack/test/ublas_hbev.cpp
==============================================================================
--- sandbox/libs/numeric/bindings/lapack/test/ublas_hbev.cpp (original)
+++ sandbox/libs/numeric/bindings/lapack/test/ublas_hbev.cpp 2008-05-03 16:46:34 EDT (Sat, 03 May 2008)
@@ -1,9 +1,10 @@
-// Permission to copy, use, modify, sell and
-// distribute this software is granted provided this copyright notice appears
-// in all copies. This software is provided "as is" without express or implied
-// warranty, and with no claim as to its suitability for any purpose.
+//
 // Copyright Toon Knapen, Karl Meerbergen
 //
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+//
 
 #include "../../blas/test/random.hpp"
 

Modified: sandbox/libs/numeric/bindings/lapack/test/ublas_heev.cpp
==============================================================================
--- sandbox/libs/numeric/bindings/lapack/test/ublas_heev.cpp (original)
+++ sandbox/libs/numeric/bindings/lapack/test/ublas_heev.cpp 2008-05-03 16:46:34 EDT (Sat, 03 May 2008)
@@ -1,9 +1,10 @@
-// Permission to copy, use, modify, sell and
-// distribute this software is granted provided this copyright notice appears
-// in all copies. This software is provided "as is" without express or implied
-// warranty, and with no claim as to its suitability for any purpose.
+//
 // Copyright Toon Knapen, Karl Meerbergen
 //
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+//
 
 #include "../../blas/test/random.hpp"
 

Modified: sandbox/libs/numeric/bindings/lapack/test/ublas_steqr.cpp
==============================================================================
--- sandbox/libs/numeric/bindings/lapack/test/ublas_steqr.cpp (original)
+++ sandbox/libs/numeric/bindings/lapack/test/ublas_steqr.cpp 2008-05-03 16:46:34 EDT (Sat, 03 May 2008)
@@ -1,9 +1,10 @@
-// Permission to copy, use, modify, sell and
-// distribute this software is granted provided this copyright notice appears
-// in all copies. This software is provided "as is" without express or implied
-// warranty, and with no claim as to its suitability for any purpose.
+//
 // Copyright Toon Knapen, Karl Meerbergen
 //
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+//
 
 #include "../../blas/test/random.hpp"
 

Modified: sandbox/libs/numeric/bindings/lapack/test/ublas_syev.cpp
==============================================================================
--- sandbox/libs/numeric/bindings/lapack/test/ublas_syev.cpp (original)
+++ sandbox/libs/numeric/bindings/lapack/test/ublas_syev.cpp 2008-05-03 16:46:34 EDT (Sat, 03 May 2008)
@@ -1,9 +1,10 @@
-// Permission to copy, use, modify, sell and
-// distribute this software is granted provided this copyright notice appears
-// in all copies. This software is provided "as is" without express or implied
-// warranty, and with no claim as to its suitability for any purpose.
+//
 // Copyright Toon Knapen, Karl Meerbergen
 //
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+//
 
 #include "../../blas/test/random.hpp"
 

Modified: sandbox/libs/numeric/bindings/lapack/test/ublas_sytrd.cpp
==============================================================================
--- sandbox/libs/numeric/bindings/lapack/test/ublas_sytrd.cpp (original)
+++ sandbox/libs/numeric/bindings/lapack/test/ublas_sytrd.cpp 2008-05-03 16:46:34 EDT (Sat, 03 May 2008)
@@ -1,9 +1,11 @@
-// Permission to copy, use, modify, sell and
-// distribute this software is granted provided this copyright notice appears
-// in all copies. This software is provided "as is" without express or implied
-// warranty, and with no claim as to its suitability for any purpose.
+//
 // Copyright Toon Knapen, Karl Meerbergen
 //
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+//
+
 
 #include "../../blas/test/random.hpp"
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk