From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 07BAC740038 for ; Thu, 2 Nov 2023 15:59:54 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=qgUOhmJEyP5O2bmIN5T7apsVkctSqXYuq3PRgYjZC78=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:From:To:Cc:Subject:Date:Message-ID:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1698940793; v=1; b=FvMClUkhsTCBiERf3PlWpilaCPVrjGcak5Y8Smv2hqhLgoml8BFBcIzo3JK3zBvJ3v4Bp8in /wj/PZOsRI//W6TnfEbwCqxZFfwMhYXeIXFWgWgtFzAuFfNt6gPndz5XwVg8hj4pirwKlzSG13R KAUDmzrUYaCGmAu+OW9x6/oQ= X-Received: by 127.0.0.2 with SMTP id dRsuYY7687511x2QF6henAdi; Thu, 02 Nov 2023 08:59:53 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.35160.1698940792873388510 for ; Thu, 02 Nov 2023 08:59:52 -0700 X-Received: from localhost.localdomain (unknown [47.201.241.95]) by linux.microsoft.com (Postfix) with ESMTPSA id 9705620B74C0; Thu, 2 Nov 2023 08:59:51 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 9705620B74C0 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Andrew Fish , Laszlo Ersek , Leif Lindholm , Michael D Kinney , Pedro Falcato , Sean Brogan Subject: [edk2-devel] [PATCH v2 1/1] ReadMe.rst: Add Apache License 2.0 and update submodule list Date: Thu, 2 Nov 2023 11:59:21 -0400 Message-ID: <20231102155921.1790-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: i9yQjToNssfJW8c096aPj8FJx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=FvMClUkh; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linux.microsoft.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io From: Michael Kubacki - Adds Apache License 2.0 as an acceptable source license per discussion in https://edk2.groups.io/g/devel/message/110226 - Updates the URL for existing licenses to match the current path used by opensource.org. - The submodule list in this file is stale and is very prone to being forgotten. The list of submodules in the submodules setion is replaced with a link to .gitmodules which has an active list of submodules at any given time. Cc: Andrew Fish Cc: Laszlo Ersek Cc: Leif Lindholm Cc: Michael D Kinney Cc: Pedro Falcato Cc: Sean Brogan Signed-off-by: Michael Kubacki Reviewed-by: Laszlo Ersek Acked-by: Pedro Falcato --- Notes: v2 changes: =20 - Add R-b and A-b tags - Update exisitng license URLs from http to https - Rework submodule section to remove unnecessary text and move the ArmSoftFloatLib note to the bottom of the section. ReadMe.rst | 31 ++++++++------------ 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/ReadMe.rst b/ReadMe.rst index ed1d4822459b..06fb122ef382 100644 --- a/ReadMe.rst +++ b/ReadMe.rst @@ -134,11 +134,12 @@ To make a contribution to a TianoCore project, foll= ow these steps. copyright license as the base project. When that is not possible, then contributions using the following licenses can be accepted: =20 -- BSD (2-clause): http://opensource.org/licenses/BSD-2-Clause -- BSD (3-clause): http://opensource.org/licenses/BSD-3-Clause -- MIT: http://opensource.org/licenses/MIT -- Python-2.0: http://opensource.org/licenses/Python-2.0 -- Zlib: http://opensource.org/licenses/Zlib +- Apache License, Version 2.0: https://opensource.org/license/apache-2-= 0/ +- BSD (2-clause): https://opensource.org/license/BSD-2-Clause +- BSD (3-clause): https://opensource.org/license/BSD-3-Clause +- MIT: https://opensource.org/license/MIT +- Python-2.0: https://opensource.org/license/Python-2.0 +- Zlib: https://opensource.org/license/Zlib =20 For documentation: =20 @@ -243,19 +244,7 @@ Definitions for sample patch email Submodules ---------- =20 -Submodule in EDK II is allowed but submodule chain should be avoided -as possible as we can. Currently EDK II contains the following submodule= s - -- CryptoPkg/Library/OpensslLib/openssl -- ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 -- MdeModulePkg/Universal/RegularExpressionDxe/oniguruma -- MdeModulePkg/Library/BrotliCustomDecompressLib/brotli -- BaseTools/Source/C/BrotliCompress/brotli - -ArmSoftFloatLib is actually required by OpensslLib. It's inevitable -in openssl-1.1.1 (since stable201905) for floating point parameter -conversion, but should be dropped once there's no such need in future -release of openssl. +The current submodules used in EDK II are in `.gitmodules <.gitmodules>`= __. =20 To get a full, buildable EDK II repository, use following steps of git command @@ -283,6 +272,12 @@ dependency on being able to reach servers we do not = actually want any code from, as well as needlessly downloading code we will not use. =20 +**Submodule Notes** + +ArmSoftFloatLib is required by OpensslLib. It's inevitable in openssl-1.= 1.1 +(since stable201905) for floating point parameter conversion, but should= be +dropped once there's no such need in future release of openssl. + .. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D .. This is a bunch of directives to make the README file more readable .. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --=20 2.42.0.windows.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#110560): https://edk2.groups.io/g/devel/message/110560 Mute This Topic: https://groups.io/mt/102345483/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-