misc/plugin/recent_comment.rb in tdiary-4.0.5.1 vs misc/plugin/recent_comment.rb in tdiary-4.1.0
- old
+ new
@@ -2,10 +2,10 @@
# recent_comment.rb
#
# recent_comment: 最近のツッコミをリストアップする
#
# Copyright (c) 2002 TADA Tadashi <sho@spc.gr.jp>
-# You can distribute this file under the GPL2.
+# You can distribute this file under the GPL2 or any later version.
#
def recent_comment_format(format, *args)
format.gsub(/\$(\d)/) {|s| args[$1.to_i - 1]}
end