lib/review/epubbuilder.rb in review-2.3.0 vs lib/review/epubbuilder.rb in review-2.4.0
- old
+ new
@@ -1,18 +1,16 @@
# epubbuilder.rb
# just for compatibility
#
-# Copyright (c) 2010 Kenshi Muto
+# Copyright (c) 2010-2017 Kenshi Muto
#
# This program is free software.
# You can distribute or modify this program under the terms of
# the GNU LGPL, Lesser General Public License version 2.1.
#
require 'review/htmlbuilder'
module ReVIEW
-
class EPUBBuilder < HTMLBuilder
end
-
end # module ReVIEW