diff --git a/src/calibre/ebooks/oeb/__init__.py b/src/calibre/ebooks/oeb/__init__.py new file mode 100644 index 0000000000..4f8588535f --- /dev/null +++ b/src/calibre/ebooks/oeb/__init__.py @@ -0,0 +1,2 @@ +__license__ = 'GPL v3' +__copyright__ = '2008, Marshall T. Vandegrift '