summaryrefslogtreecommitdiff
path: root/pycparser/_ast_gen.py
diff options
context:
space:
mode:
Diffstat (limited to 'pycparser/_ast_gen.py')
-rw-r--r--pycparser/_ast_gen.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/pycparser/_ast_gen.py b/pycparser/_ast_gen.py
index ab8be9f..8f21284 100644
--- a/pycparser/_ast_gen.py
+++ b/pycparser/_ast_gen.py
@@ -7,8 +7,8 @@
# The design of this module was inspired by astgen.py from the
# Python 2.5 code-base.
#
-# Copyright (C) 2008-2010, Eli Bendersky
-# License: LGPL
+# Copyright (C) 2008-2011, Eli Bendersky
+# License: BSD
#-----------------------------------------------------------------
import pprint
from string import Template
@@ -145,8 +145,8 @@ r'''#-----------------------------------------------------------------
#
# AST Node classes.
#
-# Copyright (C) 2008-2010, Eli Bendersky
-# License: LGPL
+# Copyright (C) 2008-2011, Eli Bendersky
+# License: BSD
#-----------------------------------------------------------------
'''