add GPLv3 option to the license
commitcd22c595633ec36b69c60f27f2c3841ae0f6faca
authorEric Wong <normalperson@yhbt.net>
Mon, 29 Aug 2011 19:54:32 +0000 (29 19:54 +0000)
committerEric Wong <normalperson@yhbt.net>
Mon, 29 Aug 2011 20:06:59 +0000 (29 20:06 +0000)
tree7a3e3ed67da0810f80222fc38ca004ecd3a1aeb1
parent8bed251777e9850b04f52f4c520e8b173bd1d756
add GPLv3 option to the license

Existing license terms (Ruby-specific) and GPLv2 remain
in place, but GPLv3 is preferred as it helps with
distribution of AGPLv3 code and is explicitly compatible
with Apache License (v2.0).

Many more reasons are documented by the FSF:
https://www.gnu.org/licenses/quick-guide-gplv3.html
http://gplv3.fsf.org/rms-why.html

ref: http://thread.gmane.org/gmane.comp.lang.ruby.unicorn.general/933
14 files changed:
COPYING
LICENSE
README
ext/unicorn_http/unicorn_http.rl
lib/unicorn/app/inetd.rb
lib/unicorn/app/old_rails.rb
lib/unicorn/app/old_rails/static.rb
lib/unicorn/cgi_wrapper.rb
test/test_helper.rb
test/unit/test_http_parser.rb
test/unit/test_request.rb
test/unit/test_response.rb
test/unit/test_server.rb
test/unit/test_signals.rb