From: Eric Wong <e@80x24.org> To: unicorn-public@bogomips.org Cc: Eric Wong <e@80x24.org> Subject: [PATCH 2/4] remove mongrel.rubyforge.org references Date: Mon, 22 Sep 2014 01:05:28 +0000 [thread overview] Message-ID: <1411347930-16660-3-git-send-email-e@80x24.org> (raw) In-Reply-To: <1411347930-16660-1-git-send-email-e@80x24.org> mongrel.rubyforge.org has been dead longer than rubyforge.org! --- test/test_helper.rb | 4 ++-- test/unit/test_http_parser.rb | 4 ++-- test/unit/test_response.rb | 4 ++-- test/unit/test_server.rb | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index c65f2f3..c4fe07a 100644 --- a/test/test_helper.rb +++ b/test/test_helper.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. STDIN.sync = STDOUT.sync = STDERR.sync = true # buffering makes debugging hard 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' diff --git a/test/unit/test_response.rb b/test/unit/test_response.rb index fcddc5e..bdca9f5 100644 --- a/test/unit/test_response.rb +++ b/test/unit/test_response.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' diff --git a/test/unit/test_server.rb b/test/unit/test_server.rb index e5b335f..9c92bab 100644 --- a/test/unit/test_server.rb +++ b/test/unit/test_server.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' -- EW
next prev parent reply other threads:[~2014-09-22 1:05 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2014-09-22 1:05 [PATCH 0/4] a few more minor cleanups pushed out Eric Wong 2014-09-22 1:05 ` [PATCH 1/4] remove RubyForge and Freecode references Eric Wong 2014-09-22 1:05 ` Eric Wong [this message] 2014-09-22 1:05 ` [PATCH 3/4] http: remove the keepalive requests limit Eric Wong 2014-09-22 1:05 ` [PATCH 4/4] http: reduce parser from 72 to 56 bytes on 64-bit Eric Wong
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://yhbt.net/unicorn/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1411347930-16660-3-git-send-email-e@80x24.org \ --to=e@80x24.org \ --cc=unicorn-public@bogomips.org \ --subject='Re: [PATCH 2/4] remove mongrel.rubyforge.org references' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Code repositories for project(s) associated with this inbox: ../../unicorn.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).