summaryrefslogtreecommitdiff
path: root/pygments/filters
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 /pygments/filters
parentdabeb2ac978919589bb1a60c527f8d1728bf8ae8 (diff)
downloadpygments-git-a590ac5ea7c00a41e253834306bfa19e38349c0b.tar.gz
Bump copyright year.
Diffstat (limited to 'pygments/filters')
-rw-r--r--pygments/filters/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/filters/__init__.py b/pygments/filters/__init__.py
index 37f87722..c1d0c888 100644
--- a/pygments/filters/__init__.py
+++ b/pygments/filters/__init__.py
@@ -6,7 +6,7 @@
Module containing filter lookup functions and default
filters.
- :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.
"""