diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-03-01 19:39:00 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-03-01 19:39:00 +0000 |
commit | 242e60a30d5b026169392e8c9eb7766e88751bf8 (patch) | |
tree | fe5808d2caba2cc451a9bc689633b05d51d8740e /app-crypt/bcwipe | |
parent | Added fix for bug #11960 (diff) | |
download | historical-242e60a30d5b026169392e8c9eb7766e88751bf8.tar.gz historical-242e60a30d5b026169392e8c9eb7766e88751bf8.tar.bz2 historical-242e60a30d5b026169392e8c9eb7766e88751bf8.zip |
fix license
Diffstat (limited to 'app-crypt/bcwipe')
-rw-r--r-- | app-crypt/bcwipe/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/bcwipe/bcwipe-1.2_p3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/bcwipe/ChangeLog b/app-crypt/bcwipe/ChangeLog index 8c9758395cab..0acae34b27d1 100644 --- a/app-crypt/bcwipe/ChangeLog +++ b/app-crypt/bcwipe/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for app-crypt/bcwipe # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.1 2003/03/01 19:33:21 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.2 2003/03/01 19:39:00 lostlogic Exp $ *bcwipe-1.2_p3 (01 Mar 2003) 01 Mar 2003; Brandon Low <lostlogic@gentoo.org> bcwipe-1.2_p3.ebuild: + Fix license + + 01 Mar 2003; Brandon Low <lostlogic@gentoo.org> bcwipe-1.2_p3.ebuild: Initial import, enjoy the security of wiped file deletion from Jetico (See the license, this is commercial demoware) diff --git a/app-crypt/bcwipe/bcwipe-1.2_p3.ebuild b/app-crypt/bcwipe/bcwipe-1.2_p3.ebuild index 800f4577ee9b..83cf258c4fae 100644 --- a/app-crypt/bcwipe/bcwipe-1.2_p3.ebuild +++ b/app-crypt/bcwipe/bcwipe-1.2_p3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.2_p3.ebuild,v 1.1 2003/03/01 19:33:21 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.2_p3.ebuild,v 1.2 2003/03/01 19:39:00 lostlogic Exp $ S=${WORKDIR}/${PN} DESCRIPTION="BCWipe secure file removal utility" SRC_URI="http://www.jetico.com/linux/BCWipe-${PV/_p/-}.tar.gz" HOMEPAGE="http://www.jetico.com" SLOT="0" -LICENSE="GPL-2" +LICENSE="bestcrypt" DEPEND="virtual/glibc" RDEPEND="" KEYWORDS="~x86" |