misc/plugin/gradient.rb in tdiary-4.0.5.1 vs misc/plugin/gradient.rb in tdiary-4.1.0

- old
+ new

@@ -9,10 +9,10 @@ # # 例: 「こんなこともできます」を10ptから30ptに拡大 # <%=gradient 'こんなこともできます', 10, 30 %> # # 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 gradient( str, first_size, last_size ) ary = str.split( //u ) len = ary.length - 1 result = ""