summaryrefslogtreecommitdiff
path: root/pycparser/c_lexer.py
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2017-02-02 05:59:50 -0800
committerEli Bendersky <eliben@gmail.com>2017-02-02 05:59:50 -0800
commit6d45ff70f30ba8a5be8fd7aa8ab020360a8f9e9d (patch)
treeafd9ff1c5e264d55af7c2beb868a0dcde6864c08 /pycparser/c_lexer.py
parentc36e7fb36d34ef32cf2b8f9c338f032cb6c63c30 (diff)
downloadpycparser-6d45ff70f30ba8a5be8fd7aa8ab020360a8f9e9d.tar.gz
Remove Copyright from every source file
Replace it by website link; copyright appears in the LICENSE file already, which is sufficient
Diffstat (limited to 'pycparser/c_lexer.py')
-rw-r--r--pycparser/c_lexer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pycparser/c_lexer.py b/pycparser/c_lexer.py
index 1a15c67..00dcd97 100644
--- a/pycparser/c_lexer.py
+++ b/pycparser/c_lexer.py
@@ -3,7 +3,7 @@
#
# CLexer class: lexer for the C language
#
-# Copyright (C) 2008-2015, Eli Bendersky
+# Eli Bendersky [http://eli.thegreenplace.net]
# License: BSD
#------------------------------------------------------------------------------
import re