summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-07-24 00:25:33 +0300
committerAndrei Karas <akaras@inbox.ru>2017-07-24 00:49:21 +0300
commit6709af855481c45a83155adafb6c3a888b4a1a6f (patch)
tree6de6222a08d7974c2863738e255955e02da20ccf
parent073caa78a5b2707a09fd0dbf210a539a40e4f1ca (diff)
downloadplus-6709af855481c45a83155adafb6c3a888b4a1a6f.tar.gz
plus-6709af855481c45a83155adafb6c3a888b4a1a6f.tar.bz2
plus-6709af855481c45a83155adafb6c3a888b4a1a6f.tar.xz
plus-6709af855481c45a83155adafb6c3a888b4a1a6f.zip
Add missing license and source for embedded debug libs.
-rw-r--r--src/debug/mse/LICENSE_1_0.txt23
-rw-r--r--src/debug/mse/source.txt1
-rw-r--r--src/debug/nvwa/source.txt1
-rw-r--r--src/debug/readme.txt2
4 files changed, 27 insertions, 0 deletions
diff --git a/src/debug/mse/LICENSE_1_0.txt b/src/debug/mse/LICENSE_1_0.txt
new file mode 100644
index 000000000..664c26753
--- /dev/null
+++ b/src/debug/mse/LICENSE_1_0.txt
@@ -0,0 +1,23 @@
+Boost Software License - Version 1.0 - August 17th, 2003
+
+Permission is hereby granted, free of charge, to any person or organization
+obtaining a copy of the software and accompanying documentation covered by
+this license (the "Software") to use, reproduce, display, distribute,
+execute, and transmit the Software, and to prepare derivative works of the
+Software, and to permit third-parties to whom the Software is furnished to
+do so, all subject to the following:
+
+The copyright notices in the Software and this entire statement, including
+the above license grant, this restriction and the following disclaimer,
+must be included in all copies of the Software, in whole or in part, and
+all derivative works of the Software, unless such copies or derivative
+works are solely in the form of machine-executable object code generated by
+a source language processor.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
diff --git a/src/debug/mse/source.txt b/src/debug/mse/source.txt
new file mode 100644
index 000000000..00dc79b25
--- /dev/null
+++ b/src/debug/mse/source.txt
@@ -0,0 +1 @@
+https://github.com/duneroadrunner/SaferCPlusPlus
diff --git a/src/debug/nvwa/source.txt b/src/debug/nvwa/source.txt
new file mode 100644
index 000000000..93a15332c
--- /dev/null
+++ b/src/debug/nvwa/source.txt
@@ -0,0 +1 @@
+https://github.com/adah1972/nvwa
diff --git a/src/debug/readme.txt b/src/debug/readme.txt
new file mode 100644
index 000000000..bee507459
--- /dev/null
+++ b/src/debug/readme.txt
@@ -0,0 +1,2 @@
+mse and nvwa libraries not used by default.
+For enable it, see configure flags.