summaryrefslogtreecommitdiffstats
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
commit422b69f919a8219ce7a72b8ce7101b49a48c5454 (patch)
tree4e8e61a483f3ec0cc4975e017d8c29118e722743 /lib
parentd5c9cfd09d5ceff8b490597f5f8ebf219479fbc1 (diff)
downloadruby-422b69f919a8219ce7a72b8ce7101b49a48c5454.tar.gz
ruby-422b69f919a8219ce7a72b8ce7101b49a48c5454.tar.xz
ruby-422b69f919a8219ce7a72b8ce7101b49a48c5454.zip
* 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: http://svn.ruby-lang.org/repos/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 e5f116ef4..c200f8956 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