diff options
author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-02-24 04:53:50 +0000 |
---|---|---|
committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-02-24 04:53:50 +0000 |
commit | add63d0fd5ba2bff0c582e22ff206f70f40ebda3 (patch) | |
tree | a047ef56d421f94d48fd5e1d6c041969c731a9fa /lib/net/pop.rb | |
parent | fbcba47ac5f883fb3f4e542b2a708dc954cf09c4 (diff) | |
download | ruby-add63d0fd5ba2bff0c582e22ff206f70f40ebda3.tar.gz ruby-add63d0fd5ba2bff0c582e22ff206f70f40ebda3.tar.xz ruby-add63d0fd5ba2bff0c582e22ff206f70f40ebda3.zip |
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: http://svn.ruby-lang.org/repos/ruby/trunk@1212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net/pop.rb')
-rw-r--r-- | lib/net/pop.rb | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/lib/net/pop.rb b/lib/net/pop.rb index dbb55466e..c61e09735 100644 --- a/lib/net/pop.rb +++ b/lib/net/pop.rb @@ -2,15 +2,17 @@ = net/pop.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::POP3 |