From b62d33325b5898f60ff55e696fbeb66e1c2d68c2 Mon Sep 17 00:00:00 2001 From: "chris.double" Date: Tue, 29 Aug 2006 00:45:27 +0000 Subject: [PATCH] added copyright and license for rss code --- contrib/rss.factor | 2 ++ 1 file changed, 2 insertions(+) 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 ;