]> gitweb.factorcode.org Git - factor.git/commitdiff
add missing copyright to svg.factor
authorJoe Groff <arcata@gmail.com>
Fri, 30 Jan 2009 23:13:12 +0000 (17:13 -0600)
committerJoe Groff <arcata@gmail.com>
Fri, 30 Jan 2009 23:13:12 +0000 (17:13 -0600)
extra/svg/svg.factor

index b5c5e96e90844965c319fa851ece28bacc496c5b..6df73146532dac20a55e4ace0535065b6266f484 100644 (file)
@@ -1,3 +1,4 @@
+! (c)2009 Joe Groff, see BSD license
 USING: accessors arrays assocs fry kernel math math.affine-transforms math.constants
 math.functions math.parser math.vectors memoize peg.ebnf sequences sequences.squish
 splitting strings xml.data xml.utilities ;