summaryrefslogtreecommitdiff
path: root/lib
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
parent9728cb730f29783f949ba2824f4e411c6abade18 (diff)
[ruby/racc] Use the Ruby license. Fix #134
https://github.com/ruby/racc/commit/7c881cd548
Diffstat (limited to 'lib')
-rw-r--r--lib/racc/compat.rb5
-rw-r--r--lib/racc/debugflags.rb5
-rw-r--r--lib/racc/grammarfileparser.rb5
-rw-r--r--lib/racc/iset.rb5
-rw-r--r--lib/racc/logfilegenerator.rb5
-rw-r--r--lib/racc/sourcetext.rb5
-rw-r--r--lib/racc/statetransitiontable.rb5
7 files changed, 14 insertions, 21 deletions
diff --git a/lib/racc/compat.rb b/lib/racc/compat.rb
index e46b0e648c..62f4f630be 100644
--- a/lib/racc/compat.rb
+++ b/lib/racc/compat.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".
#
#++
diff --git a/lib/racc/debugflags.rb b/lib/racc/debugflags.rb
index 6b7549fc8d..ee34cf2314 100644
--- a/lib/racc/debugflags.rb
+++ b/lib/racc/debugflags.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 LGPL, see the file "COPYING".
+# You can distribute/modify this program under the same terms of ruby.
+# see the file "COPYING".
#
#++
diff --git a/lib/racc/grammarfileparser.rb b/lib/racc/grammarfileparser.rb
index 0351a34e6f..419495113b 100644
--- a/lib/racc/grammarfileparser.rb
+++ b/lib/racc/grammarfileparser.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".
#
#++
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".
#
#++
diff --git a/lib/racc/logfilegenerator.rb b/lib/racc/logfilegenerator.rb
index 18991c51ae..2f5aa0c8b0 100644
--- a/lib/racc/logfilegenerator.rb
+++ b/lib/racc/logfilegenerator.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".
#
#++
diff --git a/lib/racc/sourcetext.rb b/lib/racc/sourcetext.rb
index ba0b0d248b..de52dcae9b 100644
--- a/lib/racc/sourcetext.rb
+++ b/lib/racc/sourcetext.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 LGPL, see the file "COPYING".
+# You can distribute/modify this program under the same terms of ruby.
+# see the file "COPYING".
#
#++
diff --git a/lib/racc/statetransitiontable.rb b/lib/racc/statetransitiontable.rb
index 78b6da9086..4252ba0184 100644
--- a/lib/racc/statetransitiontable.rb
+++ b/lib/racc/statetransitiontable.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 LGPL, see the file "COPYING".
+# You can distribute/modify this program under the same terms of ruby.
+# see the file "COPYING".
#
#++