summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2015-05-10 08:19:38 -0700
committerEli Bendersky <eliben@gmail.com>2015-05-10 08:19:38 -0700
commitd69771ed0bc1a35500952b91c055e3051e095fb8 (patch)
tree1754f3a9ffecf7ea884d1d1a6df6c6352c0b47a6 /examples
parente9f5bc7c8a00e71df1255f8df15979336034fdaa (diff)
downloadpycparser-d69771ed0bc1a35500952b91c055e3051e095fb8.tar.gz
Various cosmetic updates to documentation
Diffstat (limited to 'examples')
-rw-r--r--examples/c-to-c.py2
-rw-r--r--examples/explore_ast.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/c-to-c.py b/examples/c-to-c.py
index a92aeee..6070108 100644
--- a/examples/c-to-c.py
+++ b/examples/c-to-c.py
@@ -4,7 +4,7 @@
# Example of using pycparser.c_generator, serving as a simplistic translator
# from C to AST and back to C.
#
-# Copyright (C) 2008-2013, Eli Bendersky
+# Copyright (C) 2008-2015, Eli Bendersky
# License: BSD
#------------------------------------------------------------------------------
from __future__ import print_function
diff --git a/examples/explore_ast.py b/examples/explore_ast.py
index aaaa9b1..3dd798e 100644
--- a/examples/explore_ast.py
+++ b/examples/explore_ast.py
@@ -9,7 +9,7 @@
# information from the AST.
# It helps to have the pycparser/_c_ast.cfg file in front of you.
#
-# Copyright (C) 2008-2013, Eli Bendersky
+# Copyright (C) 2008-2015, Eli Bendersky
# License: BSD
#-----------------------------------------------------------------
from __future__ import print_function