From e7de205c5e57db3cff55766a4f61c7497850835a Mon Sep 17 00:00:00 2001 From: George Feinberg Date: Mon, 24 Mar 2025 12:45:31 -0400 Subject: [PATCH] Update copyright to 2025 --- LICENSE.txt | 2 +- README.md | 4 ++-- docs/conf.py | 2 +- examples/config.py | 2 +- examples/config_cloud.py | 2 +- examples/config_cloudsim.py | 2 +- examples/config_onprem.py | 2 +- examples/multi_data_ops.py | 2 +- examples/parameters.py | 2 +- examples/rate_limiting.py | 2 +- examples/single_data_ops.py | 2 +- examples/table_ops.py | 2 +- examples/utils.py | 2 +- src/borneo/__init__.py | 2 +- src/borneo/auth.py | 2 +- src/borneo/client.py | 2 +- src/borneo/common.py | 2 +- src/borneo/config.py | 2 +- src/borneo/driver.py | 2 +- src/borneo/exception.py | 2 +- src/borneo/http.py | 2 +- src/borneo/iam/__init__.py | 2 +- src/borneo/iam/iam.py | 2 +- src/borneo/kv/__init__.py | 2 +- src/borneo/kv/exception.py | 2 +- src/borneo/kv/kv.py | 2 +- src/borneo/operations.py | 2 +- src/borneo/query.py | 2 +- src/borneo/serde.py | 2 +- src/borneo/serdeutil.py | 2 +- src/borneo/stats.py | 2 +- src/borneo/version.py | 2 +- test/config.py | 2 +- test/config_cloudsim.py | 2 +- test/config_onprem.py | 2 +- test/delete.py | 2 +- test/field_range.py | 2 +- test/get.py | 2 +- test/get_indexes.py | 2 +- test/get_table.py | 2 +- test/handle_config.py | 2 +- test/list_tables.py | 2 +- test/multi_delete.py | 2 +- test/parameters.py | 2 +- test/prepare.py | 2 +- test/put.py | 2 +- test/query.py | 2 +- test/rate_limiting.py | 2 +- test/signature_provider.py | 2 +- test/stats.py | 2 +- test/store_at_provider.py | 2 +- test/system_request.py | 2 +- test/system_status.py | 2 +- test/table_limits.py | 2 +- test/table_request.py | 2 +- test/table_usage.py | 2 +- test/test_base.py | 2 +- test/testutils.py | 2 +- test/ttl.py | 2 +- test/write_multiple.py | 2 +- 60 files changed, 61 insertions(+), 61 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 315ff7a..327d6a7 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2018, 2024 Oracle and/or its affiliates. +Copyright (c) 2018, 2025 Oracle and/or its affiliates. The Universal Permissive License (UPL), Version 1.0 diff --git a/README.md b/README.md index 6818b38..5083cba 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ that the *borneo* package has been installed. ``` python # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ @@ -426,7 +426,7 @@ Please consult the [security guide](./SECURITY.md) for our responsible security ## License -Copyright (c) 2018, 2024 Oracle and/or its affiliates. +Copyright (c) 2018, 2025 Oracle and/or its affiliates. Released under the Universal Permissive License v1.0 as shown at . diff --git a/docs/conf.py b/docs/conf.py index 8ab8d06..9fbeb0a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ project = u'NoSQL Database Python SDK' # noinspection PyShadowingBuiltins -copyright = u'2018, 2024 Oracle' +copyright = u'2018, 2025 Oracle' author = u'Oracle' # -- General configuration --------------------------------------------------- diff --git a/examples/config.py b/examples/config.py index 1a7c199..08c0f28 100644 --- a/examples/config.py +++ b/examples/config.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/examples/config_cloud.py b/examples/config_cloud.py index ca46b26..43d1adc 100644 --- a/examples/config_cloud.py +++ b/examples/config_cloud.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/examples/config_cloudsim.py b/examples/config_cloudsim.py index 0289e30..4d57722 100644 --- a/examples/config_cloudsim.py +++ b/examples/config_cloudsim.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/examples/config_onprem.py b/examples/config_onprem.py index 46eda76..ac95e84 100644 --- a/examples/config_onprem.py +++ b/examples/config_onprem.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/examples/multi_data_ops.py b/examples/multi_data_ops.py index c40d8f7..0d0566a 100644 --- a/examples/multi_data_ops.py +++ b/examples/multi_data_ops.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/examples/parameters.py b/examples/parameters.py index 5354fc7..55627ec 100644 --- a/examples/parameters.py +++ b/examples/parameters.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/examples/rate_limiting.py b/examples/rate_limiting.py index 94fa156..ab04d64 100644 --- a/examples/rate_limiting.py +++ b/examples/rate_limiting.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/examples/single_data_ops.py b/examples/single_data_ops.py index 4c661a3..fe1c276 100644 --- a/examples/single_data_ops.py +++ b/examples/single_data_ops.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/examples/table_ops.py b/examples/table_ops.py index f107344..dd7e515 100644 --- a/examples/table_ops.py +++ b/examples/table_ops.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/examples/utils.py b/examples/utils.py index 4c69304..71b9496 100644 --- a/examples/utils.py +++ b/examples/utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/src/borneo/__init__.py b/src/borneo/__init__.py index 49fa232..3a695c0 100644 --- a/src/borneo/__init__.py +++ b/src/borneo/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/src/borneo/auth.py b/src/borneo/auth.py index 39b3def..31d9054 100644 --- a/src/borneo/auth.py +++ b/src/borneo/auth.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/src/borneo/client.py b/src/borneo/client.py index 291f990..4ce5ec1 100644 --- a/src/borneo/client.py +++ b/src/borneo/client.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/src/borneo/common.py b/src/borneo/common.py index 436fa20..38dc8e5 100644 --- a/src/borneo/common.py +++ b/src/borneo/common.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/src/borneo/config.py b/src/borneo/config.py index d3cbc12..9f3cb21 100644 --- a/src/borneo/config.py +++ b/src/borneo/config.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/src/borneo/driver.py b/src/borneo/driver.py index 25bbbc3..02829fb 100644 --- a/src/borneo/driver.py +++ b/src/borneo/driver.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/src/borneo/exception.py b/src/borneo/exception.py index b6aa33d..94329b1 100644 --- a/src/borneo/exception.py +++ b/src/borneo/exception.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/src/borneo/http.py b/src/borneo/http.py index c107b1d..c1e23b8 100644 --- a/src/borneo/http.py +++ b/src/borneo/http.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/src/borneo/iam/__init__.py b/src/borneo/iam/__init__.py index 69dd38b..fe43c8c 100644 --- a/src/borneo/iam/__init__.py +++ b/src/borneo/iam/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/src/borneo/iam/iam.py b/src/borneo/iam/iam.py index 9d3af3d..3f25ef4 100644 --- a/src/borneo/iam/iam.py +++ b/src/borneo/iam/iam.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/src/borneo/kv/__init__.py b/src/borneo/kv/__init__.py index 7dd7219..d63e837 100644 --- a/src/borneo/kv/__init__.py +++ b/src/borneo/kv/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/src/borneo/kv/exception.py b/src/borneo/kv/exception.py index 9c31a17..0f680cf 100644 --- a/src/borneo/kv/exception.py +++ b/src/borneo/kv/exception.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/src/borneo/kv/kv.py b/src/borneo/kv/kv.py index 58028da..21b4e02 100644 --- a/src/borneo/kv/kv.py +++ b/src/borneo/kv/kv.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/src/borneo/operations.py b/src/borneo/operations.py index 76670b2..f33a7d9 100644 --- a/src/borneo/operations.py +++ b/src/borneo/operations.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/src/borneo/query.py b/src/borneo/query.py index 9d18ef1..5ac96fc 100644 --- a/src/borneo/query.py +++ b/src/borneo/query.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/src/borneo/serde.py b/src/borneo/serde.py index c4b3b0c..8c70234 100644 --- a/src/borneo/serde.py +++ b/src/borneo/serde.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/src/borneo/serdeutil.py b/src/borneo/serdeutil.py index 296e716..565c681 100644 --- a/src/borneo/serdeutil.py +++ b/src/borneo/serdeutil.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/src/borneo/stats.py b/src/borneo/stats.py index 3a6f4fa..d269a47 100644 --- a/src/borneo/stats.py +++ b/src/borneo/stats.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/src/borneo/version.py b/src/borneo/version.py index 5fcc73d..7c67c25 100644 --- a/src/borneo/version.py +++ b/src/borneo/version.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/config.py b/test/config.py index 114cfa4..8f8838c 100644 --- a/test/config.py +++ b/test/config.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/config_cloudsim.py b/test/config_cloudsim.py index 114cfa4..8f8838c 100644 --- a/test/config_cloudsim.py +++ b/test/config_cloudsim.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/config_onprem.py b/test/config_onprem.py index ae9313f..41a1895 100644 --- a/test/config_onprem.py +++ b/test/config_onprem.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/delete.py b/test/delete.py index f0b9146..dd765d2 100644 --- a/test/delete.py +++ b/test/delete.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/field_range.py b/test/field_range.py index 74d5855..d540861 100644 --- a/test/field_range.py +++ b/test/field_range.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/get.py b/test/get.py index 499d600..feb45fc 100644 --- a/test/get.py +++ b/test/get.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/get_indexes.py b/test/get_indexes.py index 6d0f875..ec396fb 100644 --- a/test/get_indexes.py +++ b/test/get_indexes.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/get_table.py b/test/get_table.py index cc5ddaa..a62a8b2 100644 --- a/test/get_table.py +++ b/test/get_table.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/handle_config.py b/test/handle_config.py index 97a2696..6c99fe1 100644 --- a/test/handle_config.py +++ b/test/handle_config.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/list_tables.py b/test/list_tables.py index 61edad7..8d82663 100644 --- a/test/list_tables.py +++ b/test/list_tables.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/multi_delete.py b/test/multi_delete.py index 0701ce9..7054f4e 100644 --- a/test/multi_delete.py +++ b/test/multi_delete.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/parameters.py b/test/parameters.py index 82580f8..c011f46 100644 --- a/test/parameters.py +++ b/test/parameters.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/prepare.py b/test/prepare.py index 95c6b7e..a4b5e45 100644 --- a/test/prepare.py +++ b/test/prepare.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/put.py b/test/put.py index 8919f67..8bd0465 100644 --- a/test/put.py +++ b/test/put.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/query.py b/test/query.py index ccfb7f6..b9da386 100644 --- a/test/query.py +++ b/test/query.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/rate_limiting.py b/test/rate_limiting.py index 7ba9247..c4ec792 100644 --- a/test/rate_limiting.py +++ b/test/rate_limiting.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/signature_provider.py b/test/signature_provider.py index 65ab865..f56b92d 100644 --- a/test/signature_provider.py +++ b/test/signature_provider.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/stats.py b/test/stats.py index 8d93682..2c1c92f 100644 --- a/test/stats.py +++ b/test/stats.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/store_at_provider.py b/test/store_at_provider.py index 4c4c9a1..2bf2847 100644 --- a/test/store_at_provider.py +++ b/test/store_at_provider.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/system_request.py b/test/system_request.py index 291bb85..e88213d 100644 --- a/test/system_request.py +++ b/test/system_request.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/system_status.py b/test/system_status.py index 2bd7a61..8f3de09 100644 --- a/test/system_status.py +++ b/test/system_status.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/table_limits.py b/test/table_limits.py index ad3460f..f5a374d 100644 --- a/test/table_limits.py +++ b/test/table_limits.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/table_request.py b/test/table_request.py index 3ef40c5..f930719 100644 --- a/test/table_request.py +++ b/test/table_request.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/table_usage.py b/test/table_usage.py index 270ccec..65c2737 100644 --- a/test/table_usage.py +++ b/test/table_usage.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/test_base.py b/test/test_base.py index 52b694c..641e968 100644 --- a/test/test_base.py +++ b/test/test_base.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/testutils.py b/test/testutils.py index d5ae17b..738e960 100644 --- a/test/testutils.py +++ b/test/testutils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/ttl.py b/test/ttl.py index 6acc6df..6a1d013 100644 --- a/test/ttl.py +++ b/test/ttl.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/ diff --git a/test/write_multiple.py b/test/write_multiple.py index 6cdf150..e97bf43 100644 --- a/test/write_multiple.py +++ b/test/write_multiple.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl/