Brendan Tildesley writes: > From efcfd192fb22ab36054d41ba02ae3e5e32a9239c Mon Sep 17 00:00:00 2001 > From: Brendan Tildesley > Date: Sat, 13 May 2017 23:34:59 +1000 > Subject: [PATCH 06/12] gnu: calibre: Undelete GPLv2 icon file. > > gnu/package/ebook.scm (calibre): Undelete GPLv2 icon file from openoffice > (see thumbnail.py). [...] > - ;; Remove non-free or doubtful code, see > - ;; https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00478.html > + ;; Remove nonfree unrar and bundled dependencies. > (modules '((guix build utils))) > (snippet > '(begin > (delete-file-recursively "src/calibre/ebooks/markdown") > (delete-file-recursively "src/unrar") > - (delete-file "src/odf/thumbnail.py") I peeked in the git repository (not the release tarball) and this file still says "License: Freeware" as the linked thread discusses. Am I missing something?