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 186087803D2 for ; Thu, 2 Nov 2023 10:15:39 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Sj6eWPDOjLe2XehKXsEh7LVztYPBpjk47PWkVKoz4ho=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1698920138; v=1; b=eGdJB9YhiJq2L0IWIbajWxeI2EkwH4rNJQnlb1GL5kATSLzjS+pSm2nealxPqIrkDz+OdSid x9INnX0SVcudkpXDKD56KSuaGjFVTD5GK3rQuL9L8kw48KYzSOAfvfxiDMvYXX0Gqfw7wtJc7R0 Xt1xnJfBl+j6nW9tXwreG4F4= X-Received: by 127.0.0.2 with SMTP id FgRbYY7687511xwSTxVKXlD0; Thu, 02 Nov 2023 03:15:38 -0700 X-Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web11.27338.1698920138114837424 for ; Thu, 02 Nov 2023 03:15:38 -0700 X-Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-612-h80iA1omMsiKdI977Z1byA-1; Thu, 02 Nov 2023 06:15:32 -0400 X-MC-Unique: h80iA1omMsiKdI977Z1byA-1 X-Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 792B785A58B; Thu, 2 Nov 2023 10:15:31 +0000 (UTC) X-Received: from [10.39.195.76] (unknown [10.39.195.76]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3F2632026D4C; Thu, 2 Nov 2023 10:15:30 +0000 (UTC) Message-ID: Date: Thu, 2 Nov 2023 11:15:29 +0100 MIME-Version: 1.0 Subject: Re: [edk2-devel] [PATCH v1 1/1] ReadMe.rst: Add Apache License 2.0 and update submodule list To: mikuback@linux.microsoft.com, devel@edk2.groups.io Cc: Andrew Fish , Leif Lindholm , Michael D Kinney , Pedro Falcato , Sean Brogan References: <20231031212511.589-1-mikuback@linux.microsoft.com> From: "Laszlo Ersek" In-Reply-To: <20231031212511.589-1-mikuback@linux.microsoft.com> X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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,lersek@redhat.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: Gj99eWjcms6HzPtjxQS8ff1ux7686176AA= Content-Language: en-US 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=eGdJB9Yh; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=redhat.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 On 10/31/23 22:25, mikuback@linux.microsoft.com 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 > --- > ReadMe.rst | 18 +++++++----------- > 1 file changed, 7 insertions(+), 11 deletions(-) >=20 > diff --git a/ReadMe.rst b/ReadMe.rst > index ed1d4822459b..6b3eddc33af5 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): http://opensource.org/license/BSD-2-Clause > +- BSD (3-clause): http://opensource.org/license/BSD-3-Clause > +- MIT: http://opensource.org/license/MIT > +- Python-2.0: http://opensource.org/license/Python-2.0 > +- Zlib: http://opensource.org/license/Zlib > =20 > For documentation: > =20 > @@ -245,12 +246,7 @@ 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 > +`.gitmodules <.gitmodules>`__. > =20 > ArmSoftFloatLib is actually required by OpensslLib. It's inevitable > in openssl-1.1.1 (since stable201905) for floating point parameter Reviewed-by: Laszlo Ersek -=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 (#110509): https://edk2.groups.io/g/devel/message/110509 Mute This Topic: https://groups.io/mt/102307253/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/19134562= 12/xyzzy [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-