aboutsummaryrefslogtreecommitdiff
path: root/test/validation/api/thread
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2024-03-11 13:06:12 +0200
committerMatias Elo <matias.elo@nokia.com>2024-03-18 15:31:28 +0200
commitd023ccb84159e97ddd5ddfe8ba4721888fe4ce3f (patch)
tree3b4174e01c1762f0a0b9e5910aed5ee0b5af4b9a /test/validation/api/thread
parent36019aa2bd3a7803f8e5bbb9f27dfef6e85a7169 (diff)
test: update copyright format
Update all test files to use the new shorter copyright format: /* SPDX-License-Identifier: BSD-3-Clause * Copyright (c) <YEAR> <COPYRIGHT HOLDER> */ Inherited DPDK copyright messages have also been updated to utilize SPDX format and now list the original source files. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
Diffstat (limited to 'test/validation/api/thread')
-rw-r--r--test/validation/api/thread/thread.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/test/validation/api/thread/thread.c b/test/validation/api/thread/thread.c
index ad9ffa745..bd72c1de2 100644
--- a/test/validation/api/thread/thread.c
+++ b/test/validation/api/thread/thread.c
@@ -1,8 +1,6 @@
-/* Copyright (c) 2015-2018, Linaro Limited
- * Copyright (c) 2022, Nokia
- * All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (c) 2015-2018 Linaro Limited
+ * Copyright (c) 2022 Nokia
*/
#include <odp_api.h>