diff options
Diffstat (limited to 'pygments/lexers/devicetree.py')
-rw-r--r-- | pygments/lexers/devicetree.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/lexers/devicetree.py b/pygments/lexers/devicetree.py index 0fc26de3..50fa79c2 100644 --- a/pygments/lexers/devicetree.py +++ b/pygments/lexers/devicetree.py @@ -1,11 +1,11 @@ # -*- coding: utf-8 -*- """ pygments.lexers.devicetree - ~~~~~~~~~~~~~~~~~~~ + ~~~~~~~~~~~~~~~~~~~~~~~~~~ Lexers for Devicetree language. - :copyright: Copyright 2019-2020 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2020 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |