diff options
Diffstat (limited to 'gram.y')
-rw-r--r-- | gram.y | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -2,17 +2,22 @@ /* * - * IRBOX, an Ivy driver for infra-red remote controls + * IRBOX, an Ivy driver for infra-red remote controls * - * Copyright 1998-1999 - * Centre d'Etudes de la Navigation Aerienne + * Copyright 1998-1999 + * Centre d'Etudes de la Navigation Aerienne * - * This is the grammar for reading tables + * This is the grammar for reading tables * - * $Id$ + * Authors: Stephane Chatty <chatty@cenatoulouse.dgac.fr> * + * $Id$ + * + * Please refer to file version.h for the + * copyright notice regarding this software */ + extern const char* const ResWords; |