diff options
| author | Georg Brandl <georg@python.org> | 2010-01-02 21:11:23 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-02 21:11:23 +0100 |
| commit | c07185f033bdad16dfff857657c2c74e294d7093 (patch) | |
| tree | bf611188d0b84eb1ab690313a989d2847606bde6 /utils | |
| parent | 7e8cbbe18b8ef054ecab9b6a0c35dfa52c5ea338 (diff) | |
| download | sphinx-c07185f033bdad16dfff857657c2c74e294d7093.tar.gz | |
Update check_sources; we now have 201x.
Diffstat (limited to 'utils')
| -rwxr-xr-x | utils/check_sources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/check_sources.py b/utils/check_sources.py index d89396f2..ec7695d5 100755 --- a/utils/check_sources.py +++ b/utils/check_sources.py @@ -30,7 +30,7 @@ def checker(*suffixes, **kwds): name_mail_re = r'[\w ]+(<.*?>)?' -copyright_re = re.compile(r'^ :copyright: Copyright 200\d(-200\d)? ' +copyright_re = re.compile(r'^ :copyright: Copyright 200\d(-20\d\d)? ' r'by %s(, %s)*[,.]$' % (name_mail_re, name_mail_re)) license_re = re.compile(r" :license: (.*?).\n") |
