pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/lame While lame may be under the GPL, using it o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28fc76c9678e
branches:  trunk
changeset: 460285:28fc76c9678e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 27 08:32:54 2003 +0000

description:
While lame may be under the GPL, using it or other mp3 software in
commercial (and perhaps other) projects is only allowed under a license, see
http://www.mp3licensing.com/help/developer.html#5

Restore LICENSE line.

diffstat:

 audio/lame/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r cfda87653188 -r 28fc76c9678e audio/lame/Makefile
--- a/audio/lame/Makefile       Wed Aug 27 08:23:58 2003 +0000
+++ b/audio/lame/Makefile       Wed Aug 27 08:32:54 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2003/08/27 08:23:58 junyoung Exp $
+# $NetBSD: Makefile,v 1.28 2003/08/27 08:32:54 wiz Exp $
 #
 
 VERS=          3.93.1
@@ -13,6 +13,8 @@
 HOMEPAGE=      http://www.mp3dev.org/mp3/
 COMMENT=       Fast, high quality MP3 encoder
 
+LICENSE=       fee-based-commercial-use
+
 USE_BUILDLINK2=                yes
 USE_GMAKE=             yes
 



Home | Main Index | Thread Index | Old Index