From d40ddcbcc02907ac01d02c5cc30274b09dc23a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20R=C3=B8nningstad?= Date: Wed, 10 Jan 2024 10:31:58 +0100 Subject: [PATCH] [nrf fromlist] zcbor: Add copy notice to all copied files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And update script Signed-off-by: Øyvind Rønningstad --- boot/zcbor/add_zcbor_copy_version.sh | 2 ++ boot/zcbor/include/zcbor_common.h | 5 +++++ boot/zcbor/include/zcbor_decode.h | 5 +++++ boot/zcbor/include/zcbor_encode.h | 5 +++++ boot/zcbor/include/zcbor_print.h | 5 +++++ boot/zcbor/include/zcbor_tags.h | 5 +++++ boot/zcbor/src/zcbor_common.c | 5 +++++ boot/zcbor/src/zcbor_decode.c | 5 +++++ boot/zcbor/src/zcbor_encode.c | 5 +++++ 9 files changed, 42 insertions(+) diff --git a/boot/zcbor/add_zcbor_copy_version.sh b/boot/zcbor/add_zcbor_copy_version.sh index dc49887c0..a88ebf901 100755 --- a/boot/zcbor/add_zcbor_copy_version.sh +++ b/boot/zcbor/add_zcbor_copy_version.sh @@ -20,3 +20,5 @@ add_copy_notice src/zcbor_common.c "copied" add_copy_notice include/zcbor_decode.h "copied" add_copy_notice include/zcbor_encode.h "copied" add_copy_notice include/zcbor_common.h "copied" +add_copy_notice include/zcbor_print.h "copied" +add_copy_notice include/zcbor_tags.h "copied" diff --git a/boot/zcbor/include/zcbor_common.h b/boot/zcbor/include/zcbor_common.h index 879889713..0bf81c9c2 100644 --- a/boot/zcbor/include/zcbor_common.h +++ b/boot/zcbor/include/zcbor_common.h @@ -1,3 +1,8 @@ +/* + * This file has been copied from the zcbor library. + * Commit zcbor 0.8.0 + */ + /* * Copyright (c) 2020 Nordic Semiconductor ASA * diff --git a/boot/zcbor/include/zcbor_decode.h b/boot/zcbor/include/zcbor_decode.h index 61a6f1763..4cc2c19bd 100644 --- a/boot/zcbor/include/zcbor_decode.h +++ b/boot/zcbor/include/zcbor_decode.h @@ -1,3 +1,8 @@ +/* + * This file has been copied from the zcbor library. + * Commit zcbor 0.8.0 + */ + /* * Copyright (c) 2020 Nordic Semiconductor ASA * diff --git a/boot/zcbor/include/zcbor_encode.h b/boot/zcbor/include/zcbor_encode.h index 89b0a97bf..68741d147 100644 --- a/boot/zcbor/include/zcbor_encode.h +++ b/boot/zcbor/include/zcbor_encode.h @@ -1,3 +1,8 @@ +/* + * This file has been copied from the zcbor library. + * Commit zcbor 0.8.0 + */ + /* * Copyright (c) 2020 Nordic Semiconductor ASA * diff --git a/boot/zcbor/include/zcbor_print.h b/boot/zcbor/include/zcbor_print.h index 18f8656c5..22a5637d3 100644 --- a/boot/zcbor/include/zcbor_print.h +++ b/boot/zcbor/include/zcbor_print.h @@ -1,3 +1,8 @@ +/* + * This file has been copied from the zcbor library. + * Commit zcbor 0.8.0 + */ + /* * Copyright (c) 2023 Nordic Semiconductor ASA * diff --git a/boot/zcbor/include/zcbor_tags.h b/boot/zcbor/include/zcbor_tags.h index 89148776c..1cf811d9a 100644 --- a/boot/zcbor/include/zcbor_tags.h +++ b/boot/zcbor/include/zcbor_tags.h @@ -1,3 +1,8 @@ +/* + * This file has been copied from the zcbor library. + * Commit zcbor 0.8.0 + */ + /* * Copyright (c) 2022 Nordic Semiconductor ASA * diff --git a/boot/zcbor/src/zcbor_common.c b/boot/zcbor/src/zcbor_common.c index 1caf80668..f1a039e52 100644 --- a/boot/zcbor/src/zcbor_common.c +++ b/boot/zcbor/src/zcbor_common.c @@ -1,3 +1,8 @@ +/* + * This file has been copied from the zcbor library. + * Commit zcbor 0.8.0 + */ + /* * Copyright (c) 2020 Nordic Semiconductor ASA * diff --git a/boot/zcbor/src/zcbor_decode.c b/boot/zcbor/src/zcbor_decode.c index 92f9fe517..5f7e0e15d 100644 --- a/boot/zcbor/src/zcbor_decode.c +++ b/boot/zcbor/src/zcbor_decode.c @@ -1,3 +1,8 @@ +/* + * This file has been copied from the zcbor library. + * Commit zcbor 0.8.0 + */ + /* * Copyright (c) 2020 Nordic Semiconductor ASA * diff --git a/boot/zcbor/src/zcbor_encode.c b/boot/zcbor/src/zcbor_encode.c index 44411ea35..9859d6818 100644 --- a/boot/zcbor/src/zcbor_encode.c +++ b/boot/zcbor/src/zcbor_encode.c @@ -1,3 +1,8 @@ +/* + * This file has been copied from the zcbor library. + * Commit zcbor 0.8.0 + */ + /* * Copyright (c) 2020 Nordic Semiconductor ASA *