From patchwork Wed Sep 25 15:51:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 59767 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B95541BEBA; Wed, 25 Sep 2019 17:51:50 +0200 (CEST) Received: from mail-pl1-f195.google.com (mail-pl1-f195.google.com [209.85.214.195]) by dpdk.org (Postfix) with ESMTP id DCD472C38 for ; Wed, 25 Sep 2019 17:51:41 +0200 (CEST) Received: by mail-pl1-f195.google.com with SMTP id t10so2632436plr.8 for ; Wed, 25 Sep 2019 08:51:41 -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=4zrdCjwRsAdiMN6N2PV59lWUyLuVoO5oVeG0I9YEZG0=; b=OxFlVe1IIrkKVcH9jHdR+YEQxr5d9KVUT8lpREN/M5O3QmN8GHXyn/mhWpG7jZIkzP lqQ+hce3HOj7FLJmup5goEU3W9iQJwzUxZ+0q1js387NTEtA5nUaufH5mMCjoc1raeoV sFVOllTWpTwoqo7uRD6IalWrGneb4FRpYul7Mj5fxkjRwdoexveZlq1JAJLfkjKu+BCD aVKE34t8Y8aLd2r+wXSAYjqjvcXcEl23bhq0x763YejlGOQWUflDOe6Z+fmJggcuzPrJ YLYtYXiuq3XlTk/6EjedmnkvvYUcbaC/RXUHIxtbZTOja0GJfLEezNd7XeoVPVjTWmpC UWQA== 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=4zrdCjwRsAdiMN6N2PV59lWUyLuVoO5oVeG0I9YEZG0=; b=Uy5GAHDnaQHgEXpLUlIkmujGtUQVMs9YTilw3hWLfYYtwz7v4ExtBQGG1N8opQ9U+U WATxDUOq+vjQHAPbVScfMA96rujDUuSCwha0QcJLQxs/xkdnNg97Vh++ZVKxkM7G7TET OKGDs63EwzOYmRJEMZY8BuTAWeWv/rPCiuJSmKJo8qvcfM3EkO4tRw9OLbe0Ir+1d8Nn WvQpzbBVJ4FLKsSRURo2pRSnYAoqRSMJ6978UOXZWikLJi9ILjcXdjqDjjSs4m6qN59A WauIuLIIHjqQDVYJ3rDX4HPOeWN5lGOiBWzelAJBKWW3XoIDGQbaR3bv0S+LootPvBa2 01Jw== X-Gm-Message-State: APjAAAU2u6fHwNU8IbJBNMqo/iv2GqDgfFZSOo4JeiaFFkKhQJHbDyye rdC2+GBLtsw/qVRCUg9kNTQT/sX883o= X-Google-Smtp-Source: APXvYqznfHzs1rl/nDZ8HB2UOwbrDbbzJMElwKMZf+Zzy4yS8OUCTqWfMbmHRINrjbxc0pzFuxKSeQ== X-Received: by 2002:a17:902:82c7:: with SMTP id u7mr9915999plz.27.1569426700695; Wed, 25 Sep 2019 08:51:40 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id h9sm2783pgh.51.2019.09.25.08.51.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Sep 2019 08:51:40 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Wed, 25 Sep 2019 08:51:31 -0700 Message-Id: <20190925155135.1688-4-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190925155135.1688-1-stephen@networkplumber.org> References: <20190925155135.1688-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 3/7] windows: remove boilerplate from BSD header 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 BSD license is already handled by SPDX tag. Signed-off-by: Stephen Hemminger Acked-by: Hemant Agrawal --- .../windows/eal/include/sys/queue.h | 25 ------------------- 1 file changed, 25 deletions(-) diff --git a/lib/librte_eal/windows/eal/include/sys/queue.h b/lib/librte_eal/windows/eal/include/sys/queue.h index 5ee4916ad14d..7cefa4ba22a7 100644 --- a/lib/librte_eal/windows/eal/include/sys/queue.h +++ b/lib/librte_eal/windows/eal/include/sys/queue.h @@ -3,31 +3,6 @@ * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. 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. - * 3. Neither the name of the University 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 REGENTS 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 REGENTS 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. - * */ #ifndef _SYS_QUEUE_H_