Merge branch 'master' of github.com:OpenZeppelin/zeppelin-solidity
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.11;
|
||||||
|
|
||||||
import '../SafeMath.sol';
|
import '../math/SafeMath.sol';
|
||||||
import './Crowdsale.sol';
|
import './Crowdsale.sol';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.11;
|
||||||
|
|
||||||
import '../token/MintableToken.sol';
|
import '../token/MintableToken.sol';
|
||||||
import '../SafeMath.sol';
|
import '../math/SafeMath.sol';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @title Crowdsale
|
* @title Crowdsale
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.11;
|
||||||
|
|
||||||
import '../SafeMath.sol';
|
import '../math/SafeMath.sol';
|
||||||
import '../ownership/Ownable.sol';
|
import '../ownership/Ownable.sol';
|
||||||
import './Crowdsale.sol';
|
import './Crowdsale.sol';
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.11;
|
||||||
|
|
||||||
import '../SafeMath.sol';
|
import '../math/SafeMath.sol';
|
||||||
import '../ownership/Ownable.sol';
|
import '../ownership/Ownable.sol';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.11;
|
||||||
|
|
||||||
|
|
||||||
import '../SafeMath.sol';
|
import '../math/SafeMath.sol';
|
||||||
import './FinalizableCrowdsale.sol';
|
import './FinalizableCrowdsale.sol';
|
||||||
import './RefundVault.sol';
|
import './RefundVault.sol';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user