ruby-changes:63571
From: Hiroshi <ko1@a...>
Date: Tue, 10 Nov 2020 21:23:03 +0900 (JST)
Subject: [ruby-changes:63571] 5a19b492da (master): [ruby/racc] Use the Ruby license. Fix #134
https://git.ruby-lang.org/ruby.git/commit/?id=5a19b492da From 5a19b492dad5a444826d18cf6d1a1261464a02c4 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Tue, 10 Nov 2020 21:00:49 +0900 Subject: [ruby/racc] Use the Ruby license. Fix #134 https://github.com/ruby/racc/commit/7c881cd548 diff --git a/lib/racc/compat.rb b/lib/racc/compat.rb index e46b0e6..62f4f63 100644 --- a/lib/racc/compat.rb +++ b/lib/racc/compat.rb @@ -5,9 +5,8 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/compat.rb#L5 # 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 6b7549f..ee34cf2 100644 --- a/lib/racc/debugflags.rb +++ b/lib/racc/debugflags.rb @@ -5,9 +5,8 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/debugflags.rb#L5 # 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 0351a34..4194951 100644 --- a/lib/racc/grammarfileparser.rb +++ b/lib/racc/grammarfileparser.rb @@ -5,9 +5,8 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/grammarfileparser.rb#L5 # 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 91ca932..339221d 100644 --- a/lib/racc/iset.rb +++ b/lib/racc/iset.rb @@ -5,9 +5,8 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/iset.rb#L5 # 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 18991c5..2f5aa0c 100644 --- a/lib/racc/logfilegenerator.rb +++ b/lib/racc/logfilegenerator.rb @@ -5,9 +5,8 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/logfilegenerator.rb#L5 # 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 ba0b0d2..de52dca 100644 --- a/lib/racc/sourcetext.rb +++ b/lib/racc/sourcetext.rb @@ -5,9 +5,8 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/sourcetext.rb#L5 # 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 78b6da9..4252ba0 100644 --- a/lib/racc/statetransitiontable.rb +++ b/lib/racc/statetransitiontable.rb @@ -5,9 +5,8 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/statetransitiontable.rb#L5 # 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". # #++ -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/