Add MIT license 11/274911/3
authorJunkyeong Kim <jk0430.kim@samsung.com>
Thu, 12 May 2022 02:29:08 +0000 (11:29 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Thu, 12 May 2022 02:37:55 +0000 (11:37 +0900)
Change-Id: Icaeda23fc9064e820b369466a343a6b4eb7a7ba7
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
LICENSE [new file with mode: 0644]
packaging/e-mod-tizen-rdp.spec

diff --git a/LICENSE b/LICENSE
new file mode 100644 (file)
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.
index e37c89b..66825c1 100644 (file)
@@ -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