fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move stats to L2
[librarian.git]
/
src
/
librarian
/
builders
/
daisy.py
diff --git
a/src/librarian/builders/daisy.py
b/src/librarian/builders/daisy.py
index
38e5338
..
c706cbd
100644
(file)
--- a/
src/librarian/builders/daisy.py
+++ b/
src/librarian/builders/daisy.py
@@
-1,3
+1,6
@@
+# This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
+#
from copy import deepcopy
import subprocess
import tempfile
from copy import deepcopy
import subprocess
import tempfile
@@
-173,7
+176,7
@@
class DaisyBuilder:
**{
"clip-begin": "npt=%.3fs" % item[0],
"clip-end": "npt=%.3fs" % item[1],
**{
"clip-begin": "npt=%.3fs" % item[0],
"clip-end": "npt=%.3fs" % item[1],
- }
,
+ }
)
zipf.writestr(
)
zipf.writestr(