added copyright and license for rss code

chris.double 2006-08-29 00:45:27 +00:00
parent 78161cc210
commit b62d33325b
1 changed files with 2 additions and 0 deletions

View File

@ -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 ;