From: DongHun Kwak Date: Tue, 17 Sep 2019 05:58:58 +0000 (+0900) Subject: Add license file X-Git-Tag: submit/tizen/20190917.055934^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_5.5;p=platform%2Fupstream%2Ftinyxml2.git Add license file Change-Id: Iba3b9114d69ffe1ecb793c3d1eeaf27071f0f83b --- diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..85a6a36 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,18 @@ +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any +damages arising from the use of this software. + +Permission is granted to anyone to use this software for any +purpose, including commercial applications, and to alter it and +redistribute it freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must +not claim that you wrote the original software. If you use this +software in a product, an acknowledgment in the product documentation +would be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and +must not be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source +distribution. diff --git a/packaging/tinyxml2.spec b/packaging/tinyxml2.spec index 6c632ec..8905376 100644 --- a/packaging/tinyxml2.spec +++ b/packaging/tinyxml2.spec @@ -47,6 +47,7 @@ make %{?_smp_mflags} %files %manifest %{name}.manifest %defattr(-,root,root) +%license LICENSE.txt %{_libdir}/libtinyxml2.so.* %files devel