1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Stop parsing copyright notices as document [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2020-01-28 23:00:13 +09:00
parent 17715153e5
commit fb41246ddb
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60
12 changed files with 29 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#--
#
# $Id: 6bd3136439c94cb8d928917f5e0de9c593181527 $
#
@ -6,6 +7,8 @@
# This program is free software.
# You can distribute/modify this program under the same terms of ruby.
# see the file "COPYING".
#
#++
require 'racc/iset'
require 'racc/statetransitiontable'