From patchwork Tue Jul 14 23:50:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 74026 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 6F008A0540; Wed, 15 Jul 2020 01:50:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 77D811C23C; Wed, 15 Jul 2020 01:50:19 +0200 (CEST) Received: from mail-pl1-f194.google.com (mail-pl1-f194.google.com [209.85.214.194]) by dpdk.org (Postfix) with ESMTP id C68041C1FD for ; Wed, 15 Jul 2020 01:50:16 +0200 (CEST) Received: by mail-pl1-f194.google.com with SMTP id o1so190425plk.1 for ; Tue, 14 Jul 2020 16:50:16 -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=E77T5lEsPAm2hxezMuKty51kLjp1hPgwv9cUlB3ThA4=; b=G2lVjTSO8KCTRfnhgyAVHNe3LrUKmkR03jJVWCV8LEa/sOuSqTZDq/wH5K/5HbmUDW jxXmrcIedT/MshoOgmX6CSGmEjblch65COK4W2gwB//pwm1iyDRcI18mVySfb9faD3Kf C2jMjFetogeaqqhW6IvmOM7PGzMX43kLQPlnQHM2zVWc76MH4qSTmerPH8DmSAot9DRB 8fqAuhXWg1G2Eym6iIEHQd8q9C7oXKGvwO3eBoWpswmMD15Z/5IYx1JynZuysXX32jir 5s8jsdt9usBhD5MtbS0wKVdcuxvJN/6HP0kh/dNHorxSCYwRMT/+ceEP6UnHUBTr2NTk ZI/Q== 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=E77T5lEsPAm2hxezMuKty51kLjp1hPgwv9cUlB3ThA4=; b=AbvCD3tvAm2Of6PLCb/F+V0y6SR/GGTCl+Cs1PAz2465Hwo5y6Ot2Dx43Wi5uBHOdA h94ALKe/+ODBk6wOZ1Z/aQV6ArDfWXixJOQDmxk3gegtIMSg/KIvNC+BuvBWCnFZcs7E exCkvkgRq+FzMixCVdOBeHu/7pizEpBbRC0a3lRhAaf8FPQThONMoLxvN9Tb6MoVa58B 6gurOyt7IMzgmfMUTPNqy4RV4rW56aWVBT7kc2iZ6Qmkc3lZlZ6Lped1DrPd48VAu4fi xxKYJ04P2dziwmpQ4JwZhoCYSQgK4s9lc4gAu+We4iE9ilX1UuYy0Hn1+j7pQGF50xek XYhQ== X-Gm-Message-State: AOAM533TRcwmSZafz2aeGaBbS5uqoDVuBEj8eyzEFHjUDUCyh7uyfo9q cVo86M8ReRirG4Yj+ORSc53xFINL7mFm1g== X-Google-Smtp-Source: ABdhPJx4WtMj7yXbIKaPHw9XzKsK7S97rY9bVjJkMi5MjYK7S6OLGryJRVEcCn4uGVWrnzo87bEmaw== X-Received: by 2002:a17:902:6194:: with SMTP id u20mr6040926plj.333.1594770615619; Tue, 14 Jul 2020 16:50:15 -0700 (PDT) Received: from hermes.corp.microsoft.com (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id r191sm224969pfr.181.2020.07.14.16.50.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Jul 2020 16:50:14 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Tue, 14 Jul 2020 16:50:09 -0700 Message-Id: <20200714235011.4366-2-stephen@networkplumber.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200714235011.4366-1-stephen@networkplumber.org> References: <20200714235011.4366-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 1/3] eal/windows: add missing SPDX 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" This file was added without license information. Add BSD SPDX license with copyright assigned to the original author (as was done for other files in Windows EAL). Signed-off-by: Stephen Hemminger Acked-by: Dmitry Kozlyuk --- lib/librte_eal/windows/eal_hugepages.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/librte_eal/windows/eal_hugepages.c b/lib/librte_eal/windows/eal_hugepages.c index 44dae985e5d3..83a3d0ffc66c 100644 --- a/lib/librte_eal/windows/eal_hugepages.c +++ b/lib/librte_eal/windows/eal_hugepages.c @@ -1,3 +1,7 @@ +/* SPDX-License-Identifier: BSD-3-Clause + * Copyright (c) 2020 Dmitry Kozlyuk + */ + #include #include #include