From 599f3e01d6509508dc68c2771a77c875b21bfb1b Mon Sep 17 00:00:00 2001 From: secwall Date: Thu, 2 Jan 2025 09:28:33 +0100 Subject: [PATCH] Update copyrights for 2025 --- AUTHORS | 2 +- pgmigrate.py | 4 ++-- setup.py | 4 ++-- tox.ini | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index 0e183e6..221e5eb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -(C) YANDEX LLC, 2016-2024 +(C) YANDEX LLC, 2016-2025 People that contributed to it: diff --git a/pgmigrate.py b/pgmigrate.py index 79aa626..db42f3d 100644 --- a/pgmigrate.py +++ b/pgmigrate.py @@ -4,8 +4,8 @@ """ # -*- coding: utf-8 -*- # -# Copyright (c) 2016-2024 Yandex LLC -# Copyright (c) 2016-2024 Other contributors as noted in the AUTHORS file. +# Copyright (c) 2016-2025 Yandex LLC +# Copyright (c) 2016-2025 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 diff --git a/setup.py b/setup.py index cc8de85..d835c0d 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,8 @@ """ # encoding: utf-8 # -# Copyright (c) 2016-2024 Yandex LLC -# Copyright (c) 2016-2024 Other contributors as noted in the AUTHORS file. +# Copyright (c) 2016-2025 Yandex LLC +# Copyright (c) 2016-2025 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 diff --git a/tox.ini b/tox.ini index 32c57d7..114cb38 100644 --- a/tox.ini +++ b/tox.ini @@ -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-2024\s+%(author)s +copyright-regexp = Copyright\s+(\(C\)\s+)?(\d{4}-)?2016-2025\s+%(author)s copyright-author = Yandex LLC