1
1
mirror of https://github.com/yandex/pgmigrate.git synced 2024-10-05 16:17:14 +03:00

Update copyrights for 2024

This commit is contained in:
secwall 2024-01-02 04:17:53 +03:00
parent e74474056a
commit f337433e5e
3 changed files with 5 additions and 5 deletions

View File

@ -4,8 +4,8 @@ PGmigrate - PostgreSQL migrations made easy
"""
# -*- coding: utf-8 -*-
#
# Copyright (c) 2016-2023 Yandex LLC <https://github.com/yandex>
# Copyright (c) 2016-2023 Other contributors as noted in the AUTHORS file.
# Copyright (c) 2016-2024 Yandex LLC <https://github.com/yandex>
# Copyright (c) 2016-2024 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

View File

@ -4,8 +4,8 @@ setup.py for pgmigrate
"""
# encoding: utf-8
#
# Copyright (c) 2016-2023 Yandex LLC <https://github.com/yandex>
# Copyright (c) 2016-2023 Other contributors as noted in the AUTHORS file.
# Copyright (c) 2016-2024 Yandex LLC <https://github.com/yandex>
# Copyright (c) 2016-2024 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

View File

@ -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-2023\s+%(author)s
copyright-regexp = Copyright\s+(\(C\)\s+)?(\d{4}-)?2016-2024\s+%(author)s
copyright-author = Yandex LLC