Add license file accepted/tizen_rust tizen accepted/tizen/rust/20231016.021648
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 6 Sep 2023 07:30:31 +0000 (16:30 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 6 Sep 2023 07:30:31 +0000 (16:30 +0900)
packaging/LICENSE-MIT [new file with mode: 0644]
packaging/rust-plotters-backend.spec

diff --git a/packaging/LICENSE-MIT b/packaging/LICENSE-MIT
new file mode 100644 (file)
index 0000000..f9773ff
--- /dev/null
@@ -0,0 +1,20 @@
+Copyright (c) 2014-2017 Sean McArthur
+
+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 e9ac071d15d1c65446c02cc95f220b5d7e867707..70ece353db393c1736366eaf1fb90db9e677aa47 100644 (file)
@@ -15,6 +15,7 @@ License:        MIT
 URL:            https://crates.io/crates/plotters-backend
 Source:         %{crate}-%{version}.tar.gz
 Source1:        %{name}.manifest
+Source2:        LICENSE-MIT
 
 # ==========================================================
 # BuildRequires
@@ -30,6 +31,7 @@ Plotters Backend API.
 %prep
 %setup -q
 cp %{SOURCE1} .
+cp %{SOURCE2} .
 
 # ==========================================================
 # build section
@@ -59,4 +61,5 @@ install -m 0644 lib%{real_crate_name}.so %{buildroot}/%{_rust_dylibdir}/lib%{rea
 # ==========================================================
 %files
 %manifest %{name}.manifest
+%license LICENSE-MIT
 %{_rust_dylibdir}/lib%{real_crate_name}.so