From f21f864dbafa1f9e1bbfdd572e8c47de4c174e8a Mon Sep 17 00:00:00 2001 From: Sveta Smirnova Date: Sat, 31 Jan 2026 01:48:02 +0300 Subject: [PATCH] Update copyright year to 2026 - Removed copyright notes in the middle of the file --- bin/pt-table-checksum | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index 15de1e90..89026bfd 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -9003,21 +9003,6 @@ sub _d { # End ReplicaLagWaiter package # ########################################################################### -# This program is copyright 2010-2026 Percona LLC and/or its affiliates. -# Feedback and improvements are welcome. -# -# THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -# MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. -# -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License as published by the Free Software -# Foundation, version 2; OR the Perl Artistic License. On UNIX and similar -# systems, you can issue `man perlgpl' or `man perlartistic' to read these -# licenses. -# -# You should have received a copy of the GNU General Public License, version 2 -# along with this program; if not, see . # ########################################################################### # MySQLConfig package # This package is a copy without comments from the original. The original