diff options
Diffstat (limited to 'lib/crc16.c')
-rw-r--r-- | lib/crc16.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/crc16.c b/lib/crc16.c index 753b987b02..763ae33f34 100644 --- a/lib/crc16.c +++ b/lib/crc16.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: eCos-2.0 /* *========================================================================== * @@ -6,8 +7,6 @@ * 16 bit CRC with polynomial x^16+x^12+x^5+1 * *========================================================================== - * SPDX-License-Identifier: eCos-2.0 - *========================================================================== *#####DESCRIPTIONBEGIN#### * * Author(s): gthomas |