--- factorcss/makefile	2004/12/19 22:10:41	61
+++ factorcss/makefile	2004/12/27 19:45:02	63
@@ -1,3 +1,10 @@
+#
+# This file is part of FactorCSS
+# Licensed under the MIT License,
+#                http://www.opensource.org/licenses/mit-license
+# Copyright 2004 James Bursa <james@semichrome.net>
+#
+
 factorcss: Tokeniser.hs Parser.hs CSS.hs FactorCSS.hs
 	ghc -o $@ --make FactorCSS.hs