Skip to content

Commit a899390

Browse files
oyvindronningstadnordicjm
authored andcommitted
zcbor: Add copy notice to all copied files
And update script Signed-off-by: Øyvind Rønningstad <[email protected]>
1 parent ad5f0ac commit a899390

File tree

9 files changed

+42
-0
lines changed

9 files changed

+42
-0
lines changed

boot/zcbor/add_zcbor_copy_version.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ add_copy_notice src/zcbor_common.c "copied"
2020
add_copy_notice include/zcbor_decode.h "copied"
2121
add_copy_notice include/zcbor_encode.h "copied"
2222
add_copy_notice include/zcbor_common.h "copied"
23+
add_copy_notice include/zcbor_print.h "copied"
24+
add_copy_notice include/zcbor_tags.h "copied"

boot/zcbor/include/zcbor_common.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* This file has been copied from the zcbor library.
3+
* Commit zcbor 0.8.0
4+
*/
5+
16
/*
27
* Copyright (c) 2020 Nordic Semiconductor ASA
38
*

boot/zcbor/include/zcbor_decode.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* This file has been copied from the zcbor library.
3+
* Commit zcbor 0.8.0
4+
*/
5+
16
/*
27
* Copyright (c) 2020 Nordic Semiconductor ASA
38
*

boot/zcbor/include/zcbor_encode.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* This file has been copied from the zcbor library.
3+
* Commit zcbor 0.8.0
4+
*/
5+
16
/*
27
* Copyright (c) 2020 Nordic Semiconductor ASA
38
*

boot/zcbor/include/zcbor_print.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* This file has been copied from the zcbor library.
3+
* Commit zcbor 0.8.0
4+
*/
5+
16
/*
27
* Copyright (c) 2023 Nordic Semiconductor ASA
38
*

boot/zcbor/include/zcbor_tags.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* This file has been copied from the zcbor library.
3+
* Commit zcbor 0.8.0
4+
*/
5+
16
/*
27
* Copyright (c) 2022 Nordic Semiconductor ASA
38
*

boot/zcbor/src/zcbor_common.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* This file has been copied from the zcbor library.
3+
* Commit zcbor 0.8.0
4+
*/
5+
16
/*
27
* Copyright (c) 2020 Nordic Semiconductor ASA
38
*

boot/zcbor/src/zcbor_decode.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* This file has been copied from the zcbor library.
3+
* Commit zcbor 0.8.0
4+
*/
5+
16
/*
27
* Copyright (c) 2020 Nordic Semiconductor ASA
38
*

boot/zcbor/src/zcbor_encode.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* This file has been copied from the zcbor library.
3+
* Commit zcbor 0.8.0
4+
*/
5+
16
/*
27
* Copyright (c) 2020 Nordic Semiconductor ASA
38
*

0 commit comments

Comments
 (0)