diff --git a/ads/telemetry/base.py b/ads/telemetry/base.py index 953bc3bd5..a104d3e54 100644 --- a/ads/telemetry/base.py +++ b/ads/telemetry/base.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2024 Oracle and/or its affiliates. +# Copyright (c) 2024, 2025 Oracle and/or its affiliates. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ import logging diff --git a/ads/telemetry/client.py b/ads/telemetry/client.py index 7e4f5b697..614925996 100644 --- a/ads/telemetry/client.py +++ b/ads/telemetry/client.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2024 Oracle and/or its affiliates. +# Copyright (c) 2024, 2025 Oracle and/or its affiliates. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ diff --git a/tests/unitary/default_setup/telemetry/test_telemetry_client.py b/tests/unitary/default_setup/telemetry/test_telemetry_client.py index fa5c733c1..d98fcd352 100644 --- a/tests/unitary/default_setup/telemetry/test_telemetry_client.py +++ b/tests/unitary/default_setup/telemetry/test_telemetry_client.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2024 Oracle and/or its affiliates. +# Copyright (c) 2024, 2025 Oracle and/or its affiliates. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ from unittest.mock import patch