aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/crc16.c
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/crc16.c')
-rw-r--r--wsutil/crc16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/crc16.c b/wsutil/crc16.c
index 10d4c01786..05ca10b3cd 100644
--- a/wsutil/crc16.c
+++ b/wsutil/crc16.c
@@ -7,7 +7,7 @@
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
- * SPDX-License-Identifier: GPL-2.0+
+ * SPDX-License-Identifier: GPL-2.0-or-later
*
* References:
* "A Painless Guide to CRC Error Detection Algorithms", Ross Williams