Bug #10952
closedClarify BigDecimal license
Description
The README [1] says:
You can redistribute it and/or modify it under either the terms of the GPL
(see COPYING file), or the conditions below:
So it is GPL or Ruby license. Nevertheless, the file headers [2, 3] says something different while referring back to the README.:
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file
* of this BigDecimal distribution.
Could you please clarify the licenses?
[1] https://github.com/ruby/ruby/blob/trunk/ext/bigdecimal/README#L5
[2] https://github.com/ruby/ruby/blob/trunk/ext/bigdecimal/bigdecimal.c#L7
[3] https://github.com/ruby/ruby/blob/trunk/ext/bigdecimal/bigdecimal.h#L7
Updated by mrkn (Kenta Murata) over 10 years ago
- Assignee set to mrkn (Kenta Murata)
Updated by mrkn (Kenta Murata) over 10 years ago
- Status changed from Open to Assigned
Updated by vo.x (Vit Ondruch) over 10 years ago
Stating something in .gemspec which is not aligned with the rest of files does not help.
Updated by mrkn (Kenta Murata) over 10 years ago
I want to change BigDeciaml's licence to the same license of Ruby.
Now I'm contacting to the original author of BigDecimal.
Updated by mrkn (Kenta Murata) about 10 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Updated by mrkn (Kenta Murata) about 10 years ago
Shigeo, original author of BigDecimal, allows me to change BigDecimal's license to ruby's.
I'd already changed it.
Updated by vo.x (Vit Ondruch) about 10 years ago
Thanks a lot. Can this be backported or not?
Updated by usa (Usaku NAKAMURA) about 10 years ago
- Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN to 2.0.0: WONTFIX, 2.1: REQUIRED, 2.2: REQUIRED
Updated by usa (Usaku NAKAMURA) about 10 years ago
- Backport changed from 2.0.0: WONTFIX, 2.1: REQUIRED, 2.2: REQUIRED to 2.0.0: WONTFIX, 2.1: DONE, 2.2: REQUIRED
ruby_2_1 r50574 merged revision(s) 50185.
Updated by nagachika (Tomoyuki Chikanaga) about 10 years ago
- Backport changed from 2.0.0: WONTFIX, 2.1: DONE, 2.2: REQUIRED to 2.0.0: WONTFIX, 2.1: DONE, 2.2: DONE
Backported into ruby_2_2
branch at r50622.