> -----Original Message----- > From: Stephen Hemminger <step...@networkplumber.org> > Sent: Tuesday, October 18, 2022 7:35 AM > To: dev@dpdk.org > Cc: techbo...@dpdk.org; Stephen Hemminger > <step...@networkplumber.org>; Ferruh Yigit <ferruh.yi...@amd.com> > Subject: [PATCH 1/2] license/README: fix pathnames and add MIT > > The pathnames in the license directory README are incorrect. > The current repository puts license text in license/ not licenses/.
[Hemant] Can you break it into two parts: 1. for correcting the pathname - this can be merged asap. 2. adding MIT license - this need to wait till GB approval. > > Also, MIT license is used already in a couple of places so add the necessary > entry in the README. > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > Acked-by: Ferruh Yigit <ferruh.yi...@amd.com> > --- > license/README | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) > > diff --git a/license/README b/license/README index > 79dac86440a5..9def09058751 100644 > --- a/license/README > +++ b/license/README > @@ -58,7 +58,7 @@ DPDK Governing Board. Steps for any exception > approval: > 3. Technical Board then approach Governing Board for such limited approval > for > the given contribution only. > > -Any approvals shall be documented in "Licenses/exceptions.txt" with record > +Any approvals shall be documented in "license/exceptions.txt" with > +record > dates. > > DPDK project supported licenses are: > @@ -66,12 +66,16 @@ DPDK project supported licenses are: > 1. BSD 3-clause "New" or "Revised" License > SPDX-License-Identifier: BSD-3-Clause > URL: > https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fspdx.o > rg%2Flicenses%2FBSD-3- > Clause%23licenseText&data=05%7C01%7Chemant.agrawal%40nxp.com > %7Ca245eb56f1874d041fc808dab0ad1edb%7C686ea1d3bc2b4c6fa92cd99c5c > 301635%7C0%7C0%7C638016554840767354%7CUnknown%7CTWFpbGZsb3d > 8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3 > D%7C3000%7C%7C%7C&sdata=g%2FGcP4bwbyrE9SrnOzXfY7sWyOz8Dp > dQt0avgbzbcS4%3D&reserved=0 > - DPDK License text: licenses/bsd-3-clause.txt > + DPDK License text: license/bsd-3-clause.txt > 2. GNU General Public License v2.0 only > SPDX-License-Identifier: GPL-2.0 > URL: > https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fspdx.o > rg%2Flicenses%2FGPL- > 2.0.html%23licenseText&data=05%7C01%7Chemant.agrawal%40nxp.co > m%7Ca245eb56f1874d041fc808dab0ad1edb%7C686ea1d3bc2b4c6fa92cd99c > 5c301635%7C0%7C0%7C638016554840923577%7CUnknown%7CTWFpbGZsb > 3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0 > %3D%7C3000%7C%7C%7C&sdata=O34mh2TxnfW8sJ1XpsN3cr2RKqA9V > AYbASBbnZCyhIQ%3D&reserved=0 > - DPDK License text: licenses/gpl-2.0.txt > + DPDK License text: license/gpl-2.0.txt > 3. GNU Lesser General Public License v2.1 > SPDX-License-Identifier: LGPL-2.1 > URL: > https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fspdx.o > rg%2Flicenses%2FLGPL- > 2.1.html%23licenseText&data=05%7C01%7Chemant.agrawal%40nxp.co > m%7Ca245eb56f1874d041fc808dab0ad1edb%7C686ea1d3bc2b4c6fa92cd99c > 5c301635%7C0%7C0%7C638016554840923577%7CUnknown%7CTWFpbGZsb > 3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0 > %3D%7C3000%7C%7C%7C&sdata=byXGbi21IodQwVzgDv0k%2BtbmEW > o427UDWmzLI0fGwV8%3D&reserved=0 > - DPDK License text: licenses/lgpl-2.1.txt > + DPDK License text: license/lgpl-2.1.txt 4. MIT License > + SPDX-License-Identifier: MIT > + URL: > https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fspdx.o > rg%2Flicenses%2FMIT.html%23licenseText&data=05%7C01%7Chemant. > agrawal%40nxp.com%7Ca245eb56f1874d041fc808dab0ad1edb%7C686ea1d3 > bc2b4c6fa92cd99c5c301635%7C0%7C0%7C638016554840923577%7CUnknow > n%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1ha > WwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=s4sKYVR0d8HjkTPki > sFM3IZE9Zfi7lVA9qHCOanqUsY%3D&reserved=0 > + DPDK License text: license/mit.txt > -- > 2.35.1