Started working on unittest powered testsuite.

--HG--
branch : trunk
diff --git a/jinja2/compiler.py b/jinja2/compiler.py
index 59d06c7..672d696 100644
--- a/jinja2/compiler.py
+++ b/jinja2/compiler.py
@@ -6,7 +6,7 @@
     Compiles nodes into python code.
 
     :copyright: (c) 2010 by the Jinja Team.
-    :license: BSD.
+    :license: BSD, see LICENSE for more details.
 """
 from cStringIO import StringIO
 from itertools import chain