diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 30 |
3 files changed, 21 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog index 70ccd19..40c08ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ libhx (4.24-1) unstable; urgency=medium * New upstream release. - refresh symbols file. + * debian/copyright: + - Rewrite to make lrc happy. + * Declare compliance with Debian Policy 4.7.0.1 (No changes needed). -- Jörg Frings-Fürst <debian@jff.email> Sun, 20 Oct 2024 13:39:43 +0200 diff --git a/debian/control b/debian/control index af2d9a2..2156f81 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.22.5) -Standards-Version: 4.6.2.0 +Standards-Version: 4.7.0.1 Section: libs Rules-Requires-Root: no Homepage: https://inai.de/projects/libhx/ diff --git a/debian/copyright b/debian/copyright index 5e10518..89dd216 100644 --- a/debian/copyright +++ b/debian/copyright @@ -24,7 +24,7 @@ License: GPL-2+ Files: src/tc-*.c Copyright: 1992-2013 Jan Engelhardt <jengelh@gmx.de> -License: WTFPL-2+ +License: Expat License: LGPL-2.1+ This library is free software; you can redistribute it and/or @@ -78,17 +78,21 @@ License: GPL-2+ The complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2 file. -License: WTFPL-2+ - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - Version 2, December 2004 +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 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: . - Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. . - Everyone is permitted to copy and distribute verbatim or modified - copies of this license document, and changing it is allowed as long - as the name is changed. - . - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - . - 0. You just DO WHAT THE FUCK YOU WANT TO. + 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. |