Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit eb36fb9

Browse files
Sukhveer SangheraSukhveer Sanghera
Sukhveer Sanghera
authored and
Sukhveer Sanghera
committed
Add License
1 parent 35f8608 commit eb36fb9

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

contracts/PolyToken.sol

+23
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@ pragma solidity ^0.4.18;
33
import './interfaces/IERC20.sol';
44
import './SafeMath.sol';
55

6+
/*
7+
Copyright (c) 2016 Smart Contract Solutions, Inc.
8+
9+
Permission is hereby granted, free of charge, to any person obtaining
10+
a copy of this software and associated documentation files (the
11+
"Software"), to deal in the Software without restriction, including
12+
without limitation the rights to use, copy, modify, merge, publish,
13+
distribute, sublicense, and/or sell copies of the Software, and to
14+
permit persons to whom the Software is furnished to do so, subject to
15+
the following conditions:
16+
17+
The above copyright notice and this permission notice shall be included
18+
in all copies or substantial portions of the Software.
19+
20+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
21+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
23+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
24+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
25+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
26+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27+
*/
28+
629
/**
730
* @title Standard ERC20 token
831
*

0 commit comments

Comments
 (0)