>Add same tag as other files in this example.
>
>Signed-off-by: Stephen Hemminger <step...@networkplumber.org>

Acked-by: Pavan Nikhilesh <pbhagavat...@marvell.com>

>---
> examples/l2fwd-event/l2fwd_common.c | 4 ++++
> examples/l2fwd-event/l2fwd_poll.c   | 4 ++++
> 2 files changed, 8 insertions(+)
>
>diff --git a/examples/l2fwd-event/l2fwd_common.c b/examples/l2fwd-
>event/l2fwd_common.c
>index 4ba788550ca6..890d511db2d5 100644
>--- a/examples/l2fwd-event/l2fwd_common.c
>+++ b/examples/l2fwd-event/l2fwd_common.c
>@@ -1,3 +1,7 @@
>+/* SPDX-License-Identifier: BSD-3-Clause
>+ * Copyright(C) 2019 Marvell International Ltd.
>+ */
>+
> #include "l2fwd_common.h"
>
> int
>diff --git a/examples/l2fwd-event/l2fwd_poll.c b/examples/l2fwd-
>event/l2fwd_poll.c
>index cc96b14cb624..a3a3835582d2 100644
>--- a/examples/l2fwd-event/l2fwd_poll.c
>+++ b/examples/l2fwd-event/l2fwd_poll.c
>@@ -1,3 +1,7 @@
>+/* SPDX-License-Identifier: BSD-3-Clause
>+ * Copyright(C) 2019 Marvell International Ltd.
>+ */
>+
> #include "l2fwd_poll.h"
>
> static inline void
>--
>2.20.1

Reply via email to