Skip to content

Commit 5adb534

Browse files
authored
Update copyright to 2025
1 parent 3a93d30 commit 5adb534

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+61
-61
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2018, 2024 Oracle and/or its affiliates.
1+
Copyright (c) 2018, 2025 Oracle and/or its affiliates.
22

33
The Universal Permissive License (UPL), Version 1.0
44

README.md

Lines changed: 2 additions & 2 deletions

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
project = u'NoSQL Database Python SDK'
2727
# noinspection PyShadowingBuiltins
28-
copyright = u'2018, 2024 Oracle'
28+
copyright = u'2018, 2025 Oracle'
2929
author = u'Oracle'
3030

3131
# -- General configuration ---------------------------------------------------

examples/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved.
33
#
44
# Licensed under the Universal Permissive License v 1.0 as shown at
55
# https://oss.oracle.com/licenses/upl/

examples/config_cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved.
33
#
44
# Licensed under the Universal Permissive License v 1.0 as shown at
55
# https://oss.oracle.com/licenses/upl/

examples/config_cloudsim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved.
33
#
44
# Licensed under the Universal Permissive License v 1.0 as shown at
55
# https://oss.oracle.com/licenses/upl/

examples/config_onprem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved.
33
#
44
# Licensed under the Universal Permissive License v 1.0 as shown at
55
# https://oss.oracle.com/licenses/upl/

examples/multi_data_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved.
33
#
44
# Licensed under the Universal Permissive License v 1.0 as shown at
55
# https://oss.oracle.com/licenses/upl/

examples/parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved.
33
#
44
# Licensed under the Universal Permissive License v 1.0 as shown at
55
# https://oss.oracle.com/licenses/upl/

examples/rate_limiting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved.
33
#
44
# Licensed under the Universal Permissive License v 1.0 as shown at
55
# https://oss.oracle.com/licenses/upl/

0 commit comments

Comments
 (0)