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 8F063941CC5 for ; Thu, 2 Nov 2023 19:00:47 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=2+QqLMjy2JWRBFWSszbJv2UFNDOOqQ50qw5cPPY78bo=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:Message-ID:Date:MIME-Version:User-Agent:Subject:From:To:Cc:Reply-To:References:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1698951646; v=1; b=FsaOu4qliPtsvKQZ3+GGNXCgcbDY9S/109a4YYjebbPPWdO/ucxaoDZ2t4lOV8Z9cPUINTVO 8oH3sc66ANO/AUGbdzsEmGhweFhMM8PLWLC9Mtf3ozNdBg/fcnxGQzEddM/v69KE5khf2DVwXKt bHJTfjKAPMKOhqGI63anue3Y= X-Received: by 127.0.0.2 with SMTP id 1ub9YY7687511xCgpVWj7j67; Thu, 02 Nov 2023 12:00:46 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.40564.1698951645484933751 for ; Thu, 02 Nov 2023 12:00:45 -0700 X-Received: from [192.168.4.22] (unknown [47.201.241.95]) by linux.microsoft.com (Postfix) with ESMTPSA id 3B50A20B74C0; Thu, 2 Nov 2023 12:00:44 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 3B50A20B74C0 Message-ID: Date: Thu, 2 Nov 2023 15:00:42 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [edk2-devel] [PATCH v2 1/1] ReadMe.rst: Add Apache License 2.0 and update submodule list From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Andrew Fish , Laszlo Ersek , Leif Lindholm , Michael D Kinney , Pedro Falcato , Sean Brogan Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com References: <1793D9A65F755370.11290@groups.io> In-Reply-To: <1793D9A65F755370.11290@groups.io> 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 List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: uR9JpC7dk3k8t6bkXXtG0b6hx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed 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=FsaOu4ql; 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 Commit 8da978bf68535ec9fc41f400f22f09b033dd535a On 11/2/2023 11:59 AM, Michael Kubacki wrote: > From: Michael Kubacki >=20 > - 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. >=20 > 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 > --- >=20 > 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. >=20 > ReadMe.rst | 31 ++++++++------------ > 1 file changed, 13 insertions(+), 18 deletions(-) >=20 > 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 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#110564): https://edk2.groups.io/g/devel/message/110564 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] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-