summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile18
-rw-r--r--src/ivy.c15
-rw-r--r--src/ivy.h16
-rw-r--r--src/ivychannel.h16
-rw-r--r--src/ivyloop.c16
-rw-r--r--src/ivyloop.h16
-rw-r--r--src/ivyprobe.c17
-rw-r--r--src/ivysocket.c16
-rw-r--r--src/ivysocket.h16
-rw-r--r--src/ivyxtloop.c17
-rw-r--r--src/ivyxtloop.h16
11 files changed, 112 insertions, 67 deletions
diff --git a/src/Makefile b/src/Makefile
index 948f6f9..3b49ad7 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,14 +1,20 @@
#
-# Ivy, C interface
+# Ivy, C interface
#
-# Copyright 1997-1999
-# Centre d'Etudes de la Navigation Aerienne
+# Copyright (C) 1997-1999
+# Centre d'Études de la Navigation Aérienne
#
-# Makefile
+# Makefile
+#
+# Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
+# Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
+#
+# $Id$
+#
+# Please refer to file version.h for the
+# copyright notice regarding this software
#
-# $Id$
#
-
XTINC = /usr/X11R6/include
XTLIB = /usr/X11R6/lib
CC=gcc
diff --git a/src/ivy.c b/src/ivy.c
index de69298..8b1501e 100644
--- a/src/ivy.c
+++ b/src/ivy.c
@@ -1,13 +1,18 @@
/*
+ * Ivy, C interface
*
- * Ivy, C interface
+ * Copyright (C) 1997-1999
+ * Centre d'Études de la Navigation Aérienne
*
- * Copyright 1997-1999
- * Centre d'Etudes de la Navigation Aerienne
+ * Main functions
*
- * Main functions
+ * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
+ * Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
*
- * $Id$
+ * $Id$
+ *
+ * Please refer to file version.h for the
+ * copyright notice regarding this software
*
*/
diff --git a/src/ivy.h b/src/ivy.h
index de0d558..923a5ca 100644
--- a/src/ivy.h
+++ b/src/ivy.h
@@ -1,16 +1,20 @@
/*
+ * Ivy, C interface
*
- * Ivy, C interface
+ * Copyright (C) 1997-1999
+ * Centre d'Études de la Navigation Aérienne
*
- * Copyright 1997-1999
- * Centre d'Etudes de la Navigation Aerienne
+ * Main functions
*
- * Main functions
+ * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
+ * Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
*
- * $Id$
+ * $Id$
+ *
+ * Please refer to file version.h for the
+ * copyright notice regarding this software
*
*/
-
#ifndef _IVY_H
#define _IVY_H
diff --git a/src/ivychannel.h b/src/ivychannel.h
index ed6ef44..1da0982 100644
--- a/src/ivychannel.h
+++ b/src/ivychannel.h
@@ -1,16 +1,20 @@
/*
+ * Ivy, C interface
*
- * Ivy, C interface
+ * Copyright (C) 1997-1999
+ * Centre d'Études de la Navigation Aérienne
*
- * Copyright 1997-1999
- * Centre d'Etudes de la Navigation Aerienne
+ * Basic I/O handling
*
- * Basic I/O handling
+ * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
+ * Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
*
- * $Id$
+ * $Id$
+ *
+ * Please refer to file version.h for the
+ * copyright notice regarding this software
*
*/
-
#ifndef _IVYCHANNEL_H
#define _IVYCHANNEL_H
diff --git a/src/ivyloop.c b/src/ivyloop.c
index 9dc24cd..df2c093 100644
--- a/src/ivyloop.c
+++ b/src/ivyloop.c
@@ -1,16 +1,20 @@
/*
+ * Ivy, C interface
*
- * Ivy, C interface
+ * Copyright (C) 1997-1999
+ * Centre d'Études de la Navigation Aérienne
*
- * Copyright 1997-1999
- * Centre d'Etudes de la Navigation Aerienne
+ * Main loop handling around select
*
- * Main loop handling around select
+ * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
+ * Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
*
- * $Id$
+ * $Id$
+ *
+ * Please refer to file version.h for the
+ * copyright notice regarding this software
*
*/
-
#ifdef WIN32
#include <windows.h>
#endif
diff --git a/src/ivyloop.h b/src/ivyloop.h
index ccc13d8..8658875 100644
--- a/src/ivyloop.h
+++ b/src/ivyloop.h
@@ -1,16 +1,20 @@
/*
+ * Ivy, C interface
*
- * Ivy, C interface
+ * Copyright (C) 1997-1999
+ * Centre d'Études de la Navigation Aérienne
*
- * Copyright 1997-1999
- * Centre d'Etudes de la Navigation Aerienne
+ * Main loop handling around select
*
- * Main loop based on select
+ * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
+ * Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
*
- * $Id$
+ * $Id$
+ *
+ * Please refer to file version.h for the
+ * copyright notice regarding this software
*
*/
-
#ifndef _IVYLOOP_H
#define _IVYLOOP_H
diff --git a/src/ivyprobe.c b/src/ivyprobe.c
index 9e9a0f6..8021ece 100644
--- a/src/ivyprobe.c
+++ b/src/ivyprobe.c
@@ -1,17 +1,20 @@
/*
+ * Ivy probe
*
- * Ivy probe
+ * Copyright (C) 1997-1999
+ * Centre d'Études de la Navigation Aérienne
*
- * Copyright 1997-1999
- * Centre d'Etudes de la Navigation Aerienne
+ * Main and only file
*
+ * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
+ * Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
*
- * Main and only file
- *
- * $Id$
+ * $Id$
+ *
+ * Please refer to file version.h for the
+ * copyright notice regarding this software
*
*/
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/src/ivysocket.c b/src/ivysocket.c
index 99d145f..f46aed5 100644
--- a/src/ivysocket.c
+++ b/src/ivysocket.c
@@ -1,16 +1,20 @@
/*
+ * Ivy, C interface
*
- * Ivy, C interface
+ * Copyright (C) 1997-1999
+ * Centre d'Études de la Navigation Aérienne
*
- * Copyright 1997-1999
- * Centre d'Etudes de la Navigation Aerienne
+ * Sockets
*
- * Sockets
+ * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
+ * Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
*
- * $Id$
+ * $Id$
+ *
+ * Please refer to file version.h for the
+ * copyright notice regarding this software
*
*/
-
#ifdef WIN32
#include <windows.h>
#endif
diff --git a/src/ivysocket.h b/src/ivysocket.h
index 5e8d2c0..04a8b28 100644
--- a/src/ivysocket.h
+++ b/src/ivysocket.h
@@ -1,16 +1,20 @@
/*
+ * Ivy, C interface
*
- * Ivy, C interface
+ * Copyright (C) 1997-1999
+ * Centre d'Études de la Navigation Aérienne
*
- * Copyright 1997-1999
- * Centre d'Etudes de la Navigation Aerienne
+ * Sockets
*
- * Sockets
+ * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
+ * Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
*
- * $Id$
+ * $Id$
+ *
+ * Please refer to file version.h for the
+ * copyright notice regarding this software
*
*/
-
#ifndef _IVYSOCKET_H
#define _IVYSOCKET_H
diff --git a/src/ivyxtloop.c b/src/ivyxtloop.c
index 52c3751..a265e23 100644
--- a/src/ivyxtloop.c
+++ b/src/ivyxtloop.c
@@ -1,17 +1,20 @@
/*
+ * Ivy, C interface
*
- * Ivy, C interface
+ * Copyright (C) 1997-1999
+ * Centre d'Études de la Navigation Aérienne
*
- * Copyright 1997-1999
- * Centre d'Etudes de la Navigation Aerienne
+ * Main loop based on X Toolkit
*
- * Main loop based on X Toolkit
+ * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
+ * Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
*
- * $Id$
+ * $Id$
+ *
+ * Please refer to file version.h for the
+ * copyright notice regarding this software
*
*/
-
-
#ifdef WIN32
#include <windows.h>
#endif
diff --git a/src/ivyxtloop.h b/src/ivyxtloop.h
index 591d6a1..d76e815 100644
--- a/src/ivyxtloop.h
+++ b/src/ivyxtloop.h
@@ -1,16 +1,20 @@
/*
+ * Ivy, C interface
*
- * Ivy, C interface
+ * Copyright (C) 1997-1999
+ * Centre d'Études de la Navigation Aérienne
*
- * Copyright 1997-1999
- * Centre d'Etudes de la Navigation Aerienne
+ * Main loop based on X Toolkit
*
- * Main loop based on X Toolkit
+ * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
+ * Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
*
- * $Id$
+ * $Id$
+ *
+ * Please refer to file version.h for the
+ * copyright notice regarding this software
*
*/
-
#ifndef _IVYXTLOOP_H
#define _IVYXTLOOP_H