From d96f9c80104d678128ac5c116a9e85ad41cc912a Mon Sep 17 00:00:00 2001 From: sc Date: Mon, 7 Aug 2000 11:29:29 +0000 Subject: Fixed headers --- src/Makefile | 6 +++--- src/ivy.c | 6 +++--- src/ivy.h | 6 +++--- src/ivychannel.h | 5 ++--- src/ivygtkloop.c | 6 +++--- src/ivygtkloop.h | 6 +++--- src/ivyloop.c | 6 +++--- src/ivyloop.h | 6 +++--- src/ivyprobe.c | 6 ++++-- src/ivysocket.c | 4 ++-- src/ivysocket.h | 4 ++-- src/ivytcl.c | 16 ++++++++++++++++ src/ivytcl.h | 7 +++---- src/ivyxtloop.c | 8 ++++---- src/ivyxtloop.h | 8 ++++---- src/list.h | 16 ++++++++++++++++ src/timer.c | 16 +++++++++------- src/timer.h | 15 +++++++++------ src/version.h | 32 +++++++++++++++----------------- 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 -# Stéphane Chatty +# Authors: François-Régis Colin +# Stéphane Chatty # # $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 - * Stephane Chatty + * Authors: Francois-Regis Colin + * Stephane Chatty * * $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 - * Stéphane Chatty + * Authors: François-Régis Colin + * Stéphane Chatty * * $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 - * Stéphane Chatty + * Authors: François-Régis Colin * * $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 + * Authors: François-Régis Colin * * $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 + * Authors: François-Régis Colin * * $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 - * Stéphane Chatty + * Authors: François-Régis Colin + * Stéphane Chatty * * $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 - * Stéphane Chatty + * Authors: François-Régis Colin + * Stéphane Chatty * * $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 + * Authors: François-Régis Colin * * $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 + * Authors: Francois-Regis Colin * * $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 + * Authors: Francois-Regis Colin * * $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 + * + * $Id$ + * + * Please refer to file version.h for the + * copyright notice regarding this software + */ + #include #include #include 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 - * Stéphane Chatty + * Authors: François-Régis Colin * * $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 - * Stéphane Chatty + * Authors: François-Régis Colin + * Stéphane Chatty * * $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 - * Stéphane Chatty + * Authors: François-Régis Colin + * Stéphane Chatty * * $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 + * + * $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 * + * $Id$ + * + * Please refer to file version.h for the + * copyright notice regarding this software */ - /* Module de gestion des timers autour d'un select */ #include #include 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 * + * $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 - * Stéphane Chatty + * Authors: François-Régis Colin + * Stéphane Chatty * * $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. * */ -- cgit v1.1