summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2012-11-07 22:20:09 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2012-11-07 22:20:09 (GMT)
commitda08a1d3c3bca8070c9b029cfc1f8faf9e34dd25 (patch)
treeb285148ab6ca415814d9370148f91736f83c852c /installer
parent0ae6c27d9322208053033d9b19c0ffffed3d99eb (diff)
downloaduscxml-da08a1d3c3bca8070c9b029cfc1f8faf9e34dd25.zip
uscxml-da08a1d3c3bca8070c9b029cfc1f8faf9e34dd25.tar.gz
uscxml-da08a1d3c3bca8070c9b029cfc1f8faf9e34dd25.tar.bz2
Committing local version again
Diffstat (limited to 'installer')
-rw-r--r--installer/description.txt7
-rw-r--r--installer/license.txt36
-rw-r--r--installer/nsis/uscxml-logo.bmpbin0 -> 25818 bytes
-rw-r--r--installer/packageMaker/readme.txt2
-rw-r--r--installer/packageMaker/welcome.txt3
5 files changed, 48 insertions, 0 deletions
diff --git a/installer/description.txt b/installer/description.txt
new file mode 100644
index 0000000..f255fba
--- /dev/null
+++ b/installer/description.txt
@@ -0,0 +1,7 @@
+uMundo is a publish/subscribe implementation from the Telecooperation Group at
+the Technical University of Darmstadt.
+
+uMundo is continuously updated; everything we would write here would be
+out-dated in a matter of weeks. As the only thing worse than no documentation
+is wrong documentation, please have a look at the website at:
+https://github.com/tklab-tud/umundo for current information. \ No newline at end of file
diff --git a/installer/license.txt b/installer/license.txt
new file mode 100644
index 0000000..e602ee8
--- /dev/null
+++ b/installer/license.txt
@@ -0,0 +1,36 @@
+Simplified BSD License
+
+Copyright (c) 2012, Telecooperation Group - TU Darmstadt All rights
+reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+1. Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer. 2.
+Redistributions in binary form must reproduce the above copyright
+notice, this list of conditions and the following disclaimer in the
+documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
+OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+The views and conclusions contained in the software and documentation
+are those of the authors and should not be interpreted as representing
+official policies, either expressed or implied, of the Telecooperation
+Group.
+
+IMPORTANT!
+
+Please note that the various implementations used in uMundo come with
+their own licenses and are only packaged as a matter of convenience.
diff --git a/installer/nsis/uscxml-logo.bmp b/installer/nsis/uscxml-logo.bmp
new file mode 100644
index 0000000..e2375f8
--- /dev/null
+++ b/installer/nsis/uscxml-logo.bmp
Binary files differ
diff --git a/installer/packageMaker/readme.txt b/installer/packageMaker/readme.txt
new file mode 100644
index 0000000..42cdae8
--- /dev/null
+++ b/installer/packageMaker/readme.txt
@@ -0,0 +1,2 @@
+Documentation and guides are available on github at:
+https://github.com/tklab-tud/umundo \ No newline at end of file
diff --git a/installer/packageMaker/welcome.txt b/installer/packageMaker/welcome.txt
new file mode 100644
index 0000000..039b185
--- /dev/null
+++ b/installer/packageMaker/welcome.txt
@@ -0,0 +1,3 @@
+This package will install the uMundo publish/subscribe implementation
+for MacOSX along with all libraries for cross-compilation on Android
+and iOS. \ No newline at end of file