From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B0FE6A0547 for ; Fri, 9 Apr 2021 17:54:05 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 946A71410C6; Fri, 9 Apr 2021 17:54:05 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 04A6D1410C6; Fri, 9 Apr 2021 17:54:03 +0200 (CEST) IronPort-SDR: cG3RqQ3oAxBZK3kCawIRn/O4Cy6uXT6082q9L1kOhs4diCuCvotgpfcIM8ADXpyd3pud7WFdR/ /hZkf5+RyQog== X-IronPort-AV: E=McAfee;i="6000,8403,9949"; a="279065468" X-IronPort-AV: E=Sophos;i="5.82,209,1613462400"; d="scan'208";a="279065468" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Apr 2021 08:54:03 -0700 IronPort-SDR: /Nr/ZZu3rWKChtw4JuChn1HZPdoIBgwfrll5S/Vgj30g4t1j8/4wM1nRK4YC5mpvduccc4wOu7 vbrzN1kxnGnQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,209,1613462400"; d="scan'208";a="613754838" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.27]) by fmsmga005.fm.intel.com with ESMTP; 09 Apr 2021 08:54:01 -0700 From: Ferruh Yigit To: Thomas Monjalon , Hemant Agrawal , Stephen Hemminger Cc: Ferruh Yigit , dev@dpdk.org, stable@dpdk.org Date: Fri, 9 Apr 2021 16:53:56 +0100 Message-Id: <20210409155356.2942528-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] [PATCH] license: fix typo X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Fixes: a4862c9e1a98 ("license: introduce SPDX identifiers") Cc: stable@dpdk.org Signed-off-by: Ferruh Yigit --- Cc: hemant.agrawal@nxp.com --- license/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/license/README b/license/README index 874abaf4cd1e..79dac86440a5 100644 --- a/license/README +++ b/license/README @@ -49,7 +49,7 @@ with SPDX-License-Identifiers. Any exception to the DPDK IP policies shall be approved by DPDK Tech Board and DPDK Governing Board. Steps for any exception approval: 1. Mention the appropriate license identifier form SPDX. If the license is not - listed in SPDX Licenses. It is the submitters responsibiliity to get it + listed in SPDX Licenses. It is the submitters responsibility to get it first listed. 2. Get the required approval from the DPDK Technical Board. Technical Board may advise the author to check alternate means first. If no other alternative @@ -72,6 +72,6 @@ DPDK project supported licenses are: URL: http://spdx.org/licenses/GPL-2.0.html#licenseText DPDK License text: licenses/gpl-2.0.txt 3. GNU Lesser General Public License v2.1 - SPDX-License-Identifieri: LGPL-2.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 -- 2.30.2