aboutsummaryrefslogtreecommitdiff
path: root/helper/lineartable.c
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2023-08-30 10:55:21 +0300
committerMatias Elo <matias.elo@nokia.com>2023-09-01 16:48:30 +0300
commit67f75685e200c5125e9c66195ad9a5d45ce9a65a (patch)
tree41fed1732cca6e9970ecb087c7653bbaf8cbfbe6 /helper/lineartable.c
parent90f220ccfe6e5c4997d22c917673a0a25ea1b1b1 (diff)
helper: update copyright format
Update all helper 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: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'helper/lineartable.c')
-rw-r--r--helper/lineartable.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/helper/lineartable.c b/helper/lineartable.c
index a81e4301c..290a90c02 100644
--- a/helper/lineartable.c
+++ b/helper/lineartable.c
@@ -1,7 +1,5 @@
-/* Copyright (c) 2015-2018, Linaro Limited
- * All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (c) 2015-2018 Linaro Limited
*/
#include <stdio.h>