]> gitweb.factorcode.org Git - factor.git/blobdiff - core/generic/standard/engines/tag/tag.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / core / generic / standard / engines / tag / tag.factor
index 02a7af105f8d621e96e4e813b606e42423259500..50813f191cea2f9a14e9d85484d521c0de91f31f 100644 (file)
@@ -1,4 +1,6 @@
-USING: classes.private generic.standard.engines namespaces
+! Copyright (C) 2008 Slava Pestov.
+! See http://factorcode.org/license.txt for BSD license.
+USING: classes.private generic.standard.engines namespaces make
 arrays assocs sequences.private quotations kernel.private
 math slots.private math.private kernel accessors words
 layouts ;