diff options
Diffstat (limited to 'gram.l')
-rw-r--r-- | gram.l | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -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 <chatty@cenatoulouse.dgac.fr> * - * + * $Id$ * + * Please refer to file version.h for the + * copyright notice regarding this software */ #include <stdio.h> |