summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-04 03:26:23 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-04 03:26:23 +0000
commite2bd7aebeb2d77b555e0aee1d1b95e2cb721afc7 (patch)
treef844250f82416532cd028809032b38792a0b9917 /lib
parentb7aacc5b694ede490c5f38a4b0eabbc52a463565 (diff)
* lib/rss/rss.rb: added copyright header.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/rss/rss.rb7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/rss/rss.rb b/lib/rss/rss.rb
index fbd134c9c9..9c616238fe 100644
--- a/lib/rss/rss.rb
+++ b/lib/rss/rss.rb
@@ -1,3 +1,8 @@
+# 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>
+
require "time"
class Time
@@ -460,7 +465,7 @@ EOC
child.validate
end
end
- must_call_validators = self.class::must_call_validators
+ must_call_validators = self.class.must_call_validators
tags = tag_filter(tags.dup)
p tags if DEBUG
self.class::NSPOOL.each do |prefix, uri|