summaryrefslogtreecommitdiff
path: root/host/mex/README
diff options
context:
space:
mode:
authorNicolas Schodet2008-03-29 00:40:27 +0100
committerNicolas Schodet2008-03-29 00:40:27 +0100
commit3bc81942721dcbba5af957c3822c63b7161b2091 (patch)
treeaf1760f146dba1b8591beef2169773a71fe013d3 /host/mex/README
parentd23ee90c72d3e9ef14e4f2de4fb5967f18f8b19a (diff)
* host/mex:
- first mex version.
Diffstat (limited to 'host/mex/README')
-rw-r--r--host/mex/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/host/mex/README b/host/mex/README
new file mode 100644
index 00000000..69e18f10
--- /dev/null
+++ b/host/mex/README
@@ -0,0 +1,25 @@
+mex - Message Exchange library.
+
+This library permit exchange of messages between several nodes using a central
+hub, and maintain a virtual date, synchronised between all nodes.
+
+
+Copyright (C) 2008 Nicolas Schodet
+
+APBTeam:
+ Web: http://apbteam.org/
+ Email: team AT apbteam DOT org
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU 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 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.