about summary refs log tree commit homepage
path: root/test/unit/test_http_parser.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-08-18 01:53:49 +0000
committerEric Wong <e@80x24.org>2015-04-22 18:55:31 +0000
commit2bb8cc404232254af0d74f2dd3dec87d406fd764 (patch)
treee48c325d0a4904a8c9be0bc1c8b98e81d35fb793 /test/unit/test_http_parser.rb
parentf6c7195cbc5b4eb7341741d9cc83833cba562b38 (diff)
downloadunicorn-2bb8cc404232254af0d74f2dd3dec87d406fd764.tar.gz
mongrel.rubyforge.org has been dead longer than rubyforge.org!
Diffstat (limited to 'test/unit/test_http_parser.rb')
-rw-r--r--test/unit/test_http_parser.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/test_http_parser.rb b/test/unit/test_http_parser.rb
index 8d5b251..2251dcf 100644
--- a/test/unit/test_http_parser.rb
+++ b/test/unit/test_http_parser.rb
@@ -1,10 +1,10 @@
 # -*- encoding: binary -*-
 
-# Copyright (c) 2005 Zed A. Shaw
+# Copyright (c) 2005 Zed A. Shaw
 # You can redistribute it and/or modify it under the same terms as Ruby 1.8 or
 # the GPLv2+ (GPLv3+ preferred)
 #
-# Additional work donated by contributors.  See http://mongrel.rubyforge.org/attributions.html
+# Additional work donated by contributors.  See git history
 # for more information.
 
 require 'test/test_helper'