summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsc2000-08-07 11:29:29 +0000
committersc2000-08-07 11:29:29 +0000
commitd96f9c80104d678128ac5c116a9e85ad41cc912a (patch)
tree84c75999810c35211b9b3dcbea29670825f98cce
parenta0ec86736e71c2c1604c5f76cfe8242ff4f6e8d3 (diff)
downloadivy-c-d96f9c80104d678128ac5c116a9e85ad41cc912a.zip
ivy-c-d96f9c80104d678128ac5c116a9e85ad41cc912a.tar.gz
ivy-c-d96f9c80104d678128ac5c116a9e85ad41cc912a.tar.bz2
ivy-c-d96f9c80104d678128ac5c116a9e85ad41cc912a.tar.xz
Fixed headers
-rw-r--r--src/Makefile6
-rw-r--r--src/ivy.c6
-rw-r--r--src/ivy.h6
-rw-r--r--src/ivychannel.h5
-rw-r--r--src/ivygtkloop.c6
-rw-r--r--src/ivygtkloop.h6
-rw-r--r--src/ivyloop.c6
-rw-r--r--src/ivyloop.h6
-rw-r--r--src/ivyprobe.c6
-rw-r--r--src/ivysocket.c4
-rw-r--r--src/ivysocket.h4
-rwxr-xr-xsrc/ivytcl.c16
-rwxr-xr-xsrc/ivytcl.h7
-rw-r--r--src/ivyxtloop.c8
-rw-r--r--src/ivyxtloop.h8
-rw-r--r--src/list.h16
-rw-r--r--src/timer.c16
-rw-r--r--src/timer.h15
-rw-r--r--src/version.h32
19 files changed, 107 insertions, 72 deletions
diff --git a/src/Makefile b/src/Makefile
index ef33026..222c0e9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,13 +1,13 @@
#
# Ivy, C interface
#
-# Copyright (C) 1997-1999
+# Copyright (C) 1997-2000
# Centre d'Études de la Navigation Aérienne
#
# Makefile
#
-# Authors: François-Régis Colin <colin@tls.cena.fr>
-# Stéphane Chatty <chatty@tls.cena.fr>
+# Authors: François-Régis Colin <fcolin@cena.fr>
+# Stéphane Chatty <chatty@cena.fr>
#
# $Id$
#
diff --git a/src/ivy.c b/src/ivy.c
index ad752a6..7099430 100644
--- a/src/ivy.c
+++ b/src/ivy.c
@@ -2,13 +2,13 @@
*
* Ivy, C interface
*
- * Copyright 1997-1999
+ * Copyright 1997-2000
* Centre d'Etudes de la Navigation Aerienne
*
* Main functions
*
- * 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/ivy.h b/src/ivy.h
index 89605de..6577e79 100644
--- a/src/ivy.h
+++ b/src/ivy.h
@@ -1,13 +1,13 @@
/*
* Ivy, C interface
*
- * Copyright (C) 1997-1999
+ * Copyright (C) 1997-2000
* Centre d'Études de la Navigation Aérienne
*
* Main functions
*
- * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
- * Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
+ * Authors: François-Régis Colin <fcolin@cena.dgac.fr>
+ * Stéphane Chatty <chatty@cena.dgac.fr>
*
* $Id$
*
diff --git a/src/ivychannel.h b/src/ivychannel.h
index 0edf530..fa498b4 100644
--- a/src/ivychannel.h
+++ b/src/ivychannel.h
@@ -1,13 +1,12 @@
/*
* Ivy, C interface
*
- * Copyright (C) 1997-1999
+ * Copyright (C) 1997-2000
* Centre d'Études de la Navigation Aérienne
*
* Basic I/O handling
*
- * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
- * Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
+ * Authors: François-Régis Colin <fcolin@cena.dgac.fr>
*
* $Id$
*
diff --git a/src/ivygtkloop.c b/src/ivygtkloop.c
index 5521e32..75cd0b6 100644
--- a/src/ivygtkloop.c
+++ b/src/ivygtkloop.c
@@ -1,12 +1,12 @@
/*
* Ivy, C interface
*
- * Copyright (C) 1997-1999
+ * Copyright (C) 1997-2000
* Centre d'Études de la Navigation Aérienne
*
- * Main loop based on Gtk Toolkit
+ * Main loop based on the Gtk Toolkit
*
- * Authors: François-Régis Colin <colin@tls.cena.fr>
+ * Authors: François-Régis Colin <fcolin@cena.fr>
*
* $Id$
*
diff --git a/src/ivygtkloop.h b/src/ivygtkloop.h
index fd92349..78d747a 100644
--- a/src/ivygtkloop.h
+++ b/src/ivygtkloop.h
@@ -1,12 +1,12 @@
/*
* Ivy, C interface
*
- * Copyright (C) 1997-1999
+ * Copyright (C) 1997-2000
* Centre d'Études de la Navigation Aérienne
*
- * Main loop based on GTK Toolkit
+ * Main loop based on the GTK Toolkit
*
- * Authors: François-Régis Colin <colin@tls.cena.fr>
+ * Authors: François-Régis Colin <fcolin@cena.fr>
*
* $Id$
*
diff --git a/src/ivyloop.c b/src/ivyloop.c
index 635ae8a..07206a9 100644
--- a/src/ivyloop.c
+++ b/src/ivyloop.c
@@ -1,13 +1,13 @@
/*
* Ivy, C interface
*
- * Copyright (C) 1997-1999
+ * Copyright (C) 1997-2000
* Centre d'Études de la Navigation Aérienne
*
* Main loop based on select
*
- * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
- * Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
+ * Authors: François-Régis Colin <fcolin@cena.dgac.fr>
+ * Stéphane Chatty <chatty@cena.dgac.fr>
*
* $Id$
*
diff --git a/src/ivyloop.h b/src/ivyloop.h
index 812c67b..c4af6eb 100644
--- a/src/ivyloop.h
+++ b/src/ivyloop.h
@@ -1,13 +1,13 @@
/*
* Ivy, C interface
*
- * Copyright (C) 1997-1999
+ * Copyright (C) 1997-2000
* Centre d'Études de la Navigation Aérienne
*
* Main loop handling around select
*
- * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
- * Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
+ * Authors: François-Régis Colin <fcolin@cena.dgac.fr>
+ * Stéphane Chatty <chatty@cena.dgac.fr>
*
* $Id$
*
diff --git a/src/ivyprobe.c b/src/ivyprobe.c
index b7317f5..63981af 100644
--- a/src/ivyprobe.c
+++ b/src/ivyprobe.c
@@ -1,18 +1,20 @@
/*
* Ivy probe
*
- * Copyright (C) 1997-1999
+ * Copyright (C) 1997-2000
* Centre d'Études de la Navigation Aérienne
*
* Main and only file
*
- * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
+ * Authors: François-Régis Colin <fcolin@cena.dgac.fr>
*
* $Id$
*
* Please refer to file version.h for the
* copyright notice regarding this software
*/
+
+
#define IVYMAINLOOP
#ifdef XTMAINLOOP
diff --git a/src/ivysocket.c b/src/ivysocket.c
index b2ba200..9d40f3d 100644
--- a/src/ivysocket.c
+++ b/src/ivysocket.c
@@ -1,12 +1,12 @@
/*
* Ivy, C interface
*
- * Copyright 1997-1999
+ * Copyright 1997-2000
* Centre d'Etudes de la Navigation Aerienne
*
* Sockets
*
- * Authors: Francois-Regis Colin <fcolin@cenatoulouse.dgac.fr>
+ * Authors: Francois-Regis Colin <fcolin@cena.dgac.fr>
*
* $Id$
*
diff --git a/src/ivysocket.h b/src/ivysocket.h
index 6f59a0c..065c42d 100644
--- a/src/ivysocket.h
+++ b/src/ivysocket.h
@@ -1,12 +1,12 @@
/*
* Ivy, C interface
*
- * Copyright 1997-1999
+ * Copyright 1997-2000
* Centre d'Etudes de la Navigation Aerienne
*
* Sockets
*
- * Authors: Francois-Regis Colin <fcolin@cenatoulouse.dgac.fr>
+ * Authors: Francois-Regis Colin <fcolin@cena.dgac.fr>
*
* $Id$
*
diff --git a/src/ivytcl.c b/src/ivytcl.c
index 887db43..c0938d9 100755
--- a/src/ivytcl.c
+++ b/src/ivytcl.c
@@ -1,3 +1,19 @@
+/*
+ * Ivy, C interface
+ *
+ * Copyright (C) 1997-2000
+ * Centre d'Études de la Navigation Aérienne
+ *
+ * Main loop based on Tcl
+ *
+ * Authors: François-Régis Colin <fcolin@cena.dgac.fr>
+ *
+ * $Id$
+ *
+ * Please refer to file version.h for the
+ * copyright notice regarding this software
+ */
+
#include <sys/time.h>
#include <unistd.h>
#include <malloc.h>
diff --git a/src/ivytcl.h b/src/ivytcl.h
index 068bac6..fefb31b 100755
--- a/src/ivytcl.h
+++ b/src/ivytcl.h
@@ -1,13 +1,12 @@
/*
* Ivy, C interface
*
- * Copyright (C) 1997-1999
+ * Copyright (C) 1997-2000
* Centre d'Études de la Navigation Aérienne
*
- * Main loop based on X Toolkit
+ * Main loop based on Tcl
*
- * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
- * Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
+ * Authors: François-Régis Colin <fcolin@cena.dgac.fr>
*
* $Id$
*
diff --git a/src/ivyxtloop.c b/src/ivyxtloop.c
index df8dedb..2764fe4 100644
--- a/src/ivyxtloop.c
+++ b/src/ivyxtloop.c
@@ -1,13 +1,13 @@
/*
* Ivy, C interface
*
- * Copyright (C) 1997-1999
+ * Copyright (C) 1997-2000
* Centre d'Études de la Navigation Aérienne
*
- * Main loop based on X Toolkit
+ * Main loop based on the X Toolkit
*
- * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
- * Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
+ * Authors: François-Régis Colin <fcolin@cena.dgac.fr>
+ * Stéphane Chatty <chatty@cena.dgac.fr>
*
* $Id$
*
diff --git a/src/ivyxtloop.h b/src/ivyxtloop.h
index 7ee6f30..c482675 100644
--- a/src/ivyxtloop.h
+++ b/src/ivyxtloop.h
@@ -1,13 +1,13 @@
/*
* Ivy, C interface
*
- * Copyright (C) 1997-1999
+ * Copyright (C) 1997-2000
* Centre d'Études de la Navigation Aérienne
*
- * Main loop based on X Toolkit
+ * Main loop based on the X Toolkit
*
- * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
- * Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
+ * Authors: François-Régis Colin <colin@cena.dgac.fr>
+ * Stéphane Chatty <chatty@cena.dgac.fr>
*
* $Id$
*
diff --git a/src/list.h b/src/list.h
index 4a6fe26..7afbe8b 100644
--- a/src/list.h
+++ b/src/list.h
@@ -1,3 +1,19 @@
+/*
+ * Ivy, C interface
+ *
+ * Copyright (C) 1997-2000
+ * Centre d'Études de la Navigation Aérienne
+ *
+ * Simple lists in C
+ *
+ * Authors: François-Régis Colin <fcolin@cena.dgac.fr>
+ *
+ * $Id$
+ *
+ * Please refer to file version.h for the
+ * copyright notice regarding this software
+ */
+
#define LIST_ITER( list, p, cond ) \
p = list; \
while ( p && (cond) ) p = p->next
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>
diff --git a/src/timer.h b/src/timer.h
index ef3e0a4..f8f21a5 100644
--- a/src/timer.h
+++ b/src/timer.h
@@ -1,14 +1,17 @@
/*
+ * 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 for select-based main loop
*
- * Timers for 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 */
diff --git a/src/version.h b/src/version.h
index 9c4b9e8..5aa3b9a 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,28 +1,26 @@
/*
- * Ivy, C interface
+ * Ivy, C interface
*
* Copyright (C) 1997-2000
* Centre d'Études de la Navigation Aérienne
*
- * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
- * Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
+ * Authors: François-Régis Colin <colin@cena.dgac.fr>
+ * Stéphane Chatty <chatty@cena.dgac.fr>
*
* $Id$
*
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU LGPL Library General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- * On Debian systems LGPL can be found in the file /usr/share/common-licenses/LGPL
- * Or look at http://www.gnu.org/copyleft/lgpl.html
+ * This program is free software. You can redistribute it and/or
+ * modify it under the terms of the GNU LGPL (Library General Public License)
+ * as published by the Free Software Foundation: either version 2
+ * of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/