summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchatty1999-12-17 17:49:49 +0000
committerchatty1999-12-17 17:49:49 +0000
commitddce785001839cce39c71cb5199d9c9199f36108 (patch)
tree9d1e3590e532ad42c9071aa373f61eec66f02991
parente4531c468325407d111f7d5cf3a53604f6b596b5 (diff)
downloadirbox-ddce785001839cce39c71cb5199d9c9199f36108.zip
irbox-ddce785001839cce39c71cb5199d9c9199f36108.tar.gz
irbox-ddce785001839cce39c71cb5199d9c9199f36108.tar.bz2
irbox-ddce785001839cce39c71cb5199d9c9199f36108.tar.xz
Updated email addresses in source files.
-rw-r--r--src/gram.l2
-rw-r--r--src/gram.y2
-rw-r--r--src/irbox.c4
-rw-r--r--src/irdev.c4
-rw-r--r--src/irdev.h4
-rwxr-xr-xsrc/irdumptable4
-rw-r--r--src/irtable.c2
-rw-r--r--src/irtable.h2
-rw-r--r--src/version.h6
9 files changed, 15 insertions, 15 deletions
diff --git a/src/gram.l b/src/gram.l
index ecc71c3..aaeeeb7 100644
--- a/src/gram.l
+++ b/src/gram.l
@@ -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$
*
diff --git a/src/gram.y b/src/gram.y
index fb03f5d..e2f2134 100644
--- a/src/gram.y
+++ b/src/gram.y
@@ -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$