From 243b0c8703e4339454d7b8e6758ffe6daddbb263 Mon Sep 17 00:00:00 2001 From: "duna.oh" Date: Mon, 6 Mar 2023 22:22:01 +0900 Subject: [PATCH] Add LICENSE.BSD-3-Clause file Change-Id: I2b9f0ef53edf5307d8a8975d5f3689af351efde7 --- LICENSE.BSD-3-Clause | 28 ++++++++++++++++++++++++++++ packaging/libxkbcommon.spec | 4 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 LICENSE.BSD-3-Clause diff --git a/LICENSE.BSD-3-Clause b/LICENSE.BSD-3-Clause new file mode 100644 index 0000000..1002903 --- /dev/null +++ b/LICENSE.BSD-3-Clause @@ -0,0 +1,28 @@ +Copyright + +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. 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 THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"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 COPYRIGHT +HOLDER OR CONTRIBUTORS 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/libxkbcommon.spec b/packaging/libxkbcommon.spec index bfd57cb..1abb498 100644 --- a/packaging/libxkbcommon.spec +++ b/packaging/libxkbcommon.spec @@ -1,7 +1,7 @@ Name: libxkbcommon Version: 1.5.0 Release: 0 -License: MIT +License: BSD-3-Clause and MIT Summary: Wayland libxkbcommon library Url: http://wayland.freedesktop.org/ Group: Development/Libraries @@ -75,7 +75,7 @@ ninja -C builddir install %files %manifest %{name}.manifest %defattr(-,root,root) -%license COPYING +%license COPYING LICENSE.BSD-3-Clause %{_libdir}/libxkbcommon.so.0* ## disable xkbregistry ## -- 2.7.4