summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-05-13 20:41:10 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-05-13 20:41:10 (GMT)
commitf8e0c96fddfdd5f086e1bd973d6b0a19c39c93da (patch)
treeb0f5564f4f4b5cb743d402c656986fbfa586b1a2 /installer
parent3bf5ef5f882b9ff743deb3d821834e471354128a (diff)
downloaduscxml-f8e0c96fddfdd5f086e1bd973d6b0a19c39c93da.zip
uscxml-f8e0c96fddfdd5f086e1bd973d6b0a19c39c93da.tar.gz
uscxml-f8e0c96fddfdd5f086e1bd973d6b0a19c39c93da.tar.bz2
Make install will work again
Diffstat (limited to 'installer')
-rw-r--r--installer/description.txt2
-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, 43 insertions, 0 deletions
diff --git a/installer/description.txt b/installer/description.txt
new file mode 100644
index 0000000..f66ba41
--- /dev/null
+++ b/installer/description.txt
@@ -0,0 +1,2 @@
+uSCXML is an SCXML interpreter and transformer written in C/C++. It is standards compliant and easily extended even in C# and Java. The interpreter itself runs on Linux, Windows, Raspberry Pi and Mac OSX, each 32- as well as 64Bits as well as iOS. The generated native code transformed from an SCXML document runs on virtually any platform.
+
diff --git a/installer/license.txt b/installer/license.txt
new file mode 100644
index 0000000..1e4b71f
--- /dev/null
+++ b/installer/license.txt
@@ -0,0 +1,36 @@
+Simplified BSD License
+
+Copyright (c) 2012-2016, 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 uSCXML 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