aboutsummaryrefslogtreecommitdiff
path: root/example/classifier
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2024-01-02 11:08:23 +0200
committerMatias Elo <matias.elo@nokia.com>2024-01-04 08:21:00 +0200
commit17c164b5e2b4b34d942edd3d5f382fcfde8cd741 (patch)
tree104334565cb32680a3c6620088352ec8f9c88c41 /example/classifier
parente176a938e5f6a2bfe0e748204c781c565a9e6f19 (diff)
example: update copyright format
Update all example files to use the new shorter copyright format: /* SPDX-License-Identifier: BSD-3-Clause * Copyright (c) <YEAR> <COPYRIGHT HOLDER> */ Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
Diffstat (limited to 'example/classifier')
-rw-r--r--example/classifier/odp_classifier.c10
-rwxr-xr-xexample/classifier/odp_classifier_run.sh6
2 files changed, 6 insertions, 10 deletions
diff --git a/example/classifier/odp_classifier.c b/example/classifier/odp_classifier.c
index da92085b0..f4218fd9c 100644
--- a/example/classifier/odp_classifier.c
+++ b/example/classifier/odp_classifier.c
@@ -1,9 +1,7 @@
-/* Copyright (c) 2015-2018, Linaro Limited
- * Copyright (c) 2019-2022, Nokia
- * Copyright (c) 2020, Marvell
- * All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (c) 2015-2018 Linaro Limited
+ * Copyright (c) 2019-2022 Nokia
+ * Copyright (c) 2020 Marvell
*/
/**
diff --git a/example/classifier/odp_classifier_run.sh b/example/classifier/odp_classifier_run.sh
index 2b5fe7ebb..ad0c3a76a 100755
--- a/example/classifier/odp_classifier_run.sh
+++ b/example/classifier/odp_classifier_run.sh
@@ -1,9 +1,7 @@
#!/bin/bash
#
-# Copyright (c) 2020, Marvell
-# All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright (c) 2020 Marvell
#
if [ -f ./pktio_env ]; then