aboutsummaryrefslogtreecommitdiff
path: root/examples/func_calls.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 /examples/func_calls.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 'examples/func_calls.py')
-rw-r--r--examples/func_calls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/func_calls.py b/examples/func_calls.py
index 72c64d3..a672b77 100644
--- a/examples/func_calls.py
+++ b/examples/func_calls.py
@@ -4,7 +4,7 @@
# Using pycparser for printing out all the calls of some function
# in a C file.
#
-# Copyright (C) 2008-2015, Eli Bendersky
+# Eli Bendersky [http://eli.thegreenplace.net]
# License: BSD
#-----------------------------------------------------------------
from __future__ import print_function