diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-11-28 20:53:07 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-11-28 20:53:07 +0000 |
commit | f330b757a5cd8df466d5a1097c5357ed9fe74e64 (patch) | |
tree | 40c10c5b7fd6fa65c69d1e8a853216ce75418771 /dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild | |
parent | Fix LICENSE, MIT (Expat) license according to COPYING file, bug 444850. (diff) | |
download | gentoo-2-f330b757a5cd8df466d5a1097c5357ed9fe74e64.tar.gz gentoo-2-f330b757a5cd8df466d5a1097c5357ed9fe74e64.tar.bz2 gentoo-2-f330b757a5cd8df466d5a1097c5357ed9fe74e64.zip |
Fix LICENSE, MIT (Expat) license according to COPYING file, bug 444852.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild')
-rw-r--r-- | dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild index 3f782f760773..eeb22c78a011 100644 --- a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild +++ b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.6 2012/05/21 18:46:24 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.7 2012/11/28 20:53:07 ulm Exp $ EAPI=4 inherit autotools eutils mono @@ -10,9 +10,9 @@ MY_P=${PN}-${PV#*_pre} DESCRIPTION="a C# client implementation for Desktop Notifications" HOMEPAGE="http://www.ndesk.org/NotifySharp" SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" -LICENSE="as-is" -SLOT="0" +LICENSE="MIT" +SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="doc" |