diff options
Diffstat (limited to 'tools/pbl_crc32.c')
-rw-r--r-- | tools/pbl_crc32.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/pbl_crc32.c b/tools/pbl_crc32.c index 6e6735acde3..06da1d92ffd 100644 --- a/tools/pbl_crc32.c +++ b/tools/pbl_crc32.c @@ -1,9 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright 2012 Freescale Semiconductor, Inc. * * Cleaned up and refactored by Charles Manning. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include "pblimage.h" |