ruby / rdoc

RDoc produces HTML and online documentation for Ruby projects.
https://ruby.github.io/rdoc/
Other
841 stars 438 forks source link

license isn't same as ruby license #401

Open lksv opened 8 years ago

lksv commented 8 years ago

It seems that this gem has the same license as ruby (https://github.com/rdoc/rdoc/blob/master/Rakefile#L44) but it is not true:

snippet of rdoc license:

You can redistribute it and/or modify it under either the terms of the GPL version 2 (see the file GPL), or the conditions below:

ruby license:

You can redistribute it and/or modify it under either the terms of the 2-clause BSDL (see the file BSDL), or the conditions below:

I think this is an mistake. Ruby changed the license in time (see https://github.com/ruby/ruby/commit/2cd6800fd8437b1f862f3f5c44db877159271d17#diff-7116ef0705885343c9e1b2171a06be0e)

My intention is not to push to change the license if you do not want.

zzak commented 8 years ago

It's not really my call, but my guess is we just copied over the old Ruby license and when it changed, we never updated RDoc's.

/cc @drbrain

drbrain commented 8 years ago

Ruby license means different things for different versions of ruby.

We'd need to get Dave Thomas and other contributors consent to change the license to the latest version of the Ruby license.