Skip to content

Commit

Permalink
add MIT license to some contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhalesi committed Mar 28, 2024
1 parent 2173691 commit fc33d3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions contracts/dnssec-oracle/BytesUtils.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;

library BytesUtils {
Expand Down
1 change: 1 addition & 0 deletions contracts/dnssec-oracle/RRUtils.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;

import "./BytesUtils.sol";
Expand Down
1 change: 1 addition & 0 deletions contracts/registry/ENS.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity >=0.8.4;

interface ENS {
Expand Down
1 change: 1 addition & 0 deletions contracts/resolvers/OwnedResolver.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity >=0.8.4;
import "@openzeppelin/contracts/access/Ownable.sol";
import "./profiles/ABIResolver.sol";
Expand Down

0 comments on commit fc33d3f

Please sign in to comment.