diff options
author | duna.oh <duna.oh@samsung.com> | 2023-03-06 22:22:01 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2023-12-22 08:46:50 +0900 |
commit | 243b0c8703e4339454d7b8e6758ffe6daddbb263 (patch) | |
tree | bb3cbf29019097510f007bd72bfc290878cde234 | |
parent | 5be88a2e364914b35043f46ca09a4c8ba65992bf (diff) | |
download | libxkbcommon-243b0c8703e4339454d7b8e6758ffe6daddbb263.tar.gz libxkbcommon-243b0c8703e4339454d7b8e6758ffe6daddbb263.tar.bz2 libxkbcommon-243b0c8703e4339454d7b8e6758ffe6daddbb263.zip |
Add LICENSE.BSD-3-Clause file
Change-Id: I2b9f0ef53edf5307d8a8975d5f3689af351efde7
-rw-r--r-- | LICENSE.BSD-3-Clause | 28 | ||||
-rw-r--r-- | packaging/libxkbcommon.spec | 4 |
2 files changed, 30 insertions, 2 deletions
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 <YEAR> <COPYRIGHT HOLDER> + +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 ## |