summaryrefslogtreecommitdiff
path: root/comm/version.h
diff options
context:
space:
mode:
authorchatty1993-04-07 11:50:31 +0000
committerchatty1993-04-07 11:50:31 +0000
commitba066c34dde204aa192d03a23a81356374d93731 (patch)
tree39391f6235d2cf8a59a0634ac5ea430cdd21f5d4 /comm/version.h
parent05ab076e1c2a9ca16472f9a6b47b8d22914b3783 (diff)
downloadivy-league-ba066c34dde204aa192d03a23a81356374d93731.zip
ivy-league-ba066c34dde204aa192d03a23a81356374d93731.tar.gz
ivy-league-ba066c34dde204aa192d03a23a81356374d93731.tar.bz2
ivy-league-ba066c34dde204aa192d03a23a81356374d93731.tar.xz
Initial revision
Diffstat (limited to 'comm/version.h')
-rw-r--r--comm/version.h75
1 files changed, 75 insertions, 0 deletions
diff --git a/comm/version.h b/comm/version.h
new file mode 100644
index 0000000..8870ab1
--- /dev/null
+++ b/comm/version.h
@@ -0,0 +1,75 @@
+/*
+ * The Unix Channel
+ *
+ * by Michel Beaudouin-Lafon
+ *
+ * Copyright 1990-1993
+ * Laboratoire de Recherche en Informatique (LRI)
+ *
+ * Version and copyright header
+ *
+ * $Id$
+ * $CurLog$
+ */
+
+/**
+ * Copyright 1990, 1991, 1992 Laboratoire de Recherche en Informatique (LRI)
+ * Copyright 1992, 1993 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 62 25 95 42
+ * 31055 TOULOUSE - FRANCE fax: +33 62 25 95 99
+ *
+**/
+
+/**
+title The Unix Channel
+subtitle C++ Communication library
+version 3.1
+date January 1993
+copyright (c) 1989-1992 LRI, 1992-1993 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 1 69 41 69 10 and +33 62 25 95 42
+**/
+
+#ifndef UchVersion
+
+#define UchVersion 3
+#define UchRelease 2
+#define UchPatchLevel 0
+
+#endif