From patchwork Thu Aug 15 17:02:20 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 57699 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 07F7D1BEEB; Thu, 15 Aug 2019 19:02:38 +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 53F311BEDD for ; Thu, 15 Aug 2019 19:02:33 +0200 (CEST) Received: by mail-pl1-f194.google.com with SMTP id gn20so1290505plb.2 for ; Thu, 15 Aug 2019 10:02:33 -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=8RPSVgOgCwvlLrFj6uOrwDXBrD+NDit7NjcvYHunWqs=; b=Qt/j4KWhM5xmvaOtiPzdW5Ui168cCsbLM2G2BWHHhES6zD4i8+FD6ihe58zir8oF7y p/EYWbdehG+M3ecyX4qxIT6cNKElRGvvp4uuKWwB4YbPZR0jf3UQG1Rh4VBipw6ksBgN ca2U8lks8/Vwka2XpOFTTpi/OlfSXP2DIee9L1mJ+w9BXzYWDy+SW+oxprwRRpxRyW/z rU3rY1f6EsIKpwNKTNVC1XwPkFI2oIbLTN5KbLyDTwBpdd1w+cIgFBWIdr2i8DYS7GHk EITgBEfIUQI3/FkWVMDAZT9d4db/pbeXmqXG7NiJInSLVDBYj1TtnAnWsSieE06B/iAz V6Bg== 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=8RPSVgOgCwvlLrFj6uOrwDXBrD+NDit7NjcvYHunWqs=; b=TQ9WYjnfMWJ4CQjl+f32DLBQsns0UNgn+dylkdcSMt1NLLJcz0bYVb7rG+Ac+3Am+I rldDl0c+F0DKLb2VhwSe02rNdDz+QdEXs8XazAHeX9UT0LxiTENnAR7W/xfjOAZh3a9Z 7B2sXvcIJBWMbuEwtZ90JFFbcWVJ+n0dhx1VuOrmEiOi6Ic3+Ar0RSN05KUTRgSHLniQ Iv3ZL0DKRv9l2yVHB+FMVwpxMqOCg+rI7Pofu52u9LxWmM4kYplj24//olAyKbaCq6eO 3Napi2ItXEZUNdfKsnCbg9lboikG1WKYUOwP8BDDi3FTZAGhMQ0yakzmZG0x5kIiQhVD Xzwg== X-Gm-Message-State: APjAAAXVBp05udd2l0U1ocCLRPxqDRoSJfW9+ioTSRGMOSxjNvJLNCYg u+d0f9CEltwyYzJp2hrDK5pzz5ADbyI= X-Google-Smtp-Source: APXvYqwpk5gjf3gFgjbMSawuEdbvdf3N4k+4yhFHtODYuh9RTrN+7LGNal5/nybg1TS+FNQxPWjPOA== X-Received: by 2002:a17:902:fe06:: with SMTP id g6mr5185677plj.265.1565888552144; Thu, 15 Aug 2019 10:02:32 -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:31 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Thu, 15 Aug 2019 10:02:20 -0700 Message-Id: <20190815170223.12602-3-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 Subject: [dpdk-dev] [PATCH 2/4] uuid: remove redundant BSD boilerplate 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 text is redundant now that these files have SPDX-License-Identifier. Signed-off-by: Stephen Hemminger --- lib/librte_eal/common/eal_common_uuid.c | 26 ------------------------ lib/librte_eal/common/include/rte_uuid.h | 26 ------------------------ 2 files changed, 52 deletions(-) diff --git a/lib/librte_eal/common/eal_common_uuid.c b/lib/librte_eal/common/eal_common_uuid.c index 1b93c5b37ea1..0a80bfbb381b 100644 --- a/lib/librte_eal/common/eal_common_uuid.c +++ b/lib/librte_eal/common/eal_common_uuid.c @@ -1,31 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause * Copyright (C) 1996, 1997 Theodore Ts'o. - * - * 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, and the entire permission notice in its entirety, - * including the disclaimer of warranties. - * 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. The name of the author may not be used to endorse or promote - * products derived from this software without specific prior - * written permission. - * - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF - * WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR 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 NOT ADVISED OF THE POSSIBILITY OF SUCH - * DAMAGE. */ #include diff --git a/lib/librte_eal/common/include/rte_uuid.h b/lib/librte_eal/common/include/rte_uuid.h index 16bbed3219f6..044afbdfabd8 100644 --- a/lib/librte_eal/common/include/rte_uuid.h +++ b/lib/librte_eal/common/include/rte_uuid.h @@ -1,31 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause * Copyright (C) 1996, 1997, 1998 Theodore Ts'o. - * - * 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, and the entire permission notice in its entirety, - * including the disclaimer of warranties. - * 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. The name of the author may not be used to endorse or promote - * products derived from this software without specific prior - * written permission. - * - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF - * WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR 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 NOT ADVISED OF THE POSSIBILITY OF SUCH - * DAMAGE. */ /** * @file