raindrops RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [ANN] raindrops 0.13.0 several minor fixes and improvements
@ 2014-02-18 21:03  6% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2014-02-18 21:03 UTC (permalink / raw)
  To: raindrops

Most notably, this release is necessary for Ruby 2.2 (dev).
Thanks to Koichi Sasada for the bug report!

Eric Wong (5):
      Rakefile: remove raa_update task
      last_data_recv: do not assume Unicorn includes all constants
      raindrops.gemspec: add wrongdoc dev dependency
      linux_inet_diag: fix Ruby 2.2 (dev) build
      license: use LGPLv2.1 or later (was LGPL (2.1|3.0)-only)

Hleb Valoshka (1):
      Remove Scope IDs from IPv6 addresses.

* http://raindrops.bogomips.org/
* raindrops@librelist.org
* git://bogomips.org/raindrops.git
* http://raindrops.bogomips.org/NEWS.atom.xml

-- 
Eric Wong


^ permalink raw reply	[relevance 6%]

* [PATCH] license: use LGPLv2.1 or later (was LGPL (2.1|3.0)-only)
@ 2014-02-18  8:16  7% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2014-02-18  8:16 UTC (permalink / raw)
  To: raindrops

There is currently no LGPLv4, so this change has no effect at the
moment.

In case the LGPLv4 arrives and I am not alive to approve/review it,
the lesser of evils is have give blanket approval of all future LGPL
versions (as published by the FSF).  The worse evil is to be stuck
with a license which cannot guarantee the Free-ness of this project
in the future.

This unfortunately means the FSF can theoretically come out with
license terms I do not agree with, but the LGPLv2.1 and LGPLv3
will always remain an option to all users.
---
 LICENSE           | 8 +++-----
 raindrops.gemspec | 2 +-
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/LICENSE b/LICENSE
index 4dde807..a3dbff6 100644
--- a/LICENSE
+++ b/LICENSE
@@ -4,9 +4,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 (LGPL) as published by the Free Software
 Foundation, version {2.1}[http://www.gnu.org/licenses/lgpl-2.1.txt] or
-or {3}[http://www.gnu.org/licenses/lgpl-3.0.txt] (see link:COPYING).
-The raindrops project leader (Eric Wong) reserves the right to
-relicense raindrops under future versions of the LGPL.
+later.  Currently version {3}[http://www.gnu.org/licenses/lgpl-3.0.txt],
+is preferred (see link:COPYING).
 
 raindrops is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
@@ -14,5 +13,4 @@ FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the raindrops; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+along with the raindrops; if not, see <http://www.gnu.org/licenses/>
diff --git a/raindrops.gemspec b/raindrops.gemspec
index 2a51b88..c5d6e87 100644
--- a/raindrops.gemspec
+++ b/raindrops.gemspec
@@ -29,5 +29,5 @@ Gem::Specification.new do |s|
   s.add_development_dependency('unicorn', '>= 0.98')
   s.add_development_dependency('wrongdoc', ['~> 1.6.2', '>= 1.6.2'])
 
-  # s.licenses = %w(LGPLv3) # accessor not compatible with older RubyGems
+  s.licenses = %w(LGPLv2.1+)
 end
-- 
Eric Wong


^ permalink raw reply related	[relevance 7%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2014-02-18  8:16  7% [PATCH] license: use LGPLv2.1 or later (was LGPL (2.1|3.0)-only) Eric Wong
2014-02-18 21:03  6% [ANN] raindrops 0.13.0 several minor fixes and improvements Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/raindrops.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).