From 3b98f2bc2f9f55a3e7bec15f4f490a534a796f96 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 25 Sep 2008 02:06:49 -0500 Subject: [PATCH] copyright --- extra/html/parser/analyzer/analyzer.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/html/parser/analyzer/analyzer.factor b/extra/html/parser/analyzer/analyzer.factor index 5690ae32f2..47cd4dbbc6 100755 --- a/extra/html/parser/analyzer/analyzer.factor +++ b/extra/html/parser/analyzer/analyzer.factor @@ -1,3 +1,5 @@ +! Copyright (C) 2008 Doug Coleman. +! See http://factorcode.org/license.txt for BSD license. USING: assocs html.parser kernel math sequences strings ascii arrays generalizations shuffle unicode.case namespaces make splitting http accessors io combinators http.client urls @@ -17,7 +19,6 @@ TUPLE: link attributes clickable ; '[ _ [ second @ ] find-from rot drop swap 1+ ] [ f 0 ] 2dip times drop first2 ; inline - : find-first-name ( str vector -- i/f tag/f ) [ >lower ] dip [ name>> = ] with find ; inline