fixed a few broken license declarations. should have been BSD not GPL

--HG--
branch : trunk
diff --git a/jinja2/runtime.py b/jinja2/runtime.py
index d6c5553..496b484 100644
--- a/jinja2/runtime.py
+++ b/jinja2/runtime.py
@@ -6,7 +6,7 @@
     Runtime helpers.
 
     :copyright: Copyright 2008 by Armin Ronacher.
-    :license: GNU GPL.
+    :license: BSD.
 """
 import sys
 from types import FunctionType, MethodType