pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libuv Set license to



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99fd14d6ec0b
branches:  trunk
changeset: 615480:99fd14d6ec0b
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Mar 06 17:32:08 2013 +0000

description:
Set license to
  mit AND 2-clause-bsd AND isc AND modified-bsd
because that's what the included LICENSE file says, after one wdiffs
the MIT license and the first part.  (There does not appear to be such
a thing, as a "joyent license", which is good news.)

diffstat:

 devel/libuv/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a33b5904e758 -r 99fd14d6ec0b devel/libuv/Makefile
--- a/devel/libuv/Makefile      Wed Mar 06 16:58:57 2013 +0000
+++ b/devel/libuv/Makefile      Wed Mar 06 17:32:08 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/03/02 08:19:36 agc Exp $
+# $NetBSD: Makefile,v 1.3 2013/03/06 17:32:08 gdt Exp $
 #
 
 DISTNAME=      master
@@ -10,7 +10,7 @@
 MAINTAINER=    agc%pkgsrc.org@localhost
 HOMEPAGE=      http://nikhilm.github.com/uvbook/
 COMMENT=       Asynchronous event library, platform layer of node.js
-LICENSE=       joyent
+LICENSE=       mit AND 2-clause-bsd AND isc AND modified-bsd
 
 DIST_SUBDIR=   ${PKGNAME_NOREV}
 WRKSRC=                ${WRKDIR}/libuv-master



Home | Main Index | Thread Index | Old Index