Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6, JRuby 1.6.1, JRuby 1.6.2
-
Fix Version/s: JRuby 1.6.3
-
Component/s: Standard Library
-
Labels:None
-
Number of attachments :
Description
Conflicting license information in the stdlib FFI module
lib/ruby/site_ruby/shared/ffi/ffi.rb
"... a recipient may use your version of this file under the terms of any one of the CPL, the GPL or the LGPL."
then, in
lib/ruby/site_ruby/shared/ffi/ffi.rb
"you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3"
seems to be LGPLv3 only
ideally, all code included with JRuby should be compatible with the tri CPL/GPL/LGPL license described in COPYING
Activity
Charles Oliver Nutter
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Thomas E Enebo [ enebo ] | Charles Oliver Nutter [ headius ] |
| Fix Version/s | JRuby 1.6.3 [ 17374 ] | |
| Resolution | Fixed [ 1 ] |
Charles Oliver Nutter
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |