diff options
author | gbrandl <devnull@localhost> | 2009-01-04 15:26:47 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2009-01-04 15:26:47 +0100 |
commit | 778e736ce9d0b19632cf2f18e216b12e2001d390 (patch) | |
tree | 9ff4148fe0dbd44cc8843547b76f155dc8440c1d /scripts/find_error.py | |
parent | 283da4a0c3beac704d79530d1517021831894739 (diff) | |
download | pygments-778e736ce9d0b19632cf2f18e216b12e2001d390.tar.gz |
Update copyrighting style to standard "team" tags.
Update AUTHORS file accordingly.
Diffstat (limited to 'scripts/find_error.py')
-rw-r--r-- | scripts/find_error.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/find_error.py b/scripts/find_error.py index a7719b3f..42a1e095 100644 --- a/scripts/find_error.py +++ b/scripts/find_error.py @@ -8,8 +8,8 @@ the text where Error tokens are being generated, along with some context. - :copyright: 2006-2007 by Tim Hatch <tim@timhatch.com>. - :license: BSD, see LICENSE for more details. + :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. """ import sys, os |