diff options
-rw-r--r-- | src/gram.l | 2 | ||||
-rw-r--r-- | src/gram.y | 2 | ||||
-rw-r--r-- | src/irbox.c | 4 | ||||
-rw-r--r-- | src/irdev.c | 4 | ||||
-rw-r--r-- | src/irdev.h | 4 | ||||
-rwxr-xr-x | src/irdumptable | 4 | ||||
-rw-r--r-- | src/irtable.c | 2 | ||||
-rw-r--r-- | src/irtable.h | 2 | ||||
-rw-r--r-- | src/version.h | 6 |
9 files changed, 15 insertions, 15 deletions
@@ -9,7 +9,7 @@ * * This is the lexical analyser for reading tables * - * Authors: Stephane Chatty <chatty@cenatoulouse.dgac.fr> + * Authors: Stephane Chatty <chatty@cena.dgac.fr> * * $Id$ * @@ -9,7 +9,7 @@ * * This is the grammar for reading tables * - * Authors: Stephane Chatty <chatty@cenatoulouse.dgac.fr> + * Authors: Stephane Chatty <chatty@cena.dgac.fr> * * $Id$ * diff --git a/src/irbox.c b/src/irbox.c index 153a4bf..355a932 100644 --- a/src/irbox.c +++ b/src/irbox.c @@ -7,8 +7,8 @@ * * Main file * - * Authors: Francois-Regis Colin <fcolin@cenatoulouse.dgac.fr> - * Stephane Chatty <chatty@cenatoulouse.dgac.fr> + * Authors: Francois-Regis Colin <fcolin@cena.dgac.fr> + * Stephane Chatty <chatty@cena.dgac.fr> * * $Id$ * diff --git a/src/irdev.c b/src/irdev.c index 88f5a2c..c852566 100644 --- a/src/irdev.c +++ b/src/irdev.c @@ -7,9 +7,9 @@ * * Device driver * - * Authors: Francois-Regis Colin <fcolin@cenatoulouse.dgac.fr> + * Authors: Francois-Regis Colin <fcolin@cena.dgac.fr> * Yann Malichecq - * Stephane Chatty <chatty@cenatoulouse.dgac.fr> + * Stephane Chatty <chatty@cena.dgac.fr> * * * $Id$ diff --git a/src/irdev.h b/src/irdev.h index bf0227a..e91e2ad 100644 --- a/src/irdev.h +++ b/src/irdev.h @@ -7,9 +7,9 @@ * * Device driver * - * Authors: Francois-Regis Colin <fcolin@cenatoulouse.dgac.fr> + * Authors: Francois-Regis Colin <fcolin@cena.dgac.fr> * Yann Malichecq - * Stephane Chatty <chatty@cenatoulouse.dgac.fr> + * Stephane Chatty <chatty@cena.dgac.fr> * * $Id$ * diff --git a/src/irdumptable b/src/irdumptable index e60a656..c564f94 100755 --- a/src/irdumptable +++ b/src/irdumptable @@ -5,8 +5,8 @@ # Copyright 1998-1999 # Centre d'Etudes de la Navigation Aerienne # -# Authors: Johnny Accot <accot@cenatoulouse.dgac.fr> -# Stephane Chatty <chatty@cenatoulouse.dgac.fr> +# Authors: Johnny Accot <accot@cena.dgac.fr> +# Stephane Chatty <chatty@cena.dgac.fr> # # A utility for creating code tables from an RCA programmable remote # diff --git a/src/irtable.c b/src/irtable.c index 4bd4977..7668049 100644 --- a/src/irtable.c +++ b/src/irtable.c @@ -7,7 +7,7 @@ * * Tables for decoding events * - * Authors: Stephane Chatty <chatty@cenatoulouse.dgac.fr> + * Authors: Stephane Chatty <chatty@cena.dgac.fr> * * $Id$ * diff --git a/src/irtable.h b/src/irtable.h index fc2ed4d..dc2864e 100644 --- a/src/irtable.h +++ b/src/irtable.h @@ -7,7 +7,7 @@ * * Tables for decoding events * - * Authors: Stephane Chatty <chatty@cenatoulouse.dgac.fr> + * Authors: Stephane Chatty <chatty@cena.dgac.fr> * * $Id$ * diff --git a/src/version.h b/src/version.h index 2c8d854..c0a0c0f 100644 --- a/src/version.h +++ b/src/version.h @@ -5,10 +5,10 @@ * Copyright 1998-1999 * Centre d'Etudes de la Navigation Aerienne * - * Version 1.1 + * Version 1.2 * - * Authors: Stephane Chatty <chatty@cenatoulouse.dgac.fr> - * Francois-Regis Colin <fcolin@cenatoulouse.dgac.fr> + * Authors: Stephane Chatty <chatty@cena.dgac.fr> + * Francois-Regis Colin <fcolin@cena.dgac.fr> * Yann Malichecq * * $Id$ |