We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27dbf00 commit ad46b86Copy full SHA for ad46b86
contracts/lib/ens/AbstractENS.sol
@@ -1,3 +1,5 @@
1
+// See https://github.com/ensdomains/ens/blob/7e377df83f/contracts/AbstractENS.sol
2
+
3
pragma solidity ^0.4.15;
4
5
contracts/lib/ens/ENS.sol
@@ -1,7 +1,9 @@
+// See https://github.com/ensdomains/ens/blob/7e377df83f/contracts/ENS.sol
pragma solidity ^0.4.0;
-import './AbstractENS.sol';
6
+import "./AbstractENS.sol";
7
8
/**
9
* The ENS registry contract.
contracts/lib/ens/PublicResolver.sol
@@ -1,6 +1,8 @@
+// See https://github.com/ensdomains/ens/blob/7e377df83f/contracts/PublicResolver.sol
* A simple resolver anyone can use; only allows the owner of a node to set its
0 commit comments