diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/relocate-rela.c | 3 | ||||
-rw-r--r-- | tools/stm32image.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/tools/relocate-rela.c b/tools/relocate-rela.c index df968eb5fd..6a524014b7 100644 --- a/tools/relocate-rela.c +++ b/tools/relocate-rela.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ OR BSD-2-Clause /* * Copyright 2013 Freescale Semiconductor, Inc. * - * SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause - * * 64-bit and little-endian target only until we need to support a different * arch that needs this. */ diff --git a/tools/stm32image.c b/tools/stm32image.c index 437e384d37..08b32ba87d 100644 --- a/tools/stm32image.c +++ b/tools/stm32image.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause /* * Copyright (C) 2018, STMicroelectronics - All Rights Reserved - * - * SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause */ #include <image.h> |