From patchwork Thu Apr 19 08:52:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gavin Hu X-Patchwork-Id: 133718 Delivered-To: patch@linaro.org Received: by 10.46.66.142 with SMTP id h14csp382418ljf; Thu, 19 Apr 2018 01:52:33 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/9LAw4fBn9/HcrWcYuqPEaEsZBdAYMR91IbnpjREaHmuP/pvuibFV7LxG453SiQkbjOkGR X-Received: by 2002:adf:9654:: with SMTP id c20-v6mr4188136wra.89.1524127953486; Thu, 19 Apr 2018 01:52:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524127953; cv=none; d=google.com; s=arc-20160816; b=mPJ72NbKSdcc8YBph4+qtFiSFkTwGcYKJ+J0SXshccD6fltElRXrLQnGHIvWp4JXzM vgYE10S5NnFFR4Cq8JXH9vhXPG69jdqGExzgaVZi9In3hJEpuL+zuTiehVeN4dDOfZHo KI3bm3EVoHNkOa8iAbKJjxUXTG56QGLksDa2cghpwM73L/gMxzPH9qwK5sarRGQAb6x9 dArVdTqJBNO4RyqQzxIO0G5U/XV//+t9JEJRV6DwdTfI69kRQWoE9jqAhZGSFyGs44c1 ncTuU5MvBd9+J7wvVe6mxTLSYo75KpDRiD7KyCmi87FfhXpqgbnNSGw8oeAOd9xWAnTq 6WKA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:subject:message-id:date:cc:to :from:arc-authentication-results; bh=IXIsyYlsTU+k1n7Xb0I9g/ZfbFCkgpxitkbgKKb6YCY=; b=rwskH6MvnimgBW9jMIPXLgHZKJwOde7kf296At8G049HCQ476LWnd0x+LjLb4rwMzd 1jK6vsSGax5b/iLmm2adOg/HtdW+A5VIRO+tVtLC0RtNprGfTIpoAMrqEb+Px0Fq3x5J BFKWAMZbGArezFmn1B2ci6GG/lYROSZOJMoHYxX8wPxtS/fp+zK7h+PbzCggByRWNja2 ew52mTPs60clQZRXxc9JtOaftvLgZj0FzfssW+hVmu+hTiRR6rYhL3nXy8AdSfIOyLzE wS0TE0TmCCQ+0B+Zb32LBOOdQdbIlrQ8evIEOxOogu3B87vVgwvrdI09L9u1SQ4h1JGZ 5L9Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Return-Path: Received: from dpdk.org (dpdk.org. [92.243.14.124]) by mx.google.com with ESMTP id t4-v6si1358335wra.349.2018.04.19.01.52.33; Thu, 19 Apr 2018 01:52:33 -0700 (PDT) Received-SPF: pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) client-ip=92.243.14.124; Authentication-Results: mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6A3806A71; Thu, 19 Apr 2018 10:52:32 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by dpdk.org (Postfix) with ESMTP id 08D236A71 for ; Thu, 19 Apr 2018 10:52:30 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1D40C1435; Thu, 19 Apr 2018 01:52:30 -0700 (PDT) Received: from lenovo-a010984.shanghai.arm.com (lenovo-a010984.shanghai.arm.com [10.169.40.44]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A10D13F487; Thu, 19 Apr 2018 01:52:29 -0700 (PDT) From: gavin.hu@linaro.org To: dev@dpdk.org Cc: Gavin Hu Date: Thu, 19 Apr 2018 16:52:12 +0800 Message-Id: <1524127935-10495-1-git-send-email-gavin.hu@linaro.org> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH 0/3] convert to SPDX-3 clause license tag 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" From: Gavin Hu Convert to the new SPDX-3 clause license tag for the files with Linaro Copyright only. Gavin Hu (3): examples/l3fwd: convert to SPDX license tags expamples/ip_pipeline: convert to SPDX license tags drivers: convert to SPDX license tags drivers/net/i40e/i40e_rxtx_vec_neon.c | 35 +++------------------------------ examples/ip_pipeline/hash_func_arm64.h | 33 ++----------------------------- examples/l3fwd/l3fwd_common.h | 35 +++------------------------------ examples/l3fwd/l3fwd_em_hlm.h | 35 +++------------------------------ examples/l3fwd/l3fwd_em_hlm_neon.h | 35 +++------------------------------ examples/l3fwd/l3fwd_lpm_neon.h | 35 +++------------------------------ examples/l3fwd/l3fwd_neon.h | 36 +++------------------------------- 7 files changed, 20 insertions(+), 224 deletions(-) -- 1.8.3.1