diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-15 20:35:08 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-15 20:35:08 +0000 |
commit | 103e67b0fdc12637e9c2bf22f1005c4da5b14673 (patch) | |
tree | 7b8ffdf8534da4a6be1a768186c99b5a84a1b402 /sci-chemistry | |
parent | MAID does automatic fitting of protein X-ray crystallography electron density... (diff) | |
download | gentoo-2-103e67b0fdc12637e9c2bf22f1005c4da5b14673.tar.gz gentoo-2-103e67b0fdc12637e9c2bf22f1005c4da5b14673.tar.bz2 gentoo-2-103e67b0fdc12637e9c2bf22f1005c4da5b14673.zip |
Fix license. The author informed me by email that it's intended to be freely distributed, modified and redistributed.
(Portage version: 2.0.53)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/maid/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/maid/maid-20011112.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-chemistry/maid/ChangeLog b/sci-chemistry/maid/ChangeLog index 8ffeed693bec..fbcad00dba78 100644 --- a/sci-chemistry/maid/ChangeLog +++ b/sci-chemistry/maid/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/maid # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/maid/ChangeLog,v 1.1 2005/12/15 20:33:37 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/maid/ChangeLog,v 1.2 2005/12/15 20:35:08 spyderous Exp $ + + 15 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; maid-20011112.ebuild: + Fix license. The author informed me by email that it's intended to be freely + distributed, modified and redistributed. *maid-20011112 (15 Dec 2005) diff --git a/sci-chemistry/maid/maid-20011112.ebuild b/sci-chemistry/maid/maid-20011112.ebuild index 2c76a5c00c4e..279b8ab7c82b 100644 --- a/sci-chemistry/maid/maid-20011112.ebuild +++ b/sci-chemistry/maid/maid-20011112.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/maid/maid-20011112.ebuild,v 1.1 2005/12/15 20:33:37 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/maid/maid-20011112.ebuild,v 1.2 2005/12/15 20:35:08 spyderous Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ MY_P="${MY_PN}_${MY_PV}" DESCRIPTION="Automates the fitting of protein X-ray crystallographic electron density maps" HOMEPAGE="http://www.msi.umn.edu/~levitt/" SRC_URI="http://www.msi.umn.edu/~levitt/maid_unix_12nov01.tar.gz" -LICENSE="molmol" +LICENSE="as-is" SLOT="0" KEYWORDS="~x86" IUSE="X" |