From 062facb8097b5427481e701018fadc1824194a8b Mon Sep 17 00:00:00 2001 From: James Cash Date: Sun, 27 Apr 2008 23:13:42 -0400 Subject: [PATCH] Adding copyright notice to lisp.parser --- extra/lisp/parser/parser.factor | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extra/lisp/parser/parser.factor b/extra/lisp/parser/parser.factor index ec079265bc..7f03846044 100644 --- a/extra/lisp/parser/parser.factor +++ b/extra/lisp/parser/parser.factor @@ -1,3 +1,5 @@ +! Copyright (C) 2008 James Cash +! See http://factorcode.org/license.txt for BSD license. USING: kernel peg.ebnf peg.expr math.parser sequences arrays strings combinators.lib ;