Skip to content

Commit 170fcce

Browse files
committed
Update copyright years to 2026 in LICENSE, README, and documentation config
1 parent cd06479 commit 170fcce

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ repos:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
8-
- repo: https://github.com/asottile/pyupgrade
9-
rev: v2.29.0
10-
hooks:
11-
- id: pyupgrade
12-
args: [--py37-plus]
8+
# - repo: https://github.com/asottile/pyupgrade
9+
# rev: v2.29.0
10+
# hooks:
11+
# - id: pyupgrade
12+
# args: [--py37-plus]
1313
- repo: https://github.com/psf/black
1414
rev: 23.1.0
1515
hooks:

LICENSE.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Copyright (c) 2015-2020 Ilya Etingof <etingof@gmail.com>
22

3-
Copyright (c) 2022-2025, LeXtudio Inc. <support@lextudio.com>
3+
Copyright (c) 2022-2026, LeXtudio Inc. <support@lextudio.com>
44

5-
Copyright (c) 2015-2025, Other contributors
5+
Copyright (c) 2015-2026, Other contributors
66

77
All rights reserved.
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ If something does not work as expected,
3535
[open an issue](https://github.com/lextudio/pysnmp/issues) at GitHub.
3636

3737
Copyright (c) 2015-2020, [Ilya Etingof](mailto:etingof@gmail.com).
38-
Copyright (c) 2022-2025, [LeXtudio Inc.](mailto:support@lextudio.com).
38+
Copyright (c) 2022-2026, [LeXtudio Inc.](mailto:support@lextudio.com).
3939
All rights reserved.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
# General information about the project.
6161
project = "PySMI 1.5 Documentation"
62-
copyright = "2015-2020, Ilya Etingof; © Copyright 2022-2025, LeXtudio Inc."
62+
copyright = "2015-2020, Ilya Etingof; © Copyright 2022-2026, LeXtudio Inc."
6363
author = "LeXtudio Inc. <support@lextudio.com>"
6464

6565
# The version info for the project you're documenting, acts as replacement for

0 commit comments

Comments
 (0)