From f7677f32b90eea37e54b39a3e26e5437924a2ada Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 5 Feb 2018 20:56:59 +0100 Subject: Version 2.0 --- src/belex.l | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/belex.l') diff --git a/src/belex.l b/src/belex.l index f35f114..bc0bfc0 100644 --- a/src/belex.l +++ b/src/belex.l @@ -1,3 +1,20 @@ +/* This file is part of varnish-mib + Copyright (C) 2018 Sergey Poznyakoff + + Varnish-mib is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3, or (at your option) + any later version. + + Varnish-mib is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with varnish-mib. If not, see . +*/ + %option nounput %option noinput -- cgit v1.2.1