Adding copyright notice to lisp.parser

db4
James Cash 2008-04-27 23:13:42 -04:00
parent f02ca2284c
commit 062facb809
1 changed files with 2 additions and 0 deletions

View File

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