From 1aa3ee377f8497f658c61ec618ddb1ceda3515c5 Mon Sep 17 00:00:00 2001 From: Hyunjin Park Date: Mon, 26 Sep 2016 17:42:32 +0900 Subject: [PATCH] add MIT license text for SOLVe system Change-Id: Ieee615fc9ec015076677818a271392fc950d2ae8 --- LICENSE.MIT | 8 ++++++++ packaging/webapi-plugins.spec | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 LICENSE.MIT diff --git a/LICENSE.MIT b/LICENSE.MIT new file mode 100644 index 00000000..f1aebff7 --- /dev/null +++ b/LICENSE.MIT @@ -0,0 +1,8 @@ +MIT License +Copyright (c) 2015 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, sublicense, 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 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 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 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/webapi-plugins.spec b/packaging/webapi-plugins.spec index 8079d63c..b9615121 100644 --- a/packaging/webapi-plugins.spec +++ b/packaging/webapi-plugins.spec @@ -10,7 +10,7 @@ %define crosswalk_extensions_path %{_libdir}/%{crosswalk_extensions} Name: webapi-plugins -Version: 1.33 +Version: 1.34 Release: 0 License: Apache-2.0 and BSD-2.0 and MIT Group: Development/Libraries @@ -602,6 +602,7 @@ ninja -C out/Default %{?_smp_mflags} mkdir -p %{buildroot}/usr/share/license cp LICENSE %{buildroot}/usr/share/license/%{name} cat LICENSE.BSD-2.0 >> %{buildroot}/usr/share/license/%{name} +cat LICENSE.MIT >> %{buildroot}/usr/share/license/%{name} # Extensions. mkdir -p %{buildroot}%{crosswalk_extensions_path} -- 2.34.1