From 70efa04bf48a3187e60d0f459b6a4202fb0885b2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 5 Jun 2010 08:22:19 +0000 Subject: [PATCH] relicense to LGPLv2.1+ (from LGPLv3 only) This allows GPLv2-only programs to bundle us. Signed-off-by: Eric Wong --- LICENSE | 4 ++-- Rakefile | 2 +- io_splice.gemspec | 2 +- 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 -- 2.11.4.GIT