ripper.rb: fix License format [ci skip]

* ext/ripper/lib/ripper.rb: [DOC] fix format of the License
  description and the author.  patched by aycabta (Code Ahss) at
  [ruby-core:82376].  [Bug #13813]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2017-08-15 00:50:22 +00:00
Родитель bc33c5ce0a
Коммит 9028340deb
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -66,9 +66,9 @@ require 'ripper/sexp'
#
# == License
#
# Ruby License.
# Ruby License.
#
# Minero Aoki
# aamine@loveruby.net
# http://i.loveruby.net
# - Minero Aoki
# - aamine@loveruby.net
# - http://i.loveruby.net
class Ripper; end