summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2022-01-25 07:36:28 +0100
committerGeorg Brandl <georg@python.org>2022-01-25 07:36:28 +0100
commitab4afd821aa41403f7a0b1e714112c40b2ad843b (patch)
tree0c85bfe605d166949e296e751bf9378f839bc5b2 /external
parent74af2e2eb2002c7a1c8d138b6c0ccde98380ff2a (diff)
downloadpygments-git-ab4afd821aa41403f7a0b1e714112c40b2ad843b.tar.gz
Happy new year.
Diffstat (limited to 'external')
-rwxr-xr-xexternal/autopygmentize2
-rw-r--r--external/lilypond-builtins-generator.ly2
-rw-r--r--external/markdown-processor.py2
-rw-r--r--external/moin-parser.py2
-rw-r--r--external/rst-directive.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/external/autopygmentize b/external/autopygmentize
index 369287dc..3a4aed7f 100755
--- a/external/autopygmentize
+++ b/external/autopygmentize
@@ -1,6 +1,6 @@
#!/bin/bash
# Best effort auto-pygmentization with transparent decompression
-# by Reuben Thomas 2008-2021
+# by Reuben Thomas 2008-2022
# This program is in the public domain.
# Strategy: first see if pygmentize can find a lexer; if not, ask file; if that finds nothing, fail
diff --git a/external/lilypond-builtins-generator.ly b/external/lilypond-builtins-generator.ly
index 6b3a88e6..f01d8601 100644
--- a/external/lilypond-builtins-generator.ly
+++ b/external/lilypond-builtins-generator.ly
@@ -14,7 +14,7 @@
LilyPond builtins.
- :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
\"\"\"
diff --git a/external/markdown-processor.py b/external/markdown-processor.py
index eaf913e9..d72012f9 100644
--- a/external/markdown-processor.py
+++ b/external/markdown-processor.py
@@ -21,7 +21,7 @@
.. _Markdown: https://pypi.python.org/pypi/Markdown
- :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/external/moin-parser.py b/external/moin-parser.py
index 9fcba80b..562b76f3 100644
--- a/external/moin-parser.py
+++ b/external/moin-parser.py
@@ -30,7 +30,7 @@
If you do not want to do that and are willing to accept larger HTML
output, you can set the INLINESTYLES option below to True.
- :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/external/rst-directive.py b/external/rst-directive.py
index 77943be4..58721855 100644
--- a/external/rst-directive.py
+++ b/external/rst-directive.py
@@ -30,7 +30,7 @@
.. _directive documentation:
https://docutils.sourceforge.io/docs/howto/rst-directives.html
- :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""