Skip to content

Commit

Permalink
Merge pull request #343 from mkhalesi/staging
Browse files Browse the repository at this point in the history
add MIT license to some contracts
  • Loading branch information
Arachnid committed Apr 9, 2024
2 parents 2173691 + fc33d3f commit c15e4af
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
@@ -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
@@ -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
@@ -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
@@ -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 c15e4af

Please sign in to comment.