aboutsummaryrefslogtreecommitdiff
path: root/third-party/cxxopts/LICENSE
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2020-06-19 11:47:21 +0100
committerJan Eilers <jan.eilers@arm.com>2020-06-19 17:18:18 +0100
commit7e989834019e49f904df5c5ab0a299bde37c90c9 (patch)
tree98e84ddbbffdc1fbe5f10828763712d7ff9ae55a /third-party/cxxopts/LICENSE
parent2b6a6a4fe1b97e7321a8d19f95bd515207d49302 (diff)
downloadarmnn-7e989834019e49f904df5c5ab0a299bde37c90c9.tar.gz
IVGCVSW-4488 Adding cxxopts to third-party
* as alternative for boost::program_options * added to cmake * added to TPIP list in readme.md Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: Id8c6a12c988196cdac55650bc4761c08a39b3abb
Diffstat (limited to 'third-party/cxxopts/LICENSE')
-rw-r--r--third-party/cxxopts/LICENSE19
1 files changed, 19 insertions, 0 deletions
diff --git a/third-party/cxxopts/LICENSE b/third-party/cxxopts/LICENSE
new file mode 100644
index 0000000000..324a203585
--- /dev/null
+++ b/third-party/cxxopts/LICENSE
@@ -0,0 +1,19 @@
+Copyright (c) 2014 Jarryd Beck
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.