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 9C742D802AC for ; Thu, 2 Nov 2023 16:27:36 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=OBInq+5RZSBi2XMeRv4unNPWDq8l94QT5adOeGWcK2k=; c=relaxed/simple; d=groups.io; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Transfer-Encoding; s=20140610; t=1698942455; v=1; b=lYkRkNtRFqyGjG5z4SUvjYvOp0l2Ua+Qg0sd4sw22xbxAr/xG1V9wCLiH8r0KWgySihXw4ve xCkpAIoJVcmlIUd3NuAY3TImGU4FVJ3wJFLg6FGHbd3vz2mscVwRcB0N/oGRr/+uP/g1pVvskN2 JGUCOWhacd0oiJdMcnsC4rok= X-Received: by 127.0.0.2 with SMTP id Qps8YY7687511xOghSqXuEGl; Thu, 02 Nov 2023 09:27:35 -0700 X-Received: from mail-ua1-f44.google.com (mail-ua1-f44.google.com [209.85.222.44]) by mx.groups.io with SMTP id smtpd.web10.36080.1698942454582504150 for ; Thu, 02 Nov 2023 09:27:34 -0700 X-Received: by mail-ua1-f44.google.com with SMTP id a1e0cc1a2514c-7b5f28da928so436029241.0 for ; Thu, 02 Nov 2023 09:27:34 -0700 (PDT) X-Gm-Message-State: vrhmnVyFL8Qs73fLpgalkkzcx7686176AA= X-Google-Smtp-Source: AGHT+IHyMPge8i0izCedbd/37SNxXhgviluWp1z1/iQUHQrTmxV6E2DnpbsQBpsVCx8iHNeXWhxLHMtUNuuzOUb4ORo= X-Received: by 2002:a67:ab0c:0:b0:452:6ac0:ed19 with SMTP id u12-20020a67ab0c000000b004526ac0ed19mr14604390vse.31.1698942453502; Thu, 02 Nov 2023 09:27:33 -0700 (PDT) MIME-Version: 1.0 References: <20231102155921.1790-1-mikuback@linux.microsoft.com> In-Reply-To: <20231102155921.1790-1-mikuback@linux.microsoft.com> From: "Pedro Falcato" Date: Thu, 2 Nov 2023 16:27:22 +0000 Message-ID: Subject: Re: [edk2-devel] [PATCH v2 1/1] ReadMe.rst: Add Apache License 2.0 and update submodule list To: mikuback@linux.microsoft.com Cc: devel@edk2.groups.io, Andrew Fish , Laszlo Ersek , Leif Lindholm , Michael D Kinney , Sean Brogan 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,pedro.falcato@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset="UTF-8" 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=lYkRkNtR; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none) On Thu, Nov 2, 2023 at 3:59=E2=80=AFPM wrote= : > > 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: > > - 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: > > -- 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 > > For documentation: > > @@ -243,19 +244,7 @@ Definitions for sample patch email > Submodules > ---------- > > -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>`= __. > > 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. > > +**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 > -- > 2.42.0.windows.2 > Looks great, thanks! --=20 Pedro -=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 (#110562): https://edk2.groups.io/g/devel/message/110562 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-