diff --git a/README.md b/README.md new file mode 100644 index 0000000..17417fb --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +exml +==== + +`exml` ewol XML : is a XML parser generater for ewol + +Instructions +============ + +To compile and use see 'ewol' or 'edn' project + +License (APACHE v2.0) +===================== +Copyright exml 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 diff --git a/doc/index.bb b/doc/index.bb index efd4fd2..ba1ca1a 100644 --- a/doc/index.bb +++ b/doc/index.bb @@ -12,15 +12,17 @@ EXML is written in C++. EXML is [b]FREE software[/b] -==== License (BSD) ==== -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +==== License (APACHE-2.0) ==== +Copyright exml Edouard DUPIN -:** Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -:** 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. -:** The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR "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 AUTHOR 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. +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 diff --git a/exml/Attribute.cpp b/exml/Attribute.cpp index baaf62a..f9fed39 100644 --- a/exml/Attribute.cpp +++ b/exml/Attribute.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/exml/Attribute.h b/exml/Attribute.h index 1332272..59fa998 100644 --- a/exml/Attribute.h +++ b/exml/Attribute.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_XML_ATTRIBUTE_H__ diff --git a/exml/AttributeList.cpp b/exml/AttributeList.cpp index 03b9a43..e6b9fb0 100644 --- a/exml/AttributeList.cpp +++ b/exml/AttributeList.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/exml/AttributeList.h b/exml/AttributeList.h index d0afd91..1a6523e 100644 --- a/exml/AttributeList.h +++ b/exml/AttributeList.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_XML_ATTRIBUTE_LIST_H__ diff --git a/exml/Comment.cpp b/exml/Comment.cpp index 38cf7c5..1707195 100644 --- a/exml/Comment.cpp +++ b/exml/Comment.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/exml/Comment.h b/exml/Comment.h index f792733..0a7141d 100644 --- a/exml/Comment.h +++ b/exml/Comment.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_XML_COMMENT_H__ diff --git a/exml/Declaration.cpp b/exml/Declaration.cpp index 442152c..303d1f4 100644 --- a/exml/Declaration.cpp +++ b/exml/Declaration.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/exml/Declaration.h b/exml/Declaration.h index 934b2d3..dc1804d 100644 --- a/exml/Declaration.h +++ b/exml/Declaration.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_XML_DECLARATION_H__ diff --git a/exml/Document.cpp b/exml/Document.cpp index 9f91423..3499218 100644 --- a/exml/Document.cpp +++ b/exml/Document.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/exml/Document.h b/exml/Document.h index 0fc5e6c..7aefe54 100644 --- a/exml/Document.h +++ b/exml/Document.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_XML_DOCUMENT_H__ diff --git a/exml/Element.cpp b/exml/Element.cpp index 42b619f..86f9cf6 100644 --- a/exml/Element.cpp +++ b/exml/Element.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/exml/Element.h b/exml/Element.h index addb2de..d1b927f 100644 --- a/exml/Element.h +++ b/exml/Element.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_XML_ELEMENT_H__ diff --git a/exml/Node.cpp b/exml/Node.cpp index 8bdcd1f..9cd515b 100644 --- a/exml/Node.cpp +++ b/exml/Node.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/exml/Node.h b/exml/Node.h index 27f072e..561ef75 100644 --- a/exml/Node.h +++ b/exml/Node.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_XML_NODE_H__ diff --git a/exml/Text.cpp b/exml/Text.cpp index 355ca05..acd0a19 100644 --- a/exml/Text.cpp +++ b/exml/Text.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/exml/Text.h b/exml/Text.h index 2fb4137..1a88aba 100644 --- a/exml/Text.h +++ b/exml/Text.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_XML_TEXT_H__ diff --git a/exml/debug.cpp b/exml/debug.cpp index 71d4974..02c6da7 100644 --- a/exml/debug.cpp +++ b/exml/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/exml/debug.h b/exml/debug.h index 409c932..375622e 100644 --- a/exml/debug.h +++ b/exml/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 __EXML_DEBUG_H__ diff --git a/exml/exml.h b/exml/exml.h index 5f269f0..867d206 100644 --- a/exml/exml.h +++ b/exml/exml.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_XML_H__ diff --git a/exml/test.cpp b/exml/test.cpp index 3a41aae..73ab81a 100644 --- a/exml/test.cpp +++ b/exml/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/exml/test.h b/exml/test.h index 7f0384c..2297a5c 100644 --- a/exml/test.h +++ b/exml/test.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_XML_TEST_H__ diff --git a/license.txt b/license.txt new file mode 100644 index 0000000..2b9b465 --- /dev/null +++ b/license.txt @@ -0,0 +1,13 @@ +Copyright exml 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