diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-08-15 00:50:22 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-08-15 00:50:22 +0000 |
commit | 9028340deb8f547d3f94fad49a9d92d62ad3c4e8 (patch) | |
tree | a98d67d52d96c0d229aabe5e83b05c730c853a73 /ext | |
parent | bc33c5ce0ae4a6146d58a5b037d3ba4bc66ed01a (diff) | |
download | ruby-9028340deb8f547d3f94fad49a9d92d62ad3c4e8.tar.gz |
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
Diffstat (limited to 'ext')
-rw-r--r-- | ext/ripper/lib/ripper.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/ripper/lib/ripper.rb b/ext/ripper/lib/ripper.rb index 9eff2ce1ce..e937d65217 100644 --- a/ext/ripper/lib/ripper.rb +++ b/ext/ripper/lib/ripper.rb @@ -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 |