From patchwork Wed Sep 25 15:51:29 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 59765 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 7F3811BEAA; Wed, 25 Sep 2019 17:51:44 +0200 (CEST) Received: from mail-pg1-f195.google.com (mail-pg1-f195.google.com [209.85.215.195]) by dpdk.org (Postfix) with ESMTP id 8FA8B2C38 for ; Wed, 25 Sep 2019 17:51:40 +0200 (CEST) Received: by mail-pg1-f195.google.com with SMTP id x10so6021pgi.5 for ; Wed, 25 Sep 2019 08:51: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=rKqjOgQwxXrf0K5N4kdySUp/cXuLoMJBjnqj/DPSALs=; b=SnR5IzDRfaikbbudiwXzbryF1xRnUDyDlP1D9+dkK00Jr7XM7RAHrcc4S4jz+logAI 2ZAvYu4cjwRI86KGEXpkqwIcOpHgJMVAbee4wAd0WjS38IDISm3LpmpfEKXfhwQfd6Pz Fq9wftf4tOx0Fv4fthDDMgiVyOf+a2BJrBeA2I6iUQjfjs2urK8NH3An3NIznzk8hCzV 0NR7jp9iS8nwDrq1z6bKyR4UcSqAtI7Ignq8PbRMzlkpMn043OWSWV4AJAavXzi1Co4q MOfKOq8ucTcGTd6rOKx/SEy9kLkyb/Ets0Wmj0QEHq7csUyyNXolpsV7dfrY0LsXGIDh +rbQ== 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=rKqjOgQwxXrf0K5N4kdySUp/cXuLoMJBjnqj/DPSALs=; b=YK+bCp2zy42JwP7y6s/GvcegxtxUlru8yPX0C+IQVmTYVD9I2uP8YcPq245K1PWwRZ dDfzwvf3mv95a4F3suromBmScz3Muwy/IMgdO6ruvSLFzep2FtL0cizi219RH0Z3HfCl mo6Dw0sr29FDyje9ZhroxMo5/RxCf9tO/mQNaYW/JtQ1/jjkF6vHwy69zNmZPnrhxdKO 7Pd+kquMzLD+aHvZ6jhu7HSYoek6Q/ekojEIKw76dm13w75T+oalG3xPcRtpB+49+HzU reb4Vu17lRWoG3ElOQZyz4cMAFu+WfoWitB51r43aviRgD18+UnUO3dQafBXTWCJJmrk MbUQ== X-Gm-Message-State: APjAAAVpZ9F7NTcVQDSA2FA71yYsZeAWNtWHOZI98xLdEWMQ6fMI4N/2 vyOLR04j5JckXTSSNjIZ/UN6H70tcEw= X-Google-Smtp-Source: APXvYqx1InPqi8Pdq3R74tPbHpfwbzGhAFNjiV4RcNDphTJSowT+ha1NvvS4mDYzdkKlLdYl/7/Crg== X-Received: by 2002:a17:90a:1b48:: with SMTP id q66mr7241349pjq.79.1569426699244; Wed, 25 Sep 2019 08:51:39 -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.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Sep 2019 08:51:38 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Wed, 25 Sep 2019 08:51:29 -0700 Message-Id: <20190925155135.1688-2-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 1/7] uuid: remove 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" License type is already clear from SPDX tag. Signed-off-by: Stephen Hemminger Acked-by: Hemant Agrawal --- 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