diff options
author | Hiroshi SHIBATA <[email protected]> | 2020-11-10 21:00:49 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-11-10 21:20:31 +0900 |
commit | 5a19b492dad5a444826d18cf6d1a1261464a02c4 () | |
tree | dedc99e33de0e1e8bb21f1a59981cfa59ffd5546 /lib/racc | |
parent | 9728cb730f29783f949ba2824f4e411c6abade18 (diff) |
[ruby/racc] Use the Ruby license. Fix #134
https://.com/ruby/racc/commit/7c881cd548
-rw-r--r-- | lib/racc/compat.rb | 5 | ||||
-rw-r--r-- | lib/racc/debugflags.rb | 5 | ||||
-rw-r--r-- | lib/racc/grammarfileparser.rb | 5 | ||||
-rw-r--r-- | lib/racc/iset.rb | 5 | ||||
-rw-r--r-- | lib/racc/logfilegenerator.rb | 5 | ||||
-rw-r--r-- | lib/racc/sourcetext.rb | 5 | ||||
-rw-r--r-- | lib/racc/statetransitiontable.rb | 5 |
7 files changed, 14 insertions, 21 deletions
@@ -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". # #++ @@ -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". # #++ @@ -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". # #++ @@ -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". # #++ @@ -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". # #++ @@ -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". # #++ @@ -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". # #++ |