seattlerb / ruby_parser

ruby_parser is a ruby parser written in pure ruby. It outputs s-expressions which can be manipulated and converted back to ruby via the ruby2ruby gem.
http://www.zenspider.com/projects/ruby_parser.html
475 stars 102 forks source link

add license file to repository #324

Closed Segaja closed 2 years ago

Segaja commented 2 years ago

Hey there,

in order to make packaging for distributions (in this case Arch Linux) easier it would be nice if you could add the LICENSE file to the repository. That way the package maintainers don't have to maintain their own version of this file.