From patchwork Thu Mar 16 11:54:00 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rahul Bedarkar X-Patchwork-Id: 739792 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vkRjY5MYjz9ryZ for ; Thu, 16 Mar 2017 22:54:57 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 89B908906E; Thu, 16 Mar 2017 11:54:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uWNCArWMYDQZ; Thu, 16 Mar 2017 11:54:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id E7B898908C; Thu, 16 Mar 2017 11:54:54 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id B54CB1C1074 for ; Thu, 16 Mar 2017 11:54:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id B255A8A7B5 for ; Thu, 16 Mar 2017 11:54:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uvuOlAILSN8F for ; Thu, 16 Mar 2017 11:54:53 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailapp01.imgtec.com (mailapp01.imgtec.com [195.59.15.196]) by hemlock.osuosl.org (Postfix) with ESMTP id 0FD6D8A7A6 for ; Thu, 16 Mar 2017 11:54:53 +0000 (UTC) Received: from hhmail02.hh.imgtec.org (unknown [10.100.10.20]) by Forcepoint Email with ESMTPS id 45C7BEBBA06C1; Thu, 16 Mar 2017 11:54:49 +0000 (GMT) Received: from HHMAIL-X.hh.imgtec.org (10.100.10.113) by hhmail02.hh.imgtec.org (10.100.10.20) with Microsoft SMTP Server (TLS) id 14.3.294.0; Thu, 16 Mar 2017 11:54:51 +0000 Received: from PUMAIL01.pu.imgtec.org (192.168.91.250) by HHMAIL-X.hh.imgtec.org (10.100.10.113) with Microsoft SMTP Server (TLS) id 14.3.294.0; Thu, 16 Mar 2017 11:54:51 +0000 Received: from pudesk287-linux.pu.imgtec.org (192.168.91.23) by PUMAIL01.pu.imgtec.org (192.168.91.250) with Microsoft SMTP Server (TLS) id 14.3.266.1; Thu, 16 Mar 2017 17:24:49 +0530 From: Rahul Bedarkar To: Date: Thu, 16 Mar 2017 17:24:00 +0530 Message-ID: <1489665241-14942-2-git-send-email-rahul.bedarkar@imgtec.com> X-Mailer: git-send-email 2.6.2 In-Reply-To: <1489665241-14942-1-git-send-email-rahul.bedarkar@imgtec.com> References: <1489665241-14942-1-git-send-email-rahul.bedarkar@imgtec.com> MIME-Version: 1.0 X-Originating-IP: [192.168.91.23] Cc: Rahul Bedarkar , Thomas De Schampheleire Subject: [Buildroot] [PATCH 2/3] docs/manual: document MPL licenses X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Many packages are provided under MPL v1.1 and v2.0. Document it under License abbreviations section. Cc: Thomas De Schampheleire Signed-off-by: Rahul Bedarkar --- Note: There appears to be Mozilla Public License Version 1.0 as well. But I can't find link to web page on mozilla.org site. So it is not documented currently. docs/manual/legal-notice.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/manual/legal-notice.txt b/docs/manual/legal-notice.txt index 1e1e2b3..df82fd2 100644 --- a/docs/manual/legal-notice.txt +++ b/docs/manual/legal-notice.txt @@ -151,6 +151,12 @@ Buildroot, with the name used in the manifest files: * `ISC`: https://opensource.org/licenses/ISC[ ISC License]; +* `MPLv1.1`: + https://www.mozilla.org/en-US/MPL/1.1[ + Mozilla Public License Version 1.1] +* `MPLv2.0`: + https://www.mozilla.org/en-US/MPL/2.0[ + Mozilla Public License Version 2.0] [[legal-info-buildroot]] === Complying with the Buildroot license