about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-05 08:22:19 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-05 08:27:10 +0000
commit70efa04bf48a3187e60d0f459b6a4202fb0885b2 (patch)
tree9993ca309e110216f048aa62abef8e31e2489c75
parentb755f909f88c3954d421437e54eb465be74df652 (diff)
downloadruby_io_splice-70efa04bf48a3187e60d0f459b6a4202fb0885b2.tar.gz
This allows GPLv2-only programs to bundle us.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
-rw-r--r--LICENSE4
-rw-r--r--Rakefile2
-rw-r--r--io_splice.gemspec2
3 files changed, 4 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index 89e6fb0..6bad40b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -3,8 +3,8 @@ revision control for names and email addresses of all of them.
 
 You can redistribute it and/or modify it under the terms of the GNU
 Lesser General Public License as published by the Free Software Foundation,
-version 3.0 {LGPLv3}[http://www.gnu.org/licenses/lgpl-3.0.txt] (see
-link:COPYING).
+version 2.1 or later {LGPLv2.1}[http://www.gnu.org/licenses/lgpl-2.1.txt]
+(see link:COPYING).
 
 io_splice is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
diff --git a/Rakefile b/Rakefile
index 3f35fa3..53c944c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -144,7 +144,7 @@ task :raa_update do
     :category_minor => 'System',
     :url => s.homepage,
     :download => 'http://rubyforge.org/frs/?group_id=5626',
-    :license => 'LGPL', # LGPLv3, actually, but RAA is ancient...
+    :license => 'LGPL',
     :description_style => 'Plain',
     :description => desc,
     :pass => password,
diff --git a/io_splice.gemspec b/io_splice.gemspec
index 5d1d1d0..1c4baa5 100644
--- a/io_splice.gemspec
+++ b/io_splice.gemspec
@@ -34,5 +34,5 @@ Gem::Specification.new do |s|
 
   s.test_files = test_files
 
-  # s.licenses = %w(LGPLv3) # accessor not compatible with older RubyGems
+  # s.licenses = %w(LGPL) # accessor not compatible with older RubyGems
 end