public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/qutebrowser] rawhide: feat: clarify license
@ 2026-06-01 6:29 Ankur Sinha
0 siblings, 0 replies; only message in thread
From: Ankur Sinha @ 2026-06-01 6:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/qutebrowser
Branch : rawhide
Commit : f3d300437f49d3431c448cf466950f4196a043cf
Author : Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com>
Date : 2026-04-09T11:01:53+01:00
Stats : +16/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/qutebrowser/c/f3d300437f49d3431c448cf466950f4196a043cf?branch=rawhide
Log:
feat: clarify license
Fixes rhbz#2454899
---
diff --git a/qutebrowser.spec b/qutebrowser.spec
index 6359f29..1d92b20 100644
--- a/qutebrowser.spec
+++ b/qutebrowser.spec
@@ -4,8 +4,22 @@ Name: %{srcname}
Version: 3.7.0
Release: %autorelease
Summary: A keyboard-driven, vim-like browser based on PyQt5 and QtWebEngine
-# Automatically converted from old format: GPLv3 - review is highly recommended.
-License: GPL-3.0-only
+
+# license breakdown
+# Command: licensecheck -r . | sed -e '/UNKNOWN/ d' -e 's/\*No copyright\*//' | sort -d -b -i -t ":" -k 2
+# Everything included in the RPM is marked GPL-3.0-only other than these. Some
+# other files to have other licenses, but they are not included in the RPM.
+
+# - ./qutebrowser/javascript/pac_utils.js: GNU General Public License (v2 or later) or GNU Lesser General Public License (v2.1 or later) and/or GNU General Public License v2.0 or later and/or Mozilla Public License 1.1
+# - ./qutebrowser/javascript/quirks/array_at.user.js: MIT License
+
+# Should the license be GPL-3.0-or-later given that the repo/readme says this:
+# "This program is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the Free
+# Software Foundation, either version 3 of the License, or (at your option) any
+# later version."
+
+License: GPL-3.0-only and MIT
URL: http://www.qutebrowser.org
Source0: https://github.com/%{srcname}/%{srcname}/releases/download/v%{version}/%{srcname}-%{version}.tar.gz
BuildArch: noarch
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-01 6:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-01 6:29 [rpms/qutebrowser] rawhide: feat: clarify license Ankur Sinha
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox