DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] license/README: fix pathnames and add MIT
@ 2022-10-05 16:32 Stephen Hemminger
  2022-10-05 21:32 ` Ferruh Yigit
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Stephen Hemminger @ 2022-10-05 16:32 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

The pathnames in the license directory README are incorrect.
The current repository puts license text in license/ not licenses/.

Also, MIT license is used already in a couple of places so
add the necessary entry in the README.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 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: http://spdx.org/licenses/BSD-3-Clause#licenseText
-	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: http://spdx.org/licenses/GPL-2.0.html#licenseText
-	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: http://spdx.org/licenses/LGPL-2.1.html#licenseText
-	DPDK License text: licenses/lgpl-2.1.txt
+	DPDK License text: license/lgpl-2.1.txt
+4. MIT License
+	SPDX-License-Identifier: MIT
+	URL: http://spdx.org/licenses/MIT.html#licenseText
+	DPDK License text: license/mit.txt
-- 
2.35.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-10-27 10:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-05 16:32 [PATCH] license/README: fix pathnames and add MIT Stephen Hemminger
2022-10-05 21:32 ` Ferruh Yigit
2022-10-18  2:04 ` [PATCH 1/2] " Stephen Hemminger
2022-10-18  2:04   ` [RFC 2/2] license: add using MIT license in base code Stephen Hemminger
2022-10-18  2:46   ` [PATCH 1/2] license/README: fix pathnames and add MIT Hemant Agrawal
2022-10-18  3:10     ` Stephen Hemminger
2022-10-18  7:38       ` Thomas Monjalon
2022-10-19 18:42 ` [PATCH 1/2] license/README: fix pathnames Stephen Hemminger
2022-10-19 18:42   ` [PATCH 2/2] license: add MIT license exception for gve driver Stephen Hemminger
2022-10-27 10:28     ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).