Skip to content

Commit

Permalink
fix: add MIT License
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklista committed Nov 6, 2024
1 parent df51422 commit 2316367
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions contracts/interfaces/IAdapter.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.10;

interface IAdapter {
Expand Down
1 change: 1 addition & 0 deletions contracts/interfaces/IEarnPool.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.10;

interface IEarnPool {
Expand Down
1 change: 1 addition & 0 deletions contracts/interfaces/ILisUSDPool.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.10;

interface ILisUSDPool {
Expand Down
1 change: 1 addition & 0 deletions contracts/interfaces/IPSM.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.10;

interface IPSM {
Expand Down
1 change: 1 addition & 0 deletions contracts/interfaces/IVBep20Delegate.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.10;

interface IVBep20Delegate {
Expand Down
1 change: 1 addition & 0 deletions contracts/interfaces/IVaultManager.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.10;

interface IVaultManager {
Expand Down

0 comments on commit 2316367

Please sign in to comment.