Skip to content

Commit

Permalink
Update copyrights for 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
secwall committed Jan 1, 2023
1 parent 48440ab commit 3c4905a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pgmigrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"""
# -*- coding: utf-8 -*-
#
# Copyright (c) 2016-2022 Yandex LLC <https://github.com/yandex>
# Copyright (c) 2016-2022 Other contributors as noted in the AUTHORS file.
# Copyright (c) 2016-2023 Yandex LLC <https://github.com/yandex>
# Copyright (c) 2016-2023 Other contributors as noted in the AUTHORS file.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose, without fee, and without a written
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"""
# encoding: utf-8
#
# Copyright (c) 2016-2022 Yandex LLC <https://github.com/yandex>
# Copyright (c) 2016-2022 Other contributors as noted in the AUTHORS file.
# Copyright (c) 2016-2023 Yandex LLC <https://github.com/yandex>
# Copyright (c) 2016-2023 Other contributors as noted in the AUTHORS file.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose, without fee, and without a written
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ deps = flake8==5.0.4
[flake8]
copyright-check = True
select = E,F,W,C
copyright-regexp = Copyright\s+(\(C\)\s+)?(\d{4}-)?2016-2022\s+%(author)s
copyright-regexp = Copyright\s+(\(C\)\s+)?(\d{4}-)?2016-2023\s+%(author)s
copyright-author = Yandex LLC

0 comments on commit 3c4905a

Please sign in to comment.