Skip to content

Commit 6cf2655

Browse files
committed
chore: update license and solidity version in interfaces
1 parent e7cc04e commit 6cf2655

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/interfaces/IRegistrar.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// SPDX-License-Identifier: Apache-2.0
2-
pragma solidity >=0.8.0 <0.9.0;
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
2+
pragma solidity >=0.8.13 <0.9.0;
33

44
/// @title IRegistrar
55
/// @notice Interface for the Registrar contract.

src/interfaces/IValidatorManager.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// SPDX-License-Identifier: Apache-2.0
2-
pragma solidity >=0.8.0 <0.9.0;
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
2+
pragma solidity >=0.8.13 <0.9.0;
33

44
/// @title IValidatorManager
55
/// @notice Interface for the Validator Manager contract.

0 commit comments

Comments
 (0)