diff --git a/.github/workflows/publish-docs.yaml b/.github/workflows/publish-docs.yaml index edbe8ba..52c47e8 100644 --- a/.github/workflows/publish-docs.yaml +++ b/.github/workflows/publish-docs.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 StreamNative, Inc. +# Copyright 2025 The Oxia Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/pypi-release.yaml b/.github/workflows/pypi-release.yaml index cd69d05..5f93263 100644 --- a/.github/workflows/pypi-release.yaml +++ b/.github/workflows/pypi-release.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 StreamNative, Inc. +# Copyright 2025 The Oxia Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 3f4b5ae..b663240 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 StreamNative, Inc. +# Copyright 2025 The Oxia Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE index 3304599..21a4c59 100644 --- a/NOTICE +++ b/NOTICE @@ -1,2 +1,2 @@ -Oxia -Copyright 2025 StreamNative, Inc. \ No newline at end of file +Oxia - Metadata store and coordination system +Copyright 2023-2025 The Oxia Authors \ No newline at end of file diff --git a/README.md b/README.md index 323b75a..75143ec 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,6 @@ Feel free to open an [issue](https://github.com/oxia-db/oxia-client-python/issue ### License -Copyright 2025 StreamNative, Inc. +Copyright 2025 The Oxia Authors Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 \ No newline at end of file diff --git a/gen-proto.sh b/gen-proto.sh index b12ec4f..ba279d3 100755 --- a/gen-proto.sh +++ b/gen-proto.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2025 StreamNative, Inc. +# Copyright 2025 The Oxia Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pydoctor.ini b/pydoctor.ini index 272fde6..62c286f 100644 --- a/pydoctor.ini +++ b/pydoctor.ini @@ -1,3 +1,17 @@ +# Copyright 2025 The Oxia Authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + [pydoctor] project-name = Oxia project-url = https://github.com/oxia-db/oxia-client-python diff --git a/pyproject.toml b/pyproject.toml index 5f76b70..55887c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -# Copyright 2025 StreamNative, Inc. +# Copyright 2025 The Oxia Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/oxia/__init__.py b/src/oxia/__init__.py index 5061d52..c4e32dc 100644 --- a/src/oxia/__init__.py +++ b/src/oxia/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2025 StreamNative, Inc. +# Copyright 2025 The Oxia Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/oxia/client.py b/src/oxia/client.py index f8b03f6..cead1c4 100644 --- a/src/oxia/client.py +++ b/src/oxia/client.py @@ -1,4 +1,4 @@ -# Copyright 2025 StreamNative, Inc. +# Copyright 2025 The Oxia Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/oxia/defs.py b/src/oxia/defs.py index a2f1742..f775ede 100644 --- a/src/oxia/defs.py +++ b/src/oxia/defs.py @@ -1,4 +1,4 @@ -# Copyright 2025 StreamNative, Inc. +# Copyright 2025 The Oxia Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/oxia/ex.py b/src/oxia/ex.py index a15f380..6b176b5 100644 --- a/src/oxia/ex.py +++ b/src/oxia/ex.py @@ -1,4 +1,4 @@ -# Copyright 2025 StreamNative, Inc. +# Copyright 2025 The Oxia Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/oxia/internal/__init__.py b/src/oxia/internal/__init__.py index 737bb11..fd4ca09 100644 --- a/src/oxia/internal/__init__.py +++ b/src/oxia/internal/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2025 StreamNative, Inc. +# Copyright 2025 The Oxia Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/oxia/internal/backoff.py b/src/oxia/internal/backoff.py index e899744..f64eaac 100644 --- a/src/oxia/internal/backoff.py +++ b/src/oxia/internal/backoff.py @@ -1,4 +1,4 @@ -# Copyright 2025 StreamNative, Inc. +# Copyright 2025 The Oxia Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/oxia/internal/compare.py b/src/oxia/internal/compare.py index a28a5cd..f9eceef 100644 --- a/src/oxia/internal/compare.py +++ b/src/oxia/internal/compare.py @@ -1,4 +1,4 @@ -# Copyright 2025 StreamNative, Inc. +# Copyright 2025 The Oxia Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/oxia/internal/connection_pool.py b/src/oxia/internal/connection_pool.py index 2ef5766..3a425e7 100644 --- a/src/oxia/internal/connection_pool.py +++ b/src/oxia/internal/connection_pool.py @@ -1,4 +1,4 @@ -# Copyright 2025 StreamNative, Inc. +# Copyright 2025 The Oxia Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/oxia/internal/notifications.py b/src/oxia/internal/notifications.py index b19c659..682185c 100644 --- a/src/oxia/internal/notifications.py +++ b/src/oxia/internal/notifications.py @@ -1,4 +1,4 @@ -# Copyright 2025 StreamNative, Inc. +# Copyright 2025 The Oxia Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/oxia/internal/oxia_container.py b/src/oxia/internal/oxia_container.py index 850cd92..761c809 100644 --- a/src/oxia/internal/oxia_container.py +++ b/src/oxia/internal/oxia_container.py @@ -1,4 +1,4 @@ -# Copyright 2025 StreamNative, Inc. +# Copyright 2025 The Oxia Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/oxia/internal/sequence_updates.py b/src/oxia/internal/sequence_updates.py index b34c923..2cf16ea 100644 --- a/src/oxia/internal/sequence_updates.py +++ b/src/oxia/internal/sequence_updates.py @@ -1,4 +1,4 @@ -# Copyright 2025 StreamNative, Inc. +# Copyright 2025 The Oxia Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/oxia/internal/service_discovery.py b/src/oxia/internal/service_discovery.py index be16d69..18a4c58 100644 --- a/src/oxia/internal/service_discovery.py +++ b/src/oxia/internal/service_discovery.py @@ -1,4 +1,4 @@ -# Copyright 2025 StreamNative, Inc. +# Copyright 2025 The Oxia Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/oxia/internal/sessions.py b/src/oxia/internal/sessions.py index 6627012..3800e2b 100644 --- a/src/oxia/internal/sessions.py +++ b/src/oxia/internal/sessions.py @@ -1,4 +1,4 @@ -# Copyright 2025 StreamNative, Inc. +# Copyright 2025 The Oxia Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/client_test.py b/tests/client_test.py index ddf79eb..64f3b7b 100644 --- a/tests/client_test.py +++ b/tests/client_test.py @@ -1,4 +1,4 @@ -# Copyright 2025 StreamNative, Inc. +# Copyright 2025 The Oxia Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/compare_test.py b/tests/compare_test.py index 0eeba89..cb4e88f 100644 --- a/tests/compare_test.py +++ b/tests/compare_test.py @@ -1,4 +1,4 @@ -# Copyright 2025 StreamNative, Inc. +# Copyright 2025 The Oxia Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.