aboutsummaryrefslogtreecommitdiff
path: root/src/json
diff options
context:
space:
mode:
Diffstat (limited to 'src/json')
-rw-r--r--src/json/LICENSE.txt24
-rw-r--r--src/json/json_spirit_reader.cpp4
-rw-r--r--src/json/json_spirit_value.cpp2
-rw-r--r--src/json/json_spirit_writer.cpp4
4 files changed, 29 insertions, 5 deletions
diff --git a/src/json/LICENSE.txt b/src/json/LICENSE.txt
new file mode 100644
index 000000000..797d5363b
--- /dev/null
+++ b/src/json/LICENSE.txt
@@ -0,0 +1,24 @@
+The MIT License
+
+Copyright (c) 2007 - 2009 John W. Wilkinson
+
+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.
diff --git a/src/json/json_spirit_reader.cpp b/src/json/json_spirit_reader.cpp
index 3469bf17a..aa4f63722 100644
--- a/src/json/json_spirit_reader.cpp
+++ b/src/json/json_spirit_reader.cpp
@@ -3,8 +3,8 @@
// json spirit version 4.03
-#include "json/json_spirit_reader.h"
-#include "json/json_spirit_reader_template.h"
+#include "json_spirit_reader.h"
+#include "json_spirit_reader_template.h"
using namespace json_spirit;
diff --git a/src/json/json_spirit_value.cpp b/src/json/json_spirit_value.cpp
index 2d7236855..44d2f06a0 100644
--- a/src/json/json_spirit_value.cpp
+++ b/src/json/json_spirit_value.cpp
@@ -5,4 +5,4 @@
// json spirit version 2.00
-#include "json/json_spirit_value.h"
+#include "json_spirit_value.h"
diff --git a/src/json/json_spirit_writer.cpp b/src/json/json_spirit_writer.cpp
index 32dfeb2c6..d24a632cf 100644
--- a/src/json/json_spirit_writer.cpp
+++ b/src/json/json_spirit_writer.cpp
@@ -3,8 +3,8 @@
// json spirit version 4.03
-#include "json/json_spirit_writer.h"
-#include "json/json_spirit_writer_template.h"
+#include "json_spirit_writer.h"
+#include "json_spirit_writer_template.h"
void json_spirit::write( const Value& value, std::ostream& os )
{