lib/review/textbuilder.rb in review-2.3.0 vs lib/review/textbuilder.rb in review-2.4.0
- old
+ new
@@ -1,17 +1,16 @@
# textbuilder.rb
#
-# Copyright (c) 2010 Kenshi Muto
+# Copyright (c) 2010-2017 Kenshi Muto
+# 2010 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/topbuilder'
module ReVIEW
-
class TEXTBuilder < TOPBuilder
end
-
end # module ReVIEW