summaryrefslogtreecommitdiff
path: root/dnn/version.h
diff options
context:
space:
mode:
authorchatty1994-03-14 08:40:16 +0000
committerchatty1994-03-14 08:40:16 +0000
commit33c173febd67cf6b558eb86ba552dc9369ab4b24 (patch)
tree0af984e138144b6ff9d8ec98b0ea7245dd003bef /dnn/version.h
parent1ed65383fc2b49e22929862dd5705c93f79a60c2 (diff)
downloadivy-league-33c173febd67cf6b558eb86ba552dc9369ab4b24.zip
ivy-league-33c173febd67cf6b558eb86ba552dc9369ab4b24.tar.gz
ivy-league-33c173febd67cf6b558eb86ba552dc9369ab4b24.tar.bz2
ivy-league-33c173febd67cf6b558eb86ba552dc9369ab4b24.tar.xz
Initial revision
Diffstat (limited to 'dnn/version.h')
-rw-r--r--dnn/version.h71
1 files changed, 71 insertions, 0 deletions
diff --git a/dnn/version.h b/dnn/version.h
new file mode 100644
index 0000000..20cb01a
--- /dev/null
+++ b/dnn/version.h
@@ -0,0 +1,71 @@
+/*
+ * Data News Network
+ *
+ * by Stephane Chatty
+ *
+ * Copyright 1994
+ * Centre d'Etudes de la Navigation Aerienne (CENA)
+ *
+ * Version and copyright header
+ *
+ * $Id$
+ * $CurLog$
+ */
+
+
+/***
+ * Copyright 1994 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 Centre d'Etudes de la Navigation Aerienne, Toulouse,
+ * France. CENA makes 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.
+ *
+ * CENA DISCLAIMS 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 DNN - Data News Network
+subtitle ~
+version 0.1
+date February 1994
+copyright (c) 1994 CENA
+authors St\'ephane Chatty
+address Centre d'\'Etudes de la Navigation A\'erienne
+| 7 avenue \'Edouard Belin
+| 31055 Toulouse Cedex, France
+e-mail chatty@dgac.fr
+phone 33+ 62 25 95 42
+fax 33+ 62 25 95 99
+**/
+
+#ifndef DnnVersion
+
+#define DnnVersion 0
+#define DnnRelease 1
+#define DnnPatchLevel 0
+
+#endif