aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/config/lexer.lex.c
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2020-09-21 22:46:30 -1000
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-09-22 20:36:04 +0200
commit8be2eb3b9b1e5e808a53bba223badae95c7627ef (patch)
tree3e410fc2f5a64abc355195e350444d79f2d13609 /scripts/config/lexer.lex.c
parente8f61bf50d4704dd871e66f08d7f6564af0f5cb0 (diff)
downloadupstream-8be2eb3b9b1e5e808a53bba223badae95c7627ef.tar.gz
upstream-8be2eb3b9b1e5e808a53bba223badae95c7627ef.tar.bz2
upstream-8be2eb3b9b1e5e808a53bba223badae95c7627ef.zip
scripts: update SPDX license names
SPDX moved from GPL-2.0 to GPL-2.0-only and from GPL-2.0+ to GPL-2.0-or-later. Reflect that in the SPDX license headers. Signed-off-by: Paul Spooren <mail@aparcar.org> [adjust commit title, update remaining files] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'scripts/config/lexer.lex.c')
-rw-r--r--scripts/config/lexer.lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config/lexer.lex.c b/scripts/config/lexer.lex.c
index 98b3aa16e3..190928b2ab 100644
--- a/scripts/config/lexer.lex.c
+++ b/scripts/config/lexer.lex.c
@@ -2540,7 +2540,7 @@ int yy_flex_debug = 0;
#define YY_MORE_ADJ 0
#define YY_RESTORE_YY_MORE_OFFSET
char *yytext;
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
*/