Skip to content

Commit 7c881cd

Browse files
committed
Use the Ruby license. Fix #134
1 parent aff6613 commit 7c881cd

File tree

7 files changed

+14
-21
lines changed

7 files changed

+14
-21
lines changed

lib/racc/compat.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
# Copyright (c) 1999-2006 Minero Aoki
66
#
77
# This program is free software.
8-
# You can distribute/modify this program under the terms of
9-
# the GNU LGPL, Lesser General Public License version 2.1.
10-
# For details of the GNU LGPL, see the file "COPYING".
8+
# You can distribute/modify this program under the same terms of ruby.
9+
# see the file "COPYING".
1110
#
1211
#++
1312

lib/racc/debugflags.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
# Copyright (c) 1999-2006 Minero Aoki
66
#
77
# This program is free software.
8-
# You can distribute/modify this program under the terms of
9-
# the GNU LGPL, Lesser General Public License version 2.1.
10-
# For details of LGPL, see the file "COPYING".
8+
# You can distribute/modify this program under the same terms of ruby.
9+
# see the file "COPYING".
1110
#
1211
#++
1312

lib/racc/grammarfileparser.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
# Copyright (c) 1999-2006 Minero Aoki
66
#
77
# This program is free software.
8-
# You can distribute/modify this program under the terms of
9-
# the GNU LGPL, Lesser General Public License version 2.1.
10-
# For details of the GNU LGPL, see the file "COPYING".
8+
# You can distribute/modify this program under the same terms of ruby.
9+
# see the file "COPYING".
1110
#
1211
#++
1312

lib/racc/iset.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
# Copyright (c) 1999-2006 Minero Aoki
66
#
77
# This program is free software.
8-
# You can distribute/modify this program under the terms of
9-
# the GNU LGPL, Lesser General Public License version 2.1.
10-
# For details of the GNU LGPL, see the file "COPYING".
8+
# You can distribute/modify this program under the same terms of ruby.
9+
# see the file "COPYING".
1110
#
1211
#++
1312

lib/racc/logfilegenerator.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
# Copyright (c) 1999-2006 Minero Aoki
66
#
77
# This program is free software.
8-
# You can distribute/modify this program under the terms of
9-
# the GNU LGPL, Lesser General Public License version 2.1.
10-
# For details of the GNU LGPL, see the file "COPYING".
8+
# You can distribute/modify this program under the same terms of ruby.
9+
# see the file "COPYING".
1110
#
1211
#++
1312

lib/racc/sourcetext.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
# Copyright (c) 1999-2006 Minero Aoki
66
#
77
# This program is free software.
8-
# You can distribute/modify this program under the terms of
9-
# the GNU LGPL, Lesser General Public License version 2.1.
10-
# For details of LGPL, see the file "COPYING".
8+
# You can distribute/modify this program under the same terms of ruby.
9+
# see the file "COPYING".
1110
#
1211
#++
1312

lib/racc/statetransitiontable.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
# Copyright (c) 1999-2006 Minero Aoki
66
#
77
# This program is free software.
8-
# You can distribute/modify this program under the terms of
9-
# the GNU LGPL, Lesser General Public License version 2.1.
10-
# For details of LGPL, see the file "COPYING".
8+
# You can distribute/modify this program under the same terms of ruby.
9+
# see the file "COPYING".
1110
#
1211
#++
1312

0 commit comments

Comments
 (0)