X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fzconf.l;h=c52cce8b3751bb4d034e0a68ac13aa46188647aa;hp=8d4ac8c68f5e09627375835c8e3fe166f423ad3d;hb=e017a914b2679d669e201cc76f812b641aa7eea3;hpb=a399a82909831a941901bb311a335e0a5d5384e0 diff --git a/config/zconf.l b/config/zconf.l index 8d4ac8c..c52cce8 100644 --- a/config/zconf.l +++ b/config/zconf.l @@ -1,11 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Copyright (C) 2002 Roman Zippel + */ %option nostdinit noyywrap never-interactive full ecs %option 8bit nodefault yylineno %x ASSIGN_VAL HELP STRING %{ -/* - * Copyright (C) 2002 Roman Zippel - * Released under the terms of the GNU GPL v2.0. - */ #include #include @@ -15,6 +15,7 @@ #include #include "lkc.h" +#include "zconf.tab.h" #define YY_DECL static int yylex1(void)