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 <lee.d...@intel.com> Acked-by: Ferruh Yigit <ferruh.yi...@intel.com> --- 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 <z...@droids-corp.org> * All rights reserved. */ -- 2.7.4