From: Junkyeong Kim Date: Thu, 12 May 2022 02:29:08 +0000 (+0900) Subject: Add MIT license X-Git-Tag: submit/tizen/20220512.025514~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F11%2F274911%2F3;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-rdp.git Add MIT license Change-Id: Icaeda23fc9064e820b369466a343a6b4eb7a7ba7 Signed-off-by: Junkyeong Kim --- diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..80fc668 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +Copyright 2022 Samsung Electronics co., Ltd. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sub license, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice (including the +next paragraph) shall be included in all copies or substantial portions +of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. +IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR +ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/packaging/e-mod-tizen-rdp.spec b/packaging/e-mod-tizen-rdp.spec index e37c89b..66825c1 100644 --- a/packaging/e-mod-tizen-rdp.spec +++ b/packaging/e-mod-tizen-rdp.spec @@ -5,7 +5,7 @@ Summary: The enlightenment rdp module for Tizen URL: http://www.enlightenment.org Group: Graphics & UI Framework/Other Source0: %{name}-%{version}.tar.gz -License: BSD-2-Clause +License: BSD-2-Clause and MIT %ifarch %{arm} %define LIBGOMP use @@ -55,4 +55,4 @@ find %{buildroot}%{_libdir}/enlightenment/modules/%{name} -name *.la | xargs rm %files %defattr(-,root,root,-) %{_libdir}/enlightenment/modules/e-mod-tizen-rdp -%license COPYING +%license COPYING LICENSE