1
1
mirror of https://github.com/yandex/pgmigrate.git synced 2024-09-19 08:07:22 +03:00

Bump copyright for 2021

This commit is contained in:
secwall 2021-01-01 23:35:59 +03:00
parent ddb04a73c1
commit 7a18ac1cbb
3 changed files with 5 additions and 5 deletions

4
pgmigrate.py Executable file → Normal file
View File

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

@ -53,5 +53,5 @@ deps = yapf==0.29.0
[flake8]
copyright-check = True
select = E,F,W,C
copyright-regexp = Copyright\s+(\(C\)\s+)?(\d{4}-)?2016-2020\s+%(author)s
copyright-regexp = Copyright\s+(\(C\)\s+)?(\d{4}-)?2016-2021\s+%(author)s
copyright-author = Yandex LLC