From 66eadcfbd8ec9c115ba1e2f2d9f2e99cb7cb5df2 Mon Sep 17 00:00:00 2001 From: Josef Stribny Date: Feb 05 2014 11:53:16 +0000 Subject: Fix license to reflect Public Domain bits --- diff --git a/rubygem-thread_safe.spec b/rubygem-thread_safe.spec index 56c81d6..61b486f 100644 --- a/rubygem-thread_safe.spec +++ b/rubygem-thread_safe.spec @@ -3,10 +3,12 @@ Name: rubygem-%{gem_name} Version: 0.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Thread-safe collections and utilities for Ruby Group: Development/Languages -License: ASL 2.0 +# jsr166e.LondAdder, jsr166e.Striped64, jsr166e.ConcurrentHashMapV8 +# and their Ruby ports are Public Domain +License: ASL 2.0 and Public Domain URL: https://github.com/headius/thread_safe Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem Requires: ruby(release) @@ -90,6 +92,9 @@ testrb -Ilib test/test_{array,cache,helper,synchronized_delegator}.rb %changelog +* Tue Feb 04 2014 Josef Stribny - 0.1.3-3 +- Add Public Domain to licenses + * Mon Jan 27 2014 Josef Stribny - 0.1.3-2 - Fix license