summaryrefslogtreecommitdiff
path: root/irdev.c
diff options
context:
space:
mode:
authorchatty1999-01-25 17:48:34 +0000
committerchatty1999-01-25 17:48:34 +0000
commitfb242b482a81baa20d5cb4b8a563880b16aebdee (patch)
tree4e409fb3a59dc7b5f70b1d4b30104f075c89dcb5 /irdev.c
parent4a74019ccbd44626eb96fe751f406ff3fbe30735 (diff)
downloadirbox-fb242b482a81baa20d5cb4b8a563880b16aebdee.zip
irbox-fb242b482a81baa20d5cb4b8a563880b16aebdee.tar.gz
irbox-fb242b482a81baa20d5cb4b8a563880b16aebdee.tar.bz2
irbox-fb242b482a81baa20d5cb4b8a563880b16aebdee.tar.xz
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
Diffstat (limited to 'irdev.c')
-rw-r--r--irdev.c17
1 files changed, 12 insertions, 5 deletions
diff --git a/irdev.c b/irdev.c
index f0d17f0..88f5a2c 100644
--- a/irdev.c
+++ b/irdev.c
@@ -1,14 +1,21 @@
/*
*
- * 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
*
- * Device driver
+ * Device driver
*
- * $Id$
+ * Authors: Francois-Regis Colin <fcolin@cenatoulouse.dgac.fr>
+ * Yann Malichecq
+ * Stephane Chatty <chatty@cenatoulouse.dgac.fr>
*
+ *
+ * $Id$
+ *
+ * Please refer to file version.h for the
+ * copyright notice regarding this software
*/
#include <stdio.h>