summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
-rw-r--r--debian/copyright25
3 files changed, 28 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b8aad3f..cc75f85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ uriparser (0.9.8+dfsg-2) unstable; urgency=medium
* debian/control:
- Fix Vcs-Git URL.
* Declare compliance with Debian Policy 4.7.0.1 (No changes needed).
+ * debian/copyright:
+ - Rewrite to make lrc happy.
-- Jörg Frings-Fürst <debian@jff.email> Fri, 12 Jul 2024 09:17:33 +0200
diff --git a/debian/control b/debian/control
index eeaf1fe..dfcbdf5 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
qttools5-dev-tools
Standards-Version: 4.7.0.1
Rules-Requires-Root: no
-Homepage: http://uriparser.sourceforge.net
+Homepage: https://uriparser.github.io/
Vcs-Git: https://git.jff.email/cgit/uriparser.git
Vcs-Browser: https://git.jff.email/cgit/uriparser.git
diff --git a/debian/copyright b/debian/copyright
index b803404..a6bec5c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -19,10 +19,35 @@ Files: test/VersionSuite.*
Copyright: 2014-2015 Sebastian Pipping <webmaster@hartwork.org>
License: LGPL-2.1+
+Files: .github/dependabot.yml
+ .github/workflows/build-and-test.yml
+Copyright: 2021 Sebastian Pipping <sebastian@pipping.org>
+License: Expat
+
Files: debian/*
Copyright: 2014-2024 Jörg Frings-Fürst <debian@jff.email>
License: GPL-3+
+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:
+ .
+ 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.
+
+
License: BSD-3-clause
All rights reserved.
.