X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=data%2Frbot%2Fplugins%2Frss.rb;h=caebc3fc6795465671dd3cbd62c547cbbab2f181;hb=2e6f388addc0bb9ddc0cb991af50220c1e5e64c3;hp=6b5e62be8030e2d8cf9ec658b7c5776e720e2a60;hpb=10025272f5d85daa27b73dcf2c90c33fa3f216fc;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/data/rbot/plugins/rss.rb b/data/rbot/plugins/rss.rb index 6b5e62be..caebc3fc 100644 --- a/data/rbot/plugins/rss.rb +++ b/data/rbot/plugins/rss.rb @@ -1,13 +1,18 @@ #-- vim:sw=2:et #++ # -# RSS feed plugin for RubyBot -# (c) 2004 Stanislav Karchebny -# (c) 2005 Ian Monroe -# (c) 2005 Mark Kretschmann -# (c) 2006 Giuseppe Bilotta +# :title: RSS feed plugin for rbot # -# Licensed under MIT License. +# Author:: Stanislav Karchebny +# Author:: Ian Monroe +# Author:: Mark Kretschmann +# Author:: Giuseppe Bilotta +# +# Copyright:: (C) 2004 Stanislav Karchebny +# Copyright:: (C) 2005 Ian Monroe, Mark Kretschmann +# Copyright:: (C) 2006-2007 Giuseppe Bilotta +# +# License:: MIT license require 'rss/parser' require 'rss/1.0'