summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2021-01-03 18:03:23 +0100
committerMatthäus G. Chajdas <dev@anteru.net>2021-01-03 18:03:23 +0100
commita590ac5ea7c00a41e253834306bfa19e38349c0b (patch)
treea5ba6e38c493af88ec38b44ac156191996626845 /scripts
parentdabeb2ac978919589bb1a60c527f8d1728bf8ae8 (diff)
downloadpygments-git-a590ac5ea7c00a41e253834306bfa19e38349c0b.tar.gz
Bump copyright year.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/check_crlf.py2
-rwxr-xr-xscripts/check_sources.py4
-rwxr-xr-xscripts/debug_lexer.py2
-rw-r--r--scripts/get_vimkw.py2
4 files changed, 5 insertions, 5 deletions
diff --git a/scripts/check_crlf.py b/scripts/check_crlf.py
index 14442d0e..880b496b 100644
--- a/scripts/check_crlf.py
+++ b/scripts/check_crlf.py
@@ -7,7 +7,7 @@
Make sure Python (.py) and Bash completition (.bashcomp) files do not
contain CR/LF newlines.
- :copyright: Copyright 2006-2020 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/scripts/check_sources.py b/scripts/check_sources.py
index 0762c967..21564415 100755
--- a/scripts/check_sources.py
+++ b/scripts/check_sources.py
@@ -7,7 +7,7 @@
Make sure each Python file has a correct file header
including copyright and license information.
- :copyright: Copyright 2006-2020 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
@@ -34,7 +34,7 @@ def checker(*suffixes, **kwds):
name_mail_re = r'[\w ]+(<.*?>)?'
-copyright_re = re.compile(r'^ :copyright: Copyright 2006-2020 by '
+copyright_re = re.compile(r'^ :copyright: Copyright 2006-2021 by '
r'the Pygments team, see AUTHORS\.$', re.UNICODE)
copyright_2_re = re.compile(r'^ %s(, %s)*[,.]$' %
(name_mail_re, name_mail_re), re.UNICODE)
diff --git a/scripts/debug_lexer.py b/scripts/debug_lexer.py
index 7ef87fad..9a506625 100755
--- a/scripts/debug_lexer.py
+++ b/scripts/debug_lexer.py
@@ -8,7 +8,7 @@
the text where Error tokens are being generated, along
with some context.
- :copyright: Copyright 2006-2020 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/scripts/get_vimkw.py b/scripts/get_vimkw.py
index 90c45191..20650a73 100644
--- a/scripts/get_vimkw.py
+++ b/scripts/get_vimkw.py
@@ -14,7 +14,7 @@ HEADER = '''\
This file is autogenerated by scripts/get_vimkw.py
- :copyright: Copyright 2006-2020 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""