[dpdk-dev] [PATCH v3] examples/ip_pipeline: update copyright and license

Lee Daly lee.daly at intel.com
Wed Feb 7 17:28:54 CET 2018


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.daly at intel.com>

Acked-by: Ferruh Yigit <ferruh.yigit at 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 <zer0 at droids-corp.org>
  * All rights reserved.
  */
-- 
2.7.4



More information about the dev mailing list