diff options
author | Jerome Forissier <jerome.forissier@linaro.org> | 2017-12-15 14:27:02 +0100 |
---|---|---|
committer | Jérôme Forissier <jerome.forissier@linaro.org> | 2018-01-10 19:09:42 +0100 |
commit | 1bb929836182ecb96d2d9d268daa807c67596396 (patch) | |
tree | cae29ec7597551a3cc1ef01a497c9806a41f029a | |
parent | fb7ef469dfeb735e60383ad0e7410fe62dd97eb1 (diff) |
Add SPDX license identifiers
Adds one SPDX-License-Identifier line [1] to each source files that
contains license text.
Generated by [2]:
spdxify.py --add-spdx optee_os/
The scancode tool [3] was used to double check the license matching
code in the Python script. All the licenses detected by scancode are
either detected by spdxify.py, or have no SPDX identifier, or are false
matches.
Link: [1] https://spdx.org/licenses/
Link: [2] https://github.com/jforissier/misc/blob/f7b56c8/spdxify.py
Link: [3] https://github.com/nexB/scancode-toolkit
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Acked-by: Joakim Bech <joakim.bech@linaro.org>
1159 files changed, 1159 insertions, 0 deletions
diff --git a/core/arch/arm/include/arm.h b/core/arch/arm/include/arm.h index da459996..97516645 100644 --- a/core/arch/arm/include/arm.h +++ b/core/arch/arm/include/arm.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/arm32.h b/core/arch/arm/include/arm32.h index 109e64c3..0d4c2623 100644 --- a/core/arch/arm/include/arm32.h +++ b/core/arch/arm/include/arm32.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/arch/arm/include/arm32_macros.S b/core/arch/arm/include/arm32_macros.S index 68136a40..2f8ec7ff 100644 --- a/core/arch/arm/include/arm32_macros.S +++ b/core/arch/arm/include/arm32_macros.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/include/arm32_macros_cortex_a9.S b/core/arch/arm/include/arm32_macros_cortex_a9.S index 57a2a104..4960e9ff 100644 --- a/core/arch/arm/include/arm32_macros_cortex_a9.S +++ b/core/arch/arm/include/arm32_macros_cortex_a9.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Freescale Semiconductor, Inc. * All rights reserved. diff --git a/core/arch/arm/include/arm64.h b/core/arch/arm/include/arm64.h index 388f5448..01be844b 100644 --- a/core/arch/arm/include/arm64.h +++ b/core/arch/arm/include/arm64.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/arm64_macros.S b/core/arch/arm/include/arm64_macros.S index 04d684c1..28c94760 100644 --- a/core/arch/arm/include/arm64_macros.S +++ b/core/arch/arm/include/arm64_macros.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/kernel/abort.h b/core/arch/arm/include/kernel/abort.h index 95101c05..ec74b997 100644 --- a/core/arch/arm/include/kernel/abort.h +++ b/core/arch/arm/include/kernel/abort.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/kernel/cache_helpers.h b/core/arch/arm/include/kernel/cache_helpers.h index 44433117..00a59a7b 100644 --- a/core/arch/arm/include/kernel/cache_helpers.h +++ b/core/arch/arm/include/kernel/cache_helpers.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2017, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/kernel/delay.h b/core/arch/arm/include/kernel/delay.h index e168d4fc..1d693439 100644 --- a/core/arch/arm/include/kernel/delay.h +++ b/core/arch/arm/include/kernel/delay.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (C) 2017, Fuzhou Rockchip Electronics Co., Ltd. * All rights reserved. diff --git a/core/arch/arm/include/kernel/early_ta.h b/core/arch/arm/include/kernel/early_ta.h index 5b63b33a..021dde39 100644 --- a/core/arch/arm/include/kernel/early_ta.h +++ b/core/arch/arm/include/kernel/early_ta.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2017, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/kernel/generic_boot.h b/core/arch/arm/include/kernel/generic_boot.h index 4e577228..12e8712c 100644 --- a/core/arch/arm/include/kernel/generic_boot.h +++ b/core/arch/arm/include/kernel/generic_boot.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/kernel/linker.h b/core/arch/arm/include/kernel/linker.h index 8b2cd8cc..676f44f4 100644 --- a/core/arch/arm/include/kernel/linker.h +++ b/core/arch/arm/include/kernel/linker.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2017, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/kernel/misc.h b/core/arch/arm/include/kernel/misc.h index 13f87967..67d40b3c 100644 --- a/core/arch/arm/include/kernel/misc.h +++ b/core/arch/arm/include/kernel/misc.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/include/kernel/mutex.h b/core/arch/arm/include/kernel/mutex.h index 2cedee67..f25d693a 100644 --- a/core/arch/arm/include/kernel/mutex.h +++ b/core/arch/arm/include/kernel/mutex.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014-2017, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/kernel/pm_stubs.h b/core/arch/arm/include/kernel/pm_stubs.h index bd918707..bab0f1c6 100644 --- a/core/arch/arm/include/kernel/pm_stubs.h +++ b/core/arch/arm/include/kernel/pm_stubs.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/kernel/pseudo_ta.h b/core/arch/arm/include/kernel/pseudo_ta.h index c1250091..0d87b7ed 100644 --- a/core/arch/arm/include/kernel/pseudo_ta.h +++ b/core/arch/arm/include/kernel/pseudo_ta.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/kernel/spinlock.h b/core/arch/arm/include/kernel/spinlock.h index 2437bf2d..fc7e392f 100644 --- a/core/arch/arm/include/kernel/spinlock.h +++ b/core/arch/arm/include/kernel/spinlock.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * Copyright (c) 2016, Linaro Limited diff --git a/core/arch/arm/include/kernel/tee_l2cc_mutex.h b/core/arch/arm/include/kernel/tee_l2cc_mutex.h index 508a5101..71aedcff 100644 --- a/core/arch/arm/include/kernel/tee_l2cc_mutex.h +++ b/core/arch/arm/include/kernel/tee_l2cc_mutex.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/include/kernel/thread.h b/core/arch/arm/include/kernel/thread.h index 66095d29..b2a46506 100644 --- a/core/arch/arm/include/kernel/thread.h +++ b/core/arch/arm/include/kernel/thread.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * Copyright (c) 2016-2017, Linaro Limited diff --git a/core/arch/arm/include/kernel/thread_defs.h b/core/arch/arm/include/kernel/thread_defs.h index e0818952..25a4c27b 100644 --- a/core/arch/arm/include/kernel/thread_defs.h +++ b/core/arch/arm/include/kernel/thread_defs.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/include/kernel/time_source.h b/core/arch/arm/include/kernel/time_source.h index ddabfe99..0c0bcb33 100644 --- a/core/arch/arm/include/kernel/time_source.h +++ b/core/arch/arm/include/kernel/time_source.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/kernel/tlb_helpers.h b/core/arch/arm/include/kernel/tlb_helpers.h index 6dea8611..0a789b70 100644 --- a/core/arch/arm/include/kernel/tlb_helpers.h +++ b/core/arch/arm/include/kernel/tlb_helpers.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * Copyright (c) 2017, Linaro Limited diff --git a/core/arch/arm/include/kernel/tz_proc_def.h b/core/arch/arm/include/kernel/tz_proc_def.h index abe281b8..2720b41c 100644 --- a/core/arch/arm/include/kernel/tz_proc_def.h +++ b/core/arch/arm/include/kernel/tz_proc_def.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/include/kernel/tz_ssvce_def.h b/core/arch/arm/include/kernel/tz_ssvce_def.h index 3e9f9fcb..75cf62bf 100644 --- a/core/arch/arm/include/kernel/tz_ssvce_def.h +++ b/core/arch/arm/include/kernel/tz_ssvce_def.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/include/kernel/tz_ssvce_pl310.h b/core/arch/arm/include/kernel/tz_ssvce_pl310.h index 88b91e1d..561c55bc 100644 --- a/core/arch/arm/include/kernel/tz_ssvce_pl310.h +++ b/core/arch/arm/include/kernel/tz_ssvce_pl310.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/include/kernel/user_ta.h b/core/arch/arm/include/kernel/user_ta.h index c945fdad..5f8c09f2 100644 --- a/core/arch/arm/include/kernel/user_ta.h +++ b/core/arch/arm/include/kernel/user_ta.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/kernel/vfp.h b/core/arch/arm/include/kernel/vfp.h index 267dee23..8f009ee0 100644 --- a/core/arch/arm/include/kernel/vfp.h +++ b/core/arch/arm/include/kernel/vfp.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/kernel/wait_queue.h b/core/arch/arm/include/kernel/wait_queue.h index 81133827..245090e0 100644 --- a/core/arch/arm/include/kernel/wait_queue.h +++ b/core/arch/arm/include/kernel/wait_queue.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/mm/core_memprot.h b/core/arch/arm/include/mm/core_memprot.h index 6bafbfa5..ed08cad9 100644 --- a/core/arch/arm/include/mm/core_memprot.h +++ b/core/arch/arm/include/mm/core_memprot.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/arch/arm/include/mm/core_mmu.h b/core/arch/arm/include/mm/core_mmu.h index b8be19a5..156399c6 100644 --- a/core/arch/arm/include/mm/core_mmu.h +++ b/core/arch/arm/include/mm/core_mmu.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/arch/arm/include/mm/mobj.h b/core/arch/arm/include/mm/mobj.h index 8125910c..6741eab1 100644 --- a/core/arch/arm/include/mm/mobj.h +++ b/core/arch/arm/include/mm/mobj.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016-2017, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/mm/pgt_cache.h b/core/arch/arm/include/mm/pgt_cache.h index c300591c..d8eab340 100644 --- a/core/arch/arm/include/mm/pgt_cache.h +++ b/core/arch/arm/include/mm/pgt_cache.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/mm/tee_pager.h b/core/arch/arm/include/mm/tee_pager.h index c5bc38d7..8fb05823 100644 --- a/core/arch/arm/include/mm/tee_pager.h +++ b/core/arch/arm/include/mm/tee_pager.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/arch/arm/include/sm/optee_smc.h b/core/arch/arm/include/sm/optee_smc.h index 11c78729..53e471ac 100644 --- a/core/arch/arm/include/sm/optee_smc.h +++ b/core/arch/arm/include/sm/optee_smc.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/sm/pm.h b/core/arch/arm/include/sm/pm.h index 7048e2b5..939f966e 100644 --- a/core/arch/arm/include/sm/pm.h +++ b/core/arch/arm/include/sm/pm.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright 2017 NXP * All rights reserved. diff --git a/core/arch/arm/include/sm/sm.h b/core/arch/arm/include/sm/sm.h index 320e26b2..4a77dbab 100644 --- a/core/arch/arm/include/sm/sm.h +++ b/core/arch/arm/include/sm/sm.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/arch/arm/include/sm/tee_mon.h b/core/arch/arm/include/sm/tee_mon.h index 725afb99..a136a6dd 100644 --- a/core/arch/arm/include/sm/tee_mon.h +++ b/core/arch/arm/include/sm/tee_mon.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/include/sm/teesmc_opteed.h b/core/arch/arm/include/sm/teesmc_opteed.h index c6e25e25..c9543030 100644 --- a/core/arch/arm/include/sm/teesmc_opteed.h +++ b/core/arch/arm/include/sm/teesmc_opteed.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/sm/teesmc_opteed_macros.h b/core/arch/arm/include/sm/teesmc_opteed_macros.h index 00e9eed5..98456d5d 100644 --- a/core/arch/arm/include/sm/teesmc_opteed_macros.h +++ b/core/arch/arm/include/sm/teesmc_opteed_macros.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/tee/arch_svc.h b/core/arch/arm/include/tee/arch_svc.h index 18488651..527f50c0 100644 --- a/core/arch/arm/include/tee/arch_svc.h +++ b/core/arch/arm/include/tee/arch_svc.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/tee/entry_fast.h b/core/arch/arm/include/tee/entry_fast.h index a9951f2f..55c515bd 100644 --- a/core/arch/arm/include/tee/entry_fast.h +++ b/core/arch/arm/include/tee/entry_fast.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/include/tee/entry_std.h b/core/arch/arm/include/tee/entry_std.h index d5459123..ed06790f 100644 --- a/core/arch/arm/include/tee/entry_std.h +++ b/core/arch/arm/include/tee/entry_std.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/abort.c b/core/arch/arm/kernel/abort.c index bac97eff..bb308402 100644 --- a/core/arch/arm/kernel/abort.c +++ b/core/arch/arm/kernel/abort.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/asm-defines.c b/core/arch/arm/kernel/asm-defines.c index fd917039..4dfaa510 100644 --- a/core/arch/arm/kernel/asm-defines.c +++ b/core/arch/arm/kernel/asm-defines.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/delay.c b/core/arch/arm/kernel/delay.c index 6407c9cf..dfd1dd79 100644 --- a/core/arch/arm/kernel/delay.c +++ b/core/arch/arm/kernel/delay.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2017, Fuzhou Rockchip Electronics Co., Ltd. * All rights reserved. diff --git a/core/arch/arm/kernel/early_ta.c b/core/arch/arm/kernel/early_ta.c index 4e247484..b8090809 100644 --- a/core/arch/arm/kernel/early_ta.c +++ b/core/arch/arm/kernel/early_ta.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2017, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/elf32.h b/core/arch/arm/kernel/elf32.h index d3742085..96707b67 100644 --- a/core/arch/arm/kernel/elf32.h +++ b/core/arch/arm/kernel/elf32.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /*- * Copyright (c) 1996-1998 John D. Polstra. * All rights reserved. diff --git a/core/arch/arm/kernel/elf64.h b/core/arch/arm/kernel/elf64.h index c468dcda..d851b609 100644 --- a/core/arch/arm/kernel/elf64.h +++ b/core/arch/arm/kernel/elf64.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /*- * Copyright (c) 1996-1998 John D. Polstra. * All rights reserved. diff --git a/core/arch/arm/kernel/elf_common.h b/core/arch/arm/kernel/elf_common.h index a9cb6afa..0d7ab0f2 100644 --- a/core/arch/arm/kernel/elf_common.h +++ b/core/arch/arm/kernel/elf_common.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /*- * Copyright (c) 2000, 2001, 2008, 2011, David E. O'Brien * Copyright (c) 1998 John D. Polstra. diff --git a/core/arch/arm/kernel/elf_load.c b/core/arch/arm/kernel/elf_load.c index a981d1f8..f779dcf5 100644 --- a/core/arch/arm/kernel/elf_load.c +++ b/core/arch/arm/kernel/elf_load.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/elf_load.h b/core/arch/arm/kernel/elf_load.h index 01b607af..a576f126 100644 --- a/core/arch/arm/kernel/elf_load.h +++ b/core/arch/arm/kernel/elf_load.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/generic_boot.c b/core/arch/arm/kernel/generic_boot.c index 4c7cc6d4..2c8aaa94 100644 --- a/core/arch/arm/kernel/generic_boot.c +++ b/core/arch/arm/kernel/generic_boot.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/generic_entry_a32.S b/core/arch/arm/kernel/generic_entry_a32.S index 8b703034..dad9b669 100644 --- a/core/arch/arm/kernel/generic_entry_a32.S +++ b/core/arch/arm/kernel/generic_entry_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/generic_entry_a64.S b/core/arch/arm/kernel/generic_entry_a64.S index 26cef79c..6eb24051 100644 --- a/core/arch/arm/kernel/generic_entry_a64.S +++ b/core/arch/arm/kernel/generic_entry_a64.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/kern.ld.S b/core/arch/arm/kernel/kern.ld.S index 30f7cc01..a83c8806 100644 --- a/core/arch/arm/kernel/kern.ld.S +++ b/core/arch/arm/kernel/kern.ld.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: (BSD-2-Clause AND MIT) */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/link_dummies.c b/core/arch/arm/kernel/link_dummies.c index 680a7762..80df01d6 100644 --- a/core/arch/arm/kernel/link_dummies.c +++ b/core/arch/arm/kernel/link_dummies.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2017, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/link_dummy.ld b/core/arch/arm/kernel/link_dummy.ld index c434f313..094a3df9 100644 --- a/core/arch/arm/kernel/link_dummy.ld +++ b/core/arch/arm/kernel/link_dummy.ld @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2017, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/misc_a32.S b/core/arch/arm/kernel/misc_a32.S index fabe33ed..d350bcb0 100644 --- a/core/arch/arm/kernel/misc_a32.S +++ b/core/arch/arm/kernel/misc_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/kernel/misc_a64.S b/core/arch/arm/kernel/misc_a64.S index 65a31bca..08555fbd 100644 --- a/core/arch/arm/kernel/misc_a64.S +++ b/core/arch/arm/kernel/misc_a64.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/mutex.c b/core/arch/arm/kernel/mutex.c index 805e9aa9..9c86ae90 100644 --- a/core/arch/arm/kernel/mutex.c +++ b/core/arch/arm/kernel/mutex.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015-2017, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/otp_stubs.c b/core/arch/arm/kernel/otp_stubs.c index b12d5e5d..f5f025e2 100644 --- a/core/arch/arm/kernel/otp_stubs.c +++ b/core/arch/arm/kernel/otp_stubs.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/pm_stubs.c b/core/arch/arm/kernel/pm_stubs.c index db77e7c4..fce99af5 100644 --- a/core/arch/arm/kernel/pm_stubs.c +++ b/core/arch/arm/kernel/pm_stubs.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/proc_a32.S b/core/arch/arm/kernel/proc_a32.S index f0446a6a..6ea6a5ff 100644 --- a/core/arch/arm/kernel/proc_a32.S +++ b/core/arch/arm/kernel/proc_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved. * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/arch/arm/kernel/proc_a64.S b/core/arch/arm/kernel/proc_a64.S index 5db895a8..612fd263 100644 --- a/core/arch/arm/kernel/proc_a64.S +++ b/core/arch/arm/kernel/proc_a64.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/pseudo_ta.c b/core/arch/arm/kernel/pseudo_ta.c index 87f9aebf..3326a1a8 100644 --- a/core/arch/arm/kernel/pseudo_ta.c +++ b/core/arch/arm/kernel/pseudo_ta.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * Copyright (c) 2015, Linaro Limited diff --git a/core/arch/arm/kernel/ree_fs_ta.c b/core/arch/arm/kernel/ree_fs_ta.c index bf1ebf02..d417e7bd 100644 --- a/core/arch/arm/kernel/ree_fs_ta.c +++ b/core/arch/arm/kernel/ree_fs_ta.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2017, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/spin_lock_a32.S b/core/arch/arm/kernel/spin_lock_a32.S index 52d8e9fc..6c39f6c5 100644 --- a/core/arch/arm/kernel/spin_lock_a32.S +++ b/core/arch/arm/kernel/spin_lock_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 2016, Linaro Limited * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved. diff --git a/core/arch/arm/kernel/spin_lock_a64.S b/core/arch/arm/kernel/spin_lock_a64.S index 97fce42f..d48a3cc8 100644 --- a/core/arch/arm/kernel/spin_lock_a64.S +++ b/core/arch/arm/kernel/spin_lock_a64.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: (BSD-2-Clause AND BSD-3-Clause) */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/spin_lock_debug.c b/core/arch/arm/kernel/spin_lock_debug.c index 00a2a004..3691087b 100644 --- a/core/arch/arm/kernel/spin_lock_debug.c +++ b/core/arch/arm/kernel/spin_lock_debug.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/tee_l2cc_mutex.c b/core/arch/arm/kernel/tee_l2cc_mutex.c index 2afda4de..5129c14c 100644 --- a/core/arch/arm/kernel/tee_l2cc_mutex.c +++ b/core/arch/arm/kernel/tee_l2cc_mutex.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/kernel/tee_time.c b/core/arch/arm/kernel/tee_time.c index 671a8e9b..8a9318d2 100644 --- a/core/arch/arm/kernel/tee_time.c +++ b/core/arch/arm/kernel/tee_time.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limied * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/arch/arm/kernel/tee_time_arm_cntpct.c b/core/arch/arm/kernel/tee_time_arm_cntpct.c index 59d6ea43..f9b28989 100644 --- a/core/arch/arm/kernel/tee_time_arm_cntpct.c +++ b/core/arch/arm/kernel/tee_time_arm_cntpct.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, 2015 Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/tee_time_ree.c b/core/arch/arm/kernel/tee_time_ree.c index d2a9bb15..d98b3e71 100644 --- a/core/arch/arm/kernel/tee_time_ree.c +++ b/core/arch/arm/kernel/tee_time_ree.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/thread.c b/core/arch/arm/kernel/thread.c index 26908a1b..43e5fb51 100644 --- a/core/arch/arm/kernel/thread.c +++ b/core/arch/arm/kernel/thread.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/arch/arm/kernel/thread_a32.S b/core/arch/arm/kernel/thread_a32.S index 31dfba30..878ee3fd 100644 --- a/core/arch/arm/kernel/thread_a32.S +++ b/core/arch/arm/kernel/thread_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016-2017, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/arch/arm/kernel/thread_a64.S b/core/arch/arm/kernel/thread_a64.S index cdc5c90d..5fd978c4 100644 --- a/core/arch/arm/kernel/thread_a64.S +++ b/core/arch/arm/kernel/thread_a64.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015-2017, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/thread_private.h b/core/arch/arm/kernel/thread_private.h index c66b6fbd..0b7a5668 100644 --- a/core/arch/arm/kernel/thread_private.h +++ b/core/arch/arm/kernel/thread_private.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/arch/arm/kernel/tlb_helpers_a32.S b/core/arch/arm/kernel/tlb_helpers_a32.S index bff1ece0..1c4100c4 100644 --- a/core/arch/arm/kernel/tlb_helpers_a32.S +++ b/core/arch/arm/kernel/tlb_helpers_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * Copyright (c) 2017, Linaro Limited diff --git a/core/arch/arm/kernel/tlb_helpers_a64.S b/core/arch/arm/kernel/tlb_helpers_a64.S index a1a5816a..88930d7d 100644 --- a/core/arch/arm/kernel/tlb_helpers_a64.S +++ b/core/arch/arm/kernel/tlb_helpers_a64.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015-2017, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/trace_ext.c b/core/arch/arm/kernel/trace_ext.c index 35fe8af6..5b15c984 100644 --- a/core/arch/arm/kernel/trace_ext.c +++ b/core/arch/arm/kernel/trace_ext.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/tz_ssvce_pl310_a32.S b/core/arch/arm/kernel/tz_ssvce_pl310_a32.S index 3944b034..b504f770 100644 --- a/core/arch/arm/kernel/tz_ssvce_pl310_a32.S +++ b/core/arch/arm/kernel/tz_ssvce_pl310_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/kernel/unwind_arm32.c b/core/arch/arm/kernel/unwind_arm32.c index 635c1956..334af5e8 100644 --- a/core/arch/arm/kernel/unwind_arm32.c +++ b/core/arch/arm/kernel/unwind_arm32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright 2015 Linaro Limited * Copyright 2013-2014 Andrew Turner. diff --git a/core/arch/arm/kernel/unwind_arm64.c b/core/arch/arm/kernel/unwind_arm64.c index 9f3b3c31..baf4e080 100644 --- a/core/arch/arm/kernel/unwind_arm64.c +++ b/core/arch/arm/kernel/unwind_arm64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /*- * Copyright (c) 2015 Linaro Limited * Copyright (c) 2015 The FreeBSD Foundation diff --git a/core/arch/arm/kernel/user_ta.c b/core/arch/arm/kernel/user_ta.c index a96488b2..636ae990 100644 --- a/core/arch/arm/kernel/user_ta.c +++ b/core/arch/arm/kernel/user_ta.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * Copyright (c) 2015-2017 Linaro Limited diff --git a/core/arch/arm/kernel/vfp.c b/core/arch/arm/kernel/vfp.c index 99036428..0b0ec6ca 100644 --- a/core/arch/arm/kernel/vfp.c +++ b/core/arch/arm/kernel/vfp.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/vfp_a32.S b/core/arch/arm/kernel/vfp_a32.S index fb09b081..0e0524f3 100644 --- a/core/arch/arm/kernel/vfp_a32.S +++ b/core/arch/arm/kernel/vfp_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015-2016, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/vfp_a64.S b/core/arch/arm/kernel/vfp_a64.S index 53210c50..77a263c4 100644 --- a/core/arch/arm/kernel/vfp_a64.S +++ b/core/arch/arm/kernel/vfp_a64.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/vfp_private.h b/core/arch/arm/kernel/vfp_private.h index 0c0ffba7..02780b7e 100644 --- a/core/arch/arm/kernel/vfp_private.h +++ b/core/arch/arm/kernel/vfp_private.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/kernel/wait_queue.c b/core/arch/arm/kernel/wait_queue.c index 13048bcb..7aaaedff 100644 --- a/core/arch/arm/kernel/wait_queue.c +++ b/core/arch/arm/kernel/wait_queue.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015-2016, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/mm/core_mmu.c b/core/arch/arm/mm/core_mmu.c index 87735cf1..1203e200 100644 --- a/core/arch/arm/mm/core_mmu.c +++ b/core/arch/arm/mm/core_mmu.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/arch/arm/mm/core_mmu_lpae.c b/core/arch/arm/mm/core_mmu_lpae.c index 2ea4eca1..c4e76fcf 100644 --- a/core/arch/arm/mm/core_mmu_lpae.c +++ b/core/arch/arm/mm/core_mmu_lpae.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: (BSD-2-Clause AND BSD-3-Clause) /* * Copyright (c) 2015-2016, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/mm/core_mmu_private.h b/core/arch/arm/mm/core_mmu_private.h index 3b972e52..c2ab205f 100644 --- a/core/arch/arm/mm/core_mmu_private.h +++ b/core/arch/arm/mm/core_mmu_private.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015-2016, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/mm/core_mmu_v7.c b/core/arch/arm/mm/core_mmu_v7.c index 5dad4491..7dbf2ecd 100644 --- a/core/arch/arm/mm/core_mmu_v7.c +++ b/core/arch/arm/mm/core_mmu_v7.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/arch/arm/mm/mobj.c b/core/arch/arm/mm/mobj.c index 0b477c94..7f736d27 100644 --- a/core/arch/arm/mm/mobj.c +++ b/core/arch/arm/mm/mobj.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016-2017, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/mm/pgt_cache.c b/core/arch/arm/mm/pgt_cache.c index 0ad11aeb..52d74d32 100644 --- a/core/arch/arm/mm/pgt_cache.c +++ b/core/arch/arm/mm/pgt_cache.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/mm/tee_mm.c b/core/arch/arm/mm/tee_mm.c index b72e56d1..897b8fde 100644 --- a/core/arch/arm/mm/tee_mm.c +++ b/core/arch/arm/mm/tee_mm.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/mm/tee_mmu.c b/core/arch/arm/mm/tee_mmu.c index c12548a5..af1c8670 100644 --- a/core/arch/arm/mm/tee_mmu.c +++ b/core/arch/arm/mm/tee_mmu.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/arch/arm/mm/tee_pager.c b/core/arch/arm/mm/tee_pager.c index 099dc2ca..da7c08a6 100644 --- a/core/arch/arm/mm/tee_pager.c +++ b/core/arch/arm/mm/tee_pager.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/arch/arm/plat-d02/main.c b/core/arch/arm/plat-d02/main.c index e75f269e..81d80bd7 100644 --- a/core/arch/arm/plat-d02/main.c +++ b/core/arch/arm/plat-d02/main.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/plat-d02/platform_config.h b/core/arch/arm/plat-d02/platform_config.h index ab73b021..4b1791e3 100644 --- a/core/arch/arm/plat-d02/platform_config.h +++ b/core/arch/arm/plat-d02/platform_config.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/plat-hikey/hikey_peripherals.h b/core/arch/arm/plat-hikey/hikey_peripherals.h index 2ba4b252..ee897155 100644 --- a/core/arch/arm/plat-hikey/hikey_peripherals.h +++ b/core/arch/arm/plat-hikey/hikey_peripherals.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 2016, Linaro Ltd and Contributors. All rights reserved. * Copyright (c) 2016, Hisilicon Ltd and Contributors. All rights reserved. diff --git a/core/arch/arm/plat-hikey/main.c b/core/arch/arm/plat-hikey/main.c index e64b908f..6404d038 100644 --- a/core/arch/arm/plat-hikey/main.c +++ b/core/arch/arm/plat-hikey/main.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/plat-hikey/platform_config.h b/core/arch/arm/plat-hikey/platform_config.h index 43568ffb..36e88066 100644 --- a/core/arch/arm/plat-hikey/platform_config.h +++ b/core/arch/arm/plat-hikey/platform_config.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/plat-hikey/spi_test.c b/core/arch/arm/plat-hikey/spi_test.c index 3992033e..ed978fa6 100644 --- a/core/arch/arm/plat-hikey/spi_test.c +++ b/core/arch/arm/plat-hikey/spi_test.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/plat-imx/a7_plat_init.S b/core/arch/arm/plat-imx/a7_plat_init.S index f87f78a6..eb0b8150 100644 --- a/core/arch/arm/plat-imx/a7_plat_init.S +++ b/core/arch/arm/plat-imx/a7_plat_init.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2017, NXP * All rights reserved. diff --git a/core/arch/arm/plat-imx/a9_plat_init.S b/core/arch/arm/plat-imx/a9_plat_init.S index 4ec1f8a6..b5f7f42e 100644 --- a/core/arch/arm/plat-imx/a9_plat_init.S +++ b/core/arch/arm/plat-imx/a9_plat_init.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/plat-imx/config/config_imx6sx.h b/core/arch/arm/plat-imx/config/config_imx6sx.h index e10aa939..b785f4e8 100644 --- a/core/arch/arm/plat-imx/config/config_imx6sx.h +++ b/core/arch/arm/plat-imx/config/config_imx6sx.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright 2017 NXP * All rights reserved. diff --git a/core/arch/arm/plat-imx/config/config_imx7.h b/core/arch/arm/plat-imx/config/config_imx7.h index 4066c678..d982f43a 100644 --- a/core/arch/arm/plat-imx/config/config_imx7.h +++ b/core/arch/arm/plat-imx/config/config_imx7.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright 2017 NXP * All rights reserved. diff --git a/core/arch/arm/plat-imx/imx-common.c b/core/arch/arm/plat-imx/imx-common.c index 650ddd81..d1d9061f 100644 --- a/core/arch/arm/plat-imx/imx-common.c +++ b/core/arch/arm/plat-imx/imx-common.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2016 Freescale Semiconductor, Inc. * Copyright 2017 NXP diff --git a/core/arch/arm/plat-imx/imx-regs.h b/core/arch/arm/plat-imx/imx-regs.h index a935160a..428f251f 100644 --- a/core/arch/arm/plat-imx/imx-regs.h +++ b/core/arch/arm/plat-imx/imx-regs.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (C) 2015 Freescale Semiconductor, Inc. * All rights reserved. diff --git a/core/arch/arm/plat-imx/imx.h b/core/arch/arm/plat-imx/imx.h index 8f08b8d7..893031a9 100644 --- a/core/arch/arm/plat-imx/imx.h +++ b/core/arch/arm/plat-imx/imx.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright 2017 NXP * All rights reserved. diff --git a/core/arch/arm/plat-imx/imx6.c b/core/arch/arm/plat-imx/imx6.c index 04b8c01c..d6a7d4cb 100644 --- a/core/arch/arm/plat-imx/imx6.c +++ b/core/arch/arm/plat-imx/imx6.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2015 Freescale Semiconductor, Inc. * All rights reserved. diff --git a/core/arch/arm/plat-imx/imx6ul.c b/core/arch/arm/plat-imx/imx6ul.c index 795c7504..22d14a8f 100644 --- a/core/arch/arm/plat-imx/imx6ul.c +++ b/core/arch/arm/plat-imx/imx6ul.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2016 Freescale Semiconductor, Inc. * All rights reserved. diff --git a/core/arch/arm/plat-imx/imx7.c b/core/arch/arm/plat-imx/imx7.c index 731d2854..162eaa07 100644 --- a/core/arch/arm/plat-imx/imx7.c +++ b/core/arch/arm/plat-imx/imx7.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2017 NXP * All rights reserved. diff --git a/core/arch/arm/plat-imx/imx_pl310.c b/core/arch/arm/plat-imx/imx_pl310.c index 014dcfba..acc5003d 100644 --- a/core/arch/arm/plat-imx/imx_pl310.c +++ b/core/arch/arm/plat-imx/imx_pl310.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2016 Freescale Semiconductor, Inc. * All rights reserved. diff --git a/core/arch/arm/plat-imx/imx_pm.h b/core/arch/arm/plat-imx/imx_pm.h index 7a0283bd..c7b0340e 100644 --- a/core/arch/arm/plat-imx/imx_pm.h +++ b/core/arch/arm/plat-imx/imx_pm.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright 2017 NXP * diff --git a/core/arch/arm/plat-imx/main.c b/core/arch/arm/plat-imx/main.c index ff2e97ed..d509c62c 100644 --- a/core/arch/arm/plat-imx/main.c +++ b/core/arch/arm/plat-imx/main.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2015 Freescale Semiconductor, Inc. * All rights reserved. diff --git a/core/arch/arm/plat-imx/mmdc.c b/core/arch/arm/plat-imx/mmdc.c index f597f531..577df79d 100644 --- a/core/arch/arm/plat-imx/mmdc.c +++ b/core/arch/arm/plat-imx/mmdc.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright 2017 NXP * diff --git a/core/arch/arm/plat-imx/mmdc.h b/core/arch/arm/plat-imx/mmdc.h index b2c05ef7..3927522e 100644 --- a/core/arch/arm/plat-imx/mmdc.h +++ b/core/arch/arm/plat-imx/mmdc.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright 2017 NXP * diff --git a/core/arch/arm/plat-imx/platform_config.h b/core/arch/arm/plat-imx/platform_config.h index e0fdf7cd..e4b303e0 100644 --- a/core/arch/arm/plat-imx/platform_config.h +++ b/core/arch/arm/plat-imx/platform_config.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (C) 2015 Freescale Semiconductor, Inc. * All rights reserved. diff --git a/core/arch/arm/plat-imx/pm/gpcv2.c b/core/arch/arm/plat-imx/pm/gpcv2.c index ec3a5303..09abdb0a 100644 --- a/core/arch/arm/plat-imx/pm/gpcv2.c +++ b/core/arch/arm/plat-imx/pm/gpcv2.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2017 NXP * All rights reserved. diff --git a/core/arch/arm/plat-imx/pm/imx7_suspend.c b/core/arch/arm/plat-imx/pm/imx7_suspend.c index 660e71f6..6340c99c 100644 --- a/core/arch/arm/plat-imx/pm/imx7_suspend.c +++ b/core/arch/arm/plat-imx/pm/imx7_suspend.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2017 NXP * diff --git a/core/arch/arm/plat-imx/pm/pm-imx7.c b/core/arch/arm/plat-imx/pm/pm-imx7.c index 5d1284f3..ebc1f9ce 100644 --- a/core/arch/arm/plat-imx/pm/pm-imx7.c +++ b/core/arch/arm/plat-imx/pm/pm-imx7.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright 2017 NXP * diff --git a/core/arch/arm/plat-imx/pm/psci-suspend-imx7.S b/core/arch/arm/plat-imx/pm/psci-suspend-imx7.S index cb48a1b4..f5b243d8 100644 --- a/core/arch/arm/plat-imx/pm/psci-suspend-imx7.S +++ b/core/arch/arm/plat-imx/pm/psci-suspend-imx7.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright 2017 NXP * diff --git a/core/arch/arm/plat-imx/pm/psci.c b/core/arch/arm/plat-imx/pm/psci.c index 47e8b56b..d713f51d 100644 --- a/core/arch/arm/plat-imx/pm/psci.c +++ b/core/arch/arm/plat-imx/pm/psci.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2016 Freescale Semiconductor, Inc. * All rights reserved. diff --git a/core/arch/arm/plat-ls/ls_core_pos_a32.S b/core/arch/arm/plat-ls/ls_core_pos_a32.S index 62a11170..80dde9c4 100644 --- a/core/arch/arm/plat-ls/ls_core_pos_a32.S +++ b/core/arch/arm/plat-ls/ls_core_pos_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Freescale Semiconductor, Inc. * All rights reserved. diff --git a/core/arch/arm/plat-ls/ls_core_pos_a64.S b/core/arch/arm/plat-ls/ls_core_pos_a64.S index deead69b..b2128d72 100644 --- a/core/arch/arm/plat-ls/ls_core_pos_a64.S +++ b/core/arch/arm/plat-ls/ls_core_pos_a64.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright 2017 NXP * All rights reserved. diff --git a/core/arch/arm/plat-ls/main.c b/core/arch/arm/plat-ls/main.c index 5e4fbfe8..9c586b94 100644 --- a/core/arch/arm/plat-ls/main.c +++ b/core/arch/arm/plat-ls/main.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2015 Freescale Semiconductor, Inc. * All rights reserved. diff --git a/core/arch/arm/plat-ls/plat_init.S b/core/arch/arm/plat-ls/plat_init.S index 88134806..e0266ee9 100644 --- a/core/arch/arm/plat-ls/plat_init.S +++ b/core/arch/arm/plat-ls/plat_init.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Wind River Systems. * All rights reserved. diff --git a/core/arch/arm/plat-ls/platform_config.h b/core/arch/arm/plat-ls/platform_config.h index 575280a7..fc700ba0 100644 --- a/core/arch/arm/plat-ls/platform_config.h +++ b/core/arch/arm/plat-ls/platform_config.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (C) 2015 Freescale Semiconductor, Inc. * All rights reserved. diff --git a/core/arch/arm/plat-marvell/armada3700/hal_sec_perf.c b/core/arch/arm/plat-marvell/armada3700/hal_sec_perf.c index b69135b9..86520d61 100644 --- a/core/arch/arm/plat-marvell/armada3700/hal_sec_perf.c +++ b/core/arch/arm/plat-marvell/armada3700/hal_sec_perf.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2017 Marvell International Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-marvell/armada7k8k/hal_sec_perf.c b/core/arch/arm/plat-marvell/armada7k8k/hal_sec_perf.c index 260882fb..779f7d3c 100644 --- a/core/arch/arm/plat-marvell/armada7k8k/hal_sec_perf.c +++ b/core/arch/arm/plat-marvell/armada7k8k/hal_sec_perf.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2017 Marvell International Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-marvell/main.c b/core/arch/arm/plat-marvell/main.c index 7c1bafdf..ca32a102 100644 --- a/core/arch/arm/plat-marvell/main.c +++ b/core/arch/arm/plat-marvell/main.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2017 Marvell International Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-marvell/platform_config.h b/core/arch/arm/plat-marvell/platform_config.h index b86f54ba..070e08d7 100644 --- a/core/arch/arm/plat-marvell/platform_config.h +++ b/core/arch/arm/plat-marvell/platform_config.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (C) 2017 Marvell International Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-mediatek/main.c b/core/arch/arm/plat-mediatek/main.c index 4310da24..66be718f 100644 --- a/core/arch/arm/plat-mediatek/main.c +++ b/core/arch/arm/plat-mediatek/main.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/plat-mediatek/platform_config.h b/core/arch/arm/plat-mediatek/platform_config.h index fda55979..9d4b50ce 100644 --- a/core/arch/arm/plat-mediatek/platform_config.h +++ b/core/arch/arm/plat-mediatek/platform_config.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/plat-rcar/main.c b/core/arch/arm/plat-rcar/main.c index a4e85f06..1a8ec843 100644 --- a/core/arch/arm/plat-rcar/main.c +++ b/core/arch/arm/plat-rcar/main.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, GlobalLogic * All rights reserved. diff --git a/core/arch/arm/plat-rcar/platform_config.h b/core/arch/arm/plat-rcar/platform_config.h index e5bef5a0..4b0dfc2c 100644 --- a/core/arch/arm/plat-rcar/platform_config.h +++ b/core/arch/arm/plat-rcar/platform_config.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, GlobalLogic * All rights reserved. diff --git a/core/arch/arm/plat-rockchip/common.h b/core/arch/arm/plat-rockchip/common.h index 6ee74ce3..df16f3f2 100644 --- a/core/arch/arm/plat-rockchip/common.h +++ b/core/arch/arm/plat-rockchip/common.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (C) 2017, Fuzhou Rockchip Electronics Co., Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-rockchip/core_pos_a32.S b/core/arch/arm/plat-rockchip/core_pos_a32.S index 0f49f102..6d1399d9 100644 --- a/core/arch/arm/plat-rockchip/core_pos_a32.S +++ b/core/arch/arm/plat-rockchip/core_pos_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2017, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/plat-rockchip/cru.h b/core/arch/arm/plat-rockchip/cru.h index 62f0b1c9..73792a91 100644 --- a/core/arch/arm/plat-rockchip/cru.h +++ b/core/arch/arm/plat-rockchip/cru.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (C) 2017, Fuzhou Rockchip Electronics Co., Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-rockchip/grf.h b/core/arch/arm/plat-rockchip/grf.h index 45c74f85..cc16993e 100644 --- a/core/arch/arm/plat-rockchip/grf.h +++ b/core/arch/arm/plat-rockchip/grf.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (C) 2017, Fuzhou Rockchip Electronics Co., Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-rockchip/main.c b/core/arch/arm/plat-rockchip/main.c index e9c978bf..7d1fda38 100644 --- a/core/arch/arm/plat-rockchip/main.c +++ b/core/arch/arm/plat-rockchip/main.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2017, Fuzhou Rockchip Electronics Co., Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-rockchip/plat_init.S b/core/arch/arm/plat-rockchip/plat_init.S index e20846ba..d756b800 100644 --- a/core/arch/arm/plat-rockchip/plat_init.S +++ b/core/arch/arm/plat-rockchip/plat_init.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (C) 2017, Fuzhou Rockchip Electronics Co., Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-rockchip/platform.c b/core/arch/arm/plat-rockchip/platform.c index 3fd86f3e..fdf50d76 100644 --- a/core/arch/arm/plat-rockchip/platform.c +++ b/core/arch/arm/plat-rockchip/platform.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2017, Fuzhou Rockchip Electronics Co., Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-rockchip/platform_config.h b/core/arch/arm/plat-rockchip/platform_config.h index 00b0a828..4eb36865 100644 --- a/core/arch/arm/plat-rockchip/platform_config.h +++ b/core/arch/arm/plat-rockchip/platform_config.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (C) 2017, Fuzhou Rockchip Electronics Co., Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-rockchip/psci_rk322x.c b/core/arch/arm/plat-rockchip/psci_rk322x.c index afd06d33..4504dcc7 100644 --- a/core/arch/arm/plat-rockchip/psci_rk322x.c +++ b/core/arch/arm/plat-rockchip/psci_rk322x.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2017, Fuzhou Rockchip Electronics Co., Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-rpi3/main.c b/core/arch/arm/plat-rpi3/main.c index 995b4228..9519bfad 100644 --- a/core/arch/arm/plat-rpi3/main.c +++ b/core/arch/arm/plat-rpi3/main.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Sequitur Labs Inc. All rights reserved. * All rights reserved. diff --git a/core/arch/arm/plat-rpi3/platform_config.h b/core/arch/arm/plat-rpi3/platform_config.h index a8c077fa..61a8cb68 100644 --- a/core/arch/arm/plat-rpi3/platform_config.h +++ b/core/arch/arm/plat-rpi3/platform_config.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Sequitur Labs Inc. All rights reserved. * All rights reserved. diff --git a/core/arch/arm/plat-sam/main.c b/core/arch/arm/plat-sam/main.c index 6b8e05c5..5fde3bfe 100644 --- a/core/arch/arm/plat-sam/main.c +++ b/core/arch/arm/plat-sam/main.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2017 Timesys Corporation. * All rights reserved. diff --git a/core/arch/arm/plat-sam/matrix.c b/core/arch/arm/plat-sam/matrix.c index 4b0cce44..9cb3ca68 100644 --- a/core/arch/arm/plat-sam/matrix.c +++ b/core/arch/arm/plat-sam/matrix.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-Source-Code /* * Copyright (c) 2013, Atmel Corporation * Copyright (c) 2017, Timesys Corporation diff --git a/core/arch/arm/plat-sam/matrix.h b/core/arch/arm/plat-sam/matrix.h index edfcd3bf..404add77 100644 --- a/core/arch/arm/plat-sam/matrix.h +++ b/core/arch/arm/plat-sam/matrix.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-Source-Code */ /* ---------------------------------------------------------------------------- * ATMEL Microcontroller Software Support * ---------------------------------------------------------------------------- diff --git a/core/arch/arm/plat-sam/platform_config.h b/core/arch/arm/plat-sam/platform_config.h index 530c7ccb..6bdc70f5 100644 --- a/core/arch/arm/plat-sam/platform_config.h +++ b/core/arch/arm/plat-sam/platform_config.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (C) 2017 Timesys Corporation. * All rights reserved. diff --git a/core/arch/arm/plat-sam/sama5d2.h b/core/arch/arm/plat-sam/sama5d2.h index d25c4c81..9f4025c4 100644 --- a/core/arch/arm/plat-sam/sama5d2.h +++ b/core/arch/arm/plat-sam/sama5d2.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-Source-Code */ /* * Copyright (c) 2015, Atmel Corporation * Copyright (c) 2017, Timesys Corporation diff --git a/core/arch/arm/plat-sam/tz_matrix.h b/core/arch/arm/plat-sam/tz_matrix.h index 843e39a7..7db2e3d2 100644 --- a/core/arch/arm/plat-sam/tz_matrix.h +++ b/core/arch/arm/plat-sam/tz_matrix.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-Source-Code */ /* * Copyright (c) 2013, Atmel Corporation * diff --git a/core/arch/arm/plat-sprd/console.c b/core/arch/arm/plat-sprd/console.c index 5a8f9157..15a4b3b9 100644 --- a/core/arch/arm/plat-sprd/console.c +++ b/core/arch/arm/plat-sprd/console.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Spreadtrum Communications Inc. * All rights reserved. diff --git a/core/arch/arm/plat-sprd/main.c b/core/arch/arm/plat-sprd/main.c index 223e3814..565c4239 100644 --- a/core/arch/arm/plat-sprd/main.c +++ b/core/arch/arm/plat-sprd/main.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Spreadtrum Communications Inc. * All rights reserved. diff --git a/core/arch/arm/plat-sprd/platform_config.h b/core/arch/arm/plat-sprd/platform_config.h index 684b1297..4c530ef6 100644 --- a/core/arch/arm/plat-sprd/platform_config.h +++ b/core/arch/arm/plat-sprd/platform_config.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Spreadtrum Communications Inc. * All rights reserved. diff --git a/core/arch/arm/plat-stm/main.c b/core/arch/arm/plat-stm/main.c index 5e43b628..68470d4c 100644 --- a/core/arch/arm/plat-stm/main.c +++ b/core/arch/arm/plat-stm/main.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014-2016, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/plat-stm/platform_config.h b/core/arch/arm/plat-stm/platform_config.h index 4f754be0..7efe76f4 100644 --- a/core/arch/arm/plat-stm/platform_config.h +++ b/core/arch/arm/plat-stm/platform_config.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014-2016, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/plat-stm/rng_support.c b/core/arch/arm/plat-stm/rng_support.c index 33843ada..82fad019 100644 --- a/core/arch/arm/plat-stm/rng_support.c +++ b/core/arch/arm/plat-stm/rng_support.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014-2016, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/plat-stm/tz_a9init.S b/core/arch/arm/plat-stm/tz_a9init.S index 2f78e04e..3fba6a98 100644 --- a/core/arch/arm/plat-stm/tz_a9init.S +++ b/core/arch/arm/plat-stm/tz_a9init.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014-2016, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/plat-sunxi/entry.S b/core/arch/arm/plat-sunxi/entry.S index 5729ce6b..a5ca38ae 100644 --- a/core/arch/arm/plat-sunxi/entry.S +++ b/core/arch/arm/plat-sunxi/entry.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Allwinner Technology Co., Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-sunxi/head.c b/core/arch/arm/plat-sunxi/head.c index 838dbf44..c32f6543 100644 --- a/core/arch/arm/plat-sunxi/head.c +++ b/core/arch/arm/plat-sunxi/head.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Allwinner Technology Co., Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-sunxi/kern.ld.S b/core/arch/arm/plat-sunxi/kern.ld.S index 0f7a67e0..a8a824c1 100644 --- a/core/arch/arm/plat-sunxi/kern.ld.S +++ b/core/arch/arm/plat-sunxi/kern.ld.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: (BSD-2-Clause AND MIT) */ /* * Copyright (c) 2014, Allwinner Technology Co., Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-sunxi/main.c b/core/arch/arm/plat-sunxi/main.c index 9ade6af7..29cdcb67 100644 --- a/core/arch/arm/plat-sunxi/main.c +++ b/core/arch/arm/plat-sunxi/main.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Allwinner Technology Co., Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-sunxi/platform.c b/core/arch/arm/plat-sunxi/platform.c index 8ae645ca..d41adc5b 100644 --- a/core/arch/arm/plat-sunxi/platform.c +++ b/core/arch/arm/plat-sunxi/platform.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Allwinner Technology Co., Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-sunxi/platform.h b/core/arch/arm/plat-sunxi/platform.h index c6db14be..c3dd3fe6 100644 --- a/core/arch/arm/plat-sunxi/platform.h +++ b/core/arch/arm/plat-sunxi/platform.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Allwinner Technology Co., Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-sunxi/platform_config.h b/core/arch/arm/plat-sunxi/platform_config.h index 63feba54..955836d2 100644 --- a/core/arch/arm/plat-sunxi/platform_config.h +++ b/core/arch/arm/plat-sunxi/platform_config.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Allwinner Technology Co., Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-sunxi/rng_support.c b/core/arch/arm/plat-sunxi/rng_support.c index 434b1048..7396feb7 100644 --- a/core/arch/arm/plat-sunxi/rng_support.c +++ b/core/arch/arm/plat-sunxi/rng_support.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Allwinner Technology Co., Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-sunxi/smp_boot.S b/core/arch/arm/plat-sunxi/smp_boot.S index da93d7de..c7d2b846 100644 --- a/core/arch/arm/plat-sunxi/smp_boot.S +++ b/core/arch/arm/plat-sunxi/smp_boot.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Allwinner Technology Co., Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-sunxi/smp_fixup.S b/core/arch/arm/plat-sunxi/smp_fixup.S index bf533b45..453949db 100644 --- a/core/arch/arm/plat-sunxi/smp_fixup.S +++ b/core/arch/arm/plat-sunxi/smp_fixup.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Allwinner Technology Co., Ltd. * All rights reserved. diff --git a/core/arch/arm/plat-ti/a9_plat_init.S b/core/arch/arm/plat-ti/a9_plat_init.S index 45879c1b..b99e812e 100644 --- a/core/arch/arm/plat-ti/a9_plat_init.S +++ b/core/arch/arm/plat-ti/a9_plat_init.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2017, Texas Instruments * All rights reserved. diff --git a/core/arch/arm/plat-ti/api_monitor_index_a15.h b/core/arch/arm/plat-ti/api_monitor_index_a15.h index 69ac5505..2e78c3c0 100644 --- a/core/arch/arm/plat-ti/api_monitor_index_a15.h +++ b/core/arch/arm/plat-ti/api_monitor_index_a15.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Texas Instruments * All rights reserved. diff --git a/core/arch/arm/plat-ti/api_monitor_index_a9.h b/core/arch/arm/plat-ti/api_monitor_index_a9.h index 7cbf1743..a38c4e94 100644 --- a/core/arch/arm/plat-ti/api_monitor_index_a9.h +++ b/core/arch/arm/plat-ti/api_monitor_index_a9.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2017, Texas Instruments * All rights reserved. diff --git a/core/arch/arm/plat-ti/main.c b/core/arch/arm/plat-ti/main.c index 1ddce574..462f44af 100644 --- a/core/arch/arm/plat-ti/main.c +++ b/core/arch/arm/plat-ti/main.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/plat-ti/platform_config.h b/core/arch/arm/plat-ti/platform_config.h index df696ece..783c08c7 100644 --- a/core/arch/arm/plat-ti/platform_config.h +++ b/core/arch/arm/plat-ti/platform_config.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/plat-ti/sm_platform_handler_a15.c b/core/arch/arm/plat-ti/sm_platform_handler_a15.c index efd438e0..afdaa6bf 100644 --- a/core/arch/arm/plat-ti/sm_platform_handler_a15.c +++ b/core/arch/arm/plat-ti/sm_platform_handler_a15.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2017, Texas Instruments * All rights reserved. diff --git a/core/arch/arm/plat-ti/sm_platform_handler_a9.c b/core/arch/arm/plat-ti/sm_platform_handler_a9.c index 8c88ea82..0e4941f6 100644 --- a/core/arch/arm/plat-ti/sm_platform_handler_a9.c +++ b/core/arch/arm/plat-ti/sm_platform_handler_a9.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2017, Texas Instruments * All rights reserved. diff --git a/core/arch/arm/plat-ti/ti_pl310.c b/core/arch/arm/plat-ti/ti_pl310.c index 42b076dc..ced16ada 100644 --- a/core/arch/arm/plat-ti/ti_pl310.c +++ b/core/arch/arm/plat-ti/ti_pl310.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2017, Texas Instruments * All rights reserved. diff --git a/core/arch/arm/plat-vexpress/juno_core_pos_a32.S b/core/arch/arm/plat-vexpress/juno_core_pos_a32.S index 9b9a95ce..3b363f22 100644 --- a/core/arch/arm/plat-vexpress/juno_core_pos_a32.S +++ b/core/arch/arm/plat-vexpress/juno_core_pos_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/plat-vexpress/juno_core_pos_a64.S b/core/arch/arm/plat-vexpress/juno_core_pos_a64.S index cba4f737..50b4cc13 100644 --- a/core/arch/arm/plat-vexpress/juno_core_pos_a64.S +++ b/core/arch/arm/plat-vexpress/juno_core_pos_a64.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/plat-vexpress/main.c b/core/arch/arm/plat-vexpress/main.c index 572e4296..23cb1303 100644 --- a/core/arch/arm/plat-vexpress/main.c +++ b/core/arch/arm/plat-vexpress/main.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/arch/arm/plat-vexpress/platform_config.h b/core/arch/arm/plat-vexpress/platform_config.h index 1f01ab7a..148f6857 100644 --- a/core/arch/arm/plat-vexpress/platform_config.h +++ b/core/arch/arm/plat-vexpress/platform_config.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/plat-vexpress/vendor_props.c b/core/arch/arm/plat-vexpress/vendor_props.c index 2f4d10d4..453ba4c4 100644 --- a/core/arch/arm/plat-vexpress/vendor_props.c +++ b/core/arch/arm/plat-vexpress/vendor_props.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited. * All rights reserved. diff --git a/core/arch/arm/plat-zynq7k/main.c b/core/arch/arm/plat-zynq7k/main.c index ae22f8ff..c6d6787e 100644 --- a/core/arch/arm/plat-zynq7k/main.c +++ b/core/arch/arm/plat-zynq7k/main.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2015 Freescale Semiconductor, Inc. * All rights reserved. diff --git a/core/arch/arm/plat-zynq7k/plat_init.S b/core/arch/arm/plat-zynq7k/plat_init.S index 8d06c538..42ea47fb 100644 --- a/core/arch/arm/plat-zynq7k/plat_init.S +++ b/core/arch/arm/plat-zynq7k/plat_init.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/plat-zynq7k/platform_config.h b/core/arch/arm/plat-zynq7k/platform_config.h index c970048e..6c006569 100644 --- a/core/arch/arm/plat-zynq7k/platform_config.h +++ b/core/arch/arm/plat-zynq7k/platform_config.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Wind River Systems. * All rights reserved. diff --git a/core/arch/arm/plat-zynq7k/platform_smc.h b/core/arch/arm/plat-zynq7k/platform_smc.h index ac6bc33c..b0b87928 100644 --- a/core/arch/arm/plat-zynq7k/platform_smc.h +++ b/core/arch/arm/plat-zynq7k/platform_smc.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Wind River System * All rights reserved. diff --git a/core/arch/arm/plat-zynqmp/main.c b/core/arch/arm/plat-zynqmp/main.c index f49bcdd0..b706c373 100644 --- a/core/arch/arm/plat-zynqmp/main.c +++ b/core/arch/arm/plat-zynqmp/main.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Xilinx Inc. * All rights reserved. diff --git a/core/arch/arm/plat-zynqmp/platform_config.h b/core/arch/arm/plat-zynqmp/platform_config.h index a02d10f2..12975808 100644 --- a/core/arch/arm/plat-zynqmp/platform_config.h +++ b/core/arch/arm/plat-zynqmp/platform_config.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Xilinx Inc. * All rights reserved. diff --git a/core/arch/arm/pta/benchmark.c b/core/arch/arm/pta/benchmark.c index d5570761..855103f9 100644 --- a/core/arch/arm/pta/benchmark.c +++ b/core/arch/arm/pta/benchmark.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2017, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/pta/core_fs_htree_tests.c b/core/arch/arm/pta/core_fs_htree_tests.c index ba55ca94..c566a176 100644 --- a/core/arch/arm/pta/core_fs_htree_tests.c +++ b/core/arch/arm/pta/core_fs_htree_tests.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2017, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/pta/core_self_tests.c b/core/arch/arm/pta/core_self_tests.c index 0c4fe36d..5af7024c 100644 --- a/core/arch/arm/pta/core_self_tests.c +++ b/core/arch/arm/pta/core_self_tests.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/pta/core_self_tests.h b/core/arch/arm/pta/core_self_tests.h index 5289678b..7aecfa63 100644 --- a/core/arch/arm/pta/core_self_tests.h +++ b/core/arch/arm/pta/core_self_tests.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/pta/gprof.c b/core/arch/arm/pta/gprof.c index ab27f005..fd90764e 100644 --- a/core/arch/arm/pta/gprof.c +++ b/core/arch/arm/pta/gprof.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/pta/interrupt_tests.c b/core/arch/arm/pta/interrupt_tests.c index 8bf4c697..d1dc1d56 100644 --- a/core/arch/arm/pta/interrupt_tests.c +++ b/core/arch/arm/pta/interrupt_tests.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/pta/pta_invoke_tests.c b/core/arch/arm/pta/pta_invoke_tests.c index 75add7b0..19a8b090 100644 --- a/core/arch/arm/pta/pta_invoke_tests.c +++ b/core/arch/arm/pta/pta_invoke_tests.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/pta/se_api_self_tests.c b/core/arch/arm/pta/se_api_self_tests.c index f6f5ec48..56c41e66 100644 --- a/core/arch/arm/pta/se_api_self_tests.c +++ b/core/arch/arm/pta/se_api_self_tests.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/pta/stats.c b/core/arch/arm/pta/stats.c index 408c2849..3d1d3730 100644 --- a/core/arch/arm/pta/stats.c +++ b/core/arch/arm/pta/stats.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/sm/pm.c b/core/arch/arm/sm/pm.c index cc97dd5d..6a8f952c 100644 --- a/core/arch/arm/sm/pm.c +++ b/core/arch/arm/sm/pm.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright 2017 NXP * diff --git a/core/arch/arm/sm/pm_a32.S b/core/arch/arm/sm/pm_a32.S index cae5102b..ffa38e01 100644 --- a/core/arch/arm/sm/pm_a32.S +++ b/core/arch/arm/sm/pm_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright 2017 NXP * diff --git a/core/arch/arm/sm/psci-helper.S b/core/arch/arm/sm/psci-helper.S index d4309539..9ad737d4 100644 --- a/core/arch/arm/sm/psci-helper.S +++ b/core/arch/arm/sm/psci-helper.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright 2017 NXP * All rights reserved. diff --git a/core/arch/arm/sm/psci.c b/core/arch/arm/sm/psci.c index e6726573..0084d7e2 100644 --- a/core/arch/arm/sm/psci.c +++ b/core/arch/arm/sm/psci.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2016 Freescale Semiconductor, Inc. * All rights reserved. diff --git a/core/arch/arm/sm/sm.c b/core/arch/arm/sm/sm.c index a5883642..66e8e1a7 100644 --- a/core/arch/arm/sm/sm.c +++ b/core/arch/arm/sm/sm.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/arch/arm/sm/sm_a32.S b/core/arch/arm/sm/sm_a32.S index a49a80fa..c596f191 100644 --- a/core/arch/arm/sm/sm_a32.S +++ b/core/arch/arm/sm/sm_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/arch/arm/sm/sm_private.h b/core/arch/arm/sm/sm_private.h index 6578d473..1f933fbb 100644 --- a/core/arch/arm/sm/sm_private.h +++ b/core/arch/arm/sm/sm_private.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/arch/arm/sm/std_smc.c b/core/arch/arm/sm/std_smc.c index ab3817f8..52ed9188 100644 --- a/core/arch/arm/sm/std_smc.c +++ b/core/arch/arm/sm/std_smc.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2016 Freescale Semiconductor, Inc. * All rights reserved. diff --git a/core/arch/arm/tee/arch_svc.c b/core/arch/arm/tee/arch_svc.c index 60bb7b65..e4f46bda 100644 --- a/core/arch/arm/tee/arch_svc.c +++ b/core/arch/arm/tee/arch_svc.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/tee/arch_svc_a32.S b/core/arch/arm/tee/arch_svc_a32.S index 19036b89..890c6f8c 100644 --- a/core/arch/arm/tee/arch_svc_a32.S +++ b/core/arch/arm/tee/arch_svc_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/tee/arch_svc_a64.S b/core/arch/arm/tee/arch_svc_a64.S index 939ec96f..c4f8b2ca 100644 --- a/core/arch/arm/tee/arch_svc_a64.S +++ b/core/arch/arm/tee/arch_svc_a64.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/tee/arch_svc_private.h b/core/arch/arm/tee/arch_svc_private.h index 7b2ea948..909120d5 100644 --- a/core/arch/arm/tee/arch_svc_private.h +++ b/core/arch/arm/tee/arch_svc_private.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/tee/cache.c b/core/arch/arm/tee/cache.c index ff4bab3d..524a6521 100644 --- a/core/arch/arm/tee/cache.c +++ b/core/arch/arm/tee/cache.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * Copyright (c) 2015, Linaro Limited diff --git a/core/arch/arm/tee/entry_fast.c b/core/arch/arm/tee/entry_fast.c index a373ee64..448e9fb9 100644 --- a/core/arch/arm/tee/entry_fast.c +++ b/core/arch/arm/tee/entry_fast.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/tee/entry_std.c b/core/arch/arm/tee/entry_std.c index 1a84fc69..d256b276 100644 --- a/core/arch/arm/tee/entry_std.c +++ b/core/arch/arm/tee/entry_std.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015-2016, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/tee/init.c b/core/arch/arm/tee/init.c index f1565c25..acd9074b 100644 --- a/core/arch/arm/tee/init.c +++ b/core/arch/arm/tee/init.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/arch/arm/tee/pta_socket.c b/core/arch/arm/tee/pta_socket.c index 51ed79bb..87a281ac 100644 --- a/core/arch/arm/tee/pta_socket.c +++ b/core/arch/arm/tee/pta_socket.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016-2017, Linaro Limited * All rights reserved. diff --git a/core/arch/arm/tee/svc_cache.c b/core/arch/arm/tee/svc_cache.c index 49ee3cfd..9863593d 100644 --- a/core/arch/arm/tee/svc_cache.c +++ b/core/arch/arm/tee/svc_cache.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * Copyright (c) 2015, Linaro Limited diff --git a/core/arch/arm/tee/svc_dummy.c b/core/arch/arm/tee/svc_dummy.c index e6dee548..53949f10 100644 --- a/core/arch/arm/tee/svc_dummy.c +++ b/core/arch/arm/tee/svc_dummy.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/crypto/aes-gcm-ghash.c b/core/crypto/aes-gcm-ghash.c index dcbdcfb5..e20f7cf6 100644 --- a/core/crypto/aes-gcm-ghash.c +++ b/core/crypto/aes-gcm-ghash.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: ISC /* * Copyright (c) 2010 Mike Belopuhov * Copyright (c) 2017, Linaro Limited diff --git a/core/drivers/atmel_uart.c b/core/drivers/atmel_uart.c index aa8b97d9..82ebd938 100644 --- a/core/drivers/atmel_uart.c +++ b/core/drivers/atmel_uart.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2017 Timesys Corporation * All rights reserved. diff --git a/core/drivers/cdns_uart.c b/core/drivers/cdns_uart.c index 86720931..75985193 100644 --- a/core/drivers/cdns_uart.c +++ b/core/drivers/cdns_uart.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Xilinx Inc. * All rights reserved. diff --git a/core/drivers/dra7_rng.c b/core/drivers/dra7_rng.c index f9238f89..441a6999 100644 --- a/core/drivers/dra7_rng.c +++ b/core/drivers/dra7_rng.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/drivers/gic.c b/core/drivers/gic.c index cc2655dd..cc70b533 100644 --- a/core/drivers/gic.c +++ b/core/drivers/gic.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016-2017, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/drivers/hi16xx_rng.c b/core/drivers/hi16xx_rng.c index a837477c..189cef67 100644 --- a/core/drivers/hi16xx_rng.c +++ b/core/drivers/hi16xx_rng.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/drivers/hi16xx_uart.c b/core/drivers/hi16xx_uart.c index 3f8a3ca9..a76b0d0f 100644 --- a/core/drivers/hi16xx_uart.c +++ b/core/drivers/hi16xx_uart.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/drivers/imx_snvs.c b/core/drivers/imx_snvs.c index 112ad20f..bf5a7df6 100644 --- a/core/drivers/imx_snvs.c +++ b/core/drivers/imx_snvs.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright 2017 NXP * Copyright (c) 2014, 2015 Linaro Limited diff --git a/core/drivers/imx_uart.c b/core/drivers/imx_uart.c index dd15ddb1..cbc22e66 100644 --- a/core/drivers/imx_uart.c +++ b/core/drivers/imx_uart.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2015 Freescale Semiconductor, Inc. * All rights reserved. diff --git a/core/drivers/imx_wdog.c b/core/drivers/imx_wdog.c index e188d3e8..fc8fa2c8 100644 --- a/core/drivers/imx_wdog.c +++ b/core/drivers/imx_wdog.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright 2017 NXP * diff --git a/core/drivers/mvebu_uart.c b/core/drivers/mvebu_uart.c index ce5ca0d7..cc70f02f 100644 --- a/core/drivers/mvebu_uart.c +++ b/core/drivers/mvebu_uart.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2017 Marvell International Ltd. * All rights reserved. diff --git a/core/drivers/ns16550.c b/core/drivers/ns16550.c index 62c6d7f5..0578fd85 100644 --- a/core/drivers/ns16550.c +++ b/core/drivers/ns16550.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (C) 2015 Freescale Semiconductor, Inc. * Copyright (c) 2017, Linaro Limited diff --git a/core/drivers/pl011.c b/core/drivers/pl011.c index 89da00d2..88b1a55d 100644 --- a/core/drivers/pl011.c +++ b/core/drivers/pl011.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/drivers/pl022_spi.c b/core/drivers/pl022_spi.c index e5e35123..5134d59b 100644 --- a/core/drivers/pl022_spi.c +++ b/core/drivers/pl022_spi.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/drivers/pl061_gpio.c b/core/drivers/pl061_gpio.c index d670c447..65f06b44 100644 --- a/core/drivers/pl061_gpio.c +++ b/core/drivers/pl061_gpio.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/drivers/scif.c b/core/drivers/scif.c index ff0cec89..1d094564 100644 --- a/core/drivers/scif.c +++ b/core/drivers/scif.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, GlobalLogic * Copyright (c) 2017, Linaro Limited diff --git a/core/drivers/serial8250_uart.c b/core/drivers/serial8250_uart.c index f8054abb..ee63fecd 100644 --- a/core/drivers/serial8250_uart.c +++ b/core/drivers/serial8250_uart.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/drivers/sprd_uart.c b/core/drivers/sprd_uart.c index c77f5957..e7e11b1e 100644 --- a/core/drivers/sprd_uart.c +++ b/core/drivers/sprd_uart.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Spreadtrum Communications Inc. * Copyright (c) 2017, Linaro Limited diff --git a/core/drivers/stih_asc.c b/core/drivers/stih_asc.c index 7f69ce7f..1546378c 100644 --- a/core/drivers/stih_asc.c +++ b/core/drivers/stih_asc.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2017, Linaro Limited * All rights reserved. diff --git a/core/drivers/sunxi_uart.c b/core/drivers/sunxi_uart.c index b83da02f..2ce59518 100644 --- a/core/drivers/sunxi_uart.c +++ b/core/drivers/sunxi_uart.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Allwinner Technology Co., Ltd. * All rights reserved. diff --git a/core/drivers/tzc380.c b/core/drivers/tzc380.c index fa5c2ae3..352a5fb8 100644 --- a/core/drivers/tzc380.c +++ b/core/drivers/tzc380.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright 2017 NXP * All rights reserved. diff --git a/core/drivers/tzc400.c b/core/drivers/tzc400.c index 9fee0b46..370fdb12 100644 --- a/core/drivers/tzc400.c +++ b/core/drivers/tzc400.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: (BSD-2-Clause AND BSD-3-Clause) /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/include/bench.h b/core/include/bench.h index 18c78128..4a2b2855 100644 --- a/core/include/bench.h +++ b/core/include/bench.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2017, Linaro Limited * All rights reserved. diff --git a/core/include/console.h b/core/include/console.h index 34a9d3cb..2ca9db49 100644 --- a/core/include/console.h +++ b/core/include/console.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/crypto/crypto.h b/core/include/crypto/crypto.h index 9264f801..0e24be07 100644 --- a/core/include/crypto/crypto.h +++ b/core/include/crypto/crypto.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014-2017, Linaro Limited * All rights reserved. diff --git a/core/include/drivers/atmel_uart.h b/core/include/drivers/atmel_uart.h index 13758a60..aa5563f7 100644 --- a/core/include/drivers/atmel_uart.h +++ b/core/include/drivers/atmel_uart.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2017, Timesys Corporation * All rights reserved. diff --git a/core/include/drivers/cdns_uart.h b/core/include/drivers/cdns_uart.h index d97ee372..19516ff8 100644 --- a/core/include/drivers/cdns_uart.h +++ b/core/include/drivers/cdns_uart.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Xilinx Inc * Copyright (c) 2017, Linaro Limited diff --git a/core/include/drivers/gic.h b/core/include/drivers/gic.h index 526bcc38..88707d88 100644 --- a/core/include/drivers/gic.h +++ b/core/include/drivers/gic.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/include/drivers/hi16xx_uart.h b/core/include/drivers/hi16xx_uart.h index d3bd727e..81dd707a 100644 --- a/core/include/drivers/hi16xx_uart.h +++ b/core/include/drivers/hi16xx_uart.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/include/drivers/imx_snvs.h b/core/include/drivers/imx_snvs.h index 3ab2ec8d..1084b5f8 100644 --- a/core/include/drivers/imx_snvs.h +++ b/core/include/drivers/imx_snvs.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright 2017 NXP * diff --git a/core/include/drivers/imx_uart.h b/core/include/drivers/imx_uart.h index bbcc9533..b9df517e 100644 --- a/core/include/drivers/imx_uart.h +++ b/core/include/drivers/imx_uart.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (C) 2015 Freescale Semiconductor, Inc. * Copyright (c) 2017, Linaro Limited diff --git a/core/include/drivers/imx_wdog.h b/core/include/drivers/imx_wdog.h index db00435a..34a88a77 100644 --- a/core/include/drivers/imx_wdog.h +++ b/core/include/drivers/imx_wdog.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright 2017 NXP * diff --git a/core/include/drivers/mvebu_uart.h b/core/include/drivers/mvebu_uart.h index 239c0322..fed9ac8b 100644 --- a/core/include/drivers/mvebu_uart.h +++ b/core/include/drivers/mvebu_uart.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (C) 2017 Marvell International Ltd. * All rights reserved. diff --git a/core/include/drivers/ns16550.h b/core/include/drivers/ns16550.h index b8d1049c..efa06a82 100644 --- a/core/include/drivers/ns16550.h +++ b/core/include/drivers/ns16550.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (C) 2015 Freescale Semiconductor, Inc. * All rights reserved. diff --git a/core/include/drivers/pl011.h b/core/include/drivers/pl011.h index 3c9d368a..11e60425 100644 --- a/core/include/drivers/pl011.h +++ b/core/include/drivers/pl011.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/drivers/pl022_spi.h b/core/include/drivers/pl022_spi.h index 079cf815..b0466731 100644 --- a/core/include/drivers/pl022_spi.h +++ b/core/include/drivers/pl022_spi.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/include/drivers/pl061_gpio.h b/core/include/drivers/pl061_gpio.h index c9fb1ccd..ae71cf64 100644 --- a/core/include/drivers/pl061_gpio.h +++ b/core/include/drivers/pl061_gpio.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/include/drivers/scif.h b/core/include/drivers/scif.h index f621e6c8..fe818715 100644 --- a/core/include/drivers/scif.h +++ b/core/include/drivers/scif.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, GlobalLogic * Copyright (c) 2017, Linaro Limited diff --git a/core/include/drivers/serial.h b/core/include/drivers/serial.h index 4213fee6..86fbeb64 100644 --- a/core/include/drivers/serial.h +++ b/core/include/drivers/serial.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/include/drivers/serial8250_uart.h b/core/include/drivers/serial8250_uart.h index d8b5051a..3416baa3 100644 --- a/core/include/drivers/serial8250_uart.h +++ b/core/include/drivers/serial8250_uart.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/include/drivers/sprd_uart.h b/core/include/drivers/sprd_uart.h index f89f9149..64826222 100644 --- a/core/include/drivers/sprd_uart.h +++ b/core/include/drivers/sprd_uart.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Spreadtrum Communications Inc. * Copyright (c) 2017, Linaro Limited diff --git a/core/include/drivers/stih_asc.h b/core/include/drivers/stih_asc.h index a7cbee22..d06b8e08 100644 --- a/core/include/drivers/stih_asc.h +++ b/core/include/drivers/stih_asc.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2017, Linaro Limited * All rights reserved. diff --git a/core/include/drivers/sunxi_uart.h b/core/include/drivers/sunxi_uart.h index a5a2b8c9..38d0d6b0 100644 --- a/core/include/drivers/sunxi_uart.h +++ b/core/include/drivers/sunxi_uart.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/drivers/tzc380.h b/core/include/drivers/tzc380.h index 052c751f..a9ccdd88 100644 --- a/core/include/drivers/tzc380.h +++ b/core/include/drivers/tzc380.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright 2017 NXP * All rights reserved. diff --git a/core/include/drivers/tzc400.h b/core/include/drivers/tzc400.h index fb3142e5..b0b8dd0a 100644 --- a/core/include/drivers/tzc400.h +++ b/core/include/drivers/tzc400.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: (BSD-2-Clause AND BSD-3-Clause) */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/include/gpio.h b/core/include/gpio.h index 61055210..7f0e6dd3 100644 --- a/core/include/gpio.h +++ b/core/include/gpio.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/include/initcall.h b/core/include/initcall.h index dcbec5dc..65935313 100644 --- a/core/include/initcall.h +++ b/core/include/initcall.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/io.h b/core/include/io.h index b2ece1c9..437d0866 100644 --- a/core/include/io.h +++ b/core/include/io.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/keep.h b/core/include/keep.h index a5b34395..f93e3757 100644 --- a/core/include/keep.h +++ b/core/include/keep.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/include/kernel/asan.h b/core/include/kernel/asan.h index 405c8a98..0c6b24a6 100644 --- a/core/include/kernel/asan.h +++ b/core/include/kernel/asan.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/include/kernel/chip_services.h b/core/include/kernel/chip_services.h index 8e08c7dc..2d968a68 100644 --- a/core/include/kernel/chip_services.h +++ b/core/include/kernel/chip_services.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/include/kernel/dt.h b/core/include/kernel/dt.h index 755def19..7a43781c 100644 --- a/core/include/kernel/dt.h +++ b/core/include/kernel/dt.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/include/kernel/handle.h b/core/include/kernel/handle.h index 2cfd2e67..93c9b5b5 100644 --- a/core/include/kernel/handle.h +++ b/core/include/kernel/handle.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/kernel/interrupt.h b/core/include/kernel/interrupt.h index 77323802..1b35dca6 100644 --- a/core/include/kernel/interrupt.h +++ b/core/include/kernel/interrupt.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/include/kernel/msg_param.h b/core/include/kernel/msg_param.h index f6dab47b..e8e9c899 100644 --- a/core/include/kernel/msg_param.h +++ b/core/include/kernel/msg_param.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2017, EPAM Systems * All rights reserved. diff --git a/core/include/kernel/panic.h b/core/include/kernel/panic.h index 02ff6f89..066335fd 100644 --- a/core/include/kernel/panic.h +++ b/core/include/kernel/panic.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/include/kernel/tee_common.h b/core/include/kernel/tee_common.h index 74354b30..e0e0e53a 100644 --- a/core/include/kernel/tee_common.h +++ b/core/include/kernel/tee_common.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/include/kernel/tee_common_otp.h b/core/include/kernel/tee_common_otp.h index e5ea4b80..f8271874 100644 --- a/core/include/kernel/tee_common_otp.h +++ b/core/include/kernel/tee_common_otp.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/include/kernel/tee_customer_part.h b/core/include/kernel/tee_customer_part.h index c38fddc4..4062c41b 100644 --- a/core/include/kernel/tee_customer_part.h +++ b/core/include/kernel/tee_customer_part.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/include/kernel/tee_kta_trace.h b/core/include/kernel/tee_kta_trace.h index 3caa9de7..ddf08a5b 100644 --- a/core/include/kernel/tee_kta_trace.h +++ b/core/include/kernel/tee_kta_trace.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/include/kernel/tee_misc.h b/core/include/kernel/tee_misc.h index 14c6ddbd..8d8f4dc8 100644 --- a/core/include/kernel/tee_misc.h +++ b/core/include/kernel/tee_misc.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/include/kernel/tee_ta_manager.h b/core/include/kernel/tee_ta_manager.h index d055f9d7..49b5956f 100644 --- a/core/include/kernel/tee_ta_manager.h +++ b/core/include/kernel/tee_ta_manager.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * Copyright (c) 2017, Linaro Limited diff --git a/core/include/kernel/tee_time.h b/core/include/kernel/tee_time.h index 58c8438f..deb5342f 100644 --- a/core/include/kernel/tee_time.h +++ b/core/include/kernel/tee_time.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/include/kernel/trace_ta.h b/core/include/kernel/trace_ta.h index 91652fde..c7dbb059 100644 --- a/core/include/kernel/trace_ta.h +++ b/core/include/kernel/trace_ta.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/mm/tee_mm.h b/core/include/mm/tee_mm.h index 391a660b..88e8e7a7 100644 --- a/core/include/mm/tee_mm.h +++ b/core/include/mm/tee_mm.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/include/mm/tee_mmu.h b/core/include/mm/tee_mmu.h index 07902719..5eb9e401 100644 --- a/core/include/mm/tee_mmu.h +++ b/core/include/mm/tee_mmu.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/include/mm/tee_mmu_types.h b/core/include/mm/tee_mmu_types.h index dba07bee..d7b163e1 100644 --- a/core/include/mm/tee_mmu_types.h +++ b/core/include/mm/tee_mmu_types.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/include/optee_msg.h b/core/include/optee_msg.h index 30ec0bbf..11e0db26 100644 --- a/core/include/optee_msg.h +++ b/core/include/optee_msg.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015-2017, Linaro Limited * All rights reserved. diff --git a/core/include/optee_msg_supplicant.h b/core/include/optee_msg_supplicant.h index 003104ec..b1845450 100644 --- a/core/include/optee_msg_supplicant.h +++ b/core/include/optee_msg_supplicant.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016-2017, Linaro Limited * All rights reserved. diff --git a/core/include/rng_support.h b/core/include/rng_support.h index 29d3f750..1abaaf4a 100644 --- a/core/include/rng_support.h +++ b/core/include/rng_support.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/include/signed_hdr.h b/core/include/signed_hdr.h index 999ad4e6..3ac4661e 100644 --- a/core/include/signed_hdr.h +++ b/core/include/signed_hdr.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/include/spi.h b/core/include/spi.h index c554d962..526aba5d 100644 --- a/core/include/spi.h +++ b/core/include/spi.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/include/ta_pub_key.h b/core/include/ta_pub_key.h index d6ad73a3..55fd1de6 100644 --- a/core/include/ta_pub_key.h +++ b/core/include/ta_pub_key.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/include/tee/cache.h b/core/include/tee/cache.h index d32e365a..c42fcc06 100644 --- a/core/include/tee/cache.h +++ b/core/include/tee/cache.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/include/tee/fs_dirfile.h b/core/include/tee/fs_dirfile.h index f216d558..d94ef639 100644 --- a/core/include/tee/fs_dirfile.h +++ b/core/include/tee/fs_dirfile.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2017, Linaro Limited * All rights reserved. diff --git a/core/include/tee/fs_htree.h b/core/include/tee/fs_htree.h index 1e260abe..99a200d6 100644 --- a/core/include/tee/fs_htree.h +++ b/core/include/tee/fs_htree.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2017, Linaro Limited * All rights reserved. diff --git a/core/include/tee/se/aid.h b/core/include/tee/se/aid.h index ca5fb191..6fce84d7 100644 --- a/core/include/tee/se/aid.h +++ b/core/include/tee/se/aid.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/tee/se/apdu.h b/core/include/tee/se/apdu.h index d923ea59..74f9c18f 100644 --- a/core/include/tee/se/apdu.h +++ b/core/include/tee/se/apdu.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/tee/se/channel.h b/core/include/tee/se/channel.h index be6d986a..7590ed35 100644 --- a/core/include/tee/se/channel.h +++ b/core/include/tee/se/channel.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/tee/se/iso7816.h b/core/include/tee/se/iso7816.h index ebd69933..1aed96d2 100644 --- a/core/include/tee/se/iso7816.h +++ b/core/include/tee/se/iso7816.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/tee/se/manager.h b/core/include/tee/se/manager.h index 9c35f474..7f8f0a1c 100644 --- a/core/include/tee/se/manager.h +++ b/core/include/tee/se/manager.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/tee/se/reader.h b/core/include/tee/se/reader.h index ac361dce..b245077d 100644 --- a/core/include/tee/se/reader.h +++ b/core/include/tee/se/reader.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/tee/se/reader/interface.h b/core/include/tee/se/reader/interface.h index dc1f4232..293e4959 100644 --- a/core/include/tee/se/reader/interface.h +++ b/core/include/tee/se/reader/interface.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/tee/se/service.h b/core/include/tee/se/service.h index 49d2084e..810be8b9 100644 --- a/core/include/tee/se/service.h +++ b/core/include/tee/se/service.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/tee/se/session.h b/core/include/tee/se/session.h index 8ebc0e88..82acf341 100644 --- a/core/include/tee/se/session.h +++ b/core/include/tee/se/session.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/tee/se/svc.h b/core/include/tee/se/svc.h index 5cb8877c..2144f650 100644 --- a/core/include/tee/se/svc.h +++ b/core/include/tee/se/svc.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/tee/se/util.h b/core/include/tee/se/util.h index 334a8dfe..fb294643 100644 --- a/core/include/tee/se/util.h +++ b/core/include/tee/se/util.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/tee/svc_cache.h b/core/include/tee/svc_cache.h index d5d49721..7e7b65c1 100644 --- a/core/include/tee/svc_cache.h +++ b/core/include/tee/svc_cache.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/include/tee/tee_cryp_concat_kdf.h b/core/include/tee/tee_cryp_concat_kdf.h index 52d640b0..0f57fb51 100644 --- a/core/include/tee/tee_cryp_concat_kdf.h +++ b/core/include/tee/tee_cryp_concat_kdf.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/tee/tee_cryp_hkdf.h b/core/include/tee/tee_cryp_hkdf.h index 30ec8ad2..90bb4690 100644 --- a/core/include/tee/tee_cryp_hkdf.h +++ b/core/include/tee/tee_cryp_hkdf.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/tee/tee_cryp_pbkdf2.h b/core/include/tee/tee_cryp_pbkdf2.h index 0e2d6b9e..50ac1dfb 100644 --- a/core/include/tee/tee_cryp_pbkdf2.h +++ b/core/include/tee/tee_cryp_pbkdf2.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/tee/tee_cryp_utl.h b/core/include/tee/tee_cryp_utl.h index b303a59d..8f9c2394 100644 --- a/core/include/tee/tee_cryp_utl.h +++ b/core/include/tee/tee_cryp_utl.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/include/tee/tee_fs.h b/core/include/tee/tee_fs.h index 2a9ae60d..6f258731 100644 --- a/core/include/tee/tee_fs.h +++ b/core/include/tee/tee_fs.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/include/tee/tee_fs_key_manager.h b/core/include/tee/tee_fs_key_manager.h index 5ec658b0..43643154 100644 --- a/core/include/tee/tee_fs_key_manager.h +++ b/core/include/tee/tee_fs_key_manager.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/include/tee/tee_fs_rpc.h b/core/include/tee/tee_fs_rpc.h index 14d3135e..47b4812e 100644 --- a/core/include/tee/tee_fs_rpc.h +++ b/core/include/tee/tee_fs_rpc.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/include/tee/tee_obj.h b/core/include/tee/tee_obj.h index 22242336..1378fb59 100644 --- a/core/include/tee/tee_obj.h +++ b/core/include/tee/tee_obj.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/include/tee/tee_pobj.h b/core/include/tee/tee_pobj.h index 29b7f77d..834878d1 100644 --- a/core/include/tee/tee_pobj.h +++ b/core/include/tee/tee_pobj.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/include/tee/tee_svc.h b/core/include/tee/tee_svc.h index 190c50f9..324ad3f4 100644 --- a/core/include/tee/tee_svc.h +++ b/core/include/tee/tee_svc.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/include/tee/tee_svc_cryp.h b/core/include/tee/tee_svc_cryp.h index feb78f2e..1ed79fc0 100644 --- a/core/include/tee/tee_svc_cryp.h +++ b/core/include/tee/tee_svc_cryp.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/include/tee/tee_svc_storage.h b/core/include/tee/tee_svc_storage.h index 01a0d50c..fa43958c 100644 --- a/core/include/tee/tee_svc_storage.h +++ b/core/include/tee/tee_svc_storage.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/include/tee/uuid.h b/core/include/tee/uuid.h index b23ffb10..3f77485c 100644 --- a/core/include/tee/uuid.h +++ b/core/include/tee/uuid.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/kernel/asan.c b/core/kernel/asan.c index 088320ff..00a5630c 100644 --- a/core/kernel/asan.c +++ b/core/kernel/asan.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/kernel/assert.c b/core/kernel/assert.c index ca2f7745..757c4871 100644 --- a/core/kernel/assert.c +++ b/core/kernel/assert.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/kernel/console.c b/core/kernel/console.c index 36eb38b3..313d406a 100644 --- a/core/kernel/console.c +++ b/core/kernel/console.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2017, Linaro Limited * All rights reserved. diff --git a/core/kernel/dt.c b/core/kernel/dt.c index 99d827b1..4897e4cb 100644 --- a/core/kernel/dt.c +++ b/core/kernel/dt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/kernel/handle.c b/core/kernel/handle.c index b8dcabfc..a9d6ee9f 100644 --- a/core/kernel/handle.c +++ b/core/kernel/handle.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/kernel/interrupt.c b/core/kernel/interrupt.c index efa8f2e1..50117434 100644 --- a/core/kernel/interrupt.c +++ b/core/kernel/interrupt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/kernel/msg_param.c b/core/kernel/msg_param.c index 4cbbfbdf..000e0f5a 100644 --- a/core/kernel/msg_param.c +++ b/core/kernel/msg_param.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2017, EPAM Systems * All rights reserved. diff --git a/core/kernel/panic.c b/core/kernel/panic.c index c9623f67..86191c53 100644 --- a/core/kernel/panic.c +++ b/core/kernel/panic.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/kernel/tee_misc.c b/core/kernel/tee_misc.c index c78e7f52..b7876a5b 100644 --- a/core/kernel/tee_misc.c +++ b/core/kernel/tee_misc.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/kernel/tee_ta_manager.c b/core/kernel/tee_ta_manager.c index 10b0ea4f..134aad38 100644 --- a/core/kernel/tee_ta_manager.c +++ b/core/kernel/tee_ta_manager.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/kernel/ubsan.c b/core/kernel/ubsan.c index 507f6f07..786a48b7 100644 --- a/core/kernel/ubsan.c +++ b/core/kernel/ubsan.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/lib/libfdt/fdt.c b/core/lib/libfdt/fdt.c index 22286a1a..64ec76d2 100644 --- a/core/lib/libfdt/fdt.c +++ b/core/lib/libfdt/fdt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0+) /* * libfdt - Flat Device Tree manipulation * Copyright (C) 2006 David Gibson, IBM Corporation. diff --git a/core/lib/libfdt/fdt_addresses.c b/core/lib/libfdt/fdt_addresses.c index eff4dbcc..b328100b 100644 --- a/core/lib/libfdt/fdt_addresses.c +++ b/core/lib/libfdt/fdt_addresses.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0+) /* * libfdt - Flat Device Tree manipulation * Copyright (C) 2014 David Gibson <david@gibson.dropbear.id.au> diff --git a/core/lib/libfdt/fdt_empty_tree.c b/core/lib/libfdt/fdt_empty_tree.c index f72d13b1..a979b516 100644 --- a/core/lib/libfdt/fdt_empty_tree.c +++ b/core/lib/libfdt/fdt_empty_tree.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0+) /* * libfdt - Flat Device Tree manipulation * Copyright (C) 2012 David Gibson, IBM Corporation. diff --git a/core/lib/libfdt/fdt_ro.c b/core/lib/libfdt/fdt_ro.c index 50007f61..34110da0 100644 --- a/core/lib/libfdt/fdt_ro.c +++ b/core/lib/libfdt/fdt_ro.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0+) /* * libfdt - Flat Device Tree manipulation * Copyright (C) 2006 David Gibson, IBM Corporation. diff --git a/core/lib/libfdt/fdt_rw.c b/core/lib/libfdt/fdt_rw.c index 09b1fdc1..1785a510 100644 --- a/core/lib/libfdt/fdt_rw.c +++ b/core/lib/libfdt/fdt_rw.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0+) /* * libfdt - Flat Device Tree manipulation * Copyright (C) 2006 David Gibson, IBM Corporation. diff --git a/core/lib/libfdt/fdt_strerror.c b/core/lib/libfdt/fdt_strerror.c index e6c3ceee..50e88451 100644 --- a/core/lib/libfdt/fdt_strerror.c +++ b/core/lib/libfdt/fdt_strerror.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0+) /* * libfdt - Flat Device Tree manipulation * Copyright (C) 2006 David Gibson, IBM Corporation. diff --git a/core/lib/libfdt/fdt_sw.c b/core/lib/libfdt/fdt_sw.c index 6a804859..d1dcc895 100644 --- a/core/lib/libfdt/fdt_sw.c +++ b/core/lib/libfdt/fdt_sw.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0+) /* * libfdt - Flat Device Tree manipulation * Copyright (C) 2006 David Gibson, IBM Corporation. diff --git a/core/lib/libfdt/fdt_wip.c b/core/lib/libfdt/fdt_wip.c index c5bbb68d..c97c5f70 100644 --- a/core/lib/libfdt/fdt_wip.c +++ b/core/lib/libfdt/fdt_wip.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0+) /* * libfdt - Flat Device Tree manipulation * Copyright (C) 2006 David Gibson, IBM Corporation. diff --git a/core/lib/libfdt/include/fdt.h b/core/lib/libfdt/include/fdt.h index d3f4d2f2..520bdcf0 100644 --- a/core/lib/libfdt/include/fdt.h +++ b/core/lib/libfdt/include/fdt.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0+) */ #ifndef _FDT_H #define _FDT_H /* diff --git a/core/lib/libfdt/include/libfdt.h b/core/lib/libfdt/include/libfdt.h index a24020d1..01a9065a 100644 --- a/core/lib/libfdt/include/libfdt.h +++ b/core/lib/libfdt/include/libfdt.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0+) */ #ifndef _LIBFDT_H #define _LIBFDT_H /* diff --git a/core/lib/libfdt/include/libfdt_env.h b/core/lib/libfdt/include/libfdt_env.h index 9dea97df..b0e44457 100644 --- a/core/lib/libfdt/include/libfdt_env.h +++ b/core/lib/libfdt/include/libfdt_env.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0+) */ #ifndef _LIBFDT_ENV_H #define _LIBFDT_ENV_H /* diff --git a/core/lib/libfdt/libfdt_internal.h b/core/lib/libfdt/libfdt_internal.h index 02cfa6fb..bd16520d 100644 --- a/core/lib/libfdt/libfdt_internal.h +++ b/core/lib/libfdt/libfdt_internal.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0+) */ #ifndef _LIBFDT_INTERNAL_H #define _LIBFDT_INTERNAL_H /* diff --git a/core/lib/libtomcrypt/include/tomcrypt.h b/core/lib/libtomcrypt/include/tomcrypt.h index 6864eb79..1b0a5b7e 100644 --- a/core/lib/libtomcrypt/include/tomcrypt.h +++ b/core/lib/libtomcrypt/include/tomcrypt.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/include/tomcrypt_argchk.h b/core/lib/libtomcrypt/include/tomcrypt_argchk.h index 5476f3e9..b0137b49 100644 --- a/core/lib/libtomcrypt/include/tomcrypt_argchk.h +++ b/core/lib/libtomcrypt/include/tomcrypt_argchk.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/include/tomcrypt_arm_neon.h b/core/lib/libtomcrypt/include/tomcrypt_arm_neon.h index 61a30419..94dfd4bd 100644 --- a/core/lib/libtomcrypt/include/tomcrypt_arm_neon.h +++ b/core/lib/libtomcrypt/include/tomcrypt_arm_neon.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/lib/libtomcrypt/include/tomcrypt_cfg.h b/core/lib/libtomcrypt/include/tomcrypt_cfg.h index 23389715..f3e32b44 100644 --- a/core/lib/libtomcrypt/include/tomcrypt_cfg.h +++ b/core/lib/libtomcrypt/include/tomcrypt_cfg.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/include/tomcrypt_cipher.h b/core/lib/libtomcrypt/include/tomcrypt_cipher.h index 9a2647ee..5bf82bf9 100644 --- a/core/lib/libtomcrypt/include/tomcrypt_cipher.h +++ b/core/lib/libtomcrypt/include/tomcrypt_cipher.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/include/tomcrypt_custom.h b/core/lib/libtomcrypt/include/tomcrypt_custom.h index cda821f2..2fbb7a11 100644 --- a/core/lib/libtomcrypt/include/tomcrypt_custom.h +++ b/core/lib/libtomcrypt/include/tomcrypt_custom.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2001-2007, Tom St Denis * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/lib/libtomcrypt/include/tomcrypt_hash.h b/core/lib/libtomcrypt/include/tomcrypt_hash.h index 18ff4a27..8f67ad20 100644 --- a/core/lib/libtomcrypt/include/tomcrypt_hash.h +++ b/core/lib/libtomcrypt/include/tomcrypt_hash.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/include/tomcrypt_mac.h b/core/lib/libtomcrypt/include/tomcrypt_mac.h index f5843fe1..1d090a4e 100644 --- a/core/lib/libtomcrypt/include/tomcrypt_mac.h +++ b/core/lib/libtomcrypt/include/tomcrypt_mac.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/include/tomcrypt_macros.h b/core/lib/libtomcrypt/include/tomcrypt_macros.h index af6f7ca6..895c12e6 100644 --- a/core/lib/libtomcrypt/include/tomcrypt_macros.h +++ b/core/lib/libtomcrypt/include/tomcrypt_macros.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/include/tomcrypt_math.h b/core/lib/libtomcrypt/include/tomcrypt_math.h index b54ca64c..ad936aa0 100644 --- a/core/lib/libtomcrypt/include/tomcrypt_math.h +++ b/core/lib/libtomcrypt/include/tomcrypt_math.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/include/tomcrypt_misc.h b/core/lib/libtomcrypt/include/tomcrypt_misc.h index f346d19c..1363f931 100644 --- a/core/lib/libtomcrypt/include/tomcrypt_misc.h +++ b/core/lib/libtomcrypt/include/tomcrypt_misc.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/include/tomcrypt_mpa.h b/core/lib/libtomcrypt/include/tomcrypt_mpa.h index dba1206a..85f30d8d 100644 --- a/core/lib/libtomcrypt/include/tomcrypt_mpa.h +++ b/core/lib/libtomcrypt/include/tomcrypt_mpa.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/lib/libtomcrypt/include/tomcrypt_pk.h b/core/lib/libtomcrypt/include/tomcrypt_pk.h index 9b23cc0d..e535db10 100644 --- a/core/lib/libtomcrypt/include/tomcrypt_pk.h +++ b/core/lib/libtomcrypt/include/tomcrypt_pk.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/include/tomcrypt_pkcs.h b/core/lib/libtomcrypt/include/tomcrypt_pkcs.h index 30cda912..d9295e24 100644 --- a/core/lib/libtomcrypt/include/tomcrypt_pkcs.h +++ b/core/lib/libtomcrypt/include/tomcrypt_pkcs.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/include/tomcrypt_prng.h b/core/lib/libtomcrypt/include/tomcrypt_prng.h index bc8b8284..a2f85381 100644 --- a/core/lib/libtomcrypt/include/tomcrypt_prng.h +++ b/core/lib/libtomcrypt/include/tomcrypt_prng.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/ciphers/aes.c b/core/lib/libtomcrypt/src/ciphers/aes.c index e5d91def..bb4e13b1 100644 --- a/core/lib/libtomcrypt/src/ciphers/aes.c +++ b/core/lib/libtomcrypt/src/ciphers/aes.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/ciphers/aes_armv8a_ce.c b/core/lib/libtomcrypt/src/ciphers/aes_armv8a_ce.c index dc2a6f00..dcd3cab6 100644 --- a/core/lib/libtomcrypt/src/ciphers/aes_armv8a_ce.c +++ b/core/lib/libtomcrypt/src/ciphers/aes_armv8a_ce.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/lib/libtomcrypt/src/ciphers/aes_modes_armv8a_ce_a32.S b/core/lib/libtomcrypt/src/ciphers/aes_modes_armv8a_ce_a32.S index f4c12eae..57b33c6e 100644 --- a/core/lib/libtomcrypt/src/ciphers/aes_modes_armv8a_ce_a32.S +++ b/core/lib/libtomcrypt/src/ciphers/aes_modes_armv8a_ce_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/lib/libtomcrypt/src/ciphers/aes_modes_armv8a_ce_a64.S b/core/lib/libtomcrypt/src/ciphers/aes_modes_armv8a_ce_a64.S index bbc533e7..0670e89a 100644 --- a/core/lib/libtomcrypt/src/ciphers/aes_modes_armv8a_ce_a64.S +++ b/core/lib/libtomcrypt/src/ciphers/aes_modes_armv8a_ce_a64.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/lib/libtomcrypt/src/ciphers/aes_tab.c b/core/lib/libtomcrypt/src/ciphers/aes_tab.c index 51a90a65..cdba6957 100644 --- a/core/lib/libtomcrypt/src/ciphers/aes_tab.c +++ b/core/lib/libtomcrypt/src/ciphers/aes_tab.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/ciphers/des.c b/core/lib/libtomcrypt/src/ciphers/des.c index a83b7df2..6ae9e93c 100644 --- a/core/lib/libtomcrypt/src/ciphers/des.c +++ b/core/lib/libtomcrypt/src/ciphers/des.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/ccm/ccm_add_aad.c b/core/lib/libtomcrypt/src/encauth/ccm/ccm_add_aad.c index 03130ea9..15a821b6 100644 --- a/core/lib/libtomcrypt/src/encauth/ccm/ccm_add_aad.c +++ b/core/lib/libtomcrypt/src/encauth/ccm/ccm_add_aad.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/lib/libtomcrypt/src/encauth/ccm/ccm_add_nonce.c b/core/lib/libtomcrypt/src/encauth/ccm/ccm_add_nonce.c index 90976704..63510f8b 100644 --- a/core/lib/libtomcrypt/src/encauth/ccm/ccm_add_nonce.c +++ b/core/lib/libtomcrypt/src/encauth/ccm/ccm_add_nonce.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/lib/libtomcrypt/src/encauth/ccm/ccm_done.c b/core/lib/libtomcrypt/src/encauth/ccm/ccm_done.c index 7a4e2110..b60680bb 100644 --- a/core/lib/libtomcrypt/src/encauth/ccm/ccm_done.c +++ b/core/lib/libtomcrypt/src/encauth/ccm/ccm_done.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/lib/libtomcrypt/src/encauth/ccm/ccm_init.c b/core/lib/libtomcrypt/src/encauth/ccm/ccm_init.c index 04a38c26..0a29139d 100644 --- a/core/lib/libtomcrypt/src/encauth/ccm/ccm_init.c +++ b/core/lib/libtomcrypt/src/encauth/ccm/ccm_init.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/lib/libtomcrypt/src/encauth/ccm/ccm_memory.c b/core/lib/libtomcrypt/src/encauth/ccm/ccm_memory.c index d68988a5..5cf64667 100644 --- a/core/lib/libtomcrypt/src/encauth/ccm/ccm_memory.c +++ b/core/lib/libtomcrypt/src/encauth/ccm/ccm_memory.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/ccm/ccm_process.c b/core/lib/libtomcrypt/src/encauth/ccm/ccm_process.c index 11408d6e..25639792 100644 --- a/core/lib/libtomcrypt/src/encauth/ccm/ccm_process.c +++ b/core/lib/libtomcrypt/src/encauth/ccm/ccm_process.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/lib/libtomcrypt/src/encauth/ccm/ccm_reset.c b/core/lib/libtomcrypt/src/encauth/ccm/ccm_reset.c index 308cd3d1..dcc6b5f5 100644 --- a/core/lib/libtomcrypt/src/encauth/ccm/ccm_reset.c +++ b/core/lib/libtomcrypt/src/encauth/ccm/ccm_reset.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/lib/libtomcrypt/src/encauth/eax/eax_addheader.c b/core/lib/libtomcrypt/src/encauth/eax/eax_addheader.c index 0e688442..9f780712 100644 --- a/core/lib/libtomcrypt/src/encauth/eax/eax_addheader.c +++ b/core/lib/libtomcrypt/src/encauth/eax/eax_addheader.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/eax/eax_decrypt.c b/core/lib/libtomcrypt/src/encauth/eax/eax_decrypt.c index ffe0d255..7c26d1cb 100644 --- a/core/lib/libtomcrypt/src/encauth/eax/eax_decrypt.c +++ b/core/lib/libtomcrypt/src/encauth/eax/eax_decrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/eax/eax_decrypt_verify_memory.c b/core/lib/libtomcrypt/src/encauth/eax/eax_decrypt_verify_memory.c index 30a81c8d..ac2b7dc9 100644 --- a/core/lib/libtomcrypt/src/encauth/eax/eax_decrypt_verify_memory.c +++ b/core/lib/libtomcrypt/src/encauth/eax/eax_decrypt_verify_memory.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/eax/eax_done.c b/core/lib/libtomcrypt/src/encauth/eax/eax_done.c index 63297b09..296e9411 100644 --- a/core/lib/libtomcrypt/src/encauth/eax/eax_done.c +++ b/core/lib/libtomcrypt/src/encauth/eax/eax_done.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/eax/eax_encrypt.c b/core/lib/libtomcrypt/src/encauth/eax/eax_encrypt.c index 07572dca..16a189e1 100644 --- a/core/lib/libtomcrypt/src/encauth/eax/eax_encrypt.c +++ b/core/lib/libtomcrypt/src/encauth/eax/eax_encrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/eax/eax_encrypt_authenticate_memory.c b/core/lib/libtomcrypt/src/encauth/eax/eax_encrypt_authenticate_memory.c index 5b40386c..51a2b833 100644 --- a/core/lib/libtomcrypt/src/encauth/eax/eax_encrypt_authenticate_memory.c +++ b/core/lib/libtomcrypt/src/encauth/eax/eax_encrypt_authenticate_memory.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/eax/eax_init.c b/core/lib/libtomcrypt/src/encauth/eax/eax_init.c index 1ae30d9d..b82b1f57 100644 --- a/core/lib/libtomcrypt/src/encauth/eax/eax_init.c +++ b/core/lib/libtomcrypt/src/encauth/eax/eax_init.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/gcm/gcm_add_aad.c b/core/lib/libtomcrypt/src/encauth/gcm/gcm_add_aad.c index b8e6285e..9db49b56 100644 --- a/core/lib/libtomcrypt/src/encauth/gcm/gcm_add_aad.c +++ b/core/lib/libtomcrypt/src/encauth/gcm/gcm_add_aad.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/gcm/gcm_add_iv.c b/core/lib/libtomcrypt/src/encauth/gcm/gcm_add_iv.c index 1f0b8979..2d718d0d 100644 --- a/core/lib/libtomcrypt/src/encauth/gcm/gcm_add_iv.c +++ b/core/lib/libtomcrypt/src/encauth/gcm/gcm_add_iv.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/gcm/gcm_done.c b/core/lib/libtomcrypt/src/encauth/gcm/gcm_done.c index 28d0909d..d41bfbf3 100644 --- a/core/lib/libtomcrypt/src/encauth/gcm/gcm_done.c +++ b/core/lib/libtomcrypt/src/encauth/gcm/gcm_done.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/gcm/gcm_gf_mult.c b/core/lib/libtomcrypt/src/encauth/gcm/gcm_gf_mult.c index 00f0860e..ca160f52 100644 --- a/core/lib/libtomcrypt/src/encauth/gcm/gcm_gf_mult.c +++ b/core/lib/libtomcrypt/src/encauth/gcm/gcm_gf_mult.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/gcm/gcm_init.c b/core/lib/libtomcrypt/src/encauth/gcm/gcm_init.c index 056e1129..802f3601 100644 --- a/core/lib/libtomcrypt/src/encauth/gcm/gcm_init.c +++ b/core/lib/libtomcrypt/src/encauth/gcm/gcm_init.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/gcm/gcm_memory.c b/core/lib/libtomcrypt/src/encauth/gcm/gcm_memory.c index e7764c34..1b53bd45 100644 --- a/core/lib/libtomcrypt/src/encauth/gcm/gcm_memory.c +++ b/core/lib/libtomcrypt/src/encauth/gcm/gcm_memory.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/gcm/gcm_mult_h.c b/core/lib/libtomcrypt/src/encauth/gcm/gcm_mult_h.c index 269112fb..8b5344e4 100644 --- a/core/lib/libtomcrypt/src/encauth/gcm/gcm_mult_h.c +++ b/core/lib/libtomcrypt/src/encauth/gcm/gcm_mult_h.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/gcm/gcm_process.c b/core/lib/libtomcrypt/src/encauth/gcm/gcm_process.c index 5745e501..8ce4a388 100644 --- a/core/lib/libtomcrypt/src/encauth/gcm/gcm_process.c +++ b/core/lib/libtomcrypt/src/encauth/gcm/gcm_process.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/gcm/gcm_reset.c b/core/lib/libtomcrypt/src/encauth/gcm/gcm_reset.c index 3b293b32..cdf23b9a 100644 --- a/core/lib/libtomcrypt/src/encauth/gcm/gcm_reset.c +++ b/core/lib/libtomcrypt/src/encauth/gcm/gcm_reset.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/ocb/ocb_decrypt.c b/core/lib/libtomcrypt/src/encauth/ocb/ocb_decrypt.c index e1d2d3a7..6f1616b1 100644 --- a/core/lib/libtomcrypt/src/encauth/ocb/ocb_decrypt.c +++ b/core/lib/libtomcrypt/src/encauth/ocb/ocb_decrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/ocb/ocb_decrypt_verify_memory.c b/core/lib/libtomcrypt/src/encauth/ocb/ocb_decrypt_verify_memory.c index c3d0efb0..a36115be 100644 --- a/core/lib/libtomcrypt/src/encauth/ocb/ocb_decrypt_verify_memory.c +++ b/core/lib/libtomcrypt/src/encauth/ocb/ocb_decrypt_verify_memory.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/ocb/ocb_done_decrypt.c b/core/lib/libtomcrypt/src/encauth/ocb/ocb_done_decrypt.c index 336ef861..8a16fca9 100644 --- a/core/lib/libtomcrypt/src/encauth/ocb/ocb_done_decrypt.c +++ b/core/lib/libtomcrypt/src/encauth/ocb/ocb_done_decrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/ocb/ocb_done_encrypt.c b/core/lib/libtomcrypt/src/encauth/ocb/ocb_done_encrypt.c index ccc91293..207653f0 100644 --- a/core/lib/libtomcrypt/src/encauth/ocb/ocb_done_encrypt.c +++ b/core/lib/libtomcrypt/src/encauth/ocb/ocb_done_encrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/ocb/ocb_encrypt.c b/core/lib/libtomcrypt/src/encauth/ocb/ocb_encrypt.c index bce2af78..8a016f49 100644 --- a/core/lib/libtomcrypt/src/encauth/ocb/ocb_encrypt.c +++ b/core/lib/libtomcrypt/src/encauth/ocb/ocb_encrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/ocb/ocb_encrypt_authenticate_memory.c b/core/lib/libtomcrypt/src/encauth/ocb/ocb_encrypt_authenticate_memory.c index da449458..d31cd243 100644 --- a/core/lib/libtomcrypt/src/encauth/ocb/ocb_encrypt_authenticate_memory.c +++ b/core/lib/libtomcrypt/src/encauth/ocb/ocb_encrypt_authenticate_memory.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/ocb/ocb_init.c b/core/lib/libtomcrypt/src/encauth/ocb/ocb_init.c index b656e6a2..44606ec1 100644 --- a/core/lib/libtomcrypt/src/encauth/ocb/ocb_init.c +++ b/core/lib/libtomcrypt/src/encauth/ocb/ocb_init.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/ocb/ocb_ntz.c b/core/lib/libtomcrypt/src/encauth/ocb/ocb_ntz.c index 8012d016..4b9850fb 100644 --- a/core/lib/libtomcrypt/src/encauth/ocb/ocb_ntz.c +++ b/core/lib/libtomcrypt/src/encauth/ocb/ocb_ntz.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/ocb/ocb_shift_xor.c b/core/lib/libtomcrypt/src/encauth/ocb/ocb_shift_xor.c index e5c54366..54656b97 100644 --- a/core/lib/libtomcrypt/src/encauth/ocb/ocb_shift_xor.c +++ b/core/lib/libtomcrypt/src/encauth/ocb/ocb_shift_xor.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/encauth/ocb/s_ocb_done.c b/core/lib/libtomcrypt/src/encauth/ocb/s_ocb_done.c index 50d4af69..0c7939ad 100644 --- a/core/lib/libtomcrypt/src/encauth/ocb/s_ocb_done.c +++ b/core/lib/libtomcrypt/src/encauth/ocb/s_ocb_done.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/hashes/helper/hash_file.c b/core/lib/libtomcrypt/src/hashes/helper/hash_file.c index 9d058c63..2b6c72ef 100644 --- a/core/lib/libtomcrypt/src/hashes/helper/hash_file.c +++ b/core/lib/libtomcrypt/src/hashes/helper/hash_file.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/hashes/helper/hash_filehandle.c b/core/lib/libtomcrypt/src/hashes/helper/hash_filehandle.c index b283846d..ecd70457 100644 --- a/core/lib/libtomcrypt/src/hashes/helper/hash_filehandle.c +++ b/core/lib/libtomcrypt/src/hashes/helper/hash_filehandle.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/hashes/helper/hash_memory.c b/core/lib/libtomcrypt/src/hashes/helper/hash_memory.c index 2e8dce0b..66e06397 100644 --- a/core/lib/libtomcrypt/src/hashes/helper/hash_memory.c +++ b/core/lib/libtomcrypt/src/hashes/helper/hash_memory.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/hashes/helper/hash_memory_multi.c b/core/lib/libtomcrypt/src/hashes/helper/hash_memory_multi.c index 4488b8fb..1bcdd18b 100644 --- a/core/lib/libtomcrypt/src/hashes/helper/hash_memory_multi.c +++ b/core/lib/libtomcrypt/src/hashes/helper/hash_memory_multi.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/hashes/md5.c b/core/lib/libtomcrypt/src/hashes/md5.c index de6de163..d2d3c5bd 100644 --- a/core/lib/libtomcrypt/src/hashes/md5.c +++ b/core/lib/libtomcrypt/src/hashes/md5.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/hashes/sha1.c b/core/lib/libtomcrypt/src/hashes/sha1.c index d82d4d09..0fc77801 100644 --- a/core/lib/libtomcrypt/src/hashes/sha1.c +++ b/core/lib/libtomcrypt/src/hashes/sha1.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/hashes/sha1_armv8a_ce.c b/core/lib/libtomcrypt/src/hashes/sha1_armv8a_ce.c index e19aa4a8..bf1d6b37 100644 --- a/core/lib/libtomcrypt/src/hashes/sha1_armv8a_ce.c +++ b/core/lib/libtomcrypt/src/hashes/sha1_armv8a_ce.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/lib/libtomcrypt/src/hashes/sha1_armv8a_ce_a32.S b/core/lib/libtomcrypt/src/hashes/sha1_armv8a_ce_a32.S index 9ed81b3c..62ecf195 100644 --- a/core/lib/libtomcrypt/src/hashes/sha1_armv8a_ce_a32.S +++ b/core/lib/libtomcrypt/src/hashes/sha1_armv8a_ce_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014-2015, Linaro Limited * All rights reserved. diff --git a/core/lib/libtomcrypt/src/hashes/sha1_armv8a_ce_a64.S b/core/lib/libtomcrypt/src/hashes/sha1_armv8a_ce_a64.S index 76091ad9..f2c2db1e 100644 --- a/core/lib/libtomcrypt/src/hashes/sha1_armv8a_ce_a64.S +++ b/core/lib/libtomcrypt/src/hashes/sha1_armv8a_ce_a64.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014-2015, Linaro Limited * All rights reserved. diff --git a/core/lib/libtomcrypt/src/hashes/sha2/sha224.c b/core/lib/libtomcrypt/src/hashes/sha2/sha224.c index 60556550..7f805c3e 100644 --- a/core/lib/libtomcrypt/src/hashes/sha2/sha224.c +++ b/core/lib/libtomcrypt/src/hashes/sha2/sha224.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/hashes/sha2/sha256.c b/core/lib/libtomcrypt/src/hashes/sha2/sha256.c index e1e827d0..29cfad29 100644 --- a/core/lib/libtomcrypt/src/hashes/sha2/sha256.c +++ b/core/lib/libtomcrypt/src/hashes/sha2/sha256.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/hashes/sha2/sha256_armv8a_ce.c b/core/lib/libtomcrypt/src/hashes/sha2/sha256_armv8a_ce.c index 0ba73e74..1048bfbe 100644 --- a/core/lib/libtomcrypt/src/hashes/sha2/sha256_armv8a_ce.c +++ b/core/lib/libtomcrypt/src/hashes/sha2/sha256_armv8a_ce.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/lib/libtomcrypt/src/hashes/sha2/sha256_armv8a_ce_a32.S b/core/lib/libtomcrypt/src/hashes/sha2/sha256_armv8a_ce_a32.S index 26568fdd..67fa7356 100644 --- a/core/lib/libtomcrypt/src/hashes/sha2/sha256_armv8a_ce_a32.S +++ b/core/lib/libtomcrypt/src/hashes/sha2/sha256_armv8a_ce_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014-2015, Linaro Limited * All rights reserved. diff --git a/core/lib/libtomcrypt/src/hashes/sha2/sha256_armv8a_ce_a64.S b/core/lib/libtomcrypt/src/hashes/sha2/sha256_armv8a_ce_a64.S index 506525ea..b0e2c522 100644 --- a/core/lib/libtomcrypt/src/hashes/sha2/sha256_armv8a_ce_a64.S +++ b/core/lib/libtomcrypt/src/hashes/sha2/sha256_armv8a_ce_a64.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/lib/libtomcrypt/src/hashes/sha2/sha384.c b/core/lib/libtomcrypt/src/hashes/sha2/sha384.c index c491f707..3dc7cf55 100644 --- a/core/lib/libtomcrypt/src/hashes/sha2/sha384.c +++ b/core/lib/libtomcrypt/src/hashes/sha2/sha384.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/hashes/sha2/sha512.c b/core/lib/libtomcrypt/src/hashes/sha2/sha512.c index 1fd2323f..459af479 100644 --- a/core/lib/libtomcrypt/src/hashes/sha2/sha512.c +++ b/core/lib/libtomcrypt/src/hashes/sha2/sha512.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/hmac/hmac_done.c b/core/lib/libtomcrypt/src/mac/hmac/hmac_done.c index 5b9e738f..d6d73c90 100644 --- a/core/lib/libtomcrypt/src/mac/hmac/hmac_done.c +++ b/core/lib/libtomcrypt/src/mac/hmac/hmac_done.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/hmac/hmac_file.c b/core/lib/libtomcrypt/src/mac/hmac/hmac_file.c index 03cc140d..1f505d3a 100644 --- a/core/lib/libtomcrypt/src/mac/hmac/hmac_file.c +++ b/core/lib/libtomcrypt/src/mac/hmac/hmac_file.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/hmac/hmac_init.c b/core/lib/libtomcrypt/src/mac/hmac/hmac_init.c index abc5bf3e..b0253110 100644 --- a/core/lib/libtomcrypt/src/mac/hmac/hmac_init.c +++ b/core/lib/libtomcrypt/src/mac/hmac/hmac_init.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/hmac/hmac_memory.c b/core/lib/libtomcrypt/src/mac/hmac/hmac_memory.c index 1d2e1ef3..e04294bd 100644 --- a/core/lib/libtomcrypt/src/mac/hmac/hmac_memory.c +++ b/core/lib/libtomcrypt/src/mac/hmac/hmac_memory.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/hmac/hmac_memory_multi.c b/core/lib/libtomcrypt/src/mac/hmac/hmac_memory_multi.c index 95d7d1e1..198fa7b5 100644 --- a/core/lib/libtomcrypt/src/mac/hmac/hmac_memory_multi.c +++ b/core/lib/libtomcrypt/src/mac/hmac/hmac_memory_multi.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/hmac/hmac_process.c b/core/lib/libtomcrypt/src/mac/hmac/hmac_process.c index 6b6f62db..407aeade 100644 --- a/core/lib/libtomcrypt/src/mac/hmac/hmac_process.c +++ b/core/lib/libtomcrypt/src/mac/hmac/hmac_process.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/omac/omac_done.c b/core/lib/libtomcrypt/src/mac/omac/omac_done.c index 3bb62a22..9dcb9c96 100644 --- a/core/lib/libtomcrypt/src/mac/omac/omac_done.c +++ b/core/lib/libtomcrypt/src/mac/omac/omac_done.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/omac/omac_file.c b/core/lib/libtomcrypt/src/mac/omac/omac_file.c index 569e52a0..71bdb146 100644 --- a/core/lib/libtomcrypt/src/mac/omac/omac_file.c +++ b/core/lib/libtomcrypt/src/mac/omac/omac_file.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/omac/omac_init.c b/core/lib/libtomcrypt/src/mac/omac/omac_init.c index a5c7be02..5826fee6 100644 --- a/core/lib/libtomcrypt/src/mac/omac/omac_init.c +++ b/core/lib/libtomcrypt/src/mac/omac/omac_init.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/omac/omac_memory.c b/core/lib/libtomcrypt/src/mac/omac/omac_memory.c index 594d4fb0..42e301ef 100644 --- a/core/lib/libtomcrypt/src/mac/omac/omac_memory.c +++ b/core/lib/libtomcrypt/src/mac/omac/omac_memory.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/omac/omac_memory_multi.c b/core/lib/libtomcrypt/src/mac/omac/omac_memory_multi.c index 3739b8da..5b3c1751 100644 --- a/core/lib/libtomcrypt/src/mac/omac/omac_memory_multi.c +++ b/core/lib/libtomcrypt/src/mac/omac/omac_memory_multi.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/omac/omac_process.c b/core/lib/libtomcrypt/src/mac/omac/omac_process.c index 2e1e2ccd..841a7d4b 100644 --- a/core/lib/libtomcrypt/src/mac/omac/omac_process.c +++ b/core/lib/libtomcrypt/src/mac/omac/omac_process.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/pmac/pmac_done.c b/core/lib/libtomcrypt/src/mac/pmac/pmac_done.c index 49ce0e27..9efde2e9 100644 --- a/core/lib/libtomcrypt/src/mac/pmac/pmac_done.c +++ b/core/lib/libtomcrypt/src/mac/pmac/pmac_done.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/pmac/pmac_file.c b/core/lib/libtomcrypt/src/mac/pmac/pmac_file.c index d0186925..db5cef4b 100644 --- a/core/lib/libtomcrypt/src/mac/pmac/pmac_file.c +++ b/core/lib/libtomcrypt/src/mac/pmac/pmac_file.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/pmac/pmac_init.c b/core/lib/libtomcrypt/src/mac/pmac/pmac_init.c index 34a23d12..a8bf938a 100644 --- a/core/lib/libtomcrypt/src/mac/pmac/pmac_init.c +++ b/core/lib/libtomcrypt/src/mac/pmac/pmac_init.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/pmac/pmac_memory.c b/core/lib/libtomcrypt/src/mac/pmac/pmac_memory.c index 03073d8f..27944106 100644 --- a/core/lib/libtomcrypt/src/mac/pmac/pmac_memory.c +++ b/core/lib/libtomcrypt/src/mac/pmac/pmac_memory.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/pmac/pmac_memory_multi.c b/core/lib/libtomcrypt/src/mac/pmac/pmac_memory_multi.c index 28085ccd..53b23b79 100644 --- a/core/lib/libtomcrypt/src/mac/pmac/pmac_memory_multi.c +++ b/core/lib/libtomcrypt/src/mac/pmac/pmac_memory_multi.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/pmac/pmac_ntz.c b/core/lib/libtomcrypt/src/mac/pmac/pmac_ntz.c index cc9464e1..57b338ee 100644 --- a/core/lib/libtomcrypt/src/mac/pmac/pmac_ntz.c +++ b/core/lib/libtomcrypt/src/mac/pmac/pmac_ntz.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/pmac/pmac_process.c b/core/lib/libtomcrypt/src/mac/pmac/pmac_process.c index beed309c..6596bb7a 100644 --- a/core/lib/libtomcrypt/src/mac/pmac/pmac_process.c +++ b/core/lib/libtomcrypt/src/mac/pmac/pmac_process.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/pmac/pmac_shift_xor.c b/core/lib/libtomcrypt/src/mac/pmac/pmac_shift_xor.c index 53a8fcbd..6089abdb 100644 --- a/core/lib/libtomcrypt/src/mac/pmac/pmac_shift_xor.c +++ b/core/lib/libtomcrypt/src/mac/pmac/pmac_shift_xor.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/xcbc/xcbc_done.c b/core/lib/libtomcrypt/src/mac/xcbc/xcbc_done.c index 34aa1992..0858d57e 100644 --- a/core/lib/libtomcrypt/src/mac/xcbc/xcbc_done.c +++ b/core/lib/libtomcrypt/src/mac/xcbc/xcbc_done.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/xcbc/xcbc_file.c b/core/lib/libtomcrypt/src/mac/xcbc/xcbc_file.c index fc790efb..44331177 100644 --- a/core/lib/libtomcrypt/src/mac/xcbc/xcbc_file.c +++ b/core/lib/libtomcrypt/src/mac/xcbc/xcbc_file.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/xcbc/xcbc_init.c b/core/lib/libtomcrypt/src/mac/xcbc/xcbc_init.c index 14c63132..f5251e93 100644 --- a/core/lib/libtomcrypt/src/mac/xcbc/xcbc_init.c +++ b/core/lib/libtomcrypt/src/mac/xcbc/xcbc_init.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/xcbc/xcbc_memory.c b/core/lib/libtomcrypt/src/mac/xcbc/xcbc_memory.c index 81783d26..e8b8acdc 100644 --- a/core/lib/libtomcrypt/src/mac/xcbc/xcbc_memory.c +++ b/core/lib/libtomcrypt/src/mac/xcbc/xcbc_memory.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/xcbc/xcbc_memory_multi.c b/core/lib/libtomcrypt/src/mac/xcbc/xcbc_memory_multi.c index 8c5ded4c..83213e49 100644 --- a/core/lib/libtomcrypt/src/mac/xcbc/xcbc_memory_multi.c +++ b/core/lib/libtomcrypt/src/mac/xcbc/xcbc_memory_multi.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mac/xcbc/xcbc_process.c b/core/lib/libtomcrypt/src/mac/xcbc/xcbc_process.c index 63f6d5ff..dc70a830 100644 --- a/core/lib/libtomcrypt/src/mac/xcbc/xcbc_process.c +++ b/core/lib/libtomcrypt/src/mac/xcbc/xcbc_process.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/math/fp/ltc_ecc_fp_mulmod.c b/core/lib/libtomcrypt/src/math/fp/ltc_ecc_fp_mulmod.c index 6dbcc832..fc8f8cdf 100644 --- a/core/lib/libtomcrypt/src/math/fp/ltc_ecc_fp_mulmod.c +++ b/core/lib/libtomcrypt/src/math/fp/ltc_ecc_fp_mulmod.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/math/multi.c b/core/lib/libtomcrypt/src/math/multi.c index d2d8f96c..f232e40a 100644 --- a/core/lib/libtomcrypt/src/math/multi.c +++ b/core/lib/libtomcrypt/src/math/multi.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/math/rand_prime.c b/core/lib/libtomcrypt/src/math/rand_prime.c index 4b731426..bfec5426 100644 --- a/core/lib/libtomcrypt/src/math/rand_prime.c +++ b/core/lib/libtomcrypt/src/math/rand_prime.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/base64/base64_decode.c b/core/lib/libtomcrypt/src/misc/base64/base64_decode.c index 6ed8530e..40e46bf9 100644 --- a/core/lib/libtomcrypt/src/misc/base64/base64_decode.c +++ b/core/lib/libtomcrypt/src/misc/base64/base64_decode.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/base64/base64_encode.c b/core/lib/libtomcrypt/src/misc/base64/base64_encode.c index 822c174a..4218a1d9 100644 --- a/core/lib/libtomcrypt/src/misc/base64/base64_encode.c +++ b/core/lib/libtomcrypt/src/misc/base64/base64_encode.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/burn_stack.c b/core/lib/libtomcrypt/src/misc/burn_stack.c index 8b903d4e..c5ae8d3a 100644 --- a/core/lib/libtomcrypt/src/misc/burn_stack.c +++ b/core/lib/libtomcrypt/src/misc/burn_stack.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt.c b/core/lib/libtomcrypt/src/misc/crypt/crypt.c index 369c5acc..29bcfb0f 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_argchk.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_argchk.c index 10591dfd..f7f34b7f 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_argchk.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_argchk.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_cipher_descriptor.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_cipher_descriptor.c index 2a10863a..459a67a7 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_cipher_descriptor.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_cipher_descriptor.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_cipher_is_valid.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_cipher_is_valid.c index 1e0ed182..cfc94b6a 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_cipher_is_valid.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_cipher_is_valid.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_find_cipher.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_find_cipher.c index ddafca8d..3ee8dcce 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_find_cipher.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_find_cipher.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_find_cipher_any.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_find_cipher_any.c index ccc2f9fa..5a40b66c 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_find_cipher_any.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_find_cipher_any.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_find_cipher_id.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_find_cipher_id.c index f4a8cc5b..898fafef 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_find_cipher_id.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_find_cipher_id.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_find_hash.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_find_hash.c index cd51135b..a629f035 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_find_hash.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_find_hash.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_find_hash_any.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_find_hash_any.c index e6ac21ef..abb0cbee 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_find_hash_any.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_find_hash_any.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_find_hash_id.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_find_hash_id.c index 07c81fce..8894c6d6 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_find_hash_id.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_find_hash_id.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_find_hash_oid.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_find_hash_oid.c index 5a0fb64e..d09b7074 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_find_hash_oid.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_find_hash_oid.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_find_prng.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_find_prng.c index c4bd5079..921144eb 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_find_prng.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_find_prng.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_fsa.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_fsa.c index d912fd09..4d5603f0 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_fsa.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_fsa.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_hash_descriptor.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_hash_descriptor.c index 875919ee..c594dcf9 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_hash_descriptor.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_hash_descriptor.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_hash_is_valid.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_hash_is_valid.c index ca654d62..5c7b37e8 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_hash_is_valid.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_hash_is_valid.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_prng_descriptor.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_prng_descriptor.c index 17eb1bcc..e25e53d0 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_prng_descriptor.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_prng_descriptor.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_prng_is_valid.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_prng_is_valid.c index 65d15508..5422466f 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_prng_is_valid.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_prng_is_valid.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_register_cipher.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_register_cipher.c index 27fcde13..8c1ac29b 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_register_cipher.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_register_cipher.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_register_hash.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_register_hash.c index ad4bc64f..f0afda3f 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_register_hash.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_register_hash.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_register_prng.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_register_prng.c index 16297ce4..cc3a78b4 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_register_prng.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_register_prng.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_unregister_cipher.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_unregister_cipher.c index 111aceb3..dfb93bb1 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_unregister_cipher.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_unregister_cipher.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_unregister_hash.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_unregister_hash.c index 77741b1d..b5692dec 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_unregister_hash.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_unregister_hash.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/crypt/crypt_unregister_prng.c b/core/lib/libtomcrypt/src/misc/crypt/crypt_unregister_prng.c index efa9da99..8453441c 100644 --- a/core/lib/libtomcrypt/src/misc/crypt/crypt_unregister_prng.c +++ b/core/lib/libtomcrypt/src/misc/crypt/crypt_unregister_prng.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/error_to_string.c b/core/lib/libtomcrypt/src/misc/error_to_string.c index 19b7311a..b680a41f 100644 --- a/core/lib/libtomcrypt/src/misc/error_to_string.c +++ b/core/lib/libtomcrypt/src/misc/error_to_string.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/mem_neq.c b/core/lib/libtomcrypt/src/misc/mem_neq.c index 9953388b..b17f896b 100644 --- a/core/lib/libtomcrypt/src/misc/mem_neq.c +++ b/core/lib/libtomcrypt/src/misc/mem_neq.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/pkcs5/pkcs_5_1.c b/core/lib/libtomcrypt/src/misc/pkcs5/pkcs_5_1.c index 19d07efd..52064a09 100644 --- a/core/lib/libtomcrypt/src/misc/pkcs5/pkcs_5_1.c +++ b/core/lib/libtomcrypt/src/misc/pkcs5/pkcs_5_1.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/pkcs5/pkcs_5_2.c b/core/lib/libtomcrypt/src/misc/pkcs5/pkcs_5_2.c index b9697986..d8a6806e 100644 --- a/core/lib/libtomcrypt/src/misc/pkcs5/pkcs_5_2.c +++ b/core/lib/libtomcrypt/src/misc/pkcs5/pkcs_5_2.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/misc/zeromem.c b/core/lib/libtomcrypt/src/misc/zeromem.c index 2afe0dd8..c4cc325e 100644 --- a/core/lib/libtomcrypt/src/misc/zeromem.c +++ b/core/lib/libtomcrypt/src/misc/zeromem.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/cbc/cbc_decrypt.c b/core/lib/libtomcrypt/src/modes/cbc/cbc_decrypt.c index 8ab2542b..c7b0d874 100644 --- a/core/lib/libtomcrypt/src/modes/cbc/cbc_decrypt.c +++ b/core/lib/libtomcrypt/src/modes/cbc/cbc_decrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/cbc/cbc_done.c b/core/lib/libtomcrypt/src/modes/cbc/cbc_done.c index a2664c14..f165b6b3 100644 --- a/core/lib/libtomcrypt/src/modes/cbc/cbc_done.c +++ b/core/lib/libtomcrypt/src/modes/cbc/cbc_done.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/cbc/cbc_encrypt.c b/core/lib/libtomcrypt/src/modes/cbc/cbc_encrypt.c index 2b138b43..53ac9287 100644 --- a/core/lib/libtomcrypt/src/modes/cbc/cbc_encrypt.c +++ b/core/lib/libtomcrypt/src/modes/cbc/cbc_encrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/cbc/cbc_getiv.c b/core/lib/libtomcrypt/src/modes/cbc/cbc_getiv.c index 799ac962..3e1edab9 100644 --- a/core/lib/libtomcrypt/src/modes/cbc/cbc_getiv.c +++ b/core/lib/libtomcrypt/src/modes/cbc/cbc_getiv.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/cbc/cbc_setiv.c b/core/lib/libtomcrypt/src/modes/cbc/cbc_setiv.c index 05e3ee94..235ec861 100644 --- a/core/lib/libtomcrypt/src/modes/cbc/cbc_setiv.c +++ b/core/lib/libtomcrypt/src/modes/cbc/cbc_setiv.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/cbc/cbc_start.c b/core/lib/libtomcrypt/src/modes/cbc/cbc_start.c index f0c0218b..3bca256c 100644 --- a/core/lib/libtomcrypt/src/modes/cbc/cbc_start.c +++ b/core/lib/libtomcrypt/src/modes/cbc/cbc_start.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/cfb/cfb_decrypt.c b/core/lib/libtomcrypt/src/modes/cfb/cfb_decrypt.c index 7ca938f1..286dddbf 100644 --- a/core/lib/libtomcrypt/src/modes/cfb/cfb_decrypt.c +++ b/core/lib/libtomcrypt/src/modes/cfb/cfb_decrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/cfb/cfb_done.c b/core/lib/libtomcrypt/src/modes/cfb/cfb_done.c index 9f84727b..0a747550 100644 --- a/core/lib/libtomcrypt/src/modes/cfb/cfb_done.c +++ b/core/lib/libtomcrypt/src/modes/cfb/cfb_done.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/cfb/cfb_encrypt.c b/core/lib/libtomcrypt/src/modes/cfb/cfb_encrypt.c index 4acb8f14..8d0b3092 100644 --- a/core/lib/libtomcrypt/src/modes/cfb/cfb_encrypt.c +++ b/core/lib/libtomcrypt/src/modes/cfb/cfb_encrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/cfb/cfb_getiv.c b/core/lib/libtomcrypt/src/modes/cfb/cfb_getiv.c index 0adb1f63..a0495c0d 100644 --- a/core/lib/libtomcrypt/src/modes/cfb/cfb_getiv.c +++ b/core/lib/libtomcrypt/src/modes/cfb/cfb_getiv.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/cfb/cfb_setiv.c b/core/lib/libtomcrypt/src/modes/cfb/cfb_setiv.c index 26cc81bf..2aa4de66 100644 --- a/core/lib/libtomcrypt/src/modes/cfb/cfb_setiv.c +++ b/core/lib/libtomcrypt/src/modes/cfb/cfb_setiv.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/cfb/cfb_start.c b/core/lib/libtomcrypt/src/modes/cfb/cfb_start.c index 3a691ec1..87781822 100644 --- a/core/lib/libtomcrypt/src/modes/cfb/cfb_start.c +++ b/core/lib/libtomcrypt/src/modes/cfb/cfb_start.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/ctr/ctr_decrypt.c b/core/lib/libtomcrypt/src/modes/ctr/ctr_decrypt.c index 834df8a8..63a3d929 100644 --- a/core/lib/libtomcrypt/src/modes/ctr/ctr_decrypt.c +++ b/core/lib/libtomcrypt/src/modes/ctr/ctr_decrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/ctr/ctr_done.c b/core/lib/libtomcrypt/src/modes/ctr/ctr_done.c index 9b475f5a..4373eb8f 100644 --- a/core/lib/libtomcrypt/src/modes/ctr/ctr_done.c +++ b/core/lib/libtomcrypt/src/modes/ctr/ctr_done.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/ctr/ctr_encrypt.c b/core/lib/libtomcrypt/src/modes/ctr/ctr_encrypt.c index 0c6b2d72..6f526d83 100644 --- a/core/lib/libtomcrypt/src/modes/ctr/ctr_encrypt.c +++ b/core/lib/libtomcrypt/src/modes/ctr/ctr_encrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/ctr/ctr_getiv.c b/core/lib/libtomcrypt/src/modes/ctr/ctr_getiv.c index 0ccb2fe1..e642c606 100644 --- a/core/lib/libtomcrypt/src/modes/ctr/ctr_getiv.c +++ b/core/lib/libtomcrypt/src/modes/ctr/ctr_getiv.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/ctr/ctr_setiv.c b/core/lib/libtomcrypt/src/modes/ctr/ctr_setiv.c index cbc4c4e9..04b36f4b 100644 --- a/core/lib/libtomcrypt/src/modes/ctr/ctr_setiv.c +++ b/core/lib/libtomcrypt/src/modes/ctr/ctr_setiv.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/ctr/ctr_start.c b/core/lib/libtomcrypt/src/modes/ctr/ctr_start.c index 337c221f..d0f1ac45 100644 --- a/core/lib/libtomcrypt/src/modes/ctr/ctr_start.c +++ b/core/lib/libtomcrypt/src/modes/ctr/ctr_start.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/ecb/ecb_decrypt.c b/core/lib/libtomcrypt/src/modes/ecb/ecb_decrypt.c index 7d9d9a90..eb3c1f2b 100644 --- a/core/lib/libtomcrypt/src/modes/ecb/ecb_decrypt.c +++ b/core/lib/libtomcrypt/src/modes/ecb/ecb_decrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/ecb/ecb_done.c b/core/lib/libtomcrypt/src/modes/ecb/ecb_done.c index 16603663..40a3a967 100644 --- a/core/lib/libtomcrypt/src/modes/ecb/ecb_done.c +++ b/core/lib/libtomcrypt/src/modes/ecb/ecb_done.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/ecb/ecb_encrypt.c b/core/lib/libtomcrypt/src/modes/ecb/ecb_encrypt.c index 78f6b92e..44de2693 100644 --- a/core/lib/libtomcrypt/src/modes/ecb/ecb_encrypt.c +++ b/core/lib/libtomcrypt/src/modes/ecb/ecb_encrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/ecb/ecb_start.c b/core/lib/libtomcrypt/src/modes/ecb/ecb_start.c index f57abb27..69fb1510 100644 --- a/core/lib/libtomcrypt/src/modes/ecb/ecb_start.c +++ b/core/lib/libtomcrypt/src/modes/ecb/ecb_start.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/f8/f8_decrypt.c b/core/lib/libtomcrypt/src/modes/f8/f8_decrypt.c index 2f4591f8..34997fc3 100644 --- a/core/lib/libtomcrypt/src/modes/f8/f8_decrypt.c +++ b/core/lib/libtomcrypt/src/modes/f8/f8_decrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/f8/f8_done.c b/core/lib/libtomcrypt/src/modes/f8/f8_done.c index 91b5ddc9..a96d9ea0 100644 --- a/core/lib/libtomcrypt/src/modes/f8/f8_done.c +++ b/core/lib/libtomcrypt/src/modes/f8/f8_done.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/f8/f8_encrypt.c b/core/lib/libtomcrypt/src/modes/f8/f8_encrypt.c index 7a0039cb..6ae9981b 100644 --- a/core/lib/libtomcrypt/src/modes/f8/f8_encrypt.c +++ b/core/lib/libtomcrypt/src/modes/f8/f8_encrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/f8/f8_getiv.c b/core/lib/libtomcrypt/src/modes/f8/f8_getiv.c index 425a4209..fcf1cb5b 100644 --- a/core/lib/libtomcrypt/src/modes/f8/f8_getiv.c +++ b/core/lib/libtomcrypt/src/modes/f8/f8_getiv.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/f8/f8_setiv.c b/core/lib/libtomcrypt/src/modes/f8/f8_setiv.c index b0bce2a9..b3e3cb22 100644 --- a/core/lib/libtomcrypt/src/modes/f8/f8_setiv.c +++ b/core/lib/libtomcrypt/src/modes/f8/f8_setiv.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/f8/f8_start.c b/core/lib/libtomcrypt/src/modes/f8/f8_start.c index d7296e74..b45821c6 100644 --- a/core/lib/libtomcrypt/src/modes/f8/f8_start.c +++ b/core/lib/libtomcrypt/src/modes/f8/f8_start.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/lrw/lrw_decrypt.c b/core/lib/libtomcrypt/src/modes/lrw/lrw_decrypt.c index be7447d1..315e1d2d 100644 --- a/core/lib/libtomcrypt/src/modes/lrw/lrw_decrypt.c +++ b/core/lib/libtomcrypt/src/modes/lrw/lrw_decrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/lrw/lrw_done.c b/core/lib/libtomcrypt/src/modes/lrw/lrw_done.c index 0a44bad3..6d72bc90 100644 --- a/core/lib/libtomcrypt/src/modes/lrw/lrw_done.c +++ b/core/lib/libtomcrypt/src/modes/lrw/lrw_done.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/lrw/lrw_encrypt.c b/core/lib/libtomcrypt/src/modes/lrw/lrw_encrypt.c index 0032aab3..04057a86 100644 --- a/core/lib/libtomcrypt/src/modes/lrw/lrw_encrypt.c +++ b/core/lib/libtomcrypt/src/modes/lrw/lrw_encrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/lrw/lrw_getiv.c b/core/lib/libtomcrypt/src/modes/lrw/lrw_getiv.c index 0297b3cf..dc92c795 100644 --- a/core/lib/libtomcrypt/src/modes/lrw/lrw_getiv.c +++ b/core/lib/libtomcrypt/src/modes/lrw/lrw_getiv.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/lrw/lrw_process.c b/core/lib/libtomcrypt/src/modes/lrw/lrw_process.c index 8830185f..cc8ca056 100644 --- a/core/lib/libtomcrypt/src/modes/lrw/lrw_process.c +++ b/core/lib/libtomcrypt/src/modes/lrw/lrw_process.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/lrw/lrw_setiv.c b/core/lib/libtomcrypt/src/modes/lrw/lrw_setiv.c index 3cc6a110..0aac63e7 100644 --- a/core/lib/libtomcrypt/src/modes/lrw/lrw_setiv.c +++ b/core/lib/libtomcrypt/src/modes/lrw/lrw_setiv.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/lrw/lrw_start.c b/core/lib/libtomcrypt/src/modes/lrw/lrw_start.c index 4924ebfe..f908cc89 100644 --- a/core/lib/libtomcrypt/src/modes/lrw/lrw_start.c +++ b/core/lib/libtomcrypt/src/modes/lrw/lrw_start.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/ofb/ofb_decrypt.c b/core/lib/libtomcrypt/src/modes/ofb/ofb_decrypt.c index d034bbef..d476f874 100644 --- a/core/lib/libtomcrypt/src/modes/ofb/ofb_decrypt.c +++ b/core/lib/libtomcrypt/src/modes/ofb/ofb_decrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/ofb/ofb_done.c b/core/lib/libtomcrypt/src/modes/ofb/ofb_done.c index 72bfb092..ded6adc7 100644 --- a/core/lib/libtomcrypt/src/modes/ofb/ofb_done.c +++ b/core/lib/libtomcrypt/src/modes/ofb/ofb_done.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/ofb/ofb_encrypt.c b/core/lib/libtomcrypt/src/modes/ofb/ofb_encrypt.c index 943d9ce9..72b72461 100644 --- a/core/lib/libtomcrypt/src/modes/ofb/ofb_encrypt.c +++ b/core/lib/libtomcrypt/src/modes/ofb/ofb_encrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/ofb/ofb_getiv.c b/core/lib/libtomcrypt/src/modes/ofb/ofb_getiv.c index ee2d73d3..06856456 100644 --- a/core/lib/libtomcrypt/src/modes/ofb/ofb_getiv.c +++ b/core/lib/libtomcrypt/src/modes/ofb/ofb_getiv.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/ofb/ofb_setiv.c b/core/lib/libtomcrypt/src/modes/ofb/ofb_setiv.c index efb66c81..98dd2758 100644 --- a/core/lib/libtomcrypt/src/modes/ofb/ofb_setiv.c +++ b/core/lib/libtomcrypt/src/modes/ofb/ofb_setiv.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/ofb/ofb_start.c b/core/lib/libtomcrypt/src/modes/ofb/ofb_start.c index 9633614c..ba1f6b6e 100644 --- a/core/lib/libtomcrypt/src/modes/ofb/ofb_start.c +++ b/core/lib/libtomcrypt/src/modes/ofb/ofb_start.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/xts/xts_decrypt.c b/core/lib/libtomcrypt/src/modes/xts/xts_decrypt.c index 7e729a90..c111e30d 100644 --- a/core/lib/libtomcrypt/src/modes/xts/xts_decrypt.c +++ b/core/lib/libtomcrypt/src/modes/xts/xts_decrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/xts/xts_done.c b/core/lib/libtomcrypt/src/modes/xts/xts_done.c index 6d24fbe3..9989bea5 100644 --- a/core/lib/libtomcrypt/src/modes/xts/xts_done.c +++ b/core/lib/libtomcrypt/src/modes/xts/xts_done.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/xts/xts_encrypt.c b/core/lib/libtomcrypt/src/modes/xts/xts_encrypt.c index 34483832..52f9b815 100644 --- a/core/lib/libtomcrypt/src/modes/xts/xts_encrypt.c +++ b/core/lib/libtomcrypt/src/modes/xts/xts_encrypt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/xts/xts_init.c b/core/lib/libtomcrypt/src/modes/xts/xts_init.c index 318d3814..727c049c 100644 --- a/core/lib/libtomcrypt/src/modes/xts/xts_init.c +++ b/core/lib/libtomcrypt/src/modes/xts/xts_init.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/modes/xts/xts_mult_x.c b/core/lib/libtomcrypt/src/modes/xts/xts_mult_x.c index 1c3478b1..096b032d 100644 --- a/core/lib/libtomcrypt/src/modes/xts/xts_mult_x.c +++ b/core/lib/libtomcrypt/src/modes/xts/xts_mult_x.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/mpa_desc.c b/core/lib/libtomcrypt/src/mpa_desc.c index d4bcad66..66182983 100644 --- a/core/lib/libtomcrypt/src/mpa_desc.c +++ b/core/lib/libtomcrypt/src/mpa_desc.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_decode_bit_string.c b/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_decode_bit_string.c index 9d16d90c..de19f70f 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_decode_bit_string.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_decode_bit_string.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_decode_raw_bit_string.c b/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_decode_raw_bit_string.c index a857933b..03108c9d 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_decode_raw_bit_string.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_decode_raw_bit_string.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_encode_bit_string.c b/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_encode_bit_string.c index 1776fc02..e9b5e27f 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_encode_bit_string.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_encode_bit_string.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_encode_raw_bit_string.c b/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_encode_raw_bit_string.c index 8035e442..e07ccf49 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_encode_raw_bit_string.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_encode_raw_bit_string.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_length_bit_string.c b/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_length_bit_string.c index 39667162..4afba1d4 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_length_bit_string.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_length_bit_string.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/boolean/der_decode_boolean.c b/core/lib/libtomcrypt/src/pk/asn1/der/boolean/der_decode_boolean.c index 96c31fed..29affdcb 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/boolean/der_decode_boolean.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/boolean/der_decode_boolean.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/boolean/der_encode_boolean.c b/core/lib/libtomcrypt/src/pk/asn1/der/boolean/der_encode_boolean.c index 90bf24bb..99bd90eb 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/boolean/der_encode_boolean.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/boolean/der_encode_boolean.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/boolean/der_length_boolean.c b/core/lib/libtomcrypt/src/pk/asn1/der/boolean/der_length_boolean.c index 3f677c56..94eaba37 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/boolean/der_length_boolean.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/boolean/der_length_boolean.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/choice/der_decode_choice.c b/core/lib/libtomcrypt/src/pk/asn1/der/choice/der_decode_choice.c index b2b8bc05..fe8429b8 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/choice/der_decode_choice.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/choice/der_decode_choice.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/ia5/der_decode_ia5_string.c b/core/lib/libtomcrypt/src/pk/asn1/der/ia5/der_decode_ia5_string.c index d1dc4681..cf4af6b1 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/ia5/der_decode_ia5_string.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/ia5/der_decode_ia5_string.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/ia5/der_encode_ia5_string.c b/core/lib/libtomcrypt/src/pk/asn1/der/ia5/der_encode_ia5_string.c index 17a63546..20d75ed3 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/ia5/der_encode_ia5_string.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/ia5/der_encode_ia5_string.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/ia5/der_length_ia5_string.c b/core/lib/libtomcrypt/src/pk/asn1/der/ia5/der_length_ia5_string.c index 7acea72b..6cb37084 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/ia5/der_length_ia5_string.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/ia5/der_length_ia5_string.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/integer/der_decode_integer.c b/core/lib/libtomcrypt/src/pk/asn1/der/integer/der_decode_integer.c index 195ba0fb..f9cd4d57 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/integer/der_decode_integer.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/integer/der_decode_integer.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/integer/der_encode_integer.c b/core/lib/libtomcrypt/src/pk/asn1/der/integer/der_encode_integer.c index 466522b8..410cb0c9 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/integer/der_encode_integer.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/integer/der_encode_integer.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/integer/der_length_integer.c b/core/lib/libtomcrypt/src/pk/asn1/der/integer/der_length_integer.c index 7205a9d4..54f6266a 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/integer/der_length_integer.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/integer/der_length_integer.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/der_decode_object_identifier.c b/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/der_decode_object_identifier.c index 13d5f1c2..74fbb652 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/der_decode_object_identifier.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/der_decode_object_identifier.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/der_encode_object_identifier.c b/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/der_encode_object_identifier.c index 890114d8..7476e176 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/der_encode_object_identifier.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/der_encode_object_identifier.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/der_length_object_identifier.c b/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/der_length_object_identifier.c index d2fd0e0b..98bcd97b 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/der_length_object_identifier.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/der_length_object_identifier.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/octet/der_decode_octet_string.c b/core/lib/libtomcrypt/src/pk/asn1/der/octet/der_decode_octet_string.c index bae47606..4fca79f0 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/octet/der_decode_octet_string.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/octet/der_decode_octet_string.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/octet/der_encode_octet_string.c b/core/lib/libtomcrypt/src/pk/asn1/der/octet/der_encode_octet_string.c index 395774c0..fb42ae04 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/octet/der_encode_octet_string.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/octet/der_encode_octet_string.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/octet/der_length_octet_string.c b/core/lib/libtomcrypt/src/pk/asn1/der/octet/der_length_octet_string.c index 25ff5f82..f877ce5c 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/octet/der_length_octet_string.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/octet/der_length_octet_string.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/der_decode_printable_string.c b/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/der_decode_printable_string.c index 4688c38d..235f415e 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/der_decode_printable_string.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/der_decode_printable_string.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/der_encode_printable_string.c b/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/der_encode_printable_string.c index f94bd5e1..18c19761 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/der_encode_printable_string.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/der_encode_printable_string.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/der_length_printable_string.c b/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/der_length_printable_string.c index 73cd8eec..0abe32fd 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/der_length_printable_string.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/der_length_printable_string.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_ex.c b/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_ex.c index 29733611..d316ec58 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_ex.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_ex.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_flexi.c b/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_flexi.c index e8969ed8..9b232206 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_flexi.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_flexi.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_multi.c b/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_multi.c index ea23558a..0e748c09 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_multi.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_multi.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_decode_subject_public_key_info.c b/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_decode_subject_public_key_info.c index 22569bb1..84153baa 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_decode_subject_public_key_info.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_decode_subject_public_key_info.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_encode_sequence_ex.c b/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_encode_sequence_ex.c index 69ae0f16..eb196642 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_encode_sequence_ex.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_encode_sequence_ex.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_encode_sequence_multi.c b/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_encode_sequence_multi.c index 8bfc9ae3..85d589d6 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_encode_sequence_multi.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_encode_sequence_multi.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_encode_subject_public_key_info.c b/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_encode_subject_public_key_info.c index a075e7cd..7530cdb8 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_encode_subject_public_key_info.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_encode_subject_public_key_info.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_length_sequence.c b/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_length_sequence.c index 6f9d688a..57a826fc 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_length_sequence.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_length_sequence.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_sequence_free.c b/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_sequence_free.c index d2ded80b..2c6f9de1 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_sequence_free.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_sequence_free.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/set/der_encode_set.c b/core/lib/libtomcrypt/src/pk/asn1/der/set/der_encode_set.c index 881a2265..225b99ea 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/set/der_encode_set.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/set/der_encode_set.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/set/der_encode_setof.c b/core/lib/libtomcrypt/src/pk/asn1/der/set/der_encode_setof.c index 66fe72fb..5795cfe0 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/set/der_encode_setof.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/set/der_encode_setof.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/der_decode_short_integer.c b/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/der_decode_short_integer.c index 462f7503..c46522a5 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/der_decode_short_integer.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/der_decode_short_integer.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/der_encode_short_integer.c b/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/der_encode_short_integer.c index 2f2cf33f..daafda74 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/der_encode_short_integer.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/der_encode_short_integer.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/der_length_short_integer.c b/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/der_length_short_integer.c index 16726978..03bfb160 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/der_length_short_integer.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/der_length_short_integer.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/teletex_string/der_decode_teletex_string.c b/core/lib/libtomcrypt/src/pk/asn1/der/teletex_string/der_decode_teletex_string.c index a8eaecfa..18e1b2a5 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/teletex_string/der_decode_teletex_string.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/teletex_string/der_decode_teletex_string.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/teletex_string/der_length_teletex_string.c b/core/lib/libtomcrypt/src/pk/asn1/der/teletex_string/der_length_teletex_string.c index 7435e72f..0e107c25 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/teletex_string/der_length_teletex_string.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/teletex_string/der_length_teletex_string.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/utctime/der_decode_utctime.c b/core/lib/libtomcrypt/src/pk/asn1/der/utctime/der_decode_utctime.c index 328051d1..55033014 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/utctime/der_decode_utctime.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/utctime/der_decode_utctime.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/utctime/der_encode_utctime.c b/core/lib/libtomcrypt/src/pk/asn1/der/utctime/der_encode_utctime.c index e22b294a..c2ef66d7 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/utctime/der_encode_utctime.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/utctime/der_encode_utctime.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/utctime/der_length_utctime.c b/core/lib/libtomcrypt/src/pk/asn1/der/utctime/der_length_utctime.c index 055b726a..ee1a4641 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/utctime/der_length_utctime.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/utctime/der_length_utctime.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/utf8/der_decode_utf8_string.c b/core/lib/libtomcrypt/src/pk/asn1/der/utf8/der_decode_utf8_string.c index 6226dd51..52bcffbd 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/utf8/der_decode_utf8_string.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/utf8/der_decode_utf8_string.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/utf8/der_encode_utf8_string.c b/core/lib/libtomcrypt/src/pk/asn1/der/utf8/der_encode_utf8_string.c index 684f31b1..72841436 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/utf8/der_encode_utf8_string.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/utf8/der_encode_utf8_string.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/asn1/der/utf8/der_length_utf8_string.c b/core/lib/libtomcrypt/src/pk/asn1/der/utf8/der_length_utf8_string.c index 17dd672e..1f5ebfa1 100644 --- a/core/lib/libtomcrypt/src/pk/asn1/der/utf8/der_length_utf8_string.c +++ b/core/lib/libtomcrypt/src/pk/asn1/der/utf8/der_length_utf8_string.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/dh/dh.c b/core/lib/libtomcrypt/src/pk/dh/dh.c index d97f704c..0587fb7b 100644 --- a/core/lib/libtomcrypt/src/pk/dh/dh.c +++ b/core/lib/libtomcrypt/src/pk/dh/dh.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/core/lib/libtomcrypt/src/pk/dsa/dsa_decrypt_key.c b/core/lib/libtomcrypt/src/pk/dsa/dsa_decrypt_key.c index fde55da7..58256cd9 100644 --- a/core/lib/libtomcrypt/src/pk/dsa/dsa_decrypt_key.c +++ b/core/lib/libtomcrypt/src/pk/dsa/dsa_decrypt_key.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/dsa/dsa_encrypt_key.c b/core/lib/libtomcrypt/src/pk/dsa/dsa_encrypt_key.c index d69a6246..8018a287 100644 --- a/core/lib/libtomcrypt/src/pk/dsa/dsa_encrypt_key.c +++ b/core/lib/libtomcrypt/src/pk/dsa/dsa_encrypt_key.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/dsa/dsa_export.c b/core/lib/libtomcrypt/src/pk/dsa/dsa_export.c index 9424de45..d2a5e396 100644 --- a/core/lib/libtomcrypt/src/pk/dsa/dsa_export.c +++ b/core/lib/libtomcrypt/src/pk/dsa/dsa_export.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/dsa/dsa_free.c b/core/lib/libtomcrypt/src/pk/dsa/dsa_free.c index ca5b8876..fc6443b2 100644 --- a/core/lib/libtomcrypt/src/pk/dsa/dsa_free.c +++ b/core/lib/libtomcrypt/src/pk/dsa/dsa_free.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/dsa/dsa_import.c b/core/lib/libtomcrypt/src/pk/dsa/dsa_import.c index 271f359e..93f6b836 100644 --- a/core/lib/libtomcrypt/src/pk/dsa/dsa_import.c +++ b/core/lib/libtomcrypt/src/pk/dsa/dsa_import.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/dsa/dsa_make_key.c b/core/lib/libtomcrypt/src/pk/dsa/dsa_make_key.c index 1b02db8e..c50a9042 100644 --- a/core/lib/libtomcrypt/src/pk/dsa/dsa_make_key.c +++ b/core/lib/libtomcrypt/src/pk/dsa/dsa_make_key.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/dsa/dsa_shared_secret.c b/core/lib/libtomcrypt/src/pk/dsa/dsa_shared_secret.c index 449af93f..56e462cb 100644 --- a/core/lib/libtomcrypt/src/pk/dsa/dsa_shared_secret.c +++ b/core/lib/libtomcrypt/src/pk/dsa/dsa_shared_secret.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/dsa/dsa_sign_hash.c b/core/lib/libtomcrypt/src/pk/dsa/dsa_sign_hash.c index 0c899670..a3111145 100644 --- a/core/lib/libtomcrypt/src/pk/dsa/dsa_sign_hash.c +++ b/core/lib/libtomcrypt/src/pk/dsa/dsa_sign_hash.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/dsa/dsa_verify_hash.c b/core/lib/libtomcrypt/src/pk/dsa/dsa_verify_hash.c index 50ccaa72..970835fd 100644 --- a/core/lib/libtomcrypt/src/pk/dsa/dsa_verify_hash.c +++ b/core/lib/libtomcrypt/src/pk/dsa/dsa_verify_hash.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/dsa/dsa_verify_key.c b/core/lib/libtomcrypt/src/pk/dsa/dsa_verify_key.c index c413a4e2..8d4c8a65 100644 --- a/core/lib/libtomcrypt/src/pk/dsa/dsa_verify_key.c +++ b/core/lib/libtomcrypt/src/pk/dsa/dsa_verify_key.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ecc.c b/core/lib/libtomcrypt/src/pk/ecc/ecc.c index 5b321b74..c0aeb7ff 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ecc.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ecc.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ecc_ansi_x963_export.c b/core/lib/libtomcrypt/src/pk/ecc/ecc_ansi_x963_export.c index b35b041e..28c83f2b 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ecc_ansi_x963_export.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ecc_ansi_x963_export.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ecc_ansi_x963_import.c b/core/lib/libtomcrypt/src/pk/ecc/ecc_ansi_x963_import.c index cafbd070..ade59a15 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ecc_ansi_x963_import.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ecc_ansi_x963_import.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ecc_decrypt_key.c b/core/lib/libtomcrypt/src/pk/ecc/ecc_decrypt_key.c index b928dce1..d6653ac4 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ecc_decrypt_key.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ecc_decrypt_key.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ecc_encrypt_key.c b/core/lib/libtomcrypt/src/pk/ecc/ecc_encrypt_key.c index f37f3742..2e7b2432 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ecc_encrypt_key.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ecc_encrypt_key.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ecc_export.c b/core/lib/libtomcrypt/src/pk/ecc/ecc_export.c index 70baedd7..4335f70f 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ecc_export.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ecc_export.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ecc_free.c b/core/lib/libtomcrypt/src/pk/ecc/ecc_free.c index 5de73ca0..f6d9d3fb 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ecc_free.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ecc_free.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ecc_get_size.c b/core/lib/libtomcrypt/src/pk/ecc/ecc_get_size.c index 5e4e382d..2dc9e395 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ecc_get_size.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ecc_get_size.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ecc_import.c b/core/lib/libtomcrypt/src/pk/ecc/ecc_import.c index 41b3fe51..3875394a 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ecc_import.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ecc_import.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ecc_make_key.c b/core/lib/libtomcrypt/src/pk/ecc/ecc_make_key.c index 4e9f5470..1dec1f72 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ecc_make_key.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ecc_make_key.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ecc_shared_secret.c b/core/lib/libtomcrypt/src/pk/ecc/ecc_shared_secret.c index 5c0b563a..216addc1 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ecc_shared_secret.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ecc_shared_secret.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ecc_sign_hash.c b/core/lib/libtomcrypt/src/pk/ecc/ecc_sign_hash.c index 0f5f3ae4..a8a47234 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ecc_sign_hash.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ecc_sign_hash.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ecc_sizes.c b/core/lib/libtomcrypt/src/pk/ecc/ecc_sizes.c index da8a45db..1fbb84ac 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ecc_sizes.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ecc_sizes.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ecc_verify_hash.c b/core/lib/libtomcrypt/src/pk/ecc/ecc_verify_hash.c index 2ee3609f..be1427a6 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ecc_verify_hash.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ecc_verify_hash.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_is_valid_idx.c b/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_is_valid_idx.c index 25092730..1a40e388 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_is_valid_idx.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_is_valid_idx.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_map.c b/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_map.c index 7f5447ab..060e711d 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_map.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_map.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_mul2add.c b/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_mul2add.c index dc4cb6bc..727030ed 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_mul2add.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_mul2add.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod.c b/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod.c index dfd59aa8..5890b97d 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod_timing.c b/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod_timing.c index 38af1502..ee76b36f 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod_timing.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod_timing.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_points.c b/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_points.c index 1f4a0028..465bc867 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_points.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_points.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_projective_add_point.c b/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_projective_add_point.c index 7c89a899..97f42dbc 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_projective_add_point.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_projective_add_point.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_projective_dbl_point.c b/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_projective_dbl_point.c index 6cd0da94..e2d7e9f4 100644 --- a/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_projective_dbl_point.c +++ b/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_projective_dbl_point.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_i2osp.c b/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_i2osp.c index 5e40bcb7..dc4e9666 100644 --- a/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_i2osp.c +++ b/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_i2osp.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_mgf1.c b/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_mgf1.c index 393e1462..1144390d 100644 --- a/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_mgf1.c +++ b/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_mgf1.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_decode.c b/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_decode.c index f5e1d986..cf915297 100644 --- a/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_decode.c +++ b/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_decode.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_encode.c b/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_encode.c index 6bd3e1fa..4d5d9cbe 100644 --- a/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_encode.c +++ b/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_encode.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_os2ip.c b/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_os2ip.c index ee4d9475..82198a2a 100644 --- a/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_os2ip.c +++ b/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_os2ip.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_pss_decode.c b/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_pss_decode.c index f79f79e8..22f0bcda 100644 --- a/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_pss_decode.c +++ b/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_pss_decode.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_pss_encode.c b/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_pss_encode.c index b9752130..9d5d1c91 100644 --- a/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_pss_encode.c +++ b/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_pss_encode.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_decode.c b/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_decode.c index 3f5eff78..6c66c4c4 100644 --- a/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_decode.c +++ b/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_decode.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_encode.c b/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_encode.c index 0b1dde30..97f08304 100644 --- a/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_encode.c +++ b/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_encode.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/rsa/rsa_decrypt_key.c b/core/lib/libtomcrypt/src/pk/rsa/rsa_decrypt_key.c index f83e0471..406c5c27 100644 --- a/core/lib/libtomcrypt/src/pk/rsa/rsa_decrypt_key.c +++ b/core/lib/libtomcrypt/src/pk/rsa/rsa_decrypt_key.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/rsa/rsa_encrypt_key.c b/core/lib/libtomcrypt/src/pk/rsa/rsa_encrypt_key.c index d01e5b60..f4ccf567 100644 --- a/core/lib/libtomcrypt/src/pk/rsa/rsa_encrypt_key.c +++ b/core/lib/libtomcrypt/src/pk/rsa/rsa_encrypt_key.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/rsa/rsa_export.c b/core/lib/libtomcrypt/src/pk/rsa/rsa_export.c index 6ef370a2..60ed49c4 100644 --- a/core/lib/libtomcrypt/src/pk/rsa/rsa_export.c +++ b/core/lib/libtomcrypt/src/pk/rsa/rsa_export.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/rsa/rsa_exptmod.c b/core/lib/libtomcrypt/src/pk/rsa/rsa_exptmod.c index 493da6dd..2a83e07a 100644 --- a/core/lib/libtomcrypt/src/pk/rsa/rsa_exptmod.c +++ b/core/lib/libtomcrypt/src/pk/rsa/rsa_exptmod.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/rsa/rsa_free.c b/core/lib/libtomcrypt/src/pk/rsa/rsa_free.c index cfc617c8..855562c2 100644 --- a/core/lib/libtomcrypt/src/pk/rsa/rsa_free.c +++ b/core/lib/libtomcrypt/src/pk/rsa/rsa_free.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/rsa/rsa_import.c b/core/lib/libtomcrypt/src/pk/rsa/rsa_import.c index 7975d2af..f12523cd 100644 --- a/core/lib/libtomcrypt/src/pk/rsa/rsa_import.c +++ b/core/lib/libtomcrypt/src/pk/rsa/rsa_import.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/rsa/rsa_make_key.c b/core/lib/libtomcrypt/src/pk/rsa/rsa_make_key.c index 163f643d..3c2a9ccc 100644 --- a/core/lib/libtomcrypt/src/pk/rsa/rsa_make_key.c +++ b/core/lib/libtomcrypt/src/pk/rsa/rsa_make_key.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/rsa/rsa_sign_hash.c b/core/lib/libtomcrypt/src/pk/rsa/rsa_sign_hash.c index 257ddec9..fdd70d59 100644 --- a/core/lib/libtomcrypt/src/pk/rsa/rsa_sign_hash.c +++ b/core/lib/libtomcrypt/src/pk/rsa/rsa_sign_hash.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/pk/rsa/rsa_verify_hash.c b/core/lib/libtomcrypt/src/pk/rsa/rsa_verify_hash.c index a3c86d33..ce488f4d 100644 --- a/core/lib/libtomcrypt/src/pk/rsa/rsa_verify_hash.c +++ b/core/lib/libtomcrypt/src/pk/rsa/rsa_verify_hash.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/prngs/rng_get_bytes.c b/core/lib/libtomcrypt/src/prngs/rng_get_bytes.c index f0e591d1..a86f6754 100644 --- a/core/lib/libtomcrypt/src/prngs/rng_get_bytes.c +++ b/core/lib/libtomcrypt/src/prngs/rng_get_bytes.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/prngs/rng_make_prng.c b/core/lib/libtomcrypt/src/prngs/rng_make_prng.c index 3d67ba97..fedb059a 100644 --- a/core/lib/libtomcrypt/src/prngs/rng_make_prng.c +++ b/core/lib/libtomcrypt/src/prngs/rng_make_prng.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/prngs/sprng.c b/core/lib/libtomcrypt/src/prngs/sprng.c index 72444073..eccb7eaa 100644 --- a/core/lib/libtomcrypt/src/prngs/sprng.c +++ b/core/lib/libtomcrypt/src/prngs/sprng.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/prngs/yarrow.c b/core/lib/libtomcrypt/src/prngs/yarrow.c index f245cde2..edffb488 100644 --- a/core/lib/libtomcrypt/src/prngs/yarrow.c +++ b/core/lib/libtomcrypt/src/prngs/yarrow.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2001-2007, Tom St Denis * All rights reserved. diff --git a/core/lib/libtomcrypt/src/tee_ltc_provider.c b/core/lib/libtomcrypt/src/tee_ltc_provider.c index 16006bd9..3745fde4 100644 --- a/core/lib/libtomcrypt/src/tee_ltc_provider.c +++ b/core/lib/libtomcrypt/src/tee_ltc_provider.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/lib/zlib/adler32.c b/core/lib/zlib/adler32.c index d0be4380..fbaec27b 100644 --- a/core/lib/zlib/adler32.c +++ b/core/lib/zlib/adler32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: Zlib /* adler32.c -- compute the Adler-32 checksum of a data stream * Copyright (C) 1995-2011, 2016 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/core/lib/zlib/gzguts.h b/core/lib/zlib/gzguts.h index 990a4d25..75790f28 100644 --- a/core/lib/zlib/gzguts.h +++ b/core/lib/zlib/gzguts.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Zlib */ /* gzguts.h -- zlib internal header definitions for gz* operations * Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013, 2016 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/core/lib/zlib/inffast.c b/core/lib/zlib/inffast.c index 0dbd1dbc..013dd5a8 100644 --- a/core/lib/zlib/inffast.c +++ b/core/lib/zlib/inffast.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: Zlib /* inffast.c -- fast decoding * Copyright (C) 1995-2017 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/core/lib/zlib/inffast.h b/core/lib/zlib/inffast.h index e5c1aa4c..7bace8dd 100644 --- a/core/lib/zlib/inffast.h +++ b/core/lib/zlib/inffast.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Zlib */ /* inffast.h -- header to use inffast.c * Copyright (C) 1995-2003, 2010 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/core/lib/zlib/inflate.c b/core/lib/zlib/inflate.c index e9fde33d..3b830bed 100644 --- a/core/lib/zlib/inflate.c +++ b/core/lib/zlib/inflate.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: Zlib /* inflate.c -- zlib decompression * Copyright (C) 1995-2016 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/core/lib/zlib/inflate.h b/core/lib/zlib/inflate.h index a46cce6b..1578e26b 100644 --- a/core/lib/zlib/inflate.h +++ b/core/lib/zlib/inflate.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Zlib */ /* inflate.h -- internal inflate state definition * Copyright (C) 1995-2016 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/core/lib/zlib/inftrees.c b/core/lib/zlib/inftrees.c index 2ea08fc1..b7fa4cd8 100644 --- a/core/lib/zlib/inftrees.c +++ b/core/lib/zlib/inftrees.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: Zlib /* inftrees.c -- generate Huffman trees for efficient decoding * Copyright (C) 1995-2017 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/core/lib/zlib/inftrees.h b/core/lib/zlib/inftrees.h index baa53a0b..cb1678d0 100644 --- a/core/lib/zlib/inftrees.h +++ b/core/lib/zlib/inftrees.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Zlib */ /* inftrees.h -- header to use inftrees.c * Copyright (C) 1995-2005, 2010 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/core/lib/zlib/zconf.h b/core/lib/zlib/zconf.h index f1f9e145..0bca18be 100644 --- a/core/lib/zlib/zconf.h +++ b/core/lib/zlib/zconf.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Zlib */ /* zconf.h -- configuration of the zlib compression library * Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/core/lib/zlib/zlib.h b/core/lib/zlib/zlib.h index f09cdaf1..1ba27178 100644 --- a/core/lib/zlib/zlib.h +++ b/core/lib/zlib/zlib.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Zlib */ /* zlib.h -- interface of the 'zlib' general purpose compression library version 1.2.11, January 15th, 2017 diff --git a/core/lib/zlib/zutil.c b/core/lib/zlib/zutil.c index a76c6b0c..e9e9a3fc 100644 --- a/core/lib/zlib/zutil.c +++ b/core/lib/zlib/zutil.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: Zlib /* zutil.c -- target dependent utility functions for the compression library * Copyright (C) 1995-2017 Jean-loup Gailly * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/core/lib/zlib/zutil.h b/core/lib/zlib/zutil.h index b079ea6a..ca12522f 100644 --- a/core/lib/zlib/zutil.h +++ b/core/lib/zlib/zutil.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Zlib */ /* zutil.h -- internal interface and configuration of the compression library * Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/core/tee/fs_dirfile.c b/core/tee/fs_dirfile.c index 92b729a1..3a008144 100644 --- a/core/tee/fs_dirfile.c +++ b/core/tee/fs_dirfile.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2017, Linaro Limited * All rights reserved. diff --git a/core/tee/fs_htree.c b/core/tee/fs_htree.c index eb30b19c..3f64ff5f 100644 --- a/core/tee/fs_htree.c +++ b/core/tee/fs_htree.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2017, Linaro Limited * All rights reserved. diff --git a/core/tee/se/aid.c b/core/tee/se/aid.c index 47c5c943..7c77c0ef 100644 --- a/core/tee/se/aid.c +++ b/core/tee/se/aid.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/se/aid_priv.h b/core/tee/se/aid_priv.h index 555246fb..a56ba2cc 100644 --- a/core/tee/se/aid_priv.h +++ b/core/tee/se/aid_priv.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/se/apdu.c b/core/tee/se/apdu.c index ddef30de..ca488068 100644 --- a/core/tee/se/apdu.c +++ b/core/tee/se/apdu.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/se/apdu_priv.h b/core/tee/se/apdu_priv.h index 3d30050e..dbe4df70 100644 --- a/core/tee/se/apdu_priv.h +++ b/core/tee/se/apdu_priv.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/se/channel.c b/core/tee/se/channel.c index 5df70841..06677b8b 100644 --- a/core/tee/se/channel.c +++ b/core/tee/se/channel.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/se/channel_priv.h b/core/tee/se/channel_priv.h index 984a3656..12da8539 100644 --- a/core/tee/se/channel_priv.h +++ b/core/tee/se/channel_priv.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/se/iso7816.c b/core/tee/se/iso7816.c index 329c4257..32823aab 100644 --- a/core/tee/se/iso7816.c +++ b/core/tee/se/iso7816.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/se/manager.c b/core/tee/se/manager.c index b88701c8..81de0444 100644 --- a/core/tee/se/manager.c +++ b/core/tee/se/manager.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/se/reader.c b/core/tee/se/reader.c index 3f0aa982..a2b10da6 100644 --- a/core/tee/se/reader.c +++ b/core/tee/se/reader.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/se/reader/passthru_reader/driver.c b/core/tee/se/reader/passthru_reader/driver.c index e3c550ed..e9c9a1f0 100644 --- a/core/tee/se/reader/passthru_reader/driver.c +++ b/core/tee/se/reader/passthru_reader/driver.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/se/reader/passthru_reader/pcsc.h b/core/tee/se/reader/passthru_reader/pcsc.h index 6f0636b0..ae2d6c05 100644 --- a/core/tee/se/reader/passthru_reader/pcsc.h +++ b/core/tee/se/reader/passthru_reader/pcsc.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/se/reader/passthru_reader/reader.c b/core/tee/se/reader/passthru_reader/reader.c index 4cb13e15..95f31a99 100644 --- a/core/tee/se/reader/passthru_reader/reader.c +++ b/core/tee/se/reader/passthru_reader/reader.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/se/reader/passthru_reader/reader.h b/core/tee/se/reader/passthru_reader/reader.h index cb9541c1..c19f24f4 100644 --- a/core/tee/se/reader/passthru_reader/reader.h +++ b/core/tee/se/reader/passthru_reader/reader.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/se/reader_priv.h b/core/tee/se/reader_priv.h index 00e139eb..e15eb717 100644 --- a/core/tee/se/reader_priv.h +++ b/core/tee/se/reader_priv.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/se/service.c b/core/tee/se/service.c index ae063ede..22ee67a2 100644 --- a/core/tee/se/service.c +++ b/core/tee/se/service.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/se/service_priv.h b/core/tee/se/service_priv.h index 9ad155a0..8fcf780f 100644 --- a/core/tee/se/service_priv.h +++ b/core/tee/se/service_priv.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/se/session.c b/core/tee/se/session.c index ed28aa48..2394ea3d 100644 --- a/core/tee/se/session.c +++ b/core/tee/se/session.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/se/session_priv.h b/core/tee/se/session_priv.h index 81b28b46..6de625c7 100644 --- a/core/tee/se/session_priv.h +++ b/core/tee/se/session_priv.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/se/svc.c b/core/tee/se/svc.c index 28599898..2af51bab 100644 --- a/core/tee/se/svc.c +++ b/core/tee/se/svc.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/se/util.c b/core/tee/se/util.c index d118f263..d7466af7 100644 --- a/core/tee/se/util.c +++ b/core/tee/se/util.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/tee_cryp_concat_kdf.c b/core/tee/tee_cryp_concat_kdf.c index 0733c42f..a4aa4ad9 100644 --- a/core/tee/tee_cryp_concat_kdf.c +++ b/core/tee/tee_cryp_concat_kdf.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/tee_cryp_hkdf.c b/core/tee/tee_cryp_hkdf.c index e89d3b79..92ddf99c 100644 --- a/core/tee/tee_cryp_hkdf.c +++ b/core/tee/tee_cryp_hkdf.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/tee_cryp_pbkdf2.c b/core/tee/tee_cryp_pbkdf2.c index 1a2eea5b..e8647910 100644 --- a/core/tee/tee_cryp_pbkdf2.c +++ b/core/tee/tee_cryp_pbkdf2.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/tee_cryp_utl.c b/core/tee/tee_cryp_utl.c index 42876371..9c5abe9a 100644 --- a/core/tee/tee_cryp_utl.c +++ b/core/tee/tee_cryp_utl.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/core/tee/tee_fs_key_manager.c b/core/tee/tee_fs_key_manager.c index a218c5b7..316e72d7 100644 --- a/core/tee/tee_fs_key_manager.c +++ b/core/tee/tee_fs_key_manager.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/tee/tee_fs_rpc.c b/core/tee/tee_fs_rpc.c index 741732d0..05c9805d 100644 --- a/core/tee/tee_fs_rpc.c +++ b/core/tee/tee_fs_rpc.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/tee/tee_fs_rpc_cache.c b/core/tee/tee_fs_rpc_cache.c index 43bfefe0..3a608f96 100644 --- a/core/tee/tee_fs_rpc_cache.c +++ b/core/tee/tee_fs_rpc_cache.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/core/tee/tee_obj.c b/core/tee/tee_obj.c index 4b9e5370..c7cc6669 100644 --- a/core/tee/tee_obj.c +++ b/core/tee/tee_obj.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/tee/tee_pobj.c b/core/tee/tee_pobj.c index ed26b8ac..9b1eb66a 100644 --- a/core/tee/tee_pobj.c +++ b/core/tee/tee_pobj.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/tee/tee_ree_fs.c b/core/tee/tee_ree_fs.c index 1641a2ab..089c48da 100644 --- a/core/tee/tee_ree_fs.c +++ b/core/tee/tee_ree_fs.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/core/tee/tee_rpmb_fs.c b/core/tee/tee_rpmb_fs.c index f07f2e8e..3fb31995 100644 --- a/core/tee/tee_rpmb_fs.c +++ b/core/tee/tee_rpmb_fs.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/tee/tee_svc.c b/core/tee/tee_svc.c index b6f85da9..3545ff4f 100644 --- a/core/tee/tee_svc.c +++ b/core/tee/tee_svc.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/tee/tee_svc_cryp.c b/core/tee/tee_svc_cryp.c index 68cf8ae2..086e651d 100644 --- a/core/tee/tee_svc_cryp.c +++ b/core/tee/tee_svc_cryp.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/tee/tee_svc_storage.c b/core/tee/tee_svc_storage.c index 3b19bc52..b03d5463 100644 --- a/core/tee/tee_svc_storage.c +++ b/core/tee/tee_svc_storage.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/tee/tee_time_generic.c b/core/tee/tee_time_generic.c index 0b983b04..f2ba7b47 100644 --- a/core/tee/tee_time_generic.c +++ b/core/tee/tee_time_generic.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/core/tee/uuid.c b/core/tee/uuid.c index 3642b1c2..368c72ba 100644 --- a/core/tee/uuid.c +++ b/core/tee/uuid.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/lib/libmpa/arch/arm/mpa_a32.S b/lib/libmpa/arch/arm/mpa_a32.S index 590de2b0..834cc4e0 100644 --- a/lib/libmpa/arch/arm/mpa_a32.S +++ b/lib/libmpa/arch/arm/mpa_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libmpa/include/mpa.h b/lib/libmpa/include/mpa.h index c5aa5de5..c3a00c3d 100644 --- a/lib/libmpa/include/mpa.h +++ b/lib/libmpa/include/mpa.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libmpa/include/mpalib.h b/lib/libmpa/include/mpalib.h index 044a78e5..f981cefd 100644 --- a/lib/libmpa/include/mpalib.h +++ b/lib/libmpa/include/mpalib.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libmpa/include/mpalib_config.h b/lib/libmpa/include/mpalib_config.h index 08ab5e0a..ac7374c5 100644 --- a/lib/libmpa/include/mpalib_config.h +++ b/lib/libmpa/include/mpalib_config.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libmpa/mpa_addsub.c b/lib/libmpa/mpa_addsub.c index ede3ab7d..445de847 100644 --- a/lib/libmpa/mpa_addsub.c +++ b/lib/libmpa/mpa_addsub.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libmpa/mpa_cmp.c b/lib/libmpa/mpa_cmp.c index 5d36bded..22426dfe 100644 --- a/lib/libmpa/mpa_cmp.c +++ b/lib/libmpa/mpa_cmp.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libmpa/mpa_conv.c b/lib/libmpa/mpa_conv.c index d7de0dd6..8589296e 100644 --- a/lib/libmpa/mpa_conv.c +++ b/lib/libmpa/mpa_conv.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libmpa/mpa_div.c b/lib/libmpa/mpa_div.c index dd764f91..15818f3f 100644 --- a/lib/libmpa/mpa_div.c +++ b/lib/libmpa/mpa_div.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libmpa/mpa_expmod.c b/lib/libmpa/mpa_expmod.c index 750db171..f531794f 100644 --- a/lib/libmpa/mpa_expmod.c +++ b/lib/libmpa/mpa_expmod.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libmpa/mpa_gcd.c b/lib/libmpa/mpa_gcd.c index 79b82c50..03a4c544 100644 --- a/lib/libmpa/mpa_gcd.c +++ b/lib/libmpa/mpa_gcd.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libmpa/mpa_init.c b/lib/libmpa/mpa_init.c index 35a63562..7f324050 100644 --- a/lib/libmpa/mpa_init.c +++ b/lib/libmpa/mpa_init.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libmpa/mpa_io.c b/lib/libmpa/mpa_io.c index 3290ac3b..25f6c047 100644 --- a/lib/libmpa/mpa_io.c +++ b/lib/libmpa/mpa_io.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libmpa/mpa_mem_static.c b/lib/libmpa/mpa_mem_static.c index 1debbb47..d97a1169 100644 --- a/lib/libmpa/mpa_mem_static.c +++ b/lib/libmpa/mpa_mem_static.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libmpa/mpa_misc.c b/lib/libmpa/mpa_misc.c index a7a996db..61ee266f 100644 --- a/lib/libmpa/mpa_misc.c +++ b/lib/libmpa/mpa_misc.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libmpa/mpa_modulus.c b/lib/libmpa/mpa_modulus.c index 5942942a..9c2f1fd5 100644 --- a/lib/libmpa/mpa_modulus.c +++ b/lib/libmpa/mpa_modulus.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libmpa/mpa_montgomery.c b/lib/libmpa/mpa_montgomery.c index ecea0fb4..2e3e0973 100644 --- a/lib/libmpa/mpa_montgomery.c +++ b/lib/libmpa/mpa_montgomery.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libmpa/mpa_mul.c b/lib/libmpa/mpa_mul.c index 4875f083..f8b08f19 100644 --- a/lib/libmpa/mpa_mul.c +++ b/lib/libmpa/mpa_mul.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libmpa/mpa_primetable.h b/lib/libmpa/mpa_primetable.h index 38c06167..3db91a3e 100644 --- a/lib/libmpa/mpa_primetable.h +++ b/lib/libmpa/mpa_primetable.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libmpa/mpa_primetest.c b/lib/libmpa/mpa_primetest.c index f8d67fa6..5c540086 100644 --- a/lib/libmpa/mpa_primetest.c +++ b/lib/libmpa/mpa_primetest.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libmpa/mpa_random.c b/lib/libmpa/mpa_random.c index 888fff9c..d12e978d 100644 --- a/lib/libmpa/mpa_random.c +++ b/lib/libmpa/mpa_random.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libmpa/mpa_shift.c b/lib/libmpa/mpa_shift.c index 0d649107..74972b16 100644 --- a/lib/libmpa/mpa_shift.c +++ b/lib/libmpa/mpa_shift.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/abort.c b/lib/libutee/abort.c index 79c071fc..94e19828 100644 --- a/lib/libutee/abort.c +++ b/lib/libutee/abort.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/arch/arm/gprof/gmon.h b/lib/libutee/arch/arm/gprof/gmon.h index f4ab98d9..b8597774 100644 --- a/lib/libutee/arch/arm/gprof/gmon.h +++ b/lib/libutee/arch/arm/gprof/gmon.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: (BSD-2-Clause AND BSD-3-Clause) */ /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/lib/libutee/arch/arm/gprof/gmon_out.h b/lib/libutee/arch/arm/gprof/gmon_out.h index 1f169dab..6faadaaa 100644 --- a/lib/libutee/arch/arm/gprof/gmon_out.h +++ b/lib/libutee/arch/arm/gprof/gmon_out.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/lib/libutee/arch/arm/gprof/gprof.c b/lib/libutee/arch/arm/gprof/gprof.c index cf431489..15598eaa 100644 --- a/lib/libutee/arch/arm/gprof/gprof.c +++ b/lib/libutee/arch/arm/gprof/gprof.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: (BSD-2-Clause AND BSD-3-Clause) /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/lib/libutee/arch/arm/gprof/gprof_a32.S b/lib/libutee/arch/arm/gprof/gprof_a32.S index f92387f8..b2ff4d64 100644 --- a/lib/libutee/arch/arm/gprof/gprof_a32.S +++ b/lib/libutee/arch/arm/gprof/gprof_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/lib/libutee/arch/arm/gprof/gprof_a64.S b/lib/libutee/arch/arm/gprof/gprof_a64.S index fd3b9871..be05c7d9 100644 --- a/lib/libutee/arch/arm/gprof/gprof_a64.S +++ b/lib/libutee/arch/arm/gprof/gprof_a64.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/lib/libutee/arch/arm/gprof/gprof_pta.c b/lib/libutee/arch/arm/gprof/gprof_pta.c index 7f54e8f8..4893f0f8 100644 --- a/lib/libutee/arch/arm/gprof/gprof_pta.c +++ b/lib/libutee/arch/arm/gprof/gprof_pta.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/lib/libutee/arch/arm/gprof/gprof_pta.h b/lib/libutee/arch/arm/gprof/gprof_pta.h index ff2e7a37..c8b26423 100644 --- a/lib/libutee/arch/arm/gprof/gprof_pta.h +++ b/lib/libutee/arch/arm/gprof/gprof_pta.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/lib/libutee/arch/arm/user_ta_entry.c b/lib/libutee/arch/arm/user_ta_entry.c index e18d4255..e7f100b4 100644 --- a/lib/libutee/arch/arm/user_ta_entry.c +++ b/lib/libutee/arch/arm/user_ta_entry.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/arch/arm/utee_misc.c b/lib/libutee/arch/arm/utee_misc.c index 0243080a..580dc0ca 100644 --- a/lib/libutee/arch/arm/utee_misc.c +++ b/lib/libutee/arch/arm/utee_misc.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/arch/arm/utee_syscalls_a32.S b/lib/libutee/arch/arm/utee_syscalls_a32.S index 7f375b68..925d4e57 100644 --- a/lib/libutee/arch/arm/utee_syscalls_a32.S +++ b/lib/libutee/arch/arm/utee_syscalls_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/lib/libutee/arch/arm/utee_syscalls_a64.S b/lib/libutee/arch/arm/utee_syscalls_a64.S index 115a619d..7c94d45b 100644 --- a/lib/libutee/arch/arm/utee_syscalls_a64.S +++ b/lib/libutee/arch/arm/utee_syscalls_a64.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/lib/libutee/arch/arm/utee_syscalls_asm.S b/lib/libutee/arch/arm/utee_syscalls_asm.S index 8d525dcb..32d56af6 100644 --- a/lib/libutee/arch/arm/utee_syscalls_asm.S +++ b/lib/libutee/arch/arm/utee_syscalls_asm.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/lib/libutee/assert.c b/lib/libutee/assert.c index 2cb10726..2b99b41f 100644 --- a/lib/libutee/assert.c +++ b/lib/libutee/assert.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/base64.c b/lib/libutee/base64.c index 0567aa68..83f907e2 100644 --- a/lib/libutee/base64.c +++ b/lib/libutee/base64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/base64.h b/lib/libutee/base64.h index 8da8a23e..c84b88fd 100644 --- a/lib/libutee/base64.h +++ b/lib/libutee/base64.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/errno.c b/lib/libutee/errno.c index 7147b426..249b5421 100644 --- a/lib/libutee/errno.c +++ b/lib/libutee/errno.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/include/__tee_ipsocket.h b/lib/libutee/include/__tee_ipsocket.h index 7c33666c..c3d4722d 100644 --- a/lib/libutee/include/__tee_ipsocket.h +++ b/lib/libutee/include/__tee_ipsocket.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016-2017, Linaro Limited * All rights reserved. diff --git a/lib/libutee/include/__tee_isocket_defines.h b/lib/libutee/include/__tee_isocket_defines.h index b38457a5..5b6ad8f1 100644 --- a/lib/libutee/include/__tee_isocket_defines.h +++ b/lib/libutee/include/__tee_isocket_defines.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016-2017, Linaro Limited * All rights reserved. diff --git a/lib/libutee/include/__tee_tcpsocket_defines.h b/lib/libutee/include/__tee_tcpsocket_defines.h index 21853e0f..ef1dd549 100644 --- a/lib/libutee/include/__tee_tcpsocket_defines.h +++ b/lib/libutee/include/__tee_tcpsocket_defines.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016-2017, Linaro Limited * All rights reserved. diff --git a/lib/libutee/include/__tee_tcpsocket_defines_extensions.h b/lib/libutee/include/__tee_tcpsocket_defines_extensions.h index 3a03a2c1..5c63482d 100644 --- a/lib/libutee/include/__tee_tcpsocket_defines_extensions.h +++ b/lib/libutee/include/__tee_tcpsocket_defines_extensions.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016-2017, Linaro Limited * All rights reserved. diff --git a/lib/libutee/include/__tee_udpsocket_defines.h b/lib/libutee/include/__tee_udpsocket_defines.h index 64ec09c4..e3077939 100644 --- a/lib/libutee/include/__tee_udpsocket_defines.h +++ b/lib/libutee/include/__tee_udpsocket_defines.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016-2017, Linaro Limited * All rights reserved. diff --git a/lib/libutee/include/pta_benchmark.h b/lib/libutee/include/pta_benchmark.h index 447b7d8d..2b5ad092 100644 --- a/lib/libutee/include/pta_benchmark.h +++ b/lib/libutee/include/pta_benchmark.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2017, Linaro Limited * All rights reserved. diff --git a/lib/libutee/include/pta_gprof.h b/lib/libutee/include/pta_gprof.h index 9e95fb08..f067ef8c 100644 --- a/lib/libutee/include/pta_gprof.h +++ b/lib/libutee/include/pta_gprof.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/lib/libutee/include/pta_invoke_tests.h b/lib/libutee/include/pta_invoke_tests.h index 355d5c96..709cb026 100644 --- a/lib/libutee/include/pta_invoke_tests.h +++ b/lib/libutee/include/pta_invoke_tests.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2017, Linaro Limited * All rights reserved. diff --git a/lib/libutee/include/pta_socket.h b/lib/libutee/include/pta_socket.h index b39aa520..ddfe307b 100644 --- a/lib/libutee/include/pta_socket.h +++ b/lib/libutee/include/pta_socket.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/lib/libutee/include/tee_api.h b/lib/libutee/include/tee_api.h index 28cdf429..f2342cb5 100644 --- a/lib/libutee/include/tee_api.h +++ b/lib/libutee/include/tee_api.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/include/tee_api_defines.h b/lib/libutee/include/tee_api_defines.h index 5be1c81e..0aa70eea 100644 --- a/lib/libutee/include/tee_api_defines.h +++ b/lib/libutee/include/tee_api_defines.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/include/tee_api_defines_extensions.h b/lib/libutee/include/tee_api_defines_extensions.h index d21a0ae1..99581cc1 100644 --- a/lib/libutee/include/tee_api_defines_extensions.h +++ b/lib/libutee/include/tee_api_defines_extensions.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/lib/libutee/include/tee_api_types.h b/lib/libutee/include/tee_api_types.h index 334d6c5c..d52d33d6 100644 --- a/lib/libutee/include/tee_api_types.h +++ b/lib/libutee/include/tee_api_types.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/include/tee_arith_internal.h b/lib/libutee/include/tee_arith_internal.h index 5ebee1c1..c86867a7 100644 --- a/lib/libutee/include/tee_arith_internal.h +++ b/lib/libutee/include/tee_arith_internal.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/include/tee_internal_api.h b/lib/libutee/include/tee_internal_api.h index 2c050e39..0da49184 100644 --- a/lib/libutee/include/tee_internal_api.h +++ b/lib/libutee/include/tee_internal_api.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/include/tee_internal_api_extensions.h b/lib/libutee/include/tee_internal_api_extensions.h index 03eb400f..a140c04d 100644 --- a/lib/libutee/include/tee_internal_api_extensions.h +++ b/lib/libutee/include/tee_internal_api_extensions.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/include/tee_internal_se_api.h b/lib/libutee/include/tee_internal_se_api.h index 06c4c94c..1b333f3b 100644 --- a/lib/libutee/include/tee_internal_se_api.h +++ b/lib/libutee/include/tee_internal_se_api.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/lib/libutee/include/tee_isocket.h b/lib/libutee/include/tee_isocket.h index 15b5a97e..dcaa4666 100644 --- a/lib/libutee/include/tee_isocket.h +++ b/lib/libutee/include/tee_isocket.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016-2017, Linaro Limited * All rights reserved. diff --git a/lib/libutee/include/tee_syscall_numbers.h b/lib/libutee/include/tee_syscall_numbers.h index 2c1d4436..91fcf440 100644 --- a/lib/libutee/include/tee_syscall_numbers.h +++ b/lib/libutee/include/tee_syscall_numbers.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/include/tee_ta_api.h b/lib/libutee/include/tee_ta_api.h index fd4a21bf..5d75cab7 100644 --- a/lib/libutee/include/tee_ta_api.h +++ b/lib/libutee/include/tee_ta_api.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/include/tee_tcpsocket.h b/lib/libutee/include/tee_tcpsocket.h index f40cfcff..b992d8fb 100644 --- a/lib/libutee/include/tee_tcpsocket.h +++ b/lib/libutee/include/tee_tcpsocket.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016-2017, Linaro Limited * All rights reserved. diff --git a/lib/libutee/include/tee_udpsocket.h b/lib/libutee/include/tee_udpsocket.h index ae5e968c..aa2fb5d7 100644 --- a/lib/libutee/include/tee_udpsocket.h +++ b/lib/libutee/include/tee_udpsocket.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016-2017, Linaro Limited * All rights reserved. diff --git a/lib/libutee/include/user_ta_header.h b/lib/libutee/include/user_ta_header.h index 37b2303b..1082fb21 100644 --- a/lib/libutee/include/user_ta_header.h +++ b/lib/libutee/include/user_ta_header.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/include/utee_defines.h b/lib/libutee/include/utee_defines.h index ae5a7dec..16f64089 100644 --- a/lib/libutee/include/utee_defines.h +++ b/lib/libutee/include/utee_defines.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/include/utee_syscalls.h b/lib/libutee/include/utee_syscalls.h index ed518a04..1232829f 100644 --- a/lib/libutee/include/utee_syscalls.h +++ b/lib/libutee/include/utee_syscalls.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * Copyright (c) 2014, STMicroelectronics International N.V. diff --git a/lib/libutee/include/utee_types.h b/lib/libutee/include/utee_types.h index 307b5074..c62f3118 100644 --- a/lib/libutee/include/utee_types.h +++ b/lib/libutee/include/utee_types.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/tee_api.c b/lib/libutee/tee_api.c index 7bd3828f..6f5bb728 100644 --- a/lib/libutee/tee_api.c +++ b/lib/libutee/tee_api.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/tee_api_arith.c b/lib/libutee/tee_api_arith.c index 9a3cd75b..f1b600e1 100644 --- a/lib/libutee/tee_api_arith.c +++ b/lib/libutee/tee_api_arith.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/tee_api_objects.c b/lib/libutee/tee_api_objects.c index 93c204e1..398861ee 100644 --- a/lib/libutee/tee_api_objects.c +++ b/lib/libutee/tee_api_objects.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/tee_api_operations.c b/lib/libutee/tee_api_operations.c index f87ae3d3..5f121344 100644 --- a/lib/libutee/tee_api_operations.c +++ b/lib/libutee/tee_api_operations.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/tee_api_panic.c b/lib/libutee/tee_api_panic.c index 85366714..989f73e5 100644 --- a/lib/libutee/tee_api_panic.c +++ b/lib/libutee/tee_api_panic.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/tee_api_private.h b/lib/libutee/tee_api_private.h index 5907d53b..331be4af 100644 --- a/lib/libutee/tee_api_private.h +++ b/lib/libutee/tee_api_private.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/lib/libutee/tee_api_property.c b/lib/libutee/tee_api_property.c index c2217b84..67fd8292 100644 --- a/lib/libutee/tee_api_property.c +++ b/lib/libutee/tee_api_property.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * Copyright (c) 2017, Linaro Limited diff --git a/lib/libutee/tee_api_se.c b/lib/libutee/tee_api_se.c index 8bccdb14..3729f272 100644 --- a/lib/libutee/tee_api_se.c +++ b/lib/libutee/tee_api_se.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/lib/libutee/tee_socket_private.h b/lib/libutee/tee_socket_private.h index c1827028..8c5c810d 100644 --- a/lib/libutee/tee_socket_private.h +++ b/lib/libutee/tee_socket_private.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016-2017, Linaro Limited * All rights reserved. diff --git a/lib/libutee/tee_socket_pta.c b/lib/libutee/tee_socket_pta.c index ddb4fb7c..de5557a8 100644 --- a/lib/libutee/tee_socket_pta.c +++ b/lib/libutee/tee_socket_pta.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016-2017, Linaro Limited * All rights reserved. diff --git a/lib/libutee/tee_tcpudp_socket.c b/lib/libutee/tee_tcpudp_socket.c index d899b8c5..15743879 100644 --- a/lib/libutee/tee_tcpudp_socket.c +++ b/lib/libutee/tee_tcpudp_socket.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016-2017, Linaro Limited * All rights reserved. diff --git a/lib/libutee/tee_user_mem.c b/lib/libutee/tee_user_mem.c index 870ee928..86aa69c1 100644 --- a/lib/libutee/tee_user_mem.c +++ b/lib/libutee/tee_user_mem.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/tee_user_mem.h b/lib/libutee/tee_user_mem.h index 05969702..0a8c844a 100644 --- a/lib/libutee/tee_user_mem.h +++ b/lib/libutee/tee_user_mem.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/trace_ext.c b/lib/libutee/trace_ext.c index df88e60c..7245f2ed 100644 --- a/lib/libutee/trace_ext.c +++ b/lib/libutee/trace_ext.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutee/utee_misc.h b/lib/libutee/utee_misc.h index 73951810..b907601f 100644 --- a/lib/libutee/utee_misc.h +++ b/lib/libutee/utee_misc.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/ext/arch/arm/aeabi_unwind.c b/lib/libutils/ext/arch/arm/aeabi_unwind.c index ff41febb..9bf2b42e 100644 --- a/lib/libutils/ext/arch/arm/aeabi_unwind.c +++ b/lib/libutils/ext/arch/arm/aeabi_unwind.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2017, Linaro Limited * All rights reserved. diff --git a/lib/libutils/ext/arch/arm/atomic_a32.S b/lib/libutils/ext/arch/arm/atomic_a32.S index c9b562b2..4467e72c 100644 --- a/lib/libutils/ext/arch/arm/atomic_a32.S +++ b/lib/libutils/ext/arch/arm/atomic_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015-2016, Linaro Limited * All rights reserved. diff --git a/lib/libutils/ext/arch/arm/atomic_a64.S b/lib/libutils/ext/arch/arm/atomic_a64.S index f2799058..e56230c4 100644 --- a/lib/libutils/ext/arch/arm/atomic_a64.S +++ b/lib/libutils/ext/arch/arm/atomic_a64.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015-2016, Linaro Limited * All rights reserved. diff --git a/lib/libutils/ext/buf_compare_ct.c b/lib/libutils/ext/buf_compare_ct.c index 308435dd..17477fc4 100644 --- a/lib/libutils/ext/buf_compare_ct.c +++ b/lib/libutils/ext/buf_compare_ct.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, Linaro Limited * All rights reserved. diff --git a/lib/libutils/ext/include/asm.S b/lib/libutils/ext/include/asm.S index ff682b18..12b797f1 100644 --- a/lib/libutils/ext/include/asm.S +++ b/lib/libutils/ext/include/asm.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/ext/include/bitstring.h b/lib/libutils/ext/include/bitstring.h index 125ef51d..e160ae76 100644 --- a/lib/libutils/ext/include/bitstring.h +++ b/lib/libutils/ext/include/bitstring.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. diff --git a/lib/libutils/ext/include/compiler.h b/lib/libutils/ext/include/compiler.h index 9da2b644..bca46beb 100644 --- a/lib/libutils/ext/include/compiler.h +++ b/lib/libutils/ext/include/compiler.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/ext/include/printk.h b/lib/libutils/ext/include/printk.h index 7640b695..8b50d25a 100644 --- a/lib/libutils/ext/include/printk.h +++ b/lib/libutils/ext/include/printk.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015 Linaro Limited * All rights reserved. diff --git a/lib/libutils/ext/include/string_ext.h b/lib/libutils/ext/include/string_ext.h index fae93b3c..c358cc30 100644 --- a/lib/libutils/ext/include/string_ext.h +++ b/lib/libutils/ext/include/string_ext.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/ext/include/trace.h b/lib/libutils/ext/include/trace.h index 1a1fdbd5..52676455 100644 --- a/lib/libutils/ext/include/trace.h +++ b/lib/libutils/ext/include/trace.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/ext/include/trace_levels.h b/lib/libutils/ext/include/trace_levels.h index 22c7144d..86bf0674 100644 --- a/lib/libutils/ext/include/trace_levels.h +++ b/lib/libutils/ext/include/trace_levels.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/ext/include/types_ext.h b/lib/libutils/ext/include/types_ext.h index e91c9d43..90b2f5b7 100644 --- a/lib/libutils/ext/include/types_ext.h +++ b/lib/libutils/ext/include/types_ext.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/ext/include/util.h b/lib/libutils/ext/include/util.h index 51608f5e..870ce529 100644 --- a/lib/libutils/ext/include/util.h +++ b/lib/libutils/ext/include/util.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/ext/snprintk.c b/lib/libutils/ext/snprintk.c index a9e93dae..b6bb2807 100644 --- a/lib/libutils/ext/snprintk.c +++ b/lib/libutils/ext/snprintk.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: (BSD-2-Clause AND BSD-3-Clause) /* * Imported from NetBSD 5.1 with modifications to make it a vsnprintf(3) * function diff --git a/lib/libutils/ext/strlcat.c b/lib/libutils/ext/strlcat.c index 8b0ce50a..3bb09df5 100644 --- a/lib/libutils/ext/strlcat.c +++ b/lib/libutils/ext/strlcat.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /* This file is copied from newlib-1.19 */ /* $OpenBSD: strlcat.c,v 1.8 2001/05/13 15:40:15 deraadt Exp $ */ diff --git a/lib/libutils/ext/strlcpy.c b/lib/libutils/ext/strlcpy.c index 0bc72a6b..5f3ef06f 100644 --- a/lib/libutils/ext/strlcpy.c +++ b/lib/libutils/ext/strlcpy.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /* This file is copied from newlib-1.19 */ /* $OpenBSD: strlcpy.c,v 1.5 2001/05/13 15:40:16 deraadt Exp $ */ diff --git a/lib/libutils/ext/trace.c b/lib/libutils/ext/trace.c index cc3ebc4e..de06177e 100644 --- a/lib/libutils/ext/trace.c +++ b/lib/libutils/ext/trace.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/arch/arm/arm32_aeabi_divmod.c b/lib/libutils/isoc/arch/arm/arm32_aeabi_divmod.c index 0df1e513..f86034d1 100644 --- a/lib/libutils/isoc/arch/arm/arm32_aeabi_divmod.c +++ b/lib/libutils/isoc/arch/arm/arm32_aeabi_divmod.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/arch/arm/arm32_aeabi_divmod_a32.S b/lib/libutils/isoc/arch/arm/arm32_aeabi_divmod_a32.S index 227135ed..0ea98867 100644 --- a/lib/libutils/isoc/arch/arm/arm32_aeabi_divmod_a32.S +++ b/lib/libutils/isoc/arch/arm/arm32_aeabi_divmod_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/arch/arm/arm32_aeabi_ldivmod.c b/lib/libutils/isoc/arch/arm/arm32_aeabi_ldivmod.c index f0074df2..9bb34101 100644 --- a/lib/libutils/isoc/arch/arm/arm32_aeabi_ldivmod.c +++ b/lib/libutils/isoc/arch/arm/arm32_aeabi_ldivmod.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/arch/arm/arm32_aeabi_ldivmod_a32.S b/lib/libutils/isoc/arch/arm/arm32_aeabi_ldivmod_a32.S index 8af80cd1..5483a35f 100644 --- a/lib/libutils/isoc/arch/arm/arm32_aeabi_ldivmod_a32.S +++ b/lib/libutils/isoc/arch/arm/arm32_aeabi_ldivmod_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/lib/libutils/isoc/arch/arm/arm32_aeabi_shift.c b/lib/libutils/isoc/arch/arm/arm32_aeabi_shift.c index 420832c6..c4133aed 100644 --- a/lib/libutils/isoc/arch/arm/arm32_aeabi_shift.c +++ b/lib/libutils/isoc/arch/arm/arm32_aeabi_shift.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/lib/libutils/isoc/arch/arm/arm32_aeabi_softfloat.c b/lib/libutils/isoc/arch/arm/arm32_aeabi_softfloat.c index 714dff99..6c8dc738 100644 --- a/lib/libutils/isoc/arch/arm/arm32_aeabi_softfloat.c +++ b/lib/libutils/isoc/arch/arm/arm32_aeabi_softfloat.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/lib/libutils/isoc/arch/arm/setjmp_a32.S b/lib/libutils/isoc/arch/arm/setjmp_a32.S index bf7ef8bf..b9d16465 100644 --- a/lib/libutils/isoc/arch/arm/setjmp_a32.S +++ b/lib/libutils/isoc/arch/arm/setjmp_a32.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 1994-2009 Red Hat, Inc. * All rights reserved. diff --git a/lib/libutils/isoc/arch/arm/setjmp_a64.S b/lib/libutils/isoc/arch/arm/setjmp_a64.S index 0856145b..d9f78aad 100644 --- a/lib/libutils/isoc/arch/arm/setjmp_a64.S +++ b/lib/libutils/isoc/arch/arm/setjmp_a64.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* Copyright (c) 2011, 2012 ARM Ltd All rights reserved. diff --git a/lib/libutils/isoc/arch/arm/softfloat/arm32_include/platform.h b/lib/libutils/isoc/arch/arm/softfloat/arm32_include/platform.h index 6a1ed5e6..d8d39daf 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/arm32_include/platform.h +++ b/lib/libutils/isoc/arch/arm/softfloat/arm32_include/platform.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/build/Linux-386-GCC/Makefile b/lib/libutils/isoc/arch/arm/softfloat/build/Linux-386-GCC/Makefile index e21067ef..62d1e45c 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/build/Linux-386-GCC/Makefile +++ b/lib/libutils/isoc/arch/arm/softfloat/build/Linux-386-GCC/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: BSD-3-Clause #============================================================================= # diff --git a/lib/libutils/isoc/arch/arm/softfloat/build/Linux-386-GCC/platform.h b/lib/libutils/isoc/arch/arm/softfloat/build/Linux-386-GCC/platform.h index b3e4720e..6121db86 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/build/Linux-386-GCC/platform.h +++ b/lib/libutils/isoc/arch/arm/softfloat/build/Linux-386-GCC/platform.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/build/Linux-386-SSE2-GCC/Makefile b/lib/libutils/isoc/arch/arm/softfloat/build/Linux-386-SSE2-GCC/Makefile index b0435c53..93bc5662 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/build/Linux-386-SSE2-GCC/Makefile +++ b/lib/libutils/isoc/arch/arm/softfloat/build/Linux-386-SSE2-GCC/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: BSD-3-Clause #============================================================================= # diff --git a/lib/libutils/isoc/arch/arm/softfloat/build/Linux-386-SSE2-GCC/platform.h b/lib/libutils/isoc/arch/arm/softfloat/build/Linux-386-SSE2-GCC/platform.h index b3e4720e..6121db86 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/build/Linux-386-SSE2-GCC/platform.h +++ b/lib/libutils/isoc/arch/arm/softfloat/build/Linux-386-SSE2-GCC/platform.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/build/Linux-x86_64-GCC/Makefile b/lib/libutils/isoc/arch/arm/softfloat/build/Linux-x86_64-GCC/Makefile index 99961397..63f8c2f0 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/build/Linux-x86_64-GCC/Makefile +++ b/lib/libutils/isoc/arch/arm/softfloat/build/Linux-x86_64-GCC/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: BSD-3-Clause #============================================================================= # diff --git a/lib/libutils/isoc/arch/arm/softfloat/build/Linux-x86_64-GCC/platform.h b/lib/libutils/isoc/arch/arm/softfloat/build/Linux-x86_64-GCC/platform.h index b3e4720e..6121db86 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/build/Linux-x86_64-GCC/platform.h +++ b/lib/libutils/isoc/arch/arm/softfloat/build/Linux-x86_64-GCC/platform.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/build/Win32-MinGW/Makefile b/lib/libutils/isoc/arch/arm/softfloat/build/Win32-MinGW/Makefile index e21067ef..62d1e45c 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/build/Win32-MinGW/Makefile +++ b/lib/libutils/isoc/arch/arm/softfloat/build/Win32-MinGW/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: BSD-3-Clause #============================================================================= # diff --git a/lib/libutils/isoc/arch/arm/softfloat/build/Win32-MinGW/platform.h b/lib/libutils/isoc/arch/arm/softfloat/build/Win32-MinGW/platform.h index b3e4720e..6121db86 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/build/Win32-MinGW/platform.h +++ b/lib/libutils/isoc/arch/arm/softfloat/build/Win32-MinGW/platform.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/build/Win32-SSE2-MinGW/Makefile b/lib/libutils/isoc/arch/arm/softfloat/build/Win32-SSE2-MinGW/Makefile index b0435c53..93bc5662 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/build/Win32-SSE2-MinGW/Makefile +++ b/lib/libutils/isoc/arch/arm/softfloat/build/Win32-SSE2-MinGW/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: BSD-3-Clause #============================================================================= # diff --git a/lib/libutils/isoc/arch/arm/softfloat/build/Win32-SSE2-MinGW/platform.h b/lib/libutils/isoc/arch/arm/softfloat/build/Win32-SSE2-MinGW/platform.h index b3e4720e..6121db86 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/build/Win32-SSE2-MinGW/platform.h +++ b/lib/libutils/isoc/arch/arm/softfloat/build/Win32-SSE2-MinGW/platform.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/build/Win64-MinGW-w64/Makefile b/lib/libutils/isoc/arch/arm/softfloat/build/Win64-MinGW-w64/Makefile index 1ca74af6..ac16ed9e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/build/Win64-MinGW-w64/Makefile +++ b/lib/libutils/isoc/arch/arm/softfloat/build/Win64-MinGW-w64/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: BSD-3-Clause #============================================================================= # diff --git a/lib/libutils/isoc/arch/arm/softfloat/build/Win64-MinGW-w64/platform.h b/lib/libutils/isoc/arch/arm/softfloat/build/Win64-MinGW-w64/platform.h index b3e4720e..6121db86 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/build/Win64-MinGW-w64/platform.h +++ b/lib/libutils/isoc/arch/arm/softfloat/build/Win64-MinGW-w64/platform.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/build/template-FAST_INT64/Makefile b/lib/libutils/isoc/arch/arm/softfloat/build/template-FAST_INT64/Makefile index 0f836f90..5be1ca04 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/build/template-FAST_INT64/Makefile +++ b/lib/libutils/isoc/arch/arm/softfloat/build/template-FAST_INT64/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: BSD-3-Clause #============================================================================= # diff --git a/lib/libutils/isoc/arch/arm/softfloat/build/template-FAST_INT64/platform.h b/lib/libutils/isoc/arch/arm/softfloat/build/template-FAST_INT64/platform.h index f4832d2d..cea33329 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/build/template-FAST_INT64/platform.h +++ b/lib/libutils/isoc/arch/arm/softfloat/build/template-FAST_INT64/platform.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/build/template-not-FAST_INT64/Makefile b/lib/libutils/isoc/arch/arm/softfloat/build/template-not-FAST_INT64/Makefile index 3500fdb3..e8272220 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/build/template-not-FAST_INT64/Makefile +++ b/lib/libutils/isoc/arch/arm/softfloat/build/template-not-FAST_INT64/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: BSD-3-Clause #============================================================================= # diff --git a/lib/libutils/isoc/arch/arm/softfloat/build/template-not-FAST_INT64/platform.h b/lib/libutils/isoc/arch/arm/softfloat/build/template-not-FAST_INT64/platform.h index f4832d2d..cea33329 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/build/template-not-FAST_INT64/platform.h +++ b/lib/libutils/isoc/arch/arm/softfloat/build/template-not-FAST_INT64/platform.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/extF80M_isSignalingNaN.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/extF80M_isSignalingNaN.c index 4a05f54b..31bb2862 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/extF80M_isSignalingNaN.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/extF80M_isSignalingNaN.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/f128M_isSignalingNaN.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/f128M_isSignalingNaN.c index 9ca5fea9..d9620497 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/f128M_isSignalingNaN.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/f128M_isSignalingNaN.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToExtF80M.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToExtF80M.c index cbccf1d1..4573e446 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToExtF80M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToExtF80M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToExtF80UI.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToExtF80UI.c index cea01d9b..6f6083d0 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToExtF80UI.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToExtF80UI.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToF128M.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToF128M.c index f54cd49c..50545c8f 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToF128M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToF128M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToF128UI.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToF128UI.c index 64b9e0e9..22585f99 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToF128UI.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToF128UI.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToF32UI.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToF32UI.c index 47557ce4..568930d1 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToF32UI.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToF32UI.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToF64UI.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToF64UI.c index 7fc5dfed..dfb7090e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToF64UI.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToF64UI.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_extF80MToCommonNaN.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_extF80MToCommonNaN.c index 3a4c17ed..e2b448b6 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_extF80MToCommonNaN.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_extF80MToCommonNaN.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_extF80UIToCommonNaN.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_extF80UIToCommonNaN.c index bae4aa7e..e6476cfa 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_extF80UIToCommonNaN.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_extF80UIToCommonNaN.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_f128MToCommonNaN.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_f128MToCommonNaN.c index 76dd5c59..5cb85775 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_f128MToCommonNaN.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_f128MToCommonNaN.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_f128UIToCommonNaN.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_f128UIToCommonNaN.c index 750d22ba..556c349f 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_f128UIToCommonNaN.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_f128UIToCommonNaN.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_f32UIToCommonNaN.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_f32UIToCommonNaN.c index 2bb28f81..6df9df4f 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_f32UIToCommonNaN.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_f32UIToCommonNaN.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_f64UIToCommonNaN.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_f64UIToCommonNaN.c index 4339ce9a..3312852c 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_f64UIToCommonNaN.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_f64UIToCommonNaN.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNExtF80M.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNExtF80M.c index 67d81ba5..36babff9 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNExtF80M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNExtF80M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNExtF80UI.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNExtF80UI.c index 16f42513..fe80d5f3 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNExtF80UI.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNExtF80UI.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNF128M.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNF128M.c index fff5503a..ec6936a8 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNF128M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNF128M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNF128UI.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNF128UI.c index 6954505f..654250ff 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNF128UI.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNF128UI.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNF32UI.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNF32UI.c index 010cef8f..f1910c7f 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNF32UI.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNF32UI.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNF64UI.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNF64UI.c index ca5b1bd6..40fc9ddd 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNF64UI.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNF64UI.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/softfloat_raiseFlags.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/softfloat_raiseFlags.c index 7b5ba254..2b5aba88 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/softfloat_raiseFlags.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/softfloat_raiseFlags.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/specialize.h b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/specialize.h index ea5b3f8f..f8888e5b 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/specialize.h +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/specialize.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/extF80M_isSignalingNaN.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086/extF80M_isSignalingNaN.c index 4a05f54b..31bb2862 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/extF80M_isSignalingNaN.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/extF80M_isSignalingNaN.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/f128M_isSignalingNaN.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086/f128M_isSignalingNaN.c index 9ca5fea9..d9620497 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/f128M_isSignalingNaN.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/f128M_isSignalingNaN.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToExtF80M.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToExtF80M.c index cbccf1d1..4573e446 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToExtF80M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToExtF80M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToExtF80UI.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToExtF80UI.c index cea01d9b..6f6083d0 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToExtF80UI.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToExtF80UI.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToF128M.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToF128M.c index f54cd49c..50545c8f 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToF128M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToF128M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToF128UI.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToF128UI.c index 64b9e0e9..22585f99 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToF128UI.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToF128UI.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToF32UI.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToF32UI.c index 47557ce4..568930d1 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToF32UI.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToF32UI.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToF64UI.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToF64UI.c index 7fc5dfed..dfb7090e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToF64UI.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_commonNaNToF64UI.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_extF80MToCommonNaN.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_extF80MToCommonNaN.c index 3a4c17ed..e2b448b6 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_extF80MToCommonNaN.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_extF80MToCommonNaN.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_extF80UIToCommonNaN.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_extF80UIToCommonNaN.c index bae4aa7e..e6476cfa 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_extF80UIToCommonNaN.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_extF80UIToCommonNaN.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_f128MToCommonNaN.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_f128MToCommonNaN.c index 76dd5c59..5cb85775 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_f128MToCommonNaN.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_f128MToCommonNaN.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_f128UIToCommonNaN.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_f128UIToCommonNaN.c index 750d22ba..556c349f 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_f128UIToCommonNaN.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_f128UIToCommonNaN.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_f32UIToCommonNaN.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_f32UIToCommonNaN.c index 2bb28f81..6df9df4f 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_f32UIToCommonNaN.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_f32UIToCommonNaN.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_f64UIToCommonNaN.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_f64UIToCommonNaN.c index 4339ce9a..3312852c 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_f64UIToCommonNaN.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_f64UIToCommonNaN.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNExtF80M.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNExtF80M.c index 67d81ba5..36babff9 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNExtF80M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNExtF80M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNExtF80UI.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNExtF80UI.c index 16f42513..fe80d5f3 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNExtF80UI.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNExtF80UI.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNF128M.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNF128M.c index bc8b0b25..43ce632e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNF128M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNF128M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNF128UI.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNF128UI.c index 332b4c32..f7e0f768 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNF128UI.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNF128UI.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNF32UI.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNF32UI.c index d941ad19..22ed68ec 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNF32UI.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNF32UI.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNF64UI.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNF64UI.c index 8afbcb0f..bb76f56a 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNF64UI.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/s_propagateNaNF64UI.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/softfloat_raiseFlags.c b/lib/libutils/isoc/arch/arm/softfloat/source/8086/softfloat_raiseFlags.c index 7b5ba254..2b5aba88 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/softfloat_raiseFlags.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/softfloat_raiseFlags.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/8086/specialize.h b/lib/libutils/isoc/arch/arm/softfloat/source/8086/specialize.h index eec63114..8f4d6c8e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/8086/specialize.h +++ b/lib/libutils/isoc/arch/arm/softfloat/source/8086/specialize.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_add.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_add.c index fb64d11e..25f4e963 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_add.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_add.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_div.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_div.c index 6379cf3a..ef600c5f 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_div.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_div.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_eq.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_eq.c index 63d6a4cf..bbf828d5 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_eq.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_eq.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_eq_signaling.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_eq_signaling.c index ac5ab460..d8879f3e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_eq_signaling.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_eq_signaling.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_le.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_le.c index 7aeee132..fff29ba8 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_le.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_le.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_le_quiet.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_le_quiet.c index 0522e7ee..56610644 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_le_quiet.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_le_quiet.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_lt.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_lt.c index 81ad03aa..d9d2293c 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_lt.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_lt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_lt_quiet.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_lt_quiet.c index 7719333b..a650b9a4 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_lt_quiet.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_lt_quiet.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_mul.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_mul.c index 19129cb4..4edaf2cd 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_mul.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_mul.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_rem.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_rem.c index 9853f79c..c4971418 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_rem.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_rem.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_roundToInt.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_roundToInt.c index 67c49c62..b89af5e0 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_roundToInt.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_roundToInt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_sqrt.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_sqrt.c index 7d572bc6..2be7f033 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_sqrt.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_sqrt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_sub.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_sub.c index 4490e693..16886353 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_sub.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_sub.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_f128M.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_f128M.c index ee9b9f25..ef6be5eb 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_f128M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_f128M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_f32.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_f32.c index 7292a063..e666d490 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_f32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_f32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_f64.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_f64.c index 725ebf50..2080d801 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_f64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_f64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_i32.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_i32.c index ce3ae22f..223dccbf 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_i32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_i32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_i32_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_i32_r_minMag.c index bc1b6374..78127d5a 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_i32_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_i32_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_i64.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_i64.c index da89c038..90daf906 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_i64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_i64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_i64_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_i64_r_minMag.c index dcf49224..c9ce172b 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_i64_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_i64_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_ui32.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_ui32.c index a76f2030..d459c06c 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_ui32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_ui32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_ui32_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_ui32_r_minMag.c index e30c6d8b..6d0a6cd7 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_ui32_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_ui32_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_ui64.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_ui64.c index 8e16db1b..53872030 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_ui64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_ui64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_ui64_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_ui64_r_minMag.c index fdabd245..1e3e6737 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_ui64_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80M_to_ui64_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_add.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_add.c index 40817306..094b6529 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_add.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_add.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_div.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_div.c index b4ffc59b..45a7bb43 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_div.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_div.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_eq.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_eq.c index 95cb4ac2..fd666628 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_eq.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_eq.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_eq_signaling.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_eq_signaling.c index 3c2871c6..d6847013 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_eq_signaling.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_eq_signaling.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_isSignalingNaN.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_isSignalingNaN.c index 9b1b01d9..f6cea985 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_isSignalingNaN.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_isSignalingNaN.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_le.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_le.c index e1738064..fc5ed469 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_le.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_le.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_le_quiet.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_le_quiet.c index c594d41d..d526ecbd 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_le_quiet.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_le_quiet.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_lt.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_lt.c index db914455..d9a1a8d8 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_lt.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_lt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_lt_quiet.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_lt_quiet.c index ab2c3c31..bcaaf0c6 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_lt_quiet.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_lt_quiet.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_mul.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_mul.c index 478e8678..272352c8 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_mul.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_mul.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_rem.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_rem.c index 11d3c856..9dfb6f49 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_rem.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_rem.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_roundToInt.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_roundToInt.c index b1fa9018..0598e170 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_roundToInt.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_roundToInt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_sqrt.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_sqrt.c index 9f16d661..a53808a8 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_sqrt.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_sqrt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_sub.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_sub.c index f5af4040..1c348e8e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_sub.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_sub.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_f128.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_f128.c index 68ddb252..01c3cd28 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_f128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_f128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_f32.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_f32.c index 1acc065f..56482c24 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_f32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_f32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_f64.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_f64.c index 5fa3e198..0d3d897c 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_f64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_f64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_i32.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_i32.c index 64826e71..f698b98b 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_i32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_i32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_i32_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_i32_r_minMag.c index 1d0238d5..d66cfe9d 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_i32_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_i32_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_i64.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_i64.c index 9571b5dd..910b942c 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_i64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_i64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_i64_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_i64_r_minMag.c index feeaedf3..9ed54553 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_i64_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_i64_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_ui32.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_ui32.c index 5a1aeaef..516a6fd6 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_ui32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_ui32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_ui32_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_ui32_r_minMag.c index 13f706bf..4a2c1195 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_ui32_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_ui32_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_ui64.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_ui64.c index dc27d4e9..391ddf88 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_ui64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_ui64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_ui64_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_ui64_r_minMag.c index 4edc1a70..4d48b08b 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_ui64_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/extF80_to_ui64_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_add.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_add.c index 2699885d..461ba87d 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_add.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_add.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_div.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_div.c index c9d809f1..5c9135f1 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_div.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_div.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_eq.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_eq.c index 9bec2e60..6c9de8d5 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_eq.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_eq.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_eq_signaling.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_eq_signaling.c index 27f05ba9..2f90147c 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_eq_signaling.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_eq_signaling.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_le.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_le.c index 02c6e737..55fe9d54 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_le.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_le.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_le_quiet.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_le_quiet.c index fe7875dc..39baf750 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_le_quiet.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_le_quiet.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_lt.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_lt.c index cd9cacc3..41024857 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_lt.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_lt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_lt_quiet.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_lt_quiet.c index 1cf256c1..cb2b1145 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_lt_quiet.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_lt_quiet.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_mul.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_mul.c index 5aa17324..4d99e423 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_mul.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_mul.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_mulAdd.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_mulAdd.c index ce0b0d2a..193ed9d7 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_mulAdd.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_mulAdd.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_rem.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_rem.c index 73060803..52c038d3 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_rem.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_rem.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_roundToInt.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_roundToInt.c index 049d2371..170e070d 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_roundToInt.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_roundToInt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_sqrt.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_sqrt.c index c98f8326..99189693 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_sqrt.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_sqrt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_sub.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_sub.c index e0d600ba..c55f4552 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_sub.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_sub.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_extF80M.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_extF80M.c index 463009d0..ff2ae39e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_extF80M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_extF80M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_f32.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_f32.c index 104e53e0..a2c0e27e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_f32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_f32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_f64.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_f64.c index e892f140..f5c60480 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_f64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_f64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_i32.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_i32.c index 3f4541e9..bfea0d70 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_i32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_i32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_i32_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_i32_r_minMag.c index c9e36cf2..93fe6f24 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_i32_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_i32_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_i64.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_i64.c index c04c2ecc..72b75b95 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_i64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_i64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_i64_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_i64_r_minMag.c index 2cb26260..5b18bc3b 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_i64_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_i64_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_ui32.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_ui32.c index 9262fb53..493b028b 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_ui32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_ui32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_ui32_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_ui32_r_minMag.c index e01a736b..fde39309 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_ui32_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_ui32_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_ui64.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_ui64.c index 5876be36..b9cdc176 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_ui64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_ui64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_ui64_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_ui64_r_minMag.c index 1c4f3ece..88074312 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_ui64_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128M_to_ui64_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_add.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_add.c index eb896a5d..71511162 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_add.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_add.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_div.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_div.c index d1400970..f8581b52 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_div.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_div.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_eq.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_eq.c index 81452d61..069f2a0f 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_eq.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_eq.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_eq_signaling.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_eq_signaling.c index a7529ebf..7c18ebd5 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_eq_signaling.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_eq_signaling.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_isSignalingNaN.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_isSignalingNaN.c index 59fb394d..0faa58a9 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_isSignalingNaN.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_isSignalingNaN.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_le.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_le.c index 9dc86f70..115501fd 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_le.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_le.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_le_quiet.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_le_quiet.c index e8060ff9..e0265012 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_le_quiet.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_le_quiet.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_lt.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_lt.c index 2a0c5c57..b35c7626 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_lt.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_lt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_lt_quiet.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_lt_quiet.c index 3accea75..90d13885 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_lt_quiet.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_lt_quiet.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_mul.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_mul.c index 826b140e..61c0e73f 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_mul.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_mul.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_mulAdd.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_mulAdd.c index 4dadabc8..c34cae2e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_mulAdd.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_mulAdd.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_rem.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_rem.c index ea303aed..08b9f44a 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_rem.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_rem.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_roundToInt.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_roundToInt.c index 63e99660..392bddc4 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_roundToInt.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_roundToInt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_sqrt.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_sqrt.c index 2b32b3e3..2eb072ee 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_sqrt.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_sqrt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_sub.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_sub.c index 8d4892f4..0ec24611 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_sub.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_sub.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_extF80.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_extF80.c index f1dd92af..53a01e3a 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_extF80.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_extF80.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_f32.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_f32.c index c773e827..d700602d 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_f32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_f32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_f64.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_f64.c index 2fbc2370..a592d8fb 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_f64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_f64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_i32.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_i32.c index d956bac6..5ac4b084 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_i32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_i32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_i32_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_i32_r_minMag.c index 4c12c83c..c03e8227 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_i32_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_i32_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_i64.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_i64.c index 272fa2aa..2e5c0c9e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_i64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_i64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_i64_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_i64_r_minMag.c index 54c15692..0bd8c9af 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_i64_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_i64_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_ui32.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_ui32.c index f1a25284..73ac226b 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_ui32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_ui32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_ui32_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_ui32_r_minMag.c index fab79022..075cc7d7 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_ui32_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_ui32_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_ui64.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_ui64.c index bc7cd45d..b21688ad 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_ui64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_ui64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_ui64_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_ui64_r_minMag.c index 070d7f9f..756ee129 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_ui64_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f128_to_ui64_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_add.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_add.c index 5b5a09e7..c88b3497 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_add.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_add.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_div.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_div.c index 2321d209..a8c10eaf 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_div.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_div.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_eq.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_eq.c index ee0918fb..d01f498e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_eq.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_eq.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_eq_signaling.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_eq_signaling.c index 52b1dd77..de0e7c1f 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_eq_signaling.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_eq_signaling.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_isSignalingNaN.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_isSignalingNaN.c index 479c287d..44061a31 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_isSignalingNaN.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_isSignalingNaN.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_le.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_le.c index fb30c3c1..3b018fc3 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_le.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_le.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_le_quiet.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_le_quiet.c index 3cb63786..dd6701ee 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_le_quiet.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_le_quiet.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_lt.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_lt.c index 73af4230..9bc4787b 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_lt.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_lt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_lt_quiet.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_lt_quiet.c index 0bab9733..f5dbe5d1 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_lt_quiet.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_lt_quiet.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_mul.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_mul.c index 941eb39e..d14c43bd 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_mul.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_mul.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_mulAdd.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_mulAdd.c index 5bf77fe1..825aee14 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_mulAdd.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_mulAdd.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_rem.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_rem.c index b1997ef6..fc7c5fab 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_rem.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_rem.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_roundToInt.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_roundToInt.c index 314747e1..3dc945da 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_roundToInt.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_roundToInt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_sqrt.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_sqrt.c index d0b489c5..35265787 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_sqrt.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_sqrt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_sub.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_sub.c index eae436cd..d0dd6383 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_sub.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_sub.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_extF80.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_extF80.c index 7e7b2791..a500fcdf 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_extF80.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_extF80.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_extF80M.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_extF80M.c index 172f7b9e..88327c1e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_extF80M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_extF80M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_f128.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_f128.c index f657d5bb..bcd29f6b 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_f128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_f128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_f128M.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_f128M.c index da0b56a7..f9c2a44b 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_f128M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_f128M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_f64.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_f64.c index 30b09234..6e38abdb 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_f64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_f64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_i32.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_i32.c index 733fce07..99bb0455 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_i32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_i32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_i32_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_i32_r_minMag.c index e27b0643..20fa8089 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_i32_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_i32_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_i64.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_i64.c index fbdbffb4..8ffbdd0e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_i64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_i64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_i64_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_i64_r_minMag.c index f4875f34..bbf5b535 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_i64_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_i64_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_ui32.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_ui32.c index a0acbd16..a6267ffa 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_ui32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_ui32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_ui32_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_ui32_r_minMag.c index d2627557..090ceff4 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_ui32_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_ui32_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_ui64.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_ui64.c index a715e032..ac5fa390 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_ui64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_ui64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_ui64_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_ui64_r_minMag.c index c5fc11ae..7d08797b 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_ui64_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f32_to_ui64_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_add.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_add.c index 5bbb1b56..29ff80a4 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_add.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_add.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_div.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_div.c index 96523f0e..a73947af 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_div.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_div.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_eq.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_eq.c index 6d69e034..901626d3 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_eq.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_eq.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_eq_signaling.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_eq_signaling.c index 2f77bbda..c58c5093 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_eq_signaling.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_eq_signaling.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_isSignalingNaN.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_isSignalingNaN.c index 2858ded3..32b2a948 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_isSignalingNaN.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_isSignalingNaN.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_le.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_le.c index 74622159..03bcb59e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_le.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_le.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_le_quiet.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_le_quiet.c index 907c5ec5..0601f819 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_le_quiet.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_le_quiet.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_lt.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_lt.c index 902701f5..72ab2cc2 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_lt.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_lt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_lt_quiet.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_lt_quiet.c index 5d20c482..2a6adddb 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_lt_quiet.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_lt_quiet.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_mul.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_mul.c index 78c44217..441158e4 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_mul.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_mul.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_mulAdd.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_mulAdd.c index 37bd9996..50ff155b 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_mulAdd.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_mulAdd.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_rem.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_rem.c index 8ae87fc6..a87fdd87 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_rem.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_rem.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_roundToInt.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_roundToInt.c index 94fe40de..7c02a088 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_roundToInt.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_roundToInt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_sqrt.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_sqrt.c index b65c1508..f2ffe2bc 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_sqrt.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_sqrt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_sub.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_sub.c index 0169ef8d..c5b65b6e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_sub.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_sub.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_extF80.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_extF80.c index 2ae4e16e..0aec3e3d 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_extF80.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_extF80.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_extF80M.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_extF80M.c index 9c08cc5a..d0fbb178 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_extF80M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_extF80M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_f128.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_f128.c index 2376327d..319c3c62 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_f128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_f128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_f128M.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_f128M.c index f793c3a4..f3d59d60 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_f128M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_f128M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_f32.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_f32.c index c08b964a..5697dc85 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_f32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_f32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_i32.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_i32.c index f51d37b9..8375bc8d 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_i32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_i32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_i32_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_i32_r_minMag.c index 3030ba6e..464b2892 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_i32_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_i32_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_i64.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_i64.c index 3d93ea6d..dc2f1853 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_i64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_i64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_i64_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_i64_r_minMag.c index d906659e..8d9b9f1e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_i64_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_i64_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_ui32.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_ui32.c index 55394f38..95af7598 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_ui32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_ui32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_ui32_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_ui32_r_minMag.c index 4ceb3de5..298e453e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_ui32_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_ui32_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_ui64.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_ui64.c index 89a90964..bbe8f01e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_ui64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_ui64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_ui64_r_minMag.c b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_ui64_r_minMag.c index 5eb62c9a..9a7d43ce 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_ui64_r_minMag.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/f64_to_ui64_r_minMag.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_extF80.c b/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_extF80.c index 18c75885..dd7beab4 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_extF80.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_extF80.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_extF80M.c b/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_extF80M.c index f77d9db6..f81a639a 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_extF80M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_extF80M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_f128.c b/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_f128.c index 5cb5e688..56a62562 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_f128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_f128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_f128M.c b/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_f128M.c index e02a0d68..4e0324dd 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_f128M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_f128M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_f32.c b/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_f32.c index bfe8aceb..25dd5bae 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_f32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_f32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_f64.c b/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_f64.c index ac17f789..1976ef78 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_f64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/i32_to_f64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_extF80.c b/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_extF80.c index b655342d..ef925008 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_extF80.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_extF80.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_extF80M.c b/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_extF80M.c index 2d1383ed..1eb1ae41 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_extF80M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_extF80M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_f128.c b/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_f128.c index 2ca99531..058850c4 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_f128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_f128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_f128M.c b/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_f128M.c index 435d1e3e..15bba34e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_f128M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_f128M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_f32.c b/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_f32.c index ae68ad97..3bd36c1f 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_f32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_f32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_f64.c b/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_f64.c index 952a0497..7b118995 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_f64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/i64_to_f64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/include/internals.h b/lib/libutils/isoc/arch/arm/softfloat/source/include/internals.h index cf57bdc6..36dbd9f5 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/include/internals.h +++ b/lib/libutils/isoc/arch/arm/softfloat/source/include/internals.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/include/primitiveTypes.h b/lib/libutils/isoc/arch/arm/softfloat/source/include/primitiveTypes.h index 16aca672..50570c01 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/include/primitiveTypes.h +++ b/lib/libutils/isoc/arch/arm/softfloat/source/include/primitiveTypes.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/include/primitives.h b/lib/libutils/isoc/arch/arm/softfloat/source/include/primitives.h index 9995556a..486c63c8 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/include/primitives.h +++ b/lib/libutils/isoc/arch/arm/softfloat/source/include/primitives.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/include/softfloat.h b/lib/libutils/isoc/arch/arm/softfloat/source/include/softfloat.h index 3f424fc7..2f3851f2 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/include/softfloat.h +++ b/lib/libutils/isoc/arch/arm/softfloat/source/include/softfloat.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/include/softfloat_types.h b/lib/libutils/isoc/arch/arm/softfloat/source/include/softfloat_types.h index c7b67ae9..ec918aed 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/include/softfloat_types.h +++ b/lib/libutils/isoc/arch/arm/softfloat/source/include/softfloat_types.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_add128.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_add128.c index cabbb739..fdfee4e5 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_add128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_add128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_add256M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_add256M.c index 226be608..bc2f9aef 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_add256M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_add256M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_addCarryM.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_addCarryM.c index 0f3c997a..de242080 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_addCarryM.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_addCarryM.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_addComplCarryM.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_addComplCarryM.c index 6f222732..9b17275f 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_addComplCarryM.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_addComplCarryM.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_addExtF80M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_addExtF80M.c index f5218fa5..16c5944e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_addExtF80M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_addExtF80M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_addF128M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_addF128M.c index 97cd7baa..73c4fb3d 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_addF128M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_addF128M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_addM.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_addM.c index f01be486..2309a0b6 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_addM.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_addM.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_addMagsExtF80.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_addMagsExtF80.c index d6ccb0dc..3fb4b57b 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_addMagsExtF80.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_addMagsExtF80.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_addMagsF128.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_addMagsF128.c index babfbec9..7ceca87d 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_addMagsF128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_addMagsF128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_addMagsF32.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_addMagsF32.c index c1b6b2d1..c63ccd3f 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_addMagsF32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_addMagsF32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_addMagsF64.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_addMagsF64.c index ba67e7cc..f651f7e0 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_addMagsF64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_addMagsF64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_approxRecip32_1.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_approxRecip32_1.c index 14ddd954..94d55329 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_approxRecip32_1.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_approxRecip32_1.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_approxRecipSqrt32_1.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_approxRecipSqrt32_1.c index a3186739..b5cb328b 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_approxRecipSqrt32_1.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_approxRecipSqrt32_1.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_compare128M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_compare128M.c index 005f58cf..ac108453 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_compare128M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_compare128M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_compare96M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_compare96M.c index 5ec6965f..061c1e54 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_compare96M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_compare96M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_compareNonnormExtF80M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_compareNonnormExtF80M.c index 986fbb2a..1f6b1543 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_compareNonnormExtF80M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_compareNonnormExtF80M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_countLeadingZeros32.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_countLeadingZeros32.c index 4446b47f..75735b20 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_countLeadingZeros32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_countLeadingZeros32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_countLeadingZeros64.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_countLeadingZeros64.c index 505dc0f2..fe28125f 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_countLeadingZeros64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_countLeadingZeros64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_countLeadingZeros8.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_countLeadingZeros8.c index ed84ffa6..3dd77191 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_countLeadingZeros8.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_countLeadingZeros8.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_eq128.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_eq128.c index 39cfa1e4..ee8d18af 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_eq128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_eq128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_invalidExtF80M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_invalidExtF80M.c index c5f92dbd..8c09b2a7 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_invalidExtF80M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_invalidExtF80M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_invalidF128M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_invalidF128M.c index 45c5aed1..5c0b8e74 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_invalidF128M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_invalidF128M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_isNaNF128M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_isNaNF128M.c index 5cc8f31e..d98a9bb3 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_isNaNF128M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_isNaNF128M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_le128.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_le128.c index 81302001..56e1d25d 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_le128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_le128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_lt128.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_lt128.c index 394ce39b..d976e17d 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_lt128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_lt128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_mul128By32.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_mul128By32.c index aa35cca1..baf67d22 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_mul128By32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_mul128By32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_mul128MTo256M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_mul128MTo256M.c index e4f343d5..b42b208e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_mul128MTo256M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_mul128MTo256M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_mul128To256M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_mul128To256M.c index be7b02e1..f2109371 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_mul128To256M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_mul128To256M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_mul64ByShifted32To128.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_mul64ByShifted32To128.c index 8065cb71..a16a6096 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_mul64ByShifted32To128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_mul64ByShifted32To128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_mul64To128.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_mul64To128.c index 06beec8c..d05c0b82 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_mul64To128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_mul64To128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_mul64To128M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_mul64To128M.c index e4a3b1e7..0ee736a4 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_mul64To128M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_mul64To128M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_mulAddF128.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_mulAddF128.c index 34424a20..c9b5bbe3 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_mulAddF128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_mulAddF128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_mulAddF128M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_mulAddF128M.c index fc349920..8ab88887 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_mulAddF128M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_mulAddF128M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_mulAddF32.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_mulAddF32.c index 7b0ac6fa..fa9a95a2 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_mulAddF32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_mulAddF32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_mulAddF64.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_mulAddF64.c index 9f9ecf5a..10758f1a 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_mulAddF64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_mulAddF64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_negXM.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_negXM.c index 4c80aa9f..8a01edce 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_negXM.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_negXM.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_normExtF80SigM.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_normExtF80SigM.c index bf1d6226..15479002 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_normExtF80SigM.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_normExtF80SigM.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackMToExtF80M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackMToExtF80M.c index 00e2e5a3..435f2dc7 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackMToExtF80M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackMToExtF80M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackMToF128M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackMToF128M.c index 0064cc29..24cd5fbd 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackMToF128M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackMToF128M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackToExtF80.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackToExtF80.c index 66b878b9..e4469422 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackToExtF80.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackToExtF80.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackToF128.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackToF128.c index bb44f652..fa293cde 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackToF128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackToF128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackToF32.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackToF32.c index fea073c8..8d1d0df6 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackToF32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackToF32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackToF64.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackToF64.c index dd42fc86..fa61002e 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackToF64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackToF64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalExtF80Sig.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalExtF80Sig.c index 09eb42f5..a4a16a48 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalExtF80Sig.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalExtF80Sig.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalF128Sig.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalF128Sig.c index 3e8cf28e..4bddb353 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalF128Sig.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalF128Sig.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalF128SigM.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalF128SigM.c index f06eac9e..579799ec 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalF128SigM.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalF128SigM.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalF32Sig.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalF32Sig.c index 3948eb7a..ad696318 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalF32Sig.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalF32Sig.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalF64Sig.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalF64Sig.c index e9234e9e..f5646363 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalF64Sig.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalF64Sig.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_remStepMBy32.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_remStepMBy32.c index 429d3dc3..654ec38d 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_remStepMBy32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_remStepMBy32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackMToExtF80M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackMToExtF80M.c index e2ffa167..fb05d6f5 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackMToExtF80M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackMToExtF80M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackMToF128M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackMToF128M.c index 9e0c77bf..91b750f3 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackMToF128M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackMToF128M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackMToI64.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackMToI64.c index 1af05802..196b268c 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackMToI64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackMToI64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackMToUI64.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackMToUI64.c index 0a57437f..033baee6 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackMToUI64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackMToUI64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToExtF80.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToExtF80.c index a2db9a2b..77c6c69a 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToExtF80.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToExtF80.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToF128.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToF128.c index 4babb78c..3d76da2a 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToF128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToF128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToF32.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToF32.c index 8b44a03e..bc27915f 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToF32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToF32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToF64.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToF64.c index e56493ee..b0d96ced 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToF64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToF64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToI32.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToI32.c index dc27cf8b..9b232238 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToI32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToI32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToI64.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToI64.c index 2cc8319a..52c2a358 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToI64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToI64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToUI32.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToUI32.c index 1ffa76a6..613a28ea 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToUI32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToUI32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToUI64.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToUI64.c index 069bdfb3..5a82b8c2 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToUI64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToUI64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftLeftM.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftLeftM.c index defa14c5..f80f29c1 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftLeftM.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftLeftM.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftNormSigF128M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftNormSigF128M.c index 4d8ded19..ea68d609 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftNormSigF128M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftNormSigF128M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam128.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam128.c index 4e8a88f7..c7c5ecf0 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam128Extra.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam128Extra.c index fb14ef8e..b3229246 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam128Extra.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam128Extra.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam256M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam256M.c index b9d88a2b..965fb331 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam256M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam256M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam32.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam32.c index e1df8751..44c1f2f0 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam64.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam64.c index 876640d8..93878878 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam64Extra.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam64Extra.c index df313623..e656a3f2 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam64Extra.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam64Extra.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJamM.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJamM.c index 94e615fd..ef394bd9 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJamM.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJamM.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightM.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightM.c index cbea113d..50b35e45 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightM.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightM.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftLeft128.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftLeft128.c index 622ceb46..4af115d2 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftLeft128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftLeft128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftLeft64To96M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftLeft64To96M.c index 0053913b..9862bb3b 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftLeft64To96M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftLeft64To96M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftLeftM.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftLeftM.c index acb3e29e..01e97c78 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftLeftM.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftLeftM.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRight128.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRight128.c index 4ccb301a..3aa54735 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRight128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRight128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightExtendM.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightExtendM.c index 513bf024..38b6fcd9 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightExtendM.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightExtendM.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJam128.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJam128.c index 7d1a3d8f..ea630e6a 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJam128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJam128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJam128Extra.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJam128Extra.c index 84cc2ae7..0bdc6b62 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJam128Extra.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJam128Extra.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJam64.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJam64.c index 93c6f0ab..8f6b042a 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJam64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJam64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJam64Extra.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJam64Extra.c index 2ca4d013..a88530af 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJam64Extra.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJam64Extra.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJamM.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJamM.c index 9aeba802..96ff2ab7 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJamM.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJamM.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightM.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightM.c index ec61c256..2563d282 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightM.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightM.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_sub128.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_sub128.c index 7659b408..fb6000b3 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_sub128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_sub128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_sub1XM.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_sub1XM.c index d6104b4f..492a0b28 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_sub1XM.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_sub1XM.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_sub256M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_sub256M.c index c417eac5..06fe75ec 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_sub256M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_sub256M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_subM.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_subM.c index df984d07..3dfe3553 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_subM.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_subM.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_subMagsExtF80.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_subMagsExtF80.c index f1f0a198..bc0e612b 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_subMagsExtF80.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_subMagsExtF80.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_subMagsF128.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_subMagsF128.c index c0dfeebc..92c13b78 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_subMagsF128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_subMagsF128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_subMagsF32.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_subMagsF32.c index ba5ac9aa..5a7effcc 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_subMagsF32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_subMagsF32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_subMagsF64.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_subMagsF64.c index e499d987..462ed55a 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_subMagsF64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_subMagsF64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_tryPropagateNaNExtF80M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_tryPropagateNaNExtF80M.c index 1cecd90f..40ede0a0 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_tryPropagateNaNExtF80M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_tryPropagateNaNExtF80M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/s_tryPropagateNaNF128M.c b/lib/libutils/isoc/arch/arm/softfloat/source/s_tryPropagateNaNF128M.c index 61257689..17bba25f 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/s_tryPropagateNaNF128M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/s_tryPropagateNaNF128M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/softfloat_state.c b/lib/libutils/isoc/arch/arm/softfloat/source/softfloat_state.c index d93087dd..37b101fa 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/softfloat_state.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/softfloat_state.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_extF80.c b/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_extF80.c index 5039e9e9..0af7e31b 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_extF80.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_extF80.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_extF80M.c b/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_extF80M.c index 8d475f7a..8957b2f0 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_extF80M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_extF80M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_f128.c b/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_f128.c index 366376b9..d7416ab8 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_f128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_f128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_f128M.c b/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_f128M.c index e7ffdfbb..423ea261 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_f128M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_f128M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_f32.c b/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_f32.c index ae98fb73..0335b6f9 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_f32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_f32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_f64.c b/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_f64.c index 6b72fa52..47b0d860 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_f64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_f64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_extF80.c b/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_extF80.c index a8be984f..3447d99f 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_extF80.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_extF80.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_extF80M.c b/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_extF80M.c index 2cf84191..35566b07 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_extF80M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_extF80M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_f128.c b/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_f128.c index 806b16a6..cfd6de42 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_f128.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_f128.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_f128M.c b/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_f128M.c index b6e02870..b4821cda 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_f128M.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_f128M.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_f32.c b/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_f32.c index d67c6f97..cb124967 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_f32.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_f32.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_f64.c b/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_f64.c index fcaa682c..7d0fccbd 100644 --- a/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_f64.c +++ b/lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_f64.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ diff --git a/lib/libutils/isoc/bget_malloc.c b/lib/libutils/isoc/bget_malloc.c index 75fd9905..cf6e3ed2 100644 --- a/lib/libutils/isoc/bget_malloc.c +++ b/lib/libutils/isoc/bget_malloc.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/include/assert.h b/lib/libutils/isoc/include/assert.h index a1e65477..cda4b140 100644 --- a/lib/libutils/isoc/include/assert.h +++ b/lib/libutils/isoc/include/assert.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/include/ctype.h b/lib/libutils/isoc/include/ctype.h index ea4df10d..92b6751d 100644 --- a/lib/libutils/isoc/include/ctype.h +++ b/lib/libutils/isoc/include/ctype.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/include/inttypes.h b/lib/libutils/isoc/include/inttypes.h index 107c8610..067f703e 100644 --- a/lib/libutils/isoc/include/inttypes.h +++ b/lib/libutils/isoc/include/inttypes.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/include/limits.h b/lib/libutils/isoc/include/limits.h index fe49e650..0153445f 100644 --- a/lib/libutils/isoc/include/limits.h +++ b/lib/libutils/isoc/include/limits.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/include/malloc.h b/lib/libutils/isoc/include/malloc.h index b32d221d..e7031f33 100644 --- a/lib/libutils/isoc/include/malloc.h +++ b/lib/libutils/isoc/include/malloc.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/include/memory.h b/lib/libutils/isoc/include/memory.h index d4e298db..109260c7 100644 --- a/lib/libutils/isoc/include/memory.h +++ b/lib/libutils/isoc/include/memory.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/include/setjmp.h b/lib/libutils/isoc/include/setjmp.h index ca9fec09..348b3f50 100644 --- a/lib/libutils/isoc/include/setjmp.h +++ b/lib/libutils/isoc/include/setjmp.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 1994-2009 Red Hat, Inc. * Copyright (c) 2016, Linaro Limited diff --git a/lib/libutils/isoc/include/signal.h b/lib/libutils/isoc/include/signal.h index 6ee25186..bfee91bc 100644 --- a/lib/libutils/isoc/include/signal.h +++ b/lib/libutils/isoc/include/signal.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/include/stdint.h b/lib/libutils/isoc/include/stdint.h index 95519c9b..5f48951d 100644 --- a/lib/libutils/isoc/include/stdint.h +++ b/lib/libutils/isoc/include/stdint.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/include/stdio.h b/lib/libutils/isoc/include/stdio.h index 14bdf08a..43139fd9 100644 --- a/lib/libutils/isoc/include/stdio.h +++ b/lib/libutils/isoc/include/stdio.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/include/stdlib.h b/lib/libutils/isoc/include/stdlib.h index 5b66a80b..41403209 100644 --- a/lib/libutils/isoc/include/stdlib.h +++ b/lib/libutils/isoc/include/stdlib.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/include/string.h b/lib/libutils/isoc/include/string.h index 4780819d..7109652b 100644 --- a/lib/libutils/isoc/include/string.h +++ b/lib/libutils/isoc/include/string.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/include/sys/cdefs.h b/lib/libutils/isoc/include/sys/cdefs.h index 354d661b..9bdc4894 100644 --- a/lib/libutils/isoc/include/sys/cdefs.h +++ b/lib/libutils/isoc/include/sys/cdefs.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/include/sys/queue.h b/lib/libutils/isoc/include/sys/queue.h index 920b3c02..9e01c259 100644 --- a/lib/libutils/isoc/include/sys/queue.h +++ b/lib/libutils/isoc/include/sys/queue.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* $NetBSD: queue.h,v 1.49.6.1 2008/11/20 03:22:38 snj Exp $ */ /* diff --git a/lib/libutils/isoc/include/sys/types.h b/lib/libutils/isoc/include/sys/types.h index 2251e7e4..6f34c226 100644 --- a/lib/libutils/isoc/include/sys/types.h +++ b/lib/libutils/isoc/include/sys/types.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/include/time.h b/lib/libutils/isoc/include/time.h index 58449480..a8536662 100644 --- a/lib/libutils/isoc/include/time.h +++ b/lib/libutils/isoc/include/time.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/include/unistd.h b/lib/libutils/isoc/include/unistd.h index 33960915..8aecfbd9 100644 --- a/lib/libutils/isoc/include/unistd.h +++ b/lib/libutils/isoc/include/unistd.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/include/wchar.h b/lib/libutils/isoc/include/wchar.h index 90932742..6f3316b5 100644 --- a/lib/libutils/isoc/include/wchar.h +++ b/lib/libutils/isoc/include/wchar.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/malloc_lock.c b/lib/libutils/isoc/malloc_lock.c index a591eaf4..97db1cfa 100644 --- a/lib/libutils/isoc/malloc_lock.c +++ b/lib/libutils/isoc/malloc_lock.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2016, Linaro Limited * All rights reserved. diff --git a/lib/libutils/isoc/newlib/_ansi.h b/lib/libutils/isoc/newlib/_ansi.h index 8b5347e9..c1c0b0a1 100644 --- a/lib/libutils/isoc/newlib/_ansi.h +++ b/lib/libutils/isoc/newlib/_ansi.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 1994-2009 Red Hat, Inc. * All rights reserved. diff --git a/lib/libutils/isoc/newlib/abs.c b/lib/libutils/isoc/newlib/abs.c index b073485e..03179b30 100644 --- a/lib/libutils/isoc/newlib/abs.c +++ b/lib/libutils/isoc/newlib/abs.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /* * Copyright (c) 1994-2009 Red Hat, Inc. * All rights reserved. diff --git a/lib/libutils/isoc/newlib/memchr.c b/lib/libutils/isoc/newlib/memchr.c index cd63c0ff..81dd0555 100644 --- a/lib/libutils/isoc/newlib/memchr.c +++ b/lib/libutils/isoc/newlib/memchr.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /* * Copyright (c) 1994-2009 Red Hat, Inc. * All rights reserved. diff --git a/lib/libutils/isoc/newlib/memcmp.c b/lib/libutils/isoc/newlib/memcmp.c index eb29c54e..d4932ae1 100644 --- a/lib/libutils/isoc/newlib/memcmp.c +++ b/lib/libutils/isoc/newlib/memcmp.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /* * Copyright (c) 1994-2009 Red Hat, Inc. * All rights reserved. diff --git a/lib/libutils/isoc/newlib/memcpy.c b/lib/libutils/isoc/newlib/memcpy.c index 8cd8d7c7..7c4953ab 100644 --- a/lib/libutils/isoc/newlib/memcpy.c +++ b/lib/libutils/isoc/newlib/memcpy.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /* * Copyright (c) 1994-2009 Red Hat, Inc. * All rights reserved. diff --git a/lib/libutils/isoc/newlib/memmove.c b/lib/libutils/isoc/newlib/memmove.c index a4f0e3ad..c913e66c 100644 --- a/lib/libutils/isoc/newlib/memmove.c +++ b/lib/libutils/isoc/newlib/memmove.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /* * Copyright (c) 1994-2009 Red Hat, Inc. * All rights reserved. diff --git a/lib/libutils/isoc/newlib/memset.c b/lib/libutils/isoc/newlib/memset.c index 09eca316..ade51425 100644 --- a/lib/libutils/isoc/newlib/memset.c +++ b/lib/libutils/isoc/newlib/memset.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /* * Copyright (c) 1994-2009 Red Hat, Inc. * All rights reserved. diff --git a/lib/libutils/isoc/newlib/strchr.c b/lib/libutils/isoc/newlib/strchr.c index 1ef2f97d..1a1af15a 100644 --- a/lib/libutils/isoc/newlib/strchr.c +++ b/lib/libutils/isoc/newlib/strchr.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /* * Copyright (c) 1994-2009 Red Hat, Inc. * All rights reserved. diff --git a/lib/libutils/isoc/newlib/strcmp.c b/lib/libutils/isoc/newlib/strcmp.c index 80874b1d..2f36e27c 100644 --- a/lib/libutils/isoc/newlib/strcmp.c +++ b/lib/libutils/isoc/newlib/strcmp.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /* * Copyright (c) 1994-2009 Red Hat, Inc. * All rights reserved. diff --git a/lib/libutils/isoc/newlib/strlen.c b/lib/libutils/isoc/newlib/strlen.c index e1300f14..0a9d5498 100644 --- a/lib/libutils/isoc/newlib/strlen.c +++ b/lib/libutils/isoc/newlib/strlen.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /* * Copyright (c) 1994-2009 Red Hat, Inc. * All rights reserved. diff --git a/lib/libutils/isoc/newlib/strncmp.c b/lib/libutils/isoc/newlib/strncmp.c index 55da35fc..3cf2b9c2 100644 --- a/lib/libutils/isoc/newlib/strncmp.c +++ b/lib/libutils/isoc/newlib/strncmp.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /* * Copyright (c) 1994-2009 Red Hat, Inc. * All rights reserved. diff --git a/lib/libutils/isoc/newlib/strnlen.c b/lib/libutils/isoc/newlib/strnlen.c index 4793b148..19271278 100644 --- a/lib/libutils/isoc/newlib/strnlen.c +++ b/lib/libutils/isoc/newlib/strnlen.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /* * Copyright (c) 1994-2009 Red Hat, Inc. * All rights reserved. diff --git a/lib/libutils/isoc/qsort.c b/lib/libutils/isoc/qsort.c index 70a848e7..478bcc6e 100644 --- a/lib/libutils/isoc/qsort.c +++ b/lib/libutils/isoc/qsort.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /* $OpenBSD: qsort.c,v 1.10 2005/08/08 08:05:37 espie Exp $ */ /*- * Copyright (c) 1992, 1993 diff --git a/lib/libutils/isoc/snprintf.c b/lib/libutils/isoc/snprintf.c index fb5bdc3a..02014dbb 100644 --- a/lib/libutils/isoc/snprintf.c +++ b/lib/libutils/isoc/snprintf.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2015, Linaro Limited * All rights reserved. diff --git a/lib/libutils/isoc/stack_check.c b/lib/libutils/isoc/stack_check.c index 5c11552e..0fdf3df9 100644 --- a/lib/libutils/isoc/stack_check.c +++ b/lib/libutils/isoc/stack_check.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/strdup.c b/lib/libutils/isoc/strdup.c index 59e7d1cb..9dca55e0 100644 --- a/lib/libutils/isoc/strdup.c +++ b/lib/libutils/isoc/strdup.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/lib/libutils/isoc/strndup.c b/lib/libutils/isoc/strndup.c index c6488d4d..4d85bbfa 100644 --- a/lib/libutils/isoc/strndup.c +++ b/lib/libutils/isoc/strndup.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. diff --git a/scripts/gen_hashed_bin.py b/scripts/gen_hashed_bin.py index 9b5f095f..eef39ea0 100755 --- a/scripts/gen_hashed_bin.py +++ b/scripts/gen_hashed_bin.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# SPDX-License-Identifier: BSD-2-Clause # # Copyright (c) 2014-2017, Linaro Limited # All rights reserved. diff --git a/scripts/gen_ld_sects.py b/scripts/gen_ld_sects.py index 5122bb11..fd821ebf 100755 --- a/scripts/gen_ld_sects.py +++ b/scripts/gen_ld_sects.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# SPDX-License-Identifier: BSD-2-Clause # # Copyright (c) 2017, Linaro Limited # All rights reserved. diff --git a/scripts/pem_to_pub_c.py b/scripts/pem_to_pub_c.py index 47c004da..834f1202 100755 --- a/scripts/pem_to_pub_c.py +++ b/scripts/pem_to_pub_c.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# SPDX-License-Identifier: BSD-2-Clause # # Copyright (c) 2015, Linaro Limited # All rights reserved. diff --git a/scripts/symbolize.py b/scripts/symbolize.py index 77f842f7..e26e4936 100755 --- a/scripts/symbolize.py +++ b/scripts/symbolize.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# SPDX-License-Identifier: BSD-2-Clause # # Copyright (c) 2017, Linaro Limited # All rights reserved. diff --git a/scripts/ta_bin_to_c.py b/scripts/ta_bin_to_c.py index 31f96438..406fb8aa 100755 --- a/scripts/ta_bin_to_c.py +++ b/scripts/ta_bin_to_c.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# SPDX-License-Identifier: BSD-2-Clause # # Copyright (c) 2017, Linaro Limited # All rights reserved. diff --git a/scripts/tee_bin_parser.py b/scripts/tee_bin_parser.py index e2031cc9..9ffe1911 100755 --- a/scripts/tee_bin_parser.py +++ b/scripts/tee_bin_parser.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# SPDX-License-Identifier: BSD-2-Clause # # Copyright (c) 2016, Linaro Limited # All rights reserved. diff --git a/ta/arch/arm/user_ta_header.c b/ta/arch/arm/user_ta_header.c index 958736a8..2027fc97 100644 --- a/ta/arch/arm/user_ta_header.c +++ b/ta/arch/arm/user_ta_header.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause /* * Copyright (c) 2014, STMicroelectronics International N.V. * All rights reserved. |