Commit f2c2c01f by

Merge branch 'master' of github.com:OpenZeppelin/zeppelin-solidity

parents c254d870 7434b3d6
pragma solidity ^0.4.11; pragma solidity ^0.4.11;
import '../SafeMath.sol'; import '../math/SafeMath.sol';
import './Crowdsale.sol'; import './Crowdsale.sol';
/** /**
......
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
......
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';
......
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';
/** /**
......
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';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment