summaryrefslogtreecommitdiff
path: root/lib/net/protocol.rb
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-02-24 04:53:50 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-02-24 04:53:50 +0000
commitb1cd5105d41ef468236236d8361c782dcbe5e422 (patch)
treea047ef56d421f94d48fd5e1d6c041969c731a9fa /lib/net/protocol.rb
parentacce0b7ec4f5b6682b94e458675020263068d306 (diff)
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
Diffstat (limited to 'lib/net/protocol.rb')
-rw-r--r--lib/net/protocol.rb16
1 files changed, 9 insertions, 7 deletions
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 <aamine@dp.u-netsurf.ne.jp>
+ 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 <aamine@dp.u-netsurf.ne.jp>
-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