diff --git a/contrib/rss.factor b/contrib/rss.factor index 798a4d2723..95e1159cda 100644 --- a/contrib/rss.factor +++ b/contrib/rss.factor @@ -1,3 +1,5 @@ +! Copyright (C) 2006 Chris Double. +! See http://factorcode.org/license.txt for BSD license. REQUIRES: httpd ; IN: rss USING: kernel http-client sequences namespaces math errors io ;