From patchwork Tue Mar 16 21:00:24 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 89272 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7282DA054F; Tue, 16 Mar 2021 22:00:44 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4C60F242A48; Tue, 16 Mar 2021 22:00:39 +0100 (CET) Received: from mail-pf1-f174.google.com (mail-pf1-f174.google.com [209.85.210.174]) by mails.dpdk.org (Postfix) with ESMTP id 33BE940689 for ; Tue, 16 Mar 2021 22:00:37 +0100 (CET) Received: by mail-pf1-f174.google.com with SMTP id b23so9666435pfo.8 for ; Tue, 16 Mar 2021 14:00:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=QPRoZCRkQhWzZPTTwdeDizf/ivvocyGd6STVp+x4USE=; b=vzLrRcAn0oQylbz8Fgmx8XK2TXPI5TrLB280L7Hl9h2RW0OGhhcXiFj/uciwwkpquU sNhglK7ldXOGzk7Az5q9q1xgtyCrFoT4uBmlLpgZn245ZYGxm8qsB5ihK3nNffg4cAY5 phvSyisqCZJPOvoE5Hh5/z8GjQXKx3y1uDMABPrzHQsPyGInJ41/pQungS1pTvprA1nD esgD2VMdPcNxZPPQTdo8wqowErN1QQnT5xkB7V/FNgbayLjZcGDEt9vsBn4yAtRmmvYv An1P52zDzzIY/YfJLEsK+rHs8a9eDd2Yus59dPrMEFOAMF48J9kHFoCLJyZ4Io0cB2vN nM6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=QPRoZCRkQhWzZPTTwdeDizf/ivvocyGd6STVp+x4USE=; b=JIGusFGrCBK0b8pa+PbxpaZ7NRue7kJbWfgqJtZOIkhRoDrLUEGwKt7/WSOMkRdYiP m96/HPIx/Kio18Yph1KGixm0BNE9jqJ395cmUfz0C5tZCL1IT3B1kSGfn5hHPyjxuvpM FczG/SKsT+efpyMmyYDsk5Q/s4KjLqISD+3OqqPd07VP+9TqK/vwd9S3OWbDQ6WWiQLn PTYFUBFbNIzENDlvkZJvKdxHT2qZfOrbU50y2mZS+DEdKVhO2Farr0+io3GQ2Jm9FcMS zUU+qTEYqgi6hjtBJGEjchY+mwdcfYy0DGS6WZSeWkSvMgsJOuSWUpcBYZMC1cYR7DUK Q/nw== X-Gm-Message-State: AOAM5306MC/AttQwdnId1qxowcFz9lhxoi9o6OKS6Zf1L3qNs4U4jgOm 10XMNiqxsVmWQPghr36WbA3zcCkiUry58w== X-Google-Smtp-Source: ABdhPJxw3sBLmwpmzSADUC5R4Ei70vsqhTKLPaHrOwBKF6lsNZ1p4lXTsBXjXrlAhGAmVvv9hM0chg== X-Received: by 2002:a63:5b03:: with SMTP id p3mr1337671pgb.27.1615928436043; Tue, 16 Mar 2021 14:00:36 -0700 (PDT) Received: from hermes.local (76-14-218-44.or.wavecable.com. [76.14.218.44]) by smtp.gmail.com with ESMTPSA id c24sm286436pjv.18.2021.03.16.14.00.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Mar 2021 14:00:35 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , talshn@nvidia.com Date: Tue, 16 Mar 2021 14:00:24 -0700 Message-Id: <20210316210027.37213-2-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210316210027.37213-1-stephen@networkplumber.org> References: <20210316210027.37213-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 1/4] common/mlx5: add missing SPDX tag for windows headers X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" These files were added without requires SPDX headers. Fixes: 7525ebd8ebb0 ("common/mlx5: add glue functions on Windows") Cc: talshn@nvidia.com Signed-off-by: Stephen Hemminger Acked-by: Tal Shnaiderman --- drivers/common/mlx5/windows/mlx5_win_defs.h | 4 ++-- drivers/common/mlx5/windows/mlx5_win_ext.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/common/mlx5/windows/mlx5_win_defs.h b/drivers/common/mlx5/windows/mlx5_win_defs.h index 8a1c2c5af94f..47bfc907e7d3 100644 --- a/drivers/common/mlx5/windows/mlx5_win_defs.h +++ b/drivers/common/mlx5/windows/mlx5_win_defs.h @@ -1,7 +1,7 @@ -/* +/* SPDX-License-Identifier: BSD-3-Clause * Copyright (C) Mellanox Technologies, Ltd. 2001-2020. - * */ + #ifndef __MLX5_WIN_DEFS_H__ #define __MLX5_WIN_DEFS_H__ diff --git a/drivers/common/mlx5/windows/mlx5_win_ext.h b/drivers/common/mlx5/windows/mlx5_win_ext.h index 60610df6b250..b5d4484a1366 100644 --- a/drivers/common/mlx5/windows/mlx5_win_ext.h +++ b/drivers/common/mlx5/windows/mlx5_win_ext.h @@ -1,7 +1,7 @@ -/* +/* SPDX-License-Identifier: BSD-3-Clause * Copyright (C) Mellanox Technologies, Ltd. 2001-2020. - * */ + #ifndef __MLX5_WIN_ETX_H__ #define __MLX5_WIN_ETX_H__ From patchwork Tue Mar 16 21:00:25 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 89273 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 32B08A054F; Tue, 16 Mar 2021 22:00:51 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EA66B242A51; Tue, 16 Mar 2021 22:00:40 +0100 (CET) Received: from mail-pf1-f176.google.com (mail-pf1-f176.google.com [209.85.210.176]) by mails.dpdk.org (Postfix) with ESMTP id 5A642242A44 for ; Tue, 16 Mar 2021 22:00:38 +0100 (CET) Received: by mail-pf1-f176.google.com with SMTP id a188so9677224pfb.4 for ; Tue, 16 Mar 2021 14:00:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=u9kIj4ZEpZZCsXHoKk+cPFOFIhUWg4ItQXOzoX+XxxE=; b=aXqYlOoRh7SEYEFb4slB0zYnzATAu2RT9dBTGbJuyqZjRoPKEcufYZDc6nB+ZFw8LS 22roJ/Y6DiIsi9twXE9i5rpxpM3osXhHvy9C6pNaBK8M9PYPTQNlOku+wSsDcWoyaFZ+ eJ4DXhSCIbhhMkdva2LXDku8BA8iGGTfTETSHa65Q9boBm79vLBSkg8r4H/INL7g+Afh CyqFDn1/pD1S9ICFFpQFRmVPdgKKnuocdOSfUfwyneCCS2Y3ZtDOnZY3CbMcKxXtzgsE lZuHkXhC5bP+lLGjT/+UkWZXjIcqTK7lOAYqXrmkwwO+AdrRnzG8+LAyK8k9w/NB90kb 3YvQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=u9kIj4ZEpZZCsXHoKk+cPFOFIhUWg4ItQXOzoX+XxxE=; b=heepdzS6qsdYm2kiekWuiHsyknUhvOsjTlXAIp9QKg3P0aI4JfF7D11/sJPkeO5dyF +MVeBBpA6Aiaj6WdERjk0G1rdKXDQtHEJCvNlbCc3qUfPoaWQvlkoNH2lDLEerIVIVUD 7C8rMm3U39zsQHaln/Nerufe9hD5qZugXkKb6XLJeiV2EOjogrUO33rc+DKIzmIs/sBX 741fQhqHoBK+clcs7Fp9vdDwiNa6KS0n5JVYBS/sLHxmTWmlAuMDQePB7XwpXphqQAVr t+UyQ57z9MkKZdKxsGQKGCxDfRZFXupbv/xvGQPA0bo7Yu1GZdngXAER80OBSUxriQtU TjpA== X-Gm-Message-State: AOAM532w78mMrgGIsSvOyZYHZw0ZsR7LrTooorqIImmP89psfIDmXzWG 4pXMpLwqZdyXzs4oFzaBS5hd5O4jZ2JWOg== X-Google-Smtp-Source: ABdhPJzQ6CRqgWXSK/Zoy+Iall62dWKSwRz8VT6fy6geMnM2U2eC6VSxlJXjlUfyiVkPaxNoj4dXiA== X-Received: by 2002:a65:46c7:: with SMTP id n7mr1348462pgr.267.1615928437016; Tue, 16 Mar 2021 14:00:37 -0700 (PDT) Received: from hermes.local (76-14-218-44.or.wavecable.com. [76.14.218.44]) by smtp.gmail.com with ESMTPSA id c24sm286436pjv.18.2021.03.16.14.00.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Mar 2021 14:00:36 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Tue, 16 Mar 2021 14:00:25 -0700 Message-Id: <20210316210027.37213-3-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210316210027.37213-1-stephen@networkplumber.org> References: <20210316210027.37213-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 2/4] devtools/check-spdx-tag.sh: ignore JSON files X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The JSON file format does not support comments so there is no good way to add SPDX license identifier. This solves false positives that arrive from the use of JSON in crypto dev tests. Signed-off-by: Stephen Hemminger --- devtools/check-spdx-tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/check-spdx-tag.sh b/devtools/check-spdx-tag.sh index a0ec1ed5b6da..bc0b6efcf976 100755 --- a/devtools/check-spdx-tag.sh +++ b/devtools/check-spdx-tag.sh @@ -26,7 +26,7 @@ check_spdx() { ':^license/' ':^config/' ':^buildtools/' \ ':^*.cocci' ':^*.abignore' \ ':^*.def' ':^*.map' ':^*.ini' ':^*.data' ':^*.cfg' ':^*.txt' \ - ':^*.svg' ':^*.png'\ + ':^*.svg' ':^*.png' ':^*.json' \ > $tmpfile errors=$(wc -l < $tmpfile) From patchwork Tue Mar 16 21:00:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 89274 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 820C5A054F; Tue, 16 Mar 2021 22:00:57 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 31A7B242A57; Tue, 16 Mar 2021 22:00:42 +0100 (CET) Received: from mail-pf1-f174.google.com (mail-pf1-f174.google.com [209.85.210.174]) by mails.dpdk.org (Postfix) with ESMTP id 59E87242A49 for ; Tue, 16 Mar 2021 22:00:39 +0100 (CET) Received: by mail-pf1-f174.google.com with SMTP id o3so5011078pfh.11 for ; Tue, 16 Mar 2021 14:00:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=I2oI4Tx4HUVM7WUbgVIwaZXxt+H9uw8Xl5o7OHsYnOU=; b=vjO+4/6d0tqcog4FbAPGEOwcZImND/oVNjtJ4JimBNyiypZcUdbZBSVUumcKM68eih /gjtBaTDDdpD9PK8x6hJprGbOBuZJcXMHMw4mw7OeWS4rV20wBAjvW8OEa7De0s0bHC/ b84oUlPWrjF8xICT3XDIbA5Z4ryJVpAbYypHrINdzp0npZQsuDECByMO3gFoyRCxNb4R 8HSAve3FCSjtxvs6IyZuNdkd7I7sbq9gnG7656CkQxBKrkj83ljOteY9srF4mmPcN4Uc so7+h3NwYsMNZrHNdfPhMpXtFZeD6QyZ+x2hvJN+yzh9UTzhxNJdstGBI2snarLMi59t JzgA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=I2oI4Tx4HUVM7WUbgVIwaZXxt+H9uw8Xl5o7OHsYnOU=; b=GGc/bnf11SEW/8Q7qY4N1236AalOZoBSCT4STK+ktXE2nzUKxOmvq6Kx05Spt6nqsl AQM08nDFW5hJm1NaLKgyWMew2X2wmvJ9yMlK0JZGyh+US+5VQNqJs2kIv/W9/awLuU9e nDoL0MFrBPpGerXuFcnDI5zl7gF27XAemvMCveolIRIgAPTdLU+f3YNmtEBUGWBMxbog nJsMzV+nPwncPhNq9b+NFc0OSfniXsKRRRooTK3Q8XQRmqr8NPTfM4Pi/hdd6Z5ANXZ2 3AdIT2dJEU7ESclXqOEED2GtKnHumqkOi6ZzAUVbKfulgyGwKWF19jNryC5CKqtd9cYK QJmQ== X-Gm-Message-State: AOAM532egCsJhDlCltTfx4yzc52O1DSRxGMq9arolVimyTlD9vgdU4Kc mTEsuT1PjjcZhv/KuigkcTGRgTpQxS+qlA== X-Google-Smtp-Source: ABdhPJzfwpqzP/Ttfrc+AKFROGipEMdqENHnPPZdtx/mK1C8bJUxjwvE0LLMJDwOLARPx1yvQvmVRA== X-Received: by 2002:a62:447:0:b029:1ef:174b:a242 with SMTP id 68-20020a6204470000b02901ef174ba242mr1185214pfe.28.1615928438211; Tue, 16 Mar 2021 14:00:38 -0700 (PDT) Received: from hermes.local (76-14-218-44.or.wavecable.com. [76.14.218.44]) by smtp.gmail.com with ESMTPSA id c24sm286436pjv.18.2021.03.16.14.00.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Mar 2021 14:00:37 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Tue, 16 Mar 2021 14:00:26 -0700 Message-Id: <20210316210027.37213-4-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210316210027.37213-1-stephen@networkplumber.org> References: <20210316210027.37213-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 3/4] doc: add SPDX tag to custom CSS file X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Trivial file, but add SPDX license tag per policy Signed-off-by: Stephen Hemminger --- doc/guides/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/custom.css b/doc/guides/custom.css index c87c60611929..a1572eaf9da6 100644 --- a/doc/guides/custom.css +++ b/doc/guides/custom.css @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* Override readthedocs theme */ /* Spacing before a list item must be bigger than spacing inside the item. From patchwork Tue Mar 16 21:00:27 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 89275 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B9759A054F; Tue, 16 Mar 2021 22:01:04 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CF254242A64; Tue, 16 Mar 2021 22:00:43 +0100 (CET) Received: from mail-pf1-f180.google.com (mail-pf1-f180.google.com [209.85.210.180]) by mails.dpdk.org (Postfix) with ESMTP id 5A7DD242A4D for ; Tue, 16 Mar 2021 22:00:40 +0100 (CET) Received: by mail-pf1-f180.google.com with SMTP id d21so3625397pfn.1 for ; Tue, 16 Mar 2021 14:00:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=uW9A9kvBdVdROZt/4G+SDf2pt997yEiSOLuZ3yaGW5M=; b=cy1M/b4fMd4WB1pG21cx72vQFz7k4uXVER0d0nXRcKWh/pYMQWTVHlYgKkSRdMOf90 CPgtJC/zNjAbni6xBMFFjW9E1yCD2LTpZhsbR1a0XYB9m/d0oXJDZoUmtTeZJJ6uJuVk ZVNb5CO7eii+xzAbHI5UYExGcQqAgQgjUj13uI+S/TLNATmSVcJ3m+XxWGqqBHMe8qHm +UZ0iM4twsm/48brGdZ+5UQG/XAzpkjLkr7hcv3GwKjn2x4Mg+zX1Av9nt9VBJcsr0FM rKpn5wzqOcrdPHKux4NAOZxiOIeLGRwsr7oAp1PTdqO8bg/rcsMd/HuTCs1Wr81we4XC M5Zg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=uW9A9kvBdVdROZt/4G+SDf2pt997yEiSOLuZ3yaGW5M=; b=QWB6kV/RQQsL/vmFsl3Zg1NTKR5JOA+sSI8IZkCzv8PvoF0IJ891x6TCSRgAljWikS VH3hG1hkPoDep567EKOZ+4xMD2HAZM1xiMwNWlwx/CzjrkC53fzUv8BjJ4Y0N+wxNtHb uVpaCztyqArCX5PMKZ0pVrMiEQ/ucYJynf9pkbGdkOX7hvyN0JdoMMRoe67W1cvEAOyT mFUNPrpJl0npodLBYtU5g53b4Rbno1YV5VucsfZuojn7DfeR8INzXQhGeRkWHRzNIHZN zXjO0LeZic3AB0JSSU2e8zRuvJXT2+U4rK/Zj4UCgrdB3cM+XBdrH6tH0jV1NUUN5+Vn 6trQ== X-Gm-Message-State: AOAM530awCvj1XbSSRPJR1gRG3PwSqomrZZyam+7oSxvVgFnzlkiTkeL VQlkjnrYJ6vDpFIJ5dGBgylv76WL5XCfsA== X-Google-Smtp-Source: ABdhPJxSHUAMn5AULU4ro1alRrCYxuqMPrwG6WIZUlfgZYnVTFSB0hZF63gnE4Rdx1l0mnqcOW7dvw== X-Received: by 2002:a63:1d26:: with SMTP id d38mr1401124pgd.385.1615928439202; Tue, 16 Mar 2021 14:00:39 -0700 (PDT) Received: from hermes.local (76-14-218-44.or.wavecable.com. [76.14.218.44]) by smtp.gmail.com with ESMTPSA id c24sm286436pjv.18.2021.03.16.14.00.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Mar 2021 14:00:38 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Tue, 16 Mar 2021 14:00:27 -0700 Message-Id: <20210316210027.37213-5-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210316210027.37213-1-stephen@networkplumber.org> References: <20210316210027.37213-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 4/4] app/test: remove license boilerplate X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This file has redundant BSD license text that is already replaces by the use of SPDX license id. Having both is unnecessary and potentially confusing. Signed-off-by: Stephen Hemminger --- app/test/test_timer_racecond.c | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/app/test/test_timer_racecond.c b/app/test/test_timer_racecond.c index 133d3324ee66..bb56ae8324fc 100644 --- a/app/test/test_timer_racecond.c +++ b/app/test/test_timer_racecond.c @@ -1,32 +1,6 @@ /* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2015 Akamai Technologies. * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * * Neither the name of Intel Corporation nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h"