summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-22 06:14:48 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-22 06:14:48 +0000
commitaeac7335eae3478a1e0a2ca2aaa24ee5de4b6715 (patch)
tree4e8e61a483f3ec0cc4975e017d8c29118e722743 /lib
parentefcd6ef586fa5487ba512080d3995a39197d3665 (diff)
* lib/rss/rss.rb: moved copyright description to lib/rss.rb.
* lib/rss.rb: added for convenience. * sample/rss/re_read.rb: added #to_s sample. * sample/rss/blend.rb: use 'require "rss"' instead of 'require "rss/*"'. * sample/rss/list_description.rb: ditto. * sample/rss/rss_recent.rb: ditto. * sample/rss/tdiary-plugin/rss-recent.rb: ditto. * sample/rss/tdiary-plugin/rss-recent.rb: 0.0.6 -> 0.0.7. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/rss/rss.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/rss/rss.rb b/lib/rss/rss.rb
index e5f116ef48..c200f8956a 100644
--- a/lib/rss/rss.rb
+++ b/lib/rss/rss.rb
@@ -1,10 +1,3 @@
-# Copyright (c) 2003-2004 Kouhei Sutou. You can redistribute it and/or
-# modify it under the same terms as Ruby.
-#
-# Author:: Kouhei Sutou <kou@cozmixng.org>
-# Tutorial:: http://www.cozmixng.org/~rwiki/?cmd=view;name=RSS+Parser%3A%3ATutorial.en
-
-
require "time"
class Time