[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26924: [PATCH 09/10] gnu: calibre: Add exhaustive license list
From: |
Marius Bakke |
Subject: |
bug#26924: [PATCH 09/10] gnu: calibre: Add exhaustive license list |
Date: |
Fri, 19 May 2017 23:58:36 +0200 |
User-agent: |
Notmuch/0.24.1 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) |
Brendan Tildesley <address@hidden> writes:
> From 7e36409c4464bc10af90a2075f202dc22007b23c Mon Sep 17 00:00:00 2001
> From: Brendan Tildesley <address@hidden>
> Date: Sun, 14 May 2017 17:01:06 +1000
> Subject: [PATCH 09/10] gnu: calibre: Add exhaustive license list
[...]
> @@ -165,4 +165,13 @@ and catalog ebooks in most of the major ebook formats.
> It can also talk
> to many ebook reader devices. It can go out to the Internet and fetch
> metadata for books. It can download newspapers and convert them into
> ebooks for convenient reading.")
> - (license gpl3))) ; some files are under various other licenses, see
> COPYRIGHT
> + (license (list license:gpl3 ; Too many files to detail here. See source.
> + license:gpl2+
> + license:gpl2
> + license:bsd-3
> + license:lgpl2.1+
> + license:lgpl2.1
> + license:expat
> + license:asl2.0
> + license:non-copyleft ; hyphenate license, and Info-Zip
> license.
> + license:cc-by-sa3.0))))
I removed hyphenate (which appears to be MIT) and info-ZIP (a weird BSD
variant only used in the windows installer). I also added zpl2.1,
public-domain and silofl1.1; and dropped the GPL2 and GPL3 only
variants (AFAICT everything installed is covered by "or later").
I also did some style changes in the commit messages. Pushed everything
but the icon patch with 1326166ebe15be3936c1a0497fd860f2fe69b5fa !
Closing this bug, but it would be great to find out about that
openoffice icon.
signature.asc
Description: PGP signature
- bug#26924: [PATCH 0/12] Update Calibre to 2.85.1, (continued)
- bug#26924: [PATCH 0/12] Update Calibre to 2.85.1, Marius Bakke, 2017/05/15
- bug#26924: [PATCH 1/12] Update Calibre to 2.85.1 [REVISED], Brendan Tildesley, 2017/05/16
- bug#26924: [PATCH 02/10] gnu: calibre: Import dont-load-icons patch from debian, Brendan Tildesley, 2017/05/16
- bug#26924: [PATCH 03/10] gnu: calibre: Import unbundle feedparser patch from, Brendan Tildesley, 2017/05/16
- bug#26924: [PATCH 04/10] gnu: calibre: Unbundle python2-markdown, Brendan Tildesley, 2017/05/16
- bug#26924: [PATCH 05/10] gnu: calibre: Undelete GPLv2 icon file., Brendan Tildesley, 2017/05/16
- bug#26924: [PATCH 06/10] gnu: calibre: Unbundle liberation fonts., Brendan Tildesley, 2017/05/16
- bug#26924: [PATCH 07/10] gnu: calibre: Unbundle chardet., Brendan Tildesley, 2017/05/16
- bug#26924: [PATCH 08/10] gnu: calibre: Add missing dependencies., Brendan Tildesley, 2017/05/16
- bug#26924: [PATCH 09/10] gnu: calibre: Add exhaustive license list, Brendan Tildesley, 2017/05/16
- bug#26924: [PATCH 09/10] gnu: calibre: Add exhaustive license list,
Marius Bakke <=
- bug#26924: [PATCH 10/10] gnu: calibre: Don't create uninstaller., Brendan Tildesley, 2017/05/16