Module Name: src
Committed By: christos
Date: Sat Apr 7 22:39:31 UTC 2018
Modified Files:
src/external: Makefile README
Log Message:
add mpl
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/external/Makefile
cvs rdiff -u -r1.15 -r1.16 src/external/README
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/Makefile
diff -u src/external/Makefile:1.20 src/external/Makefile:1.21
--- src/external/Makefile:1.20 Mon Jan 8 06:05:02 2018
+++ src/external/Makefile Sat Apr 7 18:39:31 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2018/01/08 11:05:02 jmcneill Exp $
+# $NetBSD: Makefile,v 1.21 2018/04/07 22:39:31 christos Exp $
SUBDIR+= apache2 atheros broadcom bsd cddl gpl2 gpl3 historical intel-fw-eula
-SUBDIR+= intel-fw-public ibm-public mit nvidia-firmware public-domain realtek
+SUBDIR+= intel-fw-public ibm-public mpl mit nvidia-firmware public-domain
+SUBDIR+= realtek
.include <bsd.subdir.mk>
Index: src/external/README
diff -u src/external/README:1.15 src/external/README:1.16
--- src/external/README:1.15 Thu Jun 14 00:14:36 2012
+++ src/external/README Sat Apr 7 18:39:31 2018
@@ -1,4 +1,4 @@
-$NetBSD: README,v 1.15 2012/06/14 04:14:36 riz Exp $
+$NetBSD: README,v 1.16 2018/04/07 22:39:31 christos Exp $
Organization of Sources:
@@ -79,6 +79,9 @@ The licenses currently used are:
mit MIT (X11) style license.
http://www.opensource.org/licenses/mit-license.php
+ mpl Mozilla Public license.
+ https://opensource.org/licenses/MPL-2.0
+
public-domain Non-license for code that has been explicitly put
into the Public Domain.