From fb242b482a81baa20d5cb4b8a563880b16aebdee Mon Sep 17 00:00:00 2001 From: chatty Date: Mon, 25 Jan 1999 17:48:34 +0000 Subject: Prepared for version 1.0: - headers updated - renamed irman.c into irbox.c - added options at launch - added functions to read tables from a directory and its index - created a utility for creating tables - created files for launch at boot time --- gram.l | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'gram.l') diff --git a/gram.l b/gram.l index 95ddf1d..df54f34 100644 --- a/gram.l +++ b/gram.l @@ -1,11 +1,20 @@ %{ + /* - * This is a lexical analyzer * - * It comes with an associated grammar. + * IRBOX, an Ivy driver for infra-red remote controls + * + * Copyright 1998-1999 + * Centre d'Etudes de la Navigation Aerienne + * + * This is the lexical analyser for reading tables + * + * Authors: Stephane Chatty * - * + * $Id$ * + * Please refer to file version.h for the + * copyright notice regarding this software */ #include -- cgit v1.1