From a1361035ec5f599290371f7df9f21e3f1f1420a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matth=C3=A4us=20G=2E=20Chajdas?= Date: Wed, 29 Mar 2023 21:08:17 +0200 Subject: Update copyright year to 2023. --- tests/__init__.py | 2 +- tests/conftest.py | 2 +- tests/snippets/conftest.py | 2 +- tests/test_basic_api.py | 2 +- tests/test_cmdline.py | 2 +- tests/test_coffeescript.py | 2 +- tests/test_groff_formatter.py | 2 +- tests/test_guess.py | 2 +- tests/test_html_formatter.py | 2 +- tests/test_inherit.py | 2 +- tests/test_irc_formatter.py | 2 +- tests/test_latex_formatter.py | 2 +- tests/test_modeline.py | 2 +- tests/test_mysql.py | 2 +- tests/test_pangomarkup_formatter.py | 2 +- tests/test_perllexer.py | 2 +- tests/test_regexlexer.py | 2 +- tests/test_regexopt.py | 2 +- tests/test_rtf_formatter.py | 2 +- tests/test_sql.py | 2 +- tests/test_terminal_formatter.py | 2 +- tests/test_tnt.py | 2 +- tests/test_token.py | 2 +- tests/test_unistring.py | 2 +- tests/test_using_api.py | 2 +- tests/test_util.py | 2 +- tests/test_words.py | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) (limited to 'tests') diff --git a/tests/__init__.py b/tests/__init__.py index 3248d17a..ab19123c 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -2,6 +2,6 @@ Pygments test package ~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/conftest.py b/tests/conftest.py index e3cb2c0c..f41d9d49 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -12,7 +12,7 @@ The directory must match the alias of the lexer to be used. Populate only the input, then just `--update-goldens`. - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/snippets/conftest.py b/tests/snippets/conftest.py index 02e62555..daf317fa 100644 --- a/tests/snippets/conftest.py +++ b/tests/snippets/conftest.py @@ -12,7 +12,7 @@ The directory must match the alias of the lexer to be used. Populate only the input, then just `--update-goldens`. - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_basic_api.py b/tests/test_basic_api.py index e12be25e..f32d65ae 100644 --- a/tests/test_basic_api.py +++ b/tests/test_basic_api.py @@ -2,7 +2,7 @@ Pygments basic API tests ~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py index c05fd01a..67dabf3b 100644 --- a/tests/test_cmdline.py +++ b/tests/test_cmdline.py @@ -2,7 +2,7 @@ Command line test ~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_coffeescript.py b/tests/test_coffeescript.py index 3d167274..3b624092 100644 --- a/tests/test_coffeescript.py +++ b/tests/test_coffeescript.py @@ -2,7 +2,7 @@ CoffeeScript tests ~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_groff_formatter.py b/tests/test_groff_formatter.py index 2378a45e..1007501c 100644 --- a/tests/test_groff_formatter.py +++ b/tests/test_groff_formatter.py @@ -2,7 +2,7 @@ Pygments Groff formatter tests ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_guess.py b/tests/test_guess.py index 30a0d977..00a45276 100644 --- a/tests/test_guess.py +++ b/tests/test_guess.py @@ -2,7 +2,7 @@ Pygments basic API tests ~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_html_formatter.py b/tests/test_html_formatter.py index 7b9b8015..340e88de 100644 --- a/tests/test_html_formatter.py +++ b/tests/test_html_formatter.py @@ -2,7 +2,7 @@ Pygments HTML formatter tests ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_inherit.py b/tests/test_inherit.py index a2763784..c5e412cb 100644 --- a/tests/test_inherit.py +++ b/tests/test_inherit.py @@ -2,7 +2,7 @@ Tests for inheritance in RegexLexer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_irc_formatter.py b/tests/test_irc_formatter.py index c9301661..d0c32652 100644 --- a/tests/test_irc_formatter.py +++ b/tests/test_irc_formatter.py @@ -2,7 +2,7 @@ Pygments IRC formatter tests ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_latex_formatter.py b/tests/test_latex_formatter.py index 65b3bac1..f2845b93 100644 --- a/tests/test_latex_formatter.py +++ b/tests/test_latex_formatter.py @@ -2,7 +2,7 @@ Pygments LaTeX formatter tests ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_modeline.py b/tests/test_modeline.py index 86acbd7c..54cd0289 100644 --- a/tests/test_modeline.py +++ b/tests/test_modeline.py @@ -2,7 +2,7 @@ Tests for the vim modeline feature ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_mysql.py b/tests/test_mysql.py index 39da8f5f..81e2d603 100644 --- a/tests/test_mysql.py +++ b/tests/test_mysql.py @@ -2,7 +2,7 @@ Pygments MySQL lexer tests ~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_pangomarkup_formatter.py b/tests/test_pangomarkup_formatter.py index e4685466..cc64f960 100644 --- a/tests/test_pangomarkup_formatter.py +++ b/tests/test_pangomarkup_formatter.py @@ -2,7 +2,7 @@ Pygments Pango Markup formatter tests ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_perllexer.py b/tests/test_perllexer.py index 21bf749c..e88645ff 100644 --- a/tests/test_perllexer.py +++ b/tests/test_perllexer.py @@ -2,7 +2,7 @@ Pygments regex lexer tests ~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_regexlexer.py b/tests/test_regexlexer.py index 1b9639f6..9f3b00e8 100644 --- a/tests/test_regexlexer.py +++ b/tests/test_regexlexer.py @@ -2,7 +2,7 @@ Pygments regex lexer tests ~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_regexopt.py b/tests/test_regexopt.py index 2116467e..9dae5fb2 100644 --- a/tests/test_regexopt.py +++ b/tests/test_regexopt.py @@ -2,7 +2,7 @@ Tests for pygments.regexopt ~~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_rtf_formatter.py b/tests/test_rtf_formatter.py index 1f3ee6e3..8a1f35d5 100644 --- a/tests/test_rtf_formatter.py +++ b/tests/test_rtf_formatter.py @@ -2,7 +2,7 @@ Pygments RTF formatter tests ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_sql.py b/tests/test_sql.py index e0a20f9b..366bb378 100644 --- a/tests/test_sql.py +++ b/tests/test_sql.py @@ -2,7 +2,7 @@ Pygments SQL lexers tests ~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_terminal_formatter.py b/tests/test_terminal_formatter.py index c1a7ec7b..d696c8f1 100644 --- a/tests/test_terminal_formatter.py +++ b/tests/test_terminal_formatter.py @@ -2,7 +2,7 @@ Pygments terminal formatter tests ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_tnt.py b/tests/test_tnt.py index c2282ac4..b1a2f519 100644 --- a/tests/test_tnt.py +++ b/tests/test_tnt.py @@ -2,7 +2,7 @@ Typograhic Number Theory tests ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_token.py b/tests/test_token.py index c1554756..a2236460 100644 --- a/tests/test_token.py +++ b/tests/test_token.py @@ -2,7 +2,7 @@ Test suite for the token module ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_unistring.py b/tests/test_unistring.py index 65fb1fc5..f6773fa3 100644 --- a/tests/test_unistring.py +++ b/tests/test_unistring.py @@ -2,7 +2,7 @@ Test suite for the unistring module ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_using_api.py b/tests/test_using_api.py index 7b0b0303..288ca821 100644 --- a/tests/test_using_api.py +++ b/tests/test_using_api.py @@ -2,7 +2,7 @@ Pygments tests for using() ~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_util.py b/tests/test_util.py index d140836d..d5dd6c92 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -2,7 +2,7 @@ Test suite for the util module ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_words.py b/tests/test_words.py index 3b31e9b4..65a1d9a7 100644 --- a/tests/test_words.py +++ b/tests/test_words.py @@ -2,7 +2,7 @@ Pygments tests for words() ~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ -- cgit v1.2.1