From 6d56f859b65a1825272568a2a85bf7b1a65ff6c7 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Tue, 11 May 2021 17:17:52 +0900 Subject: [PATCH] Add license --- LICENSE | 31 +++++++++++++++++++++++++++++++ packaging/python3-rospkg.spec | 5 ++--- 2 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..5c01524 --- /dev/null +++ b/LICENSE @@ -0,0 +1,31 @@ +Copyright (c) [year], [fullname] +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. 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. + +3. All advertising materials mentioning features or use of this software must + display the following acknowledgement: + This product includes software developed by [project]. + +4. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDER "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 COPYRIGHT HOLDER 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. diff --git a/packaging/python3-rospkg.spec b/packaging/python3-rospkg.spec index f11b7d4..6e05116 100644 --- a/packaging/python3-rospkg.spec +++ b/packaging/python3-rospkg.spec @@ -2,7 +2,7 @@ Name: python3-rospkg Version: 1.2.8 Release: 1 Summary: ROS package library -License: BSD +License: BSD-4-Clause Group: Development/Languages/Python Source: rospkg-%{version}.tar.gz Source1001: %{name}.manifest @@ -29,8 +29,7 @@ cp %{SOURCE1001} . %files %manifest %{name}.manifest -# %license LICENSE - +%license LICENSE %{_bindir}/rosversion %{python3_sitelib}/rospkg-%{version}-py%{python3_version}.egg-info/* %{python3_sitelib}/rospkg/*.py -- 2.34.1