summaryrefslogtreecommitdiff
path: root/comm/version.h
blob: ec6349fbeed336de9ce8e608b07ca24a05c5ee0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/*
 *	The Unix Channel
 *
 *	by Michel Beaudouin-Lafon
 *
 *	Copyright 1990-1997
 *	Laboratoire de Recherche en Informatique (LRI)
 *	Centre d'Etudes de la Navigation Aerienne
 *
 *	Version and copyright header
 *
 *	$Id$
 *	$CurLog$
 */

/**
 * Copyright 1990 - 1992 Laboratoire de Recherche en Informatique (LRI)
 * Copyright 1992 - 1997 Centre d'Etudes de la Navigation Aerienne (CENA)
 *
 * Permission to use, copy, and modify this software and its documentation
 * for your own purposes is hereby granted without fee, provided that
 * the above copyright notice appear in all copies and that both that
 * copyright notice and this permission notice appear in supporting
 * documentation, and use acknowledge that the software was developed
 * by Laboratoire de Recherche en Informatique, Universite de Paris-Sud,
 * Orsay, France, and Centre d'Etudes de la Navigation Aerienne, Toulouse,
 * France.  LRI and CENA make no representations about the suitability of
 * this software for any purpose.  It is provided "as is" without express
 * or implied warranty.
 *
 * This software or modified versions of this software cannot be
 * distributed in source or binary form, nor included into products
 * without prior written permission of the author.
 * 
 * LRI AND CENA DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL LRI OR
 * CENA BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
 * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 
 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 *
 * Maintainer:
 * 
 *              Stephane Chatty             e-mail: chatty@dgac.fr
 *              CENA
 *              7 avenue Edouard Belin      phone: +33 (0)5 62 25 95 42
 *              31055 TOULOUSE  -  FRANCE   fax:   +33 (0)5 62 25 95 99
 * 
**/

/**
title		The Unix Channel
subtitle	C++ Communication library
version		4.0.0
date		June 1997
copyright	(c) 1989-1992 LRI, 1992-1997 CENA
authors		Michel Beaudouin-Lafon
|		St\'ephane Chatty
address		Laboratoire de Recherche en Informatique
|		B\^at. 490, Facult\'e d'Orsay
|		91405 Orsay Cedex, France
|		and
|		Centre d'Etudes de la Navigation A\'erienne
|		7 avenue Edouard Belin
|		31055 TOULOUSE CEDEX, France
e-mail		mbl@lri.fr and chatty@dgac.fr
phone		+33 01 69 15 69 10 and +33 05 62 25 95 42
**/

#ifndef IvlVersion

#define	IvlVersion 4
#define	IvlRelease 0
#define	IvlPatchLevel 0

#endif