From c6b41051c232447e6536670519bc076ad2170e93 Mon Sep 17 00:00:00 2001 From: cheoleun moon Date: Thu, 2 Mar 2023 13:55:06 +0900 Subject: [PATCH] Upload BSD 3-clause license Change-Id: I14abe31a9ff099f8a4774f8ee2b296ded627ddb0 --- LICENSE_bsd | 26 ++++++++++++++++++++++++++ packaging/wifi-efl-ug.spec | 1 + 2 files changed, 27 insertions(+) create mode 100644 LICENSE_bsd diff --git a/LICENSE_bsd b/LICENSE_bsd new file mode 100644 index 0000000..8a70427 --- /dev/null +++ b/LICENSE_bsd @@ -0,0 +1,26 @@ +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. The name of the author may not be used to endorse or promote + products derived from this software without specific prior + written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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/wifi-efl-ug.spec b/packaging/wifi-efl-ug.spec index 2e1f50d..a8ac39d 100644 --- a/packaging/wifi-efl-ug.spec +++ b/packaging/wifi-efl-ug.spec @@ -76,6 +76,7 @@ mkdir -p %{TZ_SYS_RO_APP}/%{name}/bin/ %{TZ_SYS_RO_APP}/%{name}/shared/res/tables/ug-wifi-efl_ChangeableColorTable.xml %{TZ_SYS_RO_APP}/%{name}/shared/res/tables/ug-wifi-efl_FontInfoTable.xml %license LICENSE +%license LICENSE_bsd %files -n net.wifi-qs %manifest %{name}.manifest -- 2.7.4