From d9c98697edabf3ded9a46bc1cc83c58b1ab9cd62 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Fri, 8 Aug 2014 23:27:56 +0200 Subject: [PATCH] [LICENCE] change BSD to Apache 2.0 --- README.md | 27 +++++++++++++++++++++++++++ ejson/Array.cpp | 2 +- ejson/Array.h | 2 +- ejson/Boolean.cpp | 2 +- ejson/Boolean.h | 2 +- ejson/Null.cpp | 2 +- ejson/Null.h | 2 +- ejson/Number.cpp | 2 +- ejson/Number.h | 2 +- ejson/Object.cpp | 2 +- ejson/Object.h | 2 +- ejson/String.cpp | 2 +- ejson/String.h | 2 +- ejson/Value.cpp | 2 +- ejson/Value.h | 2 +- ejson/debug.cpp | 2 +- ejson/debug.h | 2 +- ejson/ejson.cpp | 2 +- ejson/ejson.h | 2 +- ejson/test.cpp | 2 +- license.txt | 13 +++++++++++++ 21 files changed, 59 insertions(+), 19 deletions(-) create mode 100644 README.md create mode 100644 license.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab8c41e --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +ejson +===== + +`ejson` is a simple json stream reader and writer + +Instructions +============ + +To compile and use see 'ewol' or 'edn' project + + +License (APACHE v2.0) +===================== +Copyright ejson Edouard DUPIN + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/ejson/Array.cpp b/ejson/Array.cpp index fabc635..fd7951d 100644 --- a/ejson/Array.cpp +++ b/ejson/Array.cpp @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD v3 (see license file) + * @license APACHE v2.0 (see license file) */ diff --git a/ejson/Array.h b/ejson/Array.h index 8f92d3f..063f5a3 100755 --- a/ejson/Array.h +++ b/ejson/Array.h @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD v3 (see license file) + * @license APACHE v2.0 (see license file) */ #ifndef __ETK_JSON_ARRAY_H__ diff --git a/ejson/Boolean.cpp b/ejson/Boolean.cpp index c87d0ea..9dc91dc 100644 --- a/ejson/Boolean.cpp +++ b/ejson/Boolean.cpp @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD v3 (see license file) + * @license APACHE v2.0 (see license file) */ #include diff --git a/ejson/Boolean.h b/ejson/Boolean.h index 63d2011..09bb2f7 100755 --- a/ejson/Boolean.h +++ b/ejson/Boolean.h @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD v3 (see license file) + * @license APACHE v2.0 (see license file) */ #ifndef __ETK_JSON_BOOLEAN_H__ diff --git a/ejson/Null.cpp b/ejson/Null.cpp index f4acb94..97bf45e 100644 --- a/ejson/Null.cpp +++ b/ejson/Null.cpp @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD v3 (see license file) + * @license APACHE v2.0 (see license file) */ diff --git a/ejson/Null.h b/ejson/Null.h index 1a1bd25..926b4cb 100755 --- a/ejson/Null.h +++ b/ejson/Null.h @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD v3 (see license file) + * @license APACHE v2.0 (see license file) */ #ifndef __ETK_JSON_NULL_H__ diff --git a/ejson/Number.cpp b/ejson/Number.cpp index 4a83b62..e5a631b 100644 --- a/ejson/Number.cpp +++ b/ejson/Number.cpp @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD v3 (see license file) + * @license APACHE v2.0 (see license file) */ diff --git a/ejson/Number.h b/ejson/Number.h index 336b5a1..a098a1d 100755 --- a/ejson/Number.h +++ b/ejson/Number.h @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD v3 (see license file) + * @license APACHE v2.0 (see license file) */ #ifndef __ETK_JSON_NUMBER_H__ diff --git a/ejson/Object.cpp b/ejson/Object.cpp index babe0f8..708c26b 100644 --- a/ejson/Object.cpp +++ b/ejson/Object.cpp @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD v3 (see license file) + * @license APACHE v2.0 (see license file) */ diff --git a/ejson/Object.h b/ejson/Object.h index 4046516..704489c 100755 --- a/ejson/Object.h +++ b/ejson/Object.h @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD v3 (see license file) + * @license APACHE v2.0 (see license file) */ #ifndef __ETK_JSON_OBJECT_H__ diff --git a/ejson/String.cpp b/ejson/String.cpp index 64d2b34..b29f966 100644 --- a/ejson/String.cpp +++ b/ejson/String.cpp @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD v3 (see license file) + * @license APACHE v2.0 (see license file) */ diff --git a/ejson/String.h b/ejson/String.h index 50aefe9..c771b39 100755 --- a/ejson/String.h +++ b/ejson/String.h @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD v3 (see license file) + * @license APACHE v2.0 (see license file) */ #ifndef __ETK_JSON_STRING_H__ diff --git a/ejson/Value.cpp b/ejson/Value.cpp index 8466bbf..e30ea73 100644 --- a/ejson/Value.cpp +++ b/ejson/Value.cpp @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD v3 (see license file) + * @license APACHE v2.0 (see license file) */ #include diff --git a/ejson/Value.h b/ejson/Value.h index e209ac2..a162349 100755 --- a/ejson/Value.h +++ b/ejson/Value.h @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD v3 (see license file) + * @license APACHE v2.0 (see license file) */ #ifndef __ETK_JSON_VALUE_H__ diff --git a/ejson/debug.cpp b/ejson/debug.cpp index ef7c94c..dfeeb79 100644 --- a/ejson/debug.cpp +++ b/ejson/debug.cpp @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD v3 (see license file) + * @license APACHE v2.0 (see license file) */ #include diff --git a/ejson/debug.h b/ejson/debug.h index 47831da..b87f3f8 100644 --- a/ejson/debug.h +++ b/ejson/debug.h @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD v3 (see license file) + * @license APACHE v2.0 (see license file) */ #ifndef __EJSON_DEBUG_H__ diff --git a/ejson/ejson.cpp b/ejson/ejson.cpp index a0b7d3a..750c68b 100644 --- a/ejson/ejson.cpp +++ b/ejson/ejson.cpp @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD v3 (see license file) + * @license APACHE v2.0 (see license file) */ #include diff --git a/ejson/ejson.h b/ejson/ejson.h index 3171d64..05f88d9 100755 --- a/ejson/ejson.h +++ b/ejson/ejson.h @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD v3 (see license file) + * @license APACHE v2.0 (see license file) */ #ifndef __ETK_JSON_H__ diff --git a/ejson/test.cpp b/ejson/test.cpp index bcbe64c..2316e5a 100644 --- a/ejson/test.cpp +++ b/ejson/test.cpp @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD v3 (see license file) + * @license APACHE v2.0 (see license file) */ #include diff --git a/license.txt b/license.txt new file mode 100644 index 0000000..cadeefc --- /dev/null +++ b/license.txt @@ -0,0 +1,13 @@ +Copyright ejson Edouard DUPIN + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. \ No newline at end of file