From c3f74fec7009f561928ed38d2228845a11d31849 Mon Sep 17 00:00:00 2001 From: jacomi Date: Wed, 20 Jan 1999 15:55:38 +0000 Subject: headers --- src/Makefile | 18 ++++++++++++------ src/ivy.c | 15 ++++++++++----- src/ivy.h | 16 ++++++++++------ src/ivychannel.h | 16 ++++++++++------ src/ivyloop.c | 16 ++++++++++------ src/ivyloop.h | 16 ++++++++++------ src/ivyprobe.c | 17 ++++++++++------- src/ivysocket.c | 16 ++++++++++------ src/ivysocket.h | 16 ++++++++++------ src/ivyxtloop.c | 17 ++++++++++------- src/ivyxtloop.h | 16 ++++++++++------ 11 files changed, 112 insertions(+), 67 deletions(-) (limited to 'src') 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 +# Stéphane Chatty +# +# $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 + * Stéphane Chatty * - * $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 + * Stéphane Chatty * - * $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 + * Stéphane Chatty * - * $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 + * Stéphane Chatty * - * $Id$ + * $Id$ + * + * Please refer to file version.h for the + * copyright notice regarding this software * */ - #ifdef WIN32 #include #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 + * Stéphane Chatty * - * $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 + * Stéphane Chatty * - * Main and only file - * - * $Id$ + * $Id$ + * + * Please refer to file version.h for the + * copyright notice regarding this software * */ - #include #include #include 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 + * Stéphane Chatty * - * $Id$ + * $Id$ + * + * Please refer to file version.h for the + * copyright notice regarding this software * */ - #ifdef WIN32 #include #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 + * Stéphane Chatty * - * $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 + * Stéphane Chatty * - * $Id$ + * $Id$ + * + * Please refer to file version.h for the + * copyright notice regarding this software * */ - - #ifdef WIN32 #include #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 + * Stéphane Chatty * - * $Id$ + * $Id$ + * + * Please refer to file version.h for the + * copyright notice regarding this software * */ - #ifndef _IVYXTLOOP_H #define _IVYXTLOOP_H -- cgit v1.1