From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [62.209.51.94]) by mail.openembedded.org (Postfix) with ESMTP id 1285F7D3CE for ; Mon, 7 Oct 2019 13:50:00 +0000 (UTC) Received: from pps.filterd (m0046037.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x97D6e8b006744 for ; Mon, 7 Oct 2019 15:08:39 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=st.com; h=from : to : cc : subject : date : message-id : references : in-reply-to : content-type : content-transfer-encoding : mime-version; s=STMicroelectronics; bh=Z8rWh80M2OsMN/3o7eUggez6mJBk2JN53BM7PH6u3/Y=; b=0gLfotWR1KS2Z9CLQN4lEdhPL+kgb8cccnGSr2OFyE3kbozBSz39g+9q+UNtpUmP42Ll /lw23UEb8Amn/1jp3hgWNo8F7lBHaPnpRbEmSFgSMW52EY4KftanDmw8ACoGd3zqqX/D Lw9CWv8Amd9c355P34RHDPg44Kf9pMYYZ33kBI4o5hYASCNnznQYuJofrEpoBTQ5UBt7 8tI4juUJlHxWexuyWdNytKK1q1YQm/mHORtq7Q7O/XV+f4k291w3/0As/U5Cm5ER4I5x FHk5FOwKnnqK+TX8jS+kbSjFBYogBG3XRhHU/e4suNuNjsd5v/+CAY7h1LOK+wz/aQjP rg== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 2vegxvjeah-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 07 Oct 2019 15:08:39 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 42333100039 for ; Mon, 7 Oct 2019 15:08:39 +0200 (CEST) Received: from Webmail-eu.st.com (sfhdag6node2.st.com [10.75.127.17]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 3D1B42C9DF7 for ; Mon, 7 Oct 2019 15:08:39 +0200 (CEST) Received: from SFHDAG6NODE2.st.com (10.75.127.17) by SFHDAG6NODE2.st.com (10.75.127.17) with Microsoft SMTP Server (TLS) id 15.0.1347.2; Mon, 7 Oct 2019 15:08:38 +0200 Received: from SFHDAG6NODE2.st.com ([fe80::a56f:c186:bab7:13d6]) by SFHDAG6NODE2.st.com ([fe80::a56f:c186:bab7:13d6%20]) with mapi id 15.00.1347.000; Mon, 7 Oct 2019 15:08:38 +0200 From: Christophe PRIOUZEAU To: "openembedded-core@lists.openembedded.org" Thread-Topic: [PATCH 08/23] python-smmap: update license Thread-Index: AQHVfRBVMjNyA/i+DkSx61aFCfHAkQ== Date: Mon, 7 Oct 2019 13:08:38 +0000 Message-ID: <362adbebeae999e91d55327052ac51ae34344416.1570452710.git.christophe.priouzeau@st.com> References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-messagesentrepresentingtype: 1 x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.75.127.44] MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.95,1.0.8 definitions=2019-10-07_02:2019-10-07,2019-10-07 signatures=0 Cc: Christophe PRIOUZEAU Subject: [PATCH 08/23] python-smmap: update license X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2019 13:50:01 -0000 Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable The license of python-smmap is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta/recipes-devtools/python/python-smmap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python-smmap.inc b/meta/recipes-d= evtools/python/python-smmap.inc index 1a2259e4b8e..b878b4b399c 100644 --- a/meta/recipes-devtools/python/python-smmap.inc +++ b/meta/recipes-devtools/python/python-smmap.inc @@ -4,7 +4,7 @@ help unifying memory mapped access on 32 and 64 bit systems= and to help \ managing resources more efficiently." HOMEPAGE =3D "http://github.com/gitpython-developers/GitPython" SECTION =3D "devel/python" -LICENSE =3D "BSD" +LICENSE =3D "BSD-3-Clause" LIC_FILES_CHKSUM =3D "file://PKG-INFO;beginline=3D8;endline=3D8;md5=3De910= b35b0ef4e1f665b9a75d6afb7709" =20 inherit pypi --=20 2.17.1