From b1cd5105d41ef468236236d8361c782dcbe5e422 Mon Sep 17 00:00:00 2001 From: aamine Date: Sat, 24 Feb 2001 04:53:50 +0000 Subject: aamine * lib/net/http.rb: always close connection on request without body. * lib/net/protocol.rb, smtp.rb, pop.rb, http.rb: change copyright. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/protocol.rb | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'lib/net/protocol.rb') diff --git a/lib/net/protocol.rb b/lib/net/protocol.rb index 2ebdcb9046..bed94634be 100644 --- a/lib/net/protocol.rb +++ b/lib/net/protocol.rb @@ -2,15 +2,17 @@ = net/protocol.rb version 1.2.0 -written by Minero Aoki + Copyright (C) 1999-2001 Yukihiro Matsumoto -This program is free software. -You can distribute/modify this program under -the terms of the Ruby Distribute License. + written & maintained by Minero Aoki -Japanese version of this document is in "net" full package. -You can get it from RAA -(Ruby Application Archive: http://www.ruby-lang.org/en/raa.html). + This program is free software. You can re-distribute and/or + modify this program under the same terms as Ruby itself, + GNU General Public License or Ruby License. + + Japanese version of this document is in "net" full package. + You can get it from RAA (Ruby Application Archive). RAA is: + http://www.ruby-lang.org/en/raa.html == Net::Protocol -- cgit v1.2.3