add MIT license text for SOLVe system issue ( open license ) 63/89663/2
authorHyunjin Park <hj.na.park@samsung.com>
Mon, 26 Sep 2016 08:54:23 +0000 (17:54 +0900)
committerHyunjin Park <hj.na.park@samsung.com>
Mon, 26 Sep 2016 09:44:39 +0000 (18:44 +0900)
Change-Id: Ic979981fc8508e401486936f4cedd8c495ae80a1

LICENSE.MIT [new file with mode: 0644]
packaging/cordova-api.spec

diff --git a/LICENSE.MIT b/LICENSE.MIT
new file mode 100644 (file)
index 0000000..f1aebff
--- /dev/null
@@ -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.
index 2fba39d..4e23744 100644 (file)
@@ -6,7 +6,7 @@
 %define webapi_tools /usr/include/webapi-plugins/tools
 
 Name:       cordova-api
-Version:    0.11
+Version:    0.12
 Release:    0
 License:    Apache-2.0 and BSD-2.0 and MIT
 Group:      Development/Libraries
@@ -39,6 +39,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}