diff options
author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-05-09 19:22:41 +0000 |
---|---|---|
committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-05-09 19:22:41 +0000 |
commit | 38b4876bb0eb2a90ef7e5b3aabfb0e28b9698f27 (patch) | |
tree | 0492de401b4815c45d38aaaba7ed70252572294c /lib | |
parent | c980b87d070d8fc5b87b415e83fab6502fcab3d4 (diff) | |
download | bundler-38b4876bb0eb2a90ef7e5b3aabfb0e28b9698f27.tar.gz |
* lib/webrick/log.rb: Hide copyright info from ri
* lib/webrick/httpstatus.rb: ditto
* lib/webrick/htmlutils.rb: ditto
* lib/webrick/httpversion.rb: ditto
* lib/webrick/version.rb: ditto
* lib/webrick/httpauth/userdb.rb: ditto
* lib/webrick/httpauth/authenticator.rb: ditto
* lib/webrick/accesslog.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r-- | lib/webrick/accesslog.rb | 2 | ||||
-rw-r--r-- | lib/webrick/htmlutils.rb | 2 | ||||
-rw-r--r-- | lib/webrick/httpauth/authenticator.rb | 2 | ||||
-rw-r--r-- | lib/webrick/httpauth/userdb.rb | 2 | ||||
-rw-r--r-- | lib/webrick/httpstatus.rb | 2 | ||||
-rw-r--r-- | lib/webrick/httpversion.rb | 2 | ||||
-rw-r--r-- | lib/webrick/log.rb | 2 | ||||
-rw-r--r-- | lib/webrick/version.rb | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/lib/webrick/accesslog.rb b/lib/webrick/accesslog.rb index a9e8533fd1..9a14ae58e5 100644 --- a/lib/webrick/accesslog.rb +++ b/lib/webrick/accesslog.rb @@ -1,4 +1,4 @@ -# +#-- # accesslog.rb -- Access log handling utilities # # Author: IPR -- Internet Programming with Ruby -- writers diff --git a/lib/webrick/htmlutils.rb b/lib/webrick/htmlutils.rb index cf8d542c09..01b9d2cc26 100644 --- a/lib/webrick/htmlutils.rb +++ b/lib/webrick/htmlutils.rb @@ -1,4 +1,4 @@ -# +#-- # htmlutils.rb -- HTMLUtils Module # # Author: IPR -- Internet Programming with Ruby -- writers diff --git a/lib/webrick/httpauth/authenticator.rb b/lib/webrick/httpauth/authenticator.rb index d93f12a97a..af34a19b88 100644 --- a/lib/webrick/httpauth/authenticator.rb +++ b/lib/webrick/httpauth/authenticator.rb @@ -1,4 +1,4 @@ -# +#-- # httpauth/authenticator.rb -- Authenticator mix-in module. # # Author: IPR -- Internet Programming with Ruby -- writers diff --git a/lib/webrick/httpauth/userdb.rb b/lib/webrick/httpauth/userdb.rb index 0285f89352..95834f36e3 100644 --- a/lib/webrick/httpauth/userdb.rb +++ b/lib/webrick/httpauth/userdb.rb @@ -1,4 +1,4 @@ -# +#-- # httpauth/userdb.rb -- UserDB mix-in module. # # Author: IPR -- Internet Programming with Ruby -- writers diff --git a/lib/webrick/httpstatus.rb b/lib/webrick/httpstatus.rb index a49be32be9..ecf0201a28 100644 --- a/lib/webrick/httpstatus.rb +++ b/lib/webrick/httpstatus.rb @@ -1,4 +1,4 @@ -# +#-- # httpstatus.rb -- HTTPStatus Class # # Author: IPR -- Internet Programming with Ruby -- writers diff --git a/lib/webrick/httpversion.rb b/lib/webrick/httpversion.rb index 86907a26bd..5cf0ee400d 100644 --- a/lib/webrick/httpversion.rb +++ b/lib/webrick/httpversion.rb @@ -1,4 +1,4 @@ -# +#-- # HTTPVersion.rb -- presentation of HTTP version # # Author: IPR -- Internet Programming with Ruby -- writers diff --git a/lib/webrick/log.rb b/lib/webrick/log.rb index 550f9f56d6..765599aa5b 100644 --- a/lib/webrick/log.rb +++ b/lib/webrick/log.rb @@ -1,4 +1,4 @@ -# +#-- # log.rb -- Log Class # # Author: IPR -- Internet Programming with Ruby -- writers diff --git a/lib/webrick/version.rb b/lib/webrick/version.rb index b2b9fd3b78..a49090828d 100644 --- a/lib/webrick/version.rb +++ b/lib/webrick/version.rb @@ -1,4 +1,4 @@ -# +#-- # version.rb -- version and release date # # Author: IPR -- Internet Programming with Ruby -- writers |