diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-09-23 21:54:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-09-23 21:54:48 +0000 |
commit | 62d8d84c384439bfc9958f7405dabab901677872 (patch) | |
tree | e29523b7ce016afc03d7ed25181b059321fdb6c4 /net-mail/nbsmtp | |
parent | Changed LICENSE from GPL to BSD (diff) | |
download | historical-62d8d84c384439bfc9958f7405dabab901677872.tar.gz historical-62d8d84c384439bfc9958f7405dabab901677872.tar.bz2 historical-62d8d84c384439bfc9958f7405dabab901677872.zip |
Changed GPL to GPL-2 in LICENSE
Diffstat (limited to 'net-mail/nbsmtp')
-rw-r--r-- | net-mail/nbsmtp/nbsmtp-0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/nbsmtp/nbsmtp-0.8.ebuild b/net-mail/nbsmtp/nbsmtp-0.8.ebuild index d616522d8d40..6de64fed2da1 100644 --- a/net-mail/nbsmtp/nbsmtp-0.8.ebuild +++ b/net-mail/nbsmtp/nbsmtp-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/nbsmtp/nbsmtp-0.8.ebuild,v 1.4 2002/08/14 12:05:25 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/nbsmtp/nbsmtp-0.8.ebuild,v 1.5 2002/09/23 21:54:48 vapier Exp $ S=${WORKDIR} DESCRIPTION="The No-Brainer SMTP" @@ -12,7 +12,7 @@ PROVIDE="virtual/mta" SLOT="0" -LICENSE="GPL" +LICENSE="GPL-2" KEYWORDS="x86 sparc sparc64" src_compile() { |