Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update protos and copyright notice #173

Merged
merged 1 commit into from
Jan 9, 2025
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 protos/cerbos/audit/v1/audit.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

syntax = "proto3";
Expand Down
2 changes: 1 addition & 1 deletion protos/cerbos/effect/v1/effect.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

syntax = "proto3";
Expand Down
2 changes: 1 addition & 1 deletion protos/cerbos/engine/v1/engine.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

syntax = "proto3";
Expand Down
2 changes: 1 addition & 1 deletion protos/cerbos/policy/v1/policy.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

syntax = "proto3";
Expand Down
2 changes: 1 addition & 1 deletion protos/cerbos/request/v1/request.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

syntax = "proto3";
Expand Down
2 changes: 1 addition & 1 deletion protos/cerbos/response/v1/response.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

syntax = "proto3";
Expand Down
2 changes: 1 addition & 1 deletion protos/cerbos/schema/v1/schema.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

syntax = "proto3";
Expand Down
2 changes: 1 addition & 1 deletion protos/cerbos/svc/v1/svc.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

syntax = "proto3";
Expand Down
2 changes: 1 addition & 1 deletion protos/cerbos/telemetry/v1/telemetry.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

syntax = "proto3";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

using Cerbos.Sdk.Builder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

using Cerbos.Sdk.Builder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

using Cerbos.Sdk.Builder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

using Cerbos.Sdk.Builder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

using Cerbos.Sdk.Builder;
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.UnitTests/Cerbos/Sdk/UnitTests/CerbosClientTest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

using Cerbos.Api.V1.Engine;
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Cerbos/Sdk/Builder/AttributeValue.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Cerbos/Sdk/Builder/AuxData.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

namespace Cerbos.Sdk.Builder
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Cerbos/Sdk/Builder/CerbosClientBuilder.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

using System;
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Cerbos/Sdk/Builder/CheckResourcesRequest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

using System;
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Cerbos/Sdk/Builder/PlanResourcesRequest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

using System;
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Cerbos/Sdk/Builder/Principal.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Cerbos/Sdk/Builder/Resource.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Cerbos/Sdk/Builder/ResourceEntry.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Cerbos/Sdk/CerbosClient.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

using System;
Expand Down
3 changes: 3 additions & 0 deletions src/Sdk/Cerbos/Sdk/ICerbosClient.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

using System.Threading.Tasks;
using Cerbos.Sdk.Response;
using Grpc.Core;
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Cerbos/Sdk/Response/CheckResourcesResponse.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

using System;
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Cerbos/Sdk/Response/PlanResourcesResponse.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Cerbos/Sdk/Utility/RequestId.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

using System;
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/SvcGrpc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// source: cerbos/svc/v1/svc.proto
// </auto-generated>
// Original file comments:
// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0
//
#pragma warning disable 0414, 1591, 8981, 0612
Expand Down
Loading