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"