From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A63C9A0613 for ; Wed, 25 Sep 2019 17:52:40 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0537A1BEDA; Wed, 25 Sep 2019 17:51:58 +0200 (CEST) Received: from mail-pl1-f170.google.com (mail-pl1-f170.google.com [209.85.214.170]) by dpdk.org (Postfix) with ESMTP id 11CB71BEAE for ; Wed, 25 Sep 2019 17:51:46 +0200 (CEST) Received: by mail-pl1-f170.google.com with SMTP id f21so248653plj.10 for ; Wed, 25 Sep 2019 08:51:45 -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=Vpf9aRZIybDuOvO7vAE6mRaAgmS1Jsj6J3swiURENNc=; b=BgKh1DIbk3oaydzzQ3U3E0lr6lzb6UWcfEpK9D1gfVPrkhuv7BnD8txdiQVJUsHYRM VerUr6YZx+MxfkegX6QKPJ6zQS9QWGhZstZfFlIeQUNEy2UvTgobZcQQn50Y0eyiMKU1 zNPFWTcvheOajcZuLZjYT0XHqLX6BiodgolKiicg4PvAsebzk3M5UMa8M2rVkBZlDpVU 7ylL/YB1VoMppGcfqssDr/3todq2frXfYNIWyAS24UGkfz5+lDNawpJRXJRrtTlFw5aN m0NqW8WzPwBJFkqOxpt7MFwGYRH7XdVT2kw7Vgi6DFumkhj1FJP2KrUM6AnoVp+eFZg7 zjrQ== 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=Vpf9aRZIybDuOvO7vAE6mRaAgmS1Jsj6J3swiURENNc=; b=uc3b7bjPc2jruZfj7T1jgOViTcc3JK9Btoz0VgMjbyi6ldjECIlaFiepJlaOSIRmIk vlOJnY79s9i2A6Da5TxBCLXvHEb/4BdqBL0USaVSepEt3b0FkqvaL97m+mc2EX7FF++0 cixoCXeLgtp0KG1YDv12pNdWJw9d8h/Sexj/pqo6FFEQcfkJFeLOEYQ6UVCh6FGB4Rtc CWqWqJrxaWTHqImE55cS1uXcIt+bJrDvxOmNw37VQXig3yepBymWPlc22hNy6+5lT8CM aovVH//b2y0Hu3A0BBO+bh2w8VvEsfgQ7h+2kZEeTJqWLJbw7/gOCIQOU4g2ayQO9XQI 2awg== X-Gm-Message-State: APjAAAX/7PSlHh7uig04IK9119M2hc5PsyCT2An657CZoxkbX17RtDsN fi1AQvp7hfjP0n3aJbe7pQMbRYpX2IY= X-Google-Smtp-Source: APXvYqzKSnVs5ZAykWgZXoN7ou6qd3dxSKy/qbvY4l5rdwhijTrGE4aPtyJV9Q9b61OJzv08Njn58Q== X-Received: by 2002:a17:902:d685:: with SMTP id v5mr9499542ply.15.1569426704418; Wed, 25 Sep 2019 08:51:44 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id h9sm2783pgh.51.2019.09.25.08.51.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Sep 2019 08:51:43 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Wed, 25 Sep 2019 08:51:34 -0700 Message-Id: <20190925155135.1688-7-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190925155135.1688-1-stephen@networkplumber.org> References: <20190925155135.1688-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 6/7] testpmd: add SPDX license tags X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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 are old tests where the original owner is not active. Change from BSD boilerplate to SPDX. Signed-off-by: Stephen Hemminger --- app/test-pmd/flowgen.c | 35 +++-------------------------------- app/test-pmd/macswap.c | 33 ++------------------------------- 2 files changed, 5 insertions(+), 63 deletions(-) diff --git a/app/test-pmd/flowgen.c b/app/test-pmd/flowgen.c index ade6fe5dafa0..d09f96122be8 100644 --- a/app/test-pmd/flowgen.c +++ b/app/test-pmd/flowgen.c @@ -1,35 +1,6 @@ -/*- - * BSD LICENSE - * - * Copyright(c) 2010-2013 Tilera Corporation. All rights reserved. - * 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 Tilera 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. - * +/* SPDX-License-Identifier: BSD-3-Clause + * Copyright(c) 2010-2013 Tilera Corporation. All rights reserved. + * All rights reserved. */ #include diff --git a/app/test-pmd/macswap.c b/app/test-pmd/macswap.c index 71af916fc348..495115e54d9f 100644 --- a/app/test-pmd/macswap.c +++ b/app/test-pmd/macswap.c @@ -1,34 +1,5 @@ -/*- - * BSD LICENSE - * - * Copyright(c) 2014 Tilera Corporation. 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 Tilera 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. - * +/* SPDX-License-Identifier: BSD-3-Clause + * Copyright(c) 2014 Tilera Corporation. All rights reserved. */ #include -- 2.20.1