about summary refs log tree commit homepage
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-08-29 19:54:32 +0000
committerEric Wong <normalperson@yhbt.net>2011-08-29 20:06:59 +0000
commitcd22c595633ec36b69c60f27f2c3841ae0f6faca (patch)
tree7a3e3ed67da0810f80222fc38ca004ecd3a1aeb1 /test/test_helper.rb
parent8bed251777e9850b04f52f4c520e8b173bd1d756 (diff)
downloadunicorn-cd22c595633ec36b69c60f27f2c3841ae0f6faca.tar.gz
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
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 9763f62..3471b55 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,7 +1,8 @@
 # -*- encoding: binary -*-
 
 # Copyright (c) 2005 Zed A. Shaw
-# You can redistribute it and/or modify it under the same terms as Ruby.
+# You can redistribute it and/or modify it under the same terms as Ruby 1.8 or
+# the GPLv3
 #
 # Additional work donated by contributors.  See http://mongrel.rubyforge.org/attributions.html
 # for more information.