Skip to content

Commit

Permalink
Update copyright header (#54)
Browse files Browse the repository at this point in the history
Signed-off-by: Charith Ellawala <[email protected]>

Signed-off-by: Charith Ellawala <[email protected]>
  • Loading branch information
charithe authored Jan 3, 2025
1 parent 5713ef3 commit 5c35985
Show file tree
Hide file tree
Showing 18 changed files with 379 additions and 352 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
## v0.11.1 (2024-12-19)

### Bug fixes
## Unreleased

- Omit check_request params with None values (#53)
- Validation error path field can be empty (#52)
## v0.11.1 (2024-12-19)

## v0.10.6 (2024-12-19)

Expand Down
2 changes: 1 addition & 1 deletion cerbos/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2022 Zenauth Ltd.
# Copyright 2021-2025 Zenauth Ltd.
# SPDX-License-Identifier: Apache-2.0

import importlib.metadata
Expand Down
2 changes: 1 addition & 1 deletion cerbos/sdk/_async/_grpc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2022 Zenauth Ltd.
# Copyright 2021-2025 Zenauth Ltd.
# SPDX-License-Identifier: Apache-2.0

import json
Expand Down
2 changes: 1 addition & 1 deletion cerbos/sdk/_async/_http.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2022 Zenauth Ltd.
# Copyright 2021-2025 Zenauth Ltd.
# SPDX-License-Identifier: Apache-2.0

import logging
Expand Down
2 changes: 1 addition & 1 deletion cerbos/sdk/_sync/_grpc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2022 Zenauth Ltd.
# Copyright 2021-2025 Zenauth Ltd.
# SPDX-License-Identifier: Apache-2.0

import json
Expand Down
2 changes: 1 addition & 1 deletion cerbos/sdk/_sync/_http.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2022 Zenauth Ltd.
# Copyright 2021-2025 Zenauth Ltd.
# SPDX-License-Identifier: Apache-2.0

import logging
Expand Down
2 changes: 1 addition & 1 deletion cerbos/sdk/client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2022 Zenauth Ltd.
# Copyright 2021-2025 Zenauth Ltd.
# SPDX-License-Identifier: Apache-2.0

from cerbos.sdk._async._http import AsyncCerbosClient as AsyncCerbosClient
Expand Down
2 changes: 1 addition & 1 deletion cerbos/sdk/container.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2022 Zenauth Ltd.
# Copyright 2021-2025 Zenauth Ltd.
# SPDX-License-Identifier: Apache-2.0

from testcontainers.core.container import DockerContainer
Expand Down
2 changes: 1 addition & 1 deletion cerbos/sdk/grpc/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2022 Zenauth Ltd.
# Copyright 2021-2025 Zenauth Ltd.
# SPDX-License-Identifier: Apache-2.0

import base64
Expand Down
2 changes: 1 addition & 1 deletion cerbos/sdk/http/client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2022 Zenauth Ltd.
# Copyright 2021-2025 Zenauth Ltd.
# SPDX-License-Identifier: Apache-2.0

from cerbos.sdk.client import *
2 changes: 1 addition & 1 deletion cerbos/sdk/model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2022 Zenauth Ltd.
# Copyright 2021-2025 Zenauth Ltd.
# SPDX-License-Identifier: Apache-2.0

from dataclasses import dataclass, field
Expand Down
692 changes: 361 additions & 331 deletions pdm.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/_grpc/test_grpc_admin_client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2022 Zenauth Ltd.
# Copyright 2021-2025 Zenauth Ltd.
# SPDX-License-Identifier: Apache-2.0

import base64
Expand Down
2 changes: 1 addition & 1 deletion tests/_grpc/test_grpc_client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2022 Zenauth Ltd.
# Copyright 2021-2025 Zenauth Ltd.
# SPDX-License-Identifier: Apache-2.0

from typing import List
Expand Down
2 changes: 1 addition & 1 deletion tests/_http/test_http_client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2022 Zenauth Ltd.
# Copyright 2021-2025 Zenauth Ltd.
# SPDX-License-Identifier: Apache-2.0

import json
Expand Down
2 changes: 1 addition & 1 deletion tests/_http/test_http_plan_response.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2022 Zenauth Ltd.
# Copyright 2021-2025 Zenauth Ltd.
# SPDX-License-Identifier: Apache-2.0


Expand Down
2 changes: 1 addition & 1 deletion tests/check.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2022 Zenauth Ltd.
# Copyright 2021-2025 Zenauth Ltd.
# SPDX-License-Identifier: Apache-2.0

import logging
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2022 Zenauth Ltd.
# Copyright 2021-2025 Zenauth Ltd.
# SPDX-License-Identifier: Apache-2.0

import logging
Expand Down

0 comments on commit 5c35985

Please sign in to comment.