clarify licensing

This commit is contained in:
2026-08-22 15:10:59 +02:00
parent 679cb07d1b
commit 769cf688cb
5 changed files with 383 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
fake-battery-dkms (0.1.1-2) stable; urgency=medium
* Clarify Licensing
-- Vincent Schweiger <vincent.schweiger@icloud.com> Fri, 21 Aug 2026 21:29:31 +0200
fake-battery-dkms (0.1.1-1) stable; urgency=medium
* Add manufacturer and model name
+1
View File
@@ -6,6 +6,7 @@ Build-Depends: debhelper-compat (= 13),
dh-sequence-dkms,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/lretq/fake-battery
Package: fake-battery-dkms
Architecture: all
+23
View File
@@ -0,0 +1,23 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/lretq/fake-battery
Upstream-Name: fake-battery
Files:
*
Copyright: 2026 Vincent Schweiger <vincent.schweiger@icloud.com>
License: GPL-2
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 2 of the License, or
(at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this package; if not, see &lt;https://www.gnu.org/licenses/&gt;.
Comment:
On Debian systems, the full text of the GNU General Public License
version 2 can be found in the file '/usr/share/common-licenses/GPL-2'.