diff options
Diffstat (limited to 'lib/crc32c.c')
-rw-r--r-- | lib/crc32c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crc32c.c b/lib/crc32c.c index 322c08ff5d..016b34a523 100644 --- a/lib/crc32c.c +++ b/lib/crc32c.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copied from Linux kernel crypto/crc32c.c * Copyright (c) 2004 Cisco Systems, Inc. @@ -7,7 +8,6 @@ * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) * any later version. - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |