summaryrefslogtreecommitdiff
path: root/examples/using_cpp_libc.py
diff options
context:
space:
mode:
authoreli.bendersky <devnull@localhost>2011-04-29 09:00:43 +0300
committereli.bendersky <devnull@localhost>2011-04-29 09:00:43 +0300
commit84a6a6384df8a3510b022f7302456c56dc7de468 (patch)
tree6f89abc4d6783ec631655b454441d600192a9f76 /examples/using_cpp_libc.py
parent13d6ca8534d4bd65c536eadc647a30432dee2a88 (diff)
downloadpycparser-84a6a6384df8a3510b022f7302456c56dc7de468.tar.gz
changed license notices to BSD in all files
Diffstat (limited to 'examples/using_cpp_libc.py')
-rw-r--r--examples/using_cpp_libc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/using_cpp_libc.py b/examples/using_cpp_libc.py
index e7c5daa..fa9e6a7 100644
--- a/examples/using_cpp_libc.py
+++ b/examples/using_cpp_libc.py
@@ -5,8 +5,8 @@
# 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-2009, Eli Bendersky
-# License: LGPL
+# Copyright (C) 2008-2011, Eli Bendersky
+# License: BSD
#-----------------------------------------------------------------
import sys