From patchwork Wed Dec 4 15:55:16 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 63570 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DFB97A04B5; Wed, 4 Dec 2019 16:55:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 448201BF7C; Wed, 4 Dec 2019 16:55:34 +0100 (CET) Received: from mail-pf1-f193.google.com (mail-pf1-f193.google.com [209.85.210.193]) by dpdk.org (Postfix) with ESMTP id 518151BF6F for ; Wed, 4 Dec 2019 16:55:31 +0100 (CET) Received: by mail-pf1-f193.google.com with SMTP id n13so66936pff.1 for ; Wed, 04 Dec 2019 07:55:31 -0800 (PST) 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=wuEJEXx7qDaI3DpA2TqmPSGYrPVaBjWl1AVC0kOedw8=; b=QRnZ1JkqnwKA2AEOHiw/pisbaBF5Q5nHUSf5K9MZgYzom80AqdooDl5x30Uxn6JaIm +H3CfVWs/J2SlNx7Wpo2zc4AtePBno884Tv1avkRtyJgv+LY6nqg0OqzIDRoNjuI+bB4 Dxel4XsQKU6zYZI3zF1JhDwHV+wIU3BI+WtwRHetaFXB+QFLFfXvA9McK0aV0EenSLZN NkKhBL3dv2KUxm5C6Eow1OXZIsMee+cHXbOULDPJAJgLX/yz9XPT8WutY4WoxVn5j24S T8hDErAfDo7cAxPPzf7inO43mm5q3ZaVyGimWQrfOjEWysdLdwj2f2YIZtJE++QkSlan 4XCQ== 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=wuEJEXx7qDaI3DpA2TqmPSGYrPVaBjWl1AVC0kOedw8=; b=cZ5FcPXmZT+84MKxt44Tp14HZVuEUfF8DzmRk+5nDzW870y6rsMoNZ7MgRSs5Al7i0 xw9cifhY6MnrTSkim2Z3u3XqTohOxD4ow3kjdhS4JOUh3kygl4SDAIdB/tFOZbY61i0l vm5Pka5UVeq2fsMMCYBpkeyzLobbdBD0rr7zD5nXcseBs5DtPdHC5BBc/U1J6j7es//t A/pHw9o5fCkc+OGla0521Z9upktC5q7jQsDuoQJktWD1x2pGfRUzj5QVfHtuzlgfXTiu N+VLWH2bgdj8d8csVHVWBSMnzA8KT8pVgOwPXY7v/gVhUoUZngwv1onOFKGJsvMyYMhZ bQiQ== X-Gm-Message-State: APjAAAVDQ+/kSLPOHOzHXh7f/dHo/GlcBcgLa1aSd8iBU+vGomwfbP80 e7pVBrEtyDTd44ryNSp1tCBGBiPYjR8hJw== X-Google-Smtp-Source: APXvYqzjeVrSawE2Y4RxhXsgdjK/+m8EdmR0rig4n4Vp6d7BXUm9iuA/aKjw73kGaPa1PCSUgFwLFQ== X-Received: by 2002:a63:a24:: with SMTP id 36mr4082346pgk.94.1575474929913; Wed, 04 Dec 2019 07:55:29 -0800 (PST) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id 73sm7763115pgc.13.2019.12.04.07.55.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Dec 2019 07:55:28 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Wed, 4 Dec 2019 07:55:16 -0800 Message-Id: <20191204155519.7295-3-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20191204155519.7295-1-stephen@networkplumber.org> References: <20191204155519.7295-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 2/5] devtools: add license tag to cocci.sh 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" This file still had original BSD boilerplate text. Replace it with SPDX tag. Signed-off-by: Stephen Hemminger Acked-by: John McNamara --- devtools/cocci.sh | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/devtools/cocci.sh b/devtools/cocci.sh index 8b17a8cebac3..77b7447cdfcd 100755 --- a/devtools/cocci.sh +++ b/devtools/cocci.sh @@ -1,34 +1,6 @@ #! /bin/sh - -# BSD LICENSE -# +# SPDX-License-Identifier: BSD-3-Clause # Copyright 2015 EZchip Semiconductor Ltd. -# -# 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 EZchip Semiconductor 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. # Apply coccinelle transforms.