Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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
<https://oss.oracle.com/licenses/upl/>.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion examples/config.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion examples/config_cloud.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion examples/config_cloudsim.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion examples/config_onprem.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion examples/multi_data_ops.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion examples/parameters.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion examples/rate_limiting.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion examples/single_data_ops.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion examples/table_ops.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion examples/utils.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/borneo/__init__.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/borneo/auth.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/borneo/client.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/borneo/common.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/borneo/config.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/borneo/driver.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/borneo/exception.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/borneo/http.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/borneo/iam/__init__.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/borneo/iam/iam.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/borneo/kv/__init__.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/borneo/kv/exception.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/borneo/kv/kv.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/borneo/operations.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/borneo/query.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/borneo/serde.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/borneo/serdeutil.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/borneo/stats.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/borneo/version.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/config.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/config_cloudsim.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/config_onprem.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/delete.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/field_range.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/get.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/get_indexes.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/get_table.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/handle_config.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/list_tables.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/multi_delete.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/parameters.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/prepare.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/put.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/query.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/rate_limiting.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/signature_provider.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/stats.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/store_at_provider.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/system_request.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/system_status.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/table_limits.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion test/table_request.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
Loading