diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-03-04 10:43:19 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-03-04 10:43:19 +0000 |
commit | 4479b971405cd08da03a2f2930160e25d7c89d38 (patch) | |
tree | d32e8f916374bbd4dd2a58d085c32893ce206325 | |
parent | mpi fixes: symbol duplication routines, tests and the no-optimization for som... (diff) | |
download | historical-4479b971405cd08da03a2f2930160e25d7c89d38.tar.gz historical-4479b971405cd08da03a2f2930160e25d7c89d38.tar.bz2 historical-4479b971405cd08da03a2f2930160e25d7c89d38.zip |
Switched to proper BSD license (see bug #212215).
Package-Manager: portage-2.1.4.4
-rw-r--r-- | sci-libs/blas-reference/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/blas-reference/blas-reference-20070226.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-libs/blas-reference/ChangeLog b/sci-libs/blas-reference/ChangeLog index 0f8fcb28b1c4..afc401f412fa 100644 --- a/sci-libs/blas-reference/ChangeLog +++ b/sci-libs/blas-reference/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/blas-reference -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/ChangeLog,v 1.41 2007/12/19 14:46:42 jsbronder Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/ChangeLog,v 1.42 2008/03/04 10:43:19 markusle Exp $ + + 04 Mar 2008; Markus Dittrich <markusle@gentoo.org> + blas-reference-20070226.ebuild: + Switched to proper BSD license (see bug #212215). 19 Dec 2007; Justin Bronder <jsbronder@gentoo.org> blas-reference-20070226.ebuild: diff --git a/sci-libs/blas-reference/blas-reference-20070226.ebuild b/sci-libs/blas-reference/blas-reference-20070226.ebuild index 1a0424f314ac..20b1098fb893 100644 --- a/sci-libs/blas-reference/blas-reference-20070226.ebuild +++ b/sci-libs/blas-reference/blas-reference-20070226.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/blas-reference-20070226.ebuild,v 1.14 2007/12/19 14:46:42 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/blas-reference-20070226.ebuild,v 1.15 2008/03/04 10:43:19 markusle Exp $ inherit eutils autotools fortran multilib flag-o-matic @@ -8,7 +8,7 @@ LAPACKPV="3.1.1" LAPACKPN="lapack-lite" DESCRIPTION="Basic Linear Algebra Subprograms F77 reference implementations" -LICENSE="public-domain" +LICENSE="BSD" HOMEPAGE="http://www.netlib.org/blas/" SRC_URI="http://www.netlib.org/lapack/${LAPACKPN}-${LAPACKPV}.tgz" |