From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by mx.groups.io with SMTP id smtpd.web10.93202.1684166782009587410 for ; Mon, 15 May 2023 09:06:22 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bsdio.com header.s=fm2 header.b=a8sPU6it; spf=pass (domain: bsdio.com, ip: 64.147.123.19, mailfrom: rebecca@bsdio.com) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id 368B83200805; Mon, 15 May 2023 12:06:21 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Mon, 15 May 2023 12:06:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdio.com; h=cc :cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm2; t=1684166780; x= 1684253180; bh=lzeKa/OdISo4UONY/zrHADptYnbUWaVA3XwcU8yujSc=; b=a 8sPU6itiD8Mto2T8uxfHAv+t+F3fKcmmFBbRUnF75HiRSg7pCIzSmSbRM8KSs46e I9cY6+ZZ9VPO63kAEcmsYkOSWISV9E7/pXMpIKQfjemS3hd6yDOJLNB7jLGaUOzG HzW1Tm6+qWF2O5BOs99b+DlFrhvZ0k5fS2agY/4tSfzYlKnakb23FPQb1k67D/nE fGKEEcN5u7rGS8SwkEfapXNMRI+OuD8A2GVvEdlnR1Au6Pi1xjOdueqi+/B/MmQD udXfy1hNNSQU+ABuEKgL/qlcKM6VfAr5q3YMbESohDYQG74pXLt+0cvuyeOet30p nG/q48d32rGjKI3osFAOw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; t=1684166780; x= 1684253180; bh=lzeKa/OdISo4UONY/zrHADptYnbUWaVA3XwcU8yujSc=; b=V yl097qKpaUmFyxljenLd7X6snSDjP1H3QF59sAufwMwlwNVvX/jcg3DaUpMcoG1P XMaMgcnuC0lFRVk0sYlr04BhNLQvJzfgjv75uVWBLxu3VWNnmRwsLgUzcRCG/XZ1 7sSC98hePuZI1teFiWHEtVWLHCFtKWsT2s2dLkxHw7WqsHj/9nopix9YNkrSuWbc Rc+Zc5WQEPzfFUV+hkyP97V3TxBsyOvgPjDRRTh81ZWqS3KFxx7ZZSwpcfMjR33R G10jDK43xBJwtdGzAujOxwd2wRRBVpEDUkItHxwfv5i3p1/+paWpB+zD3a7xZ0BB nB1941Hy6SaTiSRQ618+g== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrfeehjedgleekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffkofgjfhgggfestdekredtredttdenucfhrhhomheptfgvsggv tggtrgcuvehrrghnuceorhgvsggvtggtrgessghsughiohdrtghomheqnecuggftrfgrth htvghrnhephedvffegjefgteduvdetgedujedvfeegffefhfeuledtgffhkeegtdeiuedu jeegnecuffhomhgrihhnpehophgvnhhsohhurhgtvgdrohhrghenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehrvggsvggttggrsegsshguihho rdgtohhm X-ME-Proxy: Feedback-ID: i5b994698:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 15 May 2023 12:06:19 -0400 (EDT) From: "Rebecca Cran" To: devel@edk2.groups.io, Andrew Fish , Leif Lindholm , Michael D Kinney Cc: Rebecca Cran Subject: [PATCH 2/4] ReadMe.rst: Fix link to Python-2.0 license Date: Mon, 15 May 2023 10:06:10 -0600 Message-Id: <20230515160612.3306438-3-rebecca@bsdio.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230515160612.3306438-1-rebecca@bsdio.com> References: <20230515160612.3306438-1-rebecca@bsdio.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The Python-2.0 license is now at https://opensource.org/license/pythonsoftfoundation-php/ . Update ReadMe.rst to fix the link. Signed-off-by: Rebecca Cran --- ReadMe.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.rst b/ReadMe.rst index c1010b38ccd3..9ef1d432eca6 100644 --- a/ReadMe.rst +++ b/ReadMe.rst @@ -137,7 +137,7 @@ To make a contribution to a TianoCore project, follow these steps. - 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 +- Python-2.0: https://opensource.org/license/pythonsoftfoundation-php - Zlib: http://opensource.org/licenses/Zlib For documentation: -- 2.39.2