Skip to content

Commit

Permalink
Update copyright notice
Browse files Browse the repository at this point in the history
Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>
  • Loading branch information
oguzhand95 committed Jan 3, 2025
1 parent b0642e1 commit 3257280
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion src/Sdk/Builder/AttributeValue.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Builder/AuxData.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Builder/CerbosClientBuilder.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Builder/CheckResourcesRequest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Builder/PlanResourcesRequest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Builder/Principal.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Builder/Resource.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Builder/ResourceEntry.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/CerbosClient.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Response/V1/PlanResourcesResponse/Meta.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Utility/Metadata.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Utility/RequestId.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion tests/CerbosClientTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

namespace Cerbos\Test;
Expand Down
2 changes: 1 addition & 1 deletion tests/Sdk/Builder/AuxDataTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

namespace Cerbos\Test\Sdk\Builder;
Expand Down
2 changes: 1 addition & 1 deletion tests/Sdk/Builder/CheckResourcesRequestTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion tests/Sdk/Builder/PrincipalTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

namespace Cerbos\Test\Sdk\Builder;
Expand Down
2 changes: 1 addition & 1 deletion tests/Sdk/Builder/ResourceEntryTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

namespace Cerbos\Test\Sdk\Builder;
Expand Down
2 changes: 1 addition & 1 deletion tests/Sdk/Builder/ResourceTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

namespace Cerbos\Test\Sdk\Builder;
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down

0 comments on commit 3257280

Please sign in to comment.