From d792938e721e11b476dbca5ed9a33e054f0f9137 Mon Sep 17 00:00:00 2001 From: YoungHun Kim Date: Mon, 10 May 2021 15:50:26 +0900 Subject: [PATCH] Install the added LICENSE file --- LICENSE | 31 +++++++++++++++++++++++++++++++ packaging/python3-netifaces.spec | 1 + 2 files changed, 32 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..49cf682 --- /dev/null +++ b/LICENSE @@ -0,0 +1,31 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: netifaces +Source: https://pypi.python.org/pypi/netifaces + +Files: debian/* +Copyright: (c) 2008-2013, Mario Izquierdo (mariodebian) + (c) 2014, Thomas Goirand +License: MIT-style + +Files: * +Copyright: (c) 2007, 2008 Alastair Houghton +License: MIT-style + +License: MIT-style + 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/python3-netifaces.spec b/packaging/python3-netifaces.spec index 809f7aa..9c01dbd 100644 --- a/packaging/python3-netifaces.spec +++ b/packaging/python3-netifaces.spec @@ -43,5 +43,6 @@ cp %{SOURCE1001} . %files %manifest %{name}.manifest +%license LICENSE %{python3_sitearch}/netifaces-%{version}-py%{python3_version}.egg-info/* %{python3_sitearch}/netifaces.cpython-*.so -- 2.34.1