summaryrefslogtreecommitdiff
path: root/src/timer.c
diff options
context:
space:
mode:
authorsc2000-08-07 11:29:29 +0000
committersc2000-08-07 11:29:29 +0000
commitd96f9c80104d678128ac5c116a9e85ad41cc912a (patch)
tree84c75999810c35211b9b3dcbea29670825f98cce /src/timer.c
parenta0ec86736e71c2c1604c5f76cfe8242ff4f6e8d3 (diff)
downloadivy-c-d96f9c80104d678128ac5c116a9e85ad41cc912a.zip
ivy-c-d96f9c80104d678128ac5c116a9e85ad41cc912a.tar.gz
ivy-c-d96f9c80104d678128ac5c116a9e85ad41cc912a.tar.bz2
ivy-c-d96f9c80104d678128ac5c116a9e85ad41cc912a.tar.xz
Fixed headers
Diffstat (limited to 'src/timer.c')
-rw-r--r--src/timer.c16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/timer.c b/src/timer.c
index 53e649c..f7a0540 100644
--- a/src/timer.c
+++ b/src/timer.c
@@ -1,17 +1,19 @@
/*
+ * Ivy, C interface
*
- * Ivy, C interface
+ * Copyright (C) 1997-2000
+ * Centre d'Études de la Navigation Aérienne
*
- * Copyright 1997-1999
- * Centre d'Etudes de la Navigation Aerienne
+ * Timers used in select based main loop
*
- * Timers used in select based main loop
- *
- * $Id$
+ * Authors: François-Régis Colin <fcolin@cena.dgac.fr>
*
+ * $Id$
+ *
+ * Please refer to file version.h for the
+ * copyright notice regarding this software
*/
-
/* Module de gestion des timers autour d'un select */
#include <stdio.h>
#include <sys/types.h>