summaryrefslogtreecommitdiff
path: root/examples/c-to-c.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/c-to-c.py')
-rw-r--r--examples/c-to-c.py2
1 files changed, 1 insertions, 1 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