[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#982145: [PATCH] add missing copyright for nanosvg, fix wlr license name



I have looked around to find what that "MIT-like" license is and the
closest match I could find is the HPND-sell-variant license, as per:

https://spdx.org/licenses/HPND-sell-variant.html

The non-sell variant is approved by the OSI board:

https://opensource.org/licenses/HPND

... and it looks like a free license to me. Using the right SPDX token
here might make the FTP-master's job easier.

I also reorder the Files: blocks so that the debian/ one is at the
end, as idiomatic.
---
 debian/copyright | 33 ++++++++++++++++++++++++++++-----
 1 file changed, 28 insertions(+), 5 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index b718e85..78f2102 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,14 +7,19 @@ Files: *
 Copyright: 2019 Daniel Eklöf <daniel@ekloef.se>
 License: Expat
 
+Files: 3rd-party/nanosvg/*
+Copyright: 2002-2004, Maxim Shemanarev (McSeem) (http://www.antigrain.com/)
+           2013-2014, Mikko Mononen <memon@inside.org>
+License: Zlib
+
+Files: external/wlr-layer-sghell-unstable-v1.xml
+Copyright: 2017 Drew DeVault <sir@cmpwn.com>
+License: HPND-sell-variant
+
 Files: debian/*
 Copyright: 2021 Peter Colberg <peter@colberg.org>
 License: Expat
 
-Files: external/wlr-layer-shell-unstable-v1.xml
-Copyright: 2017 Drew DeVault <sir@cmpwn.com>
-License: MIT-like
-
 License: Expat
  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
@@ -34,7 +39,7 @@ License: Expat
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.
 
-License: MIT-like
+License: HPND-sell-variant
  Permission to use, copy, modify, distribute, and sell this software and its
  documentation for any purpose is hereby granted without fee, provided that the
  above copyright notice appear in all copies and that both that copyright notice
@@ -52,3 +57,21 @@ License: MIT-like
  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  SOFTWARE.
+
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty.  In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+
-- 
2.35.1


Reply to: