A bit of cleanup
diff --git a/examples/using_cpp_libc.py b/examples/using_cpp_libc.py
index 1c28c7a..e9b8a8b 100644
--- a/examples/using_cpp_libc.py
+++ b/examples/using_cpp_libc.py
@@ -1,11 +1,11 @@
#-----------------------------------------------------------------
-# pycparser: use_cpp_libc.py
+# pycparser: using_cpp_libc.py
#
# Shows how to use the provided 'cpp' (on Windows, substitute for
# the 'real' cpp if you're on Linux/Unix) and "fake" libc includes
# to parse a file that includes standard C headers.
#
-# Copyright (C) 2008-2011, Eli Bendersky
+# Copyright (C) 2008-2014, Eli Bendersky
# License: BSD
#-----------------------------------------------------------------
import sys
@@ -32,4 +32,3 @@
cpp_args=r'-I../utils/fake_libc_include')
ast.show()
-