aboutsummaryrefslogtreecommitdiff
path: root/example/generator/odp_generator.c
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/generator/odp_generator.c
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/generator/odp_generator.c')
-rw-r--r--example/generator/odp_generator.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/example/generator/odp_generator.c b/example/generator/odp_generator.c
index e62e46701..6ec19d0ea 100644
--- a/example/generator/odp_generator.c
+++ b/example/generator/odp_generator.c
@@ -1,7 +1,5 @@
-/* Copyright (c) 2014-2018, Linaro Limited
- * All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (c) 2014-2018 Linaro Limited
*/
/**