summaryrefslogtreecommitdiff
path: root/lib/racc/iset.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-11-10 21:00:49 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-11-10 21:20:31 +0900
commit5a19b492dad5a444826d18cf6d1a1261464a02c4 (patch)
treededc99e33de0e1e8bb21f1a59981cfa59ffd5546 /lib/racc/iset.rb
parent9728cb730f29783f949ba2824f4e411c6abade18 (diff)
[ruby/racc] Use the Ruby license. Fix #134
https://github.com/ruby/racc/commit/7c881cd548
Diffstat (limited to 'lib/racc/iset.rb')
-rw-r--r--lib/racc/iset.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/racc/iset.rb b/lib/racc/iset.rb
index 91ca9320f0..339221d21b 100644
--- a/lib/racc/iset.rb
+++ b/lib/racc/iset.rb
@@ -5,9 +5,8 @@
# Copyright (c) 1999-2006 Minero Aoki
#
# This program is free software.
-# You can distribute/modify this program under the terms of
-# the GNU LGPL, Lesser General Public License version 2.1.
-# For details of the GNU LGPL, see the file "COPYING".
+# You can distribute/modify this program under the same terms of ruby.
+# see the file "COPYING".
#
#++