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 BAD09A0471 for ; Thu, 15 Aug 2019 19:02:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 59D681BEE2; Thu, 15 Aug 2019 19:02:35 +0200 (CEST) Received: from mail-pl1-f193.google.com (mail-pl1-f193.google.com [209.85.214.193]) by dpdk.org (Postfix) with ESMTP id F22A71BECD for ; Thu, 15 Aug 2019 19:02:31 +0200 (CEST) Received: by mail-pl1-f193.google.com with SMTP id i2so1299280plt.1 for ; Thu, 15 Aug 2019 10:02:31 -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=3zrTDKHU3nUmFYRWR8UAKKZ6GYJgDyizd+lWnyEudig=; b=rICR3bduyQBZihFU8ueJN9y0SXjgDIJYv7WsUfL3Bm6tNQm28vvR5fWBHtejqxGokF bZIEZwdaLOHPEy0/S9/XoTQufd/83feizntXjyyxT2FOR5UkPBF4qcSDJzk3LVgltlWL A8Ilfk9vCmprAnxkjqQamtmABj2ScQtq5dobiiLhFhxt6atdlehrlA5/d9Uq+sVxWzbD ebAMMM45CHLweqyBi9/45iVNkvispuDn5NDbL1bqYiwsYffrf94jb7Pl4hLDlBYyutCI ORxrA9kdhkTo6218gx7CAWEGu9MbA3DQYq9f6DZrtyrEn1jhTJ2EudE+AY3UkjWfc3Su icdA== 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=3zrTDKHU3nUmFYRWR8UAKKZ6GYJgDyizd+lWnyEudig=; b=phCosnxIoGxspmgDnc0ZcFXXZiNgqtnoYHfmYT+D9IRb7iilpjwc/jRZRibcL92kUC tvLbftPh469Gll9YVxW9b2bOyoZyOp+asibGD8FGmLJPd9Y4fLJALQ+KgOE53rZabbZ6 CDiFrgWHTj8L4eKpOy8w2gAGqLcbfTQT7Yvwhy/AhsUMe9HSLG0j+48mR0x7FJLZd3x/ ubtHhK/GQrBzX+pCppEqrWIZiVDgqMZ1HM78Nil5DKlMKUFqAkx+gtccRqPo5iVEHxqQ 05Mi9LbjszjtEDqzSfZkbelBsVWPEnWgHdkq2bXrdZOqoQ1cVO2qMY2P0BnWP60ZukAk jIdg== X-Gm-Message-State: APjAAAWEYTnFXDRu1nSWjUPKUO27dV99M1LIgBxK4US/z0RLfcLxmElH BY1cyiIMsjPx862fAbwA6hGbgwNiWG8= X-Google-Smtp-Source: APXvYqxZ5DF7DCaJHYEdVff91V0oGFgR7OBnfzTza1dd3y6u3LH8VoveXxwNOdAmsh6D4KW9UQw4Pw== X-Received: by 2002:a17:902:9b90:: with SMTP id y16mr2214946plp.17.1565888550843; Thu, 15 Aug 2019 10:02:30 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id k36sm2642614pgl.42.2019.08.15.10.02.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Aug 2019 10:02:30 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Thu, 15 Aug 2019 10:02:19 -0700 Message-Id: <20190815170223.12602-2-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190815170223.12602-1-stephen@networkplumber.org> References: <20190815170223.12602-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 1/4] reciprocal: remove redundant boilerplate license text 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" The SPDX-License-Identifier carries the same information as the boilerplate. Signed-off-by: Stephen Hemminger --- lib/librte_eal/common/rte_reciprocal.c | 32 -------------------------- 1 file changed, 32 deletions(-) diff --git a/lib/librte_eal/common/rte_reciprocal.c b/lib/librte_eal/common/rte_reciprocal.c index f017d0c2830d..397d3c936d53 100644 --- a/lib/librte_eal/common/rte_reciprocal.c +++ b/lib/librte_eal/common/rte_reciprocal.c @@ -1,38 +1,6 @@ /* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2017 Cavium, Inc */ -/*- - * BSD LICENSE - * - * Copyright(c) Hannes Frederic Sowa - * 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 #include -- 2.20.1