Skip to content

Commit

Permalink
SPDX-License-Identifier: Apache 2.0 for interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
SurfingNerd committed Jun 16, 2024
1 parent afdf7f4 commit b590a84
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions contracts/interfaces/IBlockRewardHbbft.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache 2.0
pragma solidity =0.8.25;

interface IBlockRewardHbbft {
Expand Down
1 change: 1 addition & 0 deletions contracts/interfaces/ICertifier.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache 2.0
pragma solidity =0.8.25;

interface ICertifier {
Expand Down
1 change: 1 addition & 0 deletions contracts/interfaces/IKeyGenHistory.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache 2.0
pragma solidity =0.8.25;

interface IKeyGenHistory {
Expand Down
1 change: 1 addition & 0 deletions contracts/interfaces/IMetadataRegistry.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache 2.0
pragma solidity =0.8.25;

interface IMetadataRegistry {
Expand Down
1 change: 1 addition & 0 deletions contracts/interfaces/IOwnerRegistry.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache 2.0
pragma solidity =0.8.25;

interface IOwnerRegistry {
Expand Down
1 change: 1 addition & 0 deletions contracts/interfaces/IRandomHbbft.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache 2.0
pragma solidity =0.8.25;

interface IRandomHbbft {
Expand Down
1 change: 1 addition & 0 deletions contracts/interfaces/IReverseRegistry.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache 2.0
pragma solidity =0.8.25;

interface IReverseRegistry {
Expand Down
1 change: 1 addition & 0 deletions contracts/interfaces/IStakingHbbft.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache 2.0
pragma solidity =0.8.25;

interface IStakingHbbft {
Expand Down
1 change: 1 addition & 0 deletions contracts/interfaces/ITxPermission.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache 2.0
pragma solidity =0.8.25;

interface ITxPermission {
Expand Down
1 change: 1 addition & 0 deletions contracts/interfaces/IValidatorSetHbbft.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache 2.0
pragma solidity =0.8.25;

interface IValidatorSetHbbft {
Expand Down

0 comments on commit b590a84

Please sign in to comment.