Skip to content

Commit 4989d76

Browse files
authored
Merge branch 'main' into lesson22
2 parents 19d599a + 5035af3 commit 4989d76

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

src/AccessManager.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: MIT
12
pragma solidity ^0.8.30;
23

34
import "@openzeppelin/contracts/access/AccessControl.sol";

src/EIP712Swap.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: MIT
12
pragma solidity ^0.8.30;
23

34
import "@openzeppelin/contracts/utils/cryptography/EIP712.sol";

src/FeeManager.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: MIT
12
pragma solidity ^0.8.30;
23

34
import "@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol";

src/ISwap.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: MIT
12
pragma solidity ^0.8.30;
23

34
interface ISwap {

src/LiquidityPool.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: MIT
12
pragma solidity ^0.8.30;
23

34
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";

src/Roles.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: MIT
12
pragma solidity ^0.8.30;
23

34
library Roles {

src/VaultMultisig.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: MIT
12
pragma solidity ^0.8.30;
23

34
import "./AccessManager.sol";

0 commit comments

Comments
 (0)