mirror of
https://github.com/Uniswap/merkle-distributor.git
synced 2026-01-09 21:18:07 -05:00
specify gpl license
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// SPDX-License-Identifier: UNLICENSED
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
pragma solidity =0.8.17;
|
||||
|
||||
import {IERC20, SafeERC20} from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// SPDX-License-Identifier: UNLICENSED
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
pragma solidity =0.8.17;
|
||||
|
||||
import {MerkleDistributor} from "./MerkleDistributor.sol";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// SPDX-License-Identifier: UNLICENSED
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
pragma solidity >=0.5.0;
|
||||
|
||||
// Allows anyone to claim a token if they exist in a merkle root.
|
||||
@@ -14,4 +14,4 @@ interface IMerkleDistributor {
|
||||
|
||||
// This event is triggered whenever a call to #claim succeeds.
|
||||
event Claimed(uint256 index, address account, uint256 amount);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user