diff options
author | 2012-11-28 20:53:07 +0000 | |
---|---|---|
committer | 2012-11-28 20:53:07 +0000 | |
commit | f330b757a5cd8df466d5a1097c5357ed9fe74e64 (patch) | |
tree | 40c10c5b7fd6fa65c69d1e8a853216ce75418771 /dev-dotnet | |
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')
-rw-r--r-- | dev-dotnet/notify-sharp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-dotnet/notify-sharp/ChangeLog b/dev-dotnet/notify-sharp/ChangeLog index e4c9111646d7..c75d285f926c 100644 --- a/dev-dotnet/notify-sharp/ChangeLog +++ b/dev-dotnet/notify-sharp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-dotnet/notify-sharp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.18 2012/05/21 18:46:24 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.19 2012/11/28 20:53:07 ulm Exp $ + + 28 Nov 2012; Ulrich Müller <ulm@gentoo.org> + notify-sharp-0.4.0_pre20090305.ebuild: + Fix LICENSE, MIT (Expat) license according to COPYING file, bug 444852. 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> notify-sharp-0.4.0_pre20090305.ebuild: 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" |