mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Remove some more referefences to the old lzma
This commit is contained in:
parent
113b14e376
commit
a2731553d4
12
COPYRIGHT
12
COPYRIGHT
@ -12,18 +12,6 @@ Files: resources/rapydscript/*
|
|||||||
Copyright: Various
|
Copyright: Various
|
||||||
License: BSD
|
License: BSD
|
||||||
|
|
||||||
Files: src/html5lib/*
|
|
||||||
Copyright: Copyright (c) 2006-2013 James Graham and other contributors
|
|
||||||
License: Expat
|
|
||||||
|
|
||||||
Files: src/lzma/*
|
|
||||||
Copyright: Igor Pavlov
|
|
||||||
License: Public Domain
|
|
||||||
|
|
||||||
Files: src/lzma/*.py src/lzma/lzma_binding.c
|
|
||||||
Copyright: Kovid Goyal
|
|
||||||
License: GPLv3
|
|
||||||
|
|
||||||
Files: src/templite/*
|
Files: src/templite/*
|
||||||
Copyright: Copyright (c) 2009 joonis new media, Thimo Kraemer
|
Copyright: Copyright (c) 2009 joonis new media, Thimo Kraemer
|
||||||
License: GPL-2+
|
License: GPL-2+
|
||||||
|
@ -182,7 +182,6 @@ class Plugins(collections.Mapping):
|
|||||||
'matcher',
|
'matcher',
|
||||||
'tokenizer',
|
'tokenizer',
|
||||||
'certgen',
|
'certgen',
|
||||||
'lzma_binding',
|
|
||||||
]
|
]
|
||||||
if iswindows:
|
if iswindows:
|
||||||
plugins.extend(['winutil', 'wpd', 'winfonts'])
|
plugins.extend(['winutil', 'wpd', 'winfonts'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user