DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: techboard@dpdk.org,
	Stephen Hemminger <stephen@networkplumber.org>,
	Ferruh Yigit <ferruh.yigit@amd.com>
Subject: [PATCH 1/2] license/README: fix pathnames and add MIT
Date: Mon, 17 Oct 2022 19:04:36 -0700	[thread overview]
Message-ID: <20221018020437.412353-1-stephen@networkplumber.org> (raw)
In-Reply-To: <20221005163220.78682-1-stephen@networkplumber.org>

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>
Acked-by: Ferruh Yigit <ferruh.yigit@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: 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


  parent reply	other threads:[~2022-10-18  2:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-05 16:32 [PATCH] " Stephen Hemminger
2022-10-05 21:32 ` Ferruh Yigit
2022-10-18  2:04 ` Stephen Hemminger [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221018020437.412353-1-stephen@networkplumber.org \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@amd.com \
    --cc=techboard@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).