From 5a19b492dad5a444826d18cf6d1a1261464a02c4 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA 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 --- lib/racc/compat.rb | 5 ++--- lib/racc/debugflags.rb | 5 ++--- lib/racc/grammarfileparser.rb | 5 ++--- lib/racc/iset.rb | 5 ++--- lib/racc/logfilegenerator.rb | 5 ++--- lib/racc/sourcetext.rb | 5 ++--- lib/racc/statetransitiontable.rb | 5 ++--- 7 files changed, 14 insertions(+), 21 deletions(-) (limited to 'lib') 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". # #++ -- cgit v1.2.3