From f237f2fe0b58ac35f1e81b3bccd545981401747e Mon Sep 17 00:00:00 2001 From: Islam Aleiv Date: Thu, 2 Jan 2025 17:26:06 +0100 Subject: [PATCH] Update copyright --- client/json.go | 2 +- client/json_test.go | 2 +- client/json_traverse_test.go | 2 +- client/normal_util.go | 2 +- client/normal_value_test.go | 2 +- internal/db/fetcher/errors.go | 2 +- internal/db/fetcher/indexer.go | 2 +- internal/db/fetcher/indexer_iterators.go | 2 +- internal/db/fetcher/indexer_matchers.go | 2 +- internal/db/index.go | 2 +- internal/db/index_test.go | 2 +- internal/db/indexed_docs_test.go | 2 +- internal/encoding/bool.go | 2 +- internal/encoding/bool_test.go | 2 +- internal/encoding/errors.go | 2 +- internal/encoding/field_value.go | 2 +- internal/encoding/field_value_test.go | 5 +++-- internal/encoding/json.go | 2 +- internal/encoding/json_test.go | 2 +- internal/planner/scan.go | 2 +- tests/integration/index/array_unique_test.go | 2 +- tests/integration/index/json_array_test.go | 2 +- tests/integration/index/json_composite_test.go | 2 +- tests/integration/index/json_test.go | 2 +- tests/integration/index/json_unique_array_test.go | 2 +- tests/integration/index/json_unique_test.go | 2 +- tests/integration/index/query_with_index_on_datetime_test.go | 2 +- tests/integration/query/json/with_all_test.go | 2 +- tests/integration/query/json/with_any_test.go | 2 +- tests/integration/query/json/with_eq_test.go | 2 +- tests/integration/query/json/with_none_test.go | 2 +- 31 files changed, 33 insertions(+), 32 deletions(-) diff --git a/client/json.go b/client/json.go index edaad89ea1..fd3e3dbad3 100644 --- a/client/json.go +++ b/client/json.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/client/json_test.go b/client/json_test.go index 512742047d..811097e709 100644 --- a/client/json_test.go +++ b/client/json_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/client/json_traverse_test.go b/client/json_traverse_test.go index 3f279bdcfe..ff9103b1ab 100644 --- a/client/json_traverse_test.go +++ b/client/json_traverse_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/client/normal_util.go b/client/normal_util.go index 74cc203676..44631fe45c 100644 --- a/client/normal_util.go +++ b/client/normal_util.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/client/normal_value_test.go b/client/normal_value_test.go index 03c0daff0b..551ef2e300 100644 --- a/client/normal_value_test.go +++ b/client/normal_value_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/internal/db/fetcher/errors.go b/internal/db/fetcher/errors.go index 0d9c9fdd86..f102404d8c 100644 --- a/internal/db/fetcher/errors.go +++ b/internal/db/fetcher/errors.go @@ -1,4 +1,4 @@ -// Copyright 2022 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/internal/db/fetcher/indexer.go b/internal/db/fetcher/indexer.go index 5ef63b7246..ec3c5dd4e9 100644 --- a/internal/db/fetcher/indexer.go +++ b/internal/db/fetcher/indexer.go @@ -1,4 +1,4 @@ -// Copyright 2023 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/internal/db/fetcher/indexer_iterators.go b/internal/db/fetcher/indexer_iterators.go index 2c0ab41583..906c6e6103 100644 --- a/internal/db/fetcher/indexer_iterators.go +++ b/internal/db/fetcher/indexer_iterators.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/internal/db/fetcher/indexer_matchers.go b/internal/db/fetcher/indexer_matchers.go index e575a2a19a..05214af2c1 100644 --- a/internal/db/fetcher/indexer_matchers.go +++ b/internal/db/fetcher/indexer_matchers.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/internal/db/index.go b/internal/db/index.go index 72ceb7aab3..92fad980e6 100644 --- a/internal/db/index.go +++ b/internal/db/index.go @@ -1,4 +1,4 @@ -// Copyright 2023 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/internal/db/index_test.go b/internal/db/index_test.go index d66fcfedf2..705dba38ac 100644 --- a/internal/db/index_test.go +++ b/internal/db/index_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/internal/db/indexed_docs_test.go b/internal/db/indexed_docs_test.go index 138ee34a2d..d9e4327c35 100644 --- a/internal/db/indexed_docs_test.go +++ b/internal/db/indexed_docs_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/internal/encoding/bool.go b/internal/encoding/bool.go index 5c9d3369de..766bd3d0ad 100644 --- a/internal/encoding/bool.go +++ b/internal/encoding/bool.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/internal/encoding/bool_test.go b/internal/encoding/bool_test.go index 1a21898449..f4b2e0c4e5 100644 --- a/internal/encoding/bool_test.go +++ b/internal/encoding/bool_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/internal/encoding/errors.go b/internal/encoding/errors.go index 8ddcda01a2..26d2daeb93 100644 --- a/internal/encoding/errors.go +++ b/internal/encoding/errors.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/internal/encoding/field_value.go b/internal/encoding/field_value.go index 2c051d0a37..703355eceb 100644 --- a/internal/encoding/field_value.go +++ b/internal/encoding/field_value.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/internal/encoding/field_value_test.go b/internal/encoding/field_value_test.go index 18e250540c..7942059cec 100644 --- a/internal/encoding/field_value_test.go +++ b/internal/encoding/field_value_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. @@ -18,8 +18,9 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/sourcenetwork/defradb/client" "github.com/sourcenetwork/immutable" + + "github.com/sourcenetwork/defradb/client" ) func TestEncodeDecodeFieldValue(t *testing.T) { diff --git a/internal/encoding/json.go b/internal/encoding/json.go index 65f11bccc5..9c53f11237 100644 --- a/internal/encoding/json.go +++ b/internal/encoding/json.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/internal/encoding/json_test.go b/internal/encoding/json_test.go index de059c0a4a..22aa7741dc 100644 --- a/internal/encoding/json_test.go +++ b/internal/encoding/json_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/internal/planner/scan.go b/internal/planner/scan.go index 16b8295a3b..bfca64b7bb 100644 --- a/internal/planner/scan.go +++ b/internal/planner/scan.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/tests/integration/index/array_unique_test.go b/tests/integration/index/array_unique_test.go index 2ad9588371..c58c5310e0 100644 --- a/tests/integration/index/array_unique_test.go +++ b/tests/integration/index/array_unique_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/tests/integration/index/json_array_test.go b/tests/integration/index/json_array_test.go index f7bca7d54a..41e4babde5 100644 --- a/tests/integration/index/json_array_test.go +++ b/tests/integration/index/json_array_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/tests/integration/index/json_composite_test.go b/tests/integration/index/json_composite_test.go index bee066b5f1..187ed99334 100644 --- a/tests/integration/index/json_composite_test.go +++ b/tests/integration/index/json_composite_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/tests/integration/index/json_test.go b/tests/integration/index/json_test.go index 966d1f50f3..d154248501 100644 --- a/tests/integration/index/json_test.go +++ b/tests/integration/index/json_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/tests/integration/index/json_unique_array_test.go b/tests/integration/index/json_unique_array_test.go index 03d8d1991a..6e34c8dd13 100644 --- a/tests/integration/index/json_unique_array_test.go +++ b/tests/integration/index/json_unique_array_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/tests/integration/index/json_unique_test.go b/tests/integration/index/json_unique_test.go index 4e533600cc..b594381f4d 100644 --- a/tests/integration/index/json_unique_test.go +++ b/tests/integration/index/json_unique_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/tests/integration/index/query_with_index_on_datetime_test.go b/tests/integration/index/query_with_index_on_datetime_test.go index d6618fbc1a..6efb8d5644 100644 --- a/tests/integration/index/query_with_index_on_datetime_test.go +++ b/tests/integration/index/query_with_index_on_datetime_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/tests/integration/query/json/with_all_test.go b/tests/integration/query/json/with_all_test.go index 798f0cc047..2185b0df91 100644 --- a/tests/integration/query/json/with_all_test.go +++ b/tests/integration/query/json/with_all_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/tests/integration/query/json/with_any_test.go b/tests/integration/query/json/with_any_test.go index 0c5fdaa01c..1badd03c94 100644 --- a/tests/integration/query/json/with_any_test.go +++ b/tests/integration/query/json/with_any_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/tests/integration/query/json/with_eq_test.go b/tests/integration/query/json/with_eq_test.go index ac61591602..ebba09de2f 100644 --- a/tests/integration/query/json/with_eq_test.go +++ b/tests/integration/query/json/with_eq_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. diff --git a/tests/integration/query/json/with_none_test.go b/tests/integration/query/json/with_none_test.go index 0aff4baee1..1a65f7de60 100644 --- a/tests/integration/query/json/with_none_test.go +++ b/tests/integration/query/json/with_none_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Democratized Data Foundation +// Copyright 2025 Democratized Data Foundation // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt.