summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2010-08-23 12:52:02 +0000
committerDirkjan Ochtman <djc@gentoo.org>2010-08-23 12:52:02 +0000
commit3e377e425b85e7c9304cdcd7892e7f4d71fa10f7 (patch)
tree6e5e91fbccf413d1403efdd3fff0462120486a15 /dev-python/pycipher
parentRemove old version. (diff)
downloadgentoo-2-3e377e425b85e7c9304cdcd7892e7f4d71fa10f7.tar.gz
gentoo-2-3e377e425b85e7c9304cdcd7892e7f4d71fa10f7.tar.bz2
gentoo-2-3e377e425b85e7c9304cdcd7892e7f4d71fa10f7.zip
Updated license per bug 258676.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pycipher')
-rw-r--r--dev-python/pycipher/ChangeLog5
-rw-r--r--dev-python/pycipher/pycipher-0.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pycipher/ChangeLog b/dev-python/pycipher/ChangeLog
index e091d1b333ff..9f03328be9b1 100644
--- a/dev-python/pycipher/ChangeLog
+++ b/dev-python/pycipher/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pycipher
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycipher/ChangeLog,v 1.2 2010/06/11 23:31:26 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycipher/ChangeLog,v 1.3 2010/08/23 12:52:02 djc Exp $
+
+ 23 Aug 2010; Dirkjan Ochtman <djc@gentoo.org> pycipher-0.2.ebuild:
+ Update license to BSD-2 per bug 258676.
11 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
pycipher-0.2.ebuild:
diff --git a/dev-python/pycipher/pycipher-0.2.ebuild b/dev-python/pycipher/pycipher-0.2.ebuild
index 2036ae4332f7..6f7bc84058c4 100644
--- a/dev-python/pycipher/pycipher-0.2.ebuild
+++ b/dev-python/pycipher/pycipher-0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycipher/pycipher-0.2.ebuild,v 1.2 2010/06/11 23:31:26 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycipher/pycipher-0.2.ebuild,v 1.3 2010/08/23 12:52:02 djc Exp $
EAPI="3"
PYTHON_DEPEND="*"
@@ -12,7 +12,7 @@ DESCRIPTION="A Python module that implements several well-known classical cipher
HOMEPAGE="http://pycipher.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.py"
-LICENSE="BSD"
+LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""