From 78ca39309443f624e87b94bde2a37881ec86f17e Mon Sep 17 00:00:00 2001 From: Asif Rehman Date: Tue, 6 Jan 2026 18:47:27 +0500 Subject: [PATCH] Update copyright year to 2026 --- LICENSE | 2 +- ace.yaml | 2 +- cmd/ace/main.go | 2 +- db/queries/queries.go | 2 +- db/queries/queries_test.go | 2 +- db/queries/templates.go | 2 +- internal/cli/cli.go | 2 +- internal/cli/cli_test.go | 2 +- internal/cli/default_config.yaml | 2 +- internal/consistency/diff/repset_diff.go | 2 +- internal/consistency/diff/schema_diff.go | 2 +- internal/consistency/diff/spock_diff.go | 2 +- internal/consistency/diff/table_diff.go | 2 +- internal/consistency/diff/table_rerun.go | 2 +- internal/consistency/mtree/merkle.go | 2 +- internal/consistency/repair/executor.go | 2 +- internal/consistency/repair/plan/parser/parser.go | 2 +- internal/consistency/repair/plan/planner.go | 2 +- internal/consistency/repair/stale_repair.go | 2 +- internal/consistency/repair/table_repair.go | 2 +- internal/infra/cdc/listen.go | 2 +- internal/infra/cdc/setup.go | 2 +- internal/infra/db/auth.go | 2 +- mkdocs.yml | 2 +- pkg/common/html_reporter.go | 2 +- pkg/common/utils.go | 2 +- pkg/config/config.go | 2 +- pkg/logger/logger.go | 2 +- pkg/taskstore/taskstore.go | 2 +- pkg/types/types.go | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/LICENSE b/LICENSE index a6914ad..8c3e5d4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright(c) 2023 - 2025, pgEdge, Inc. +Copyright(c) 2023 - 2026, pgEdge, Inc. Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is diff --git a/ace.yaml b/ace.yaml index 2abce99..27b1643 100644 --- a/ace.yaml +++ b/ace.yaml @@ -2,7 +2,7 @@ # # ACE - Active Consistency Engine # -# Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +# Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) # # This software is released under the PostgreSQL License: # https://opensource.org/license/postgresql diff --git a/cmd/ace/main.go b/cmd/ace/main.go index 5921963..86ac570 100644 --- a/cmd/ace/main.go +++ b/cmd/ace/main.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/db/queries/queries.go b/db/queries/queries.go index d4e612c..519e4fa 100644 --- a/db/queries/queries.go +++ b/db/queries/queries.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/db/queries/queries_test.go b/db/queries/queries_test.go index 0c76d07..57aca37 100644 --- a/db/queries/queries_test.go +++ b/db/queries/queries_test.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/db/queries/templates.go b/db/queries/templates.go index bf7e4ad..b93bd23 100644 --- a/db/queries/templates.go +++ b/db/queries/templates.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/internal/cli/cli.go b/internal/cli/cli.go index cef3a0b..3c0b214 100644 --- a/internal/cli/cli.go +++ b/internal/cli/cli.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/internal/cli/cli_test.go b/internal/cli/cli_test.go index 2bba724..f54d8ec 100644 --- a/internal/cli/cli_test.go +++ b/internal/cli/cli_test.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/internal/cli/default_config.yaml b/internal/cli/default_config.yaml index c8d6ac0..4905c28 100644 --- a/internal/cli/default_config.yaml +++ b/internal/cli/default_config.yaml @@ -2,7 +2,7 @@ # # ACE - Active Consistency Engine # -# Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +# Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) # # This software is released under the PostgreSQL License: # https://opensource.org/license/postgresql diff --git a/internal/consistency/diff/repset_diff.go b/internal/consistency/diff/repset_diff.go index eea2938..0e68fe2 100644 --- a/internal/consistency/diff/repset_diff.go +++ b/internal/consistency/diff/repset_diff.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/internal/consistency/diff/schema_diff.go b/internal/consistency/diff/schema_diff.go index b6c7982..0ae6b40 100644 --- a/internal/consistency/diff/schema_diff.go +++ b/internal/consistency/diff/schema_diff.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/internal/consistency/diff/spock_diff.go b/internal/consistency/diff/spock_diff.go index cb918bb..d560a88 100644 --- a/internal/consistency/diff/spock_diff.go +++ b/internal/consistency/diff/spock_diff.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/internal/consistency/diff/table_diff.go b/internal/consistency/diff/table_diff.go index 710d30b..fe97f82 100644 --- a/internal/consistency/diff/table_diff.go +++ b/internal/consistency/diff/table_diff.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/internal/consistency/diff/table_rerun.go b/internal/consistency/diff/table_rerun.go index ffa936c..a48b541 100644 --- a/internal/consistency/diff/table_rerun.go +++ b/internal/consistency/diff/table_rerun.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/internal/consistency/mtree/merkle.go b/internal/consistency/mtree/merkle.go index 3e58ac1..c097f62 100644 --- a/internal/consistency/mtree/merkle.go +++ b/internal/consistency/mtree/merkle.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/internal/consistency/repair/executor.go b/internal/consistency/repair/executor.go index 3fa8ed4..c1fe5f6 100644 --- a/internal/consistency/repair/executor.go +++ b/internal/consistency/repair/executor.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/internal/consistency/repair/plan/parser/parser.go b/internal/consistency/repair/plan/parser/parser.go index 399c8a0..edaf1b6 100644 --- a/internal/consistency/repair/plan/parser/parser.go +++ b/internal/consistency/repair/plan/parser/parser.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/internal/consistency/repair/plan/planner.go b/internal/consistency/repair/plan/planner.go index 6ef90be..e5b9661 100644 --- a/internal/consistency/repair/plan/planner.go +++ b/internal/consistency/repair/plan/planner.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/internal/consistency/repair/stale_repair.go b/internal/consistency/repair/stale_repair.go index f6324c6..65bffbe 100644 --- a/internal/consistency/repair/stale_repair.go +++ b/internal/consistency/repair/stale_repair.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/internal/consistency/repair/table_repair.go b/internal/consistency/repair/table_repair.go index 3a5c4f1..b49d9ed 100644 --- a/internal/consistency/repair/table_repair.go +++ b/internal/consistency/repair/table_repair.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/internal/infra/cdc/listen.go b/internal/infra/cdc/listen.go index cf5a2be..234a195 100644 --- a/internal/infra/cdc/listen.go +++ b/internal/infra/cdc/listen.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/internal/infra/cdc/setup.go b/internal/infra/cdc/setup.go index 997c41f..2ea1a16 100644 --- a/internal/infra/cdc/setup.go +++ b/internal/infra/cdc/setup.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/internal/infra/db/auth.go b/internal/infra/db/auth.go index 42b04df..780ba23 100644 --- a/internal/infra/db/auth.go +++ b/internal/infra/db/auth.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/mkdocs.yml b/mkdocs.yml index 8e1c128..0ec272c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -48,7 +48,7 @@ theme: extra: generator: false -copyright: Copyright © 2023 - 2025 pgEdge, Inc +copyright: Copyright © 2023 - 2026 pgEdge, Inc repo_url: https://github.com/pgEdge/ace nav: diff --git a/pkg/common/html_reporter.go b/pkg/common/html_reporter.go index 433c951..82d595f 100644 --- a/pkg/common/html_reporter.go +++ b/pkg/common/html_reporter.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/pkg/common/utils.go b/pkg/common/utils.go index 4fb6d23..c4f939c 100644 --- a/pkg/common/utils.go +++ b/pkg/common/utils.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/pkg/config/config.go b/pkg/config/config.go index cb86611..53e25e8 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/pkg/logger/logger.go b/pkg/logger/logger.go index 27f2549..85bc603 100644 --- a/pkg/logger/logger.go +++ b/pkg/logger/logger.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/pkg/taskstore/taskstore.go b/pkg/taskstore/taskstore.go index 61eba07..1e16269 100644 --- a/pkg/taskstore/taskstore.go +++ b/pkg/taskstore/taskstore.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql diff --git a/pkg/types/types.go b/pkg/types/types.go index b899417..6f0513e 100644 --- a/pkg/types/types.go +++ b/pkg/types/types.go @@ -2,7 +2,7 @@ // // # ACE - Active Consistency Engine // -// Copyright (C) 2023 - 2025, pgEdge (https://www.pgedge.com/) +// Copyright (C) 2023 - 2026, pgEdge (https://www.pgedge.com/) // // This software is released under the PostgreSQL License: // https://opensource.org/license/postgresql