diff options
author | Armin Ronacher <armin.ronacher@active-4.com> | 2008-07-15 00:11:14 +0200 |
---|---|---|
committer | Armin Ronacher <armin.ronacher@active-4.com> | 2008-07-15 00:11:14 +0200 |
commit | d7764372abd9453bce1a2ce5645f53f5b3f0a269 (patch) | |
tree | 65ef6d8d3a12b681bc672f3e80a1b47109e23e13 /jinja2/visitor.py | |
parent | 665bfb8c95926ae92bd37cb58b783dcdf6855d2c (diff) | |
download | jinja2-d7764372abd9453bce1a2ce5645f53f5b3f0a269.tar.gz |
fixed a few broken license declarations. should have been BSD not GPL
--HG--
branch : trunk
Diffstat (limited to 'jinja2/visitor.py')
-rw-r--r-- | jinja2/visitor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jinja2/visitor.py b/jinja2/visitor.py index 8c94803..ad11108 100644 --- a/jinja2/visitor.py +++ b/jinja2/visitor.py @@ -6,7 +6,7 @@ This module implements a visitor for the nodes. :copyright: Copyright 2008 by Armin Ronacher. - :license: GNU GPL. + :license: BSD. """ from jinja2.nodes import Node |