From b3d41f6050811840a25687e7f138fe55bc89cc0b Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Tue, 17 Sep 2019 14:58:58 +0900 Subject: [PATCH] Add license file Change-Id: Iba3b9114d69ffe1ecb793c3d1eeaf27071f0f83b --- LICENSE.txt | 18 ++++++++++++++++++ packaging/tinyxml2.spec | 1 + 2 files changed, 19 insertions(+) create mode 100644 LICENSE.txt 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 -- 2.34.1