From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Daly Subject: [PATCH v3] examples/ip_pipeline: update copyright and license Date: Wed, 7 Feb 2018 16:28:54 +0000 Message-ID: <1518020934-122711-1-git-send-email-lee.daly@intel.com> References: <1517232767-146774-1-git-send-email-lee.daly@intel.com> Cc: dev@dpdk.org, ferruh.yigit@intel.com, Lee Daly To: cristian.dumitrescu@intel.com, olivier.matz@6wind.com Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 5D6891B796 for ; Wed, 7 Feb 2018 17:30:26 +0100 (CET) In-Reply-To: <1517232767-146774-1-git-send-email-lee.daly@intel.com> 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 updates the Intel and Oliver Matz licenses on a file in examples to be the standard BSD-3-Clause license used for the rest of DPDK, bringing the files in compliance with the DPDK licensing policy. --- V2: Combined Intel and Olivier Matz license blocks V3: Removed all right reserved from Intel license Signed-off-by: Lee Daly Acked-by: Ferruh Yigit --- examples/ip_pipeline/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ip_pipeline/parser.c b/examples/ip_pipeline/parser.c index 42d8d2a..0901e9c 100644 --- a/examples/ip_pipeline/parser.c +++ b/examples/ip_pipeline/parser.c @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(c) 2016 Intel Corporation. All rights reserved. + * Copyright(c) 2016 Intel Corporation. * Copyright (c) 2009, Olivier MATZ * All rights reserved. */ -- 2.7.4