diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-07-04 04:59:56 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-07-04 04:59:56 +0000 |
commit | 7999befb507d3384233b92194321b617ccd1f4a7 (patch) | |
tree | 155cd033be111dac0153e890b896a0143f0ab9fd /dev-libs/ffcall | |
parent | Adding sendmail.cf file, which also needed to be updated. (diff) | |
download | gentoo-2-7999befb507d3384233b92194321b617ccd1f4a7.tar.gz gentoo-2-7999befb507d3384233b92194321b617ccd1f4a7.tar.bz2 gentoo-2-7999befb507d3384233b92194321b617ccd1f4a7.zip |
added authors comment on licensing w/GNUstep
Diffstat (limited to 'dev-libs/ffcall')
-rw-r--r-- | dev-libs/ffcall/ffcall-1.8d.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-libs/ffcall/ffcall-1.8d.ebuild b/dev-libs/ffcall/ffcall-1.8d.ebuild index 64afb1fe25c5..bd109b4124cd 100644 --- a/dev-libs/ffcall/ffcall-1.8d.ebuild +++ b/dev-libs/ffcall/ffcall-1.8d.ebuild @@ -1,10 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Nick Hadaway <raker@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.8d.ebuild,v 1.1 2002/07/04 04:20:11 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.8d.ebuild,v 1.2 2002/07/04 04:59:56 raker Exp $ DESCRIPTION="foreign function call libraries" HOMEPAGE="http://www.gnu.org/directory/ffcall.html" +# "Ffcall is under GNU GPL. As a special exception, if used in GNUstep +# or in derivate works of GNUstep, the included parts of ffcall are +# under GNU LGPL." -ffcall author LICENSE="GPL-2" DEPEND="virtual/glibc" RDEPEND="virtual/glibc" |