Update weeks instead of days for the security audit, also update LICENSE in for a real name
This commit is contained in:
parent
942cb47150
commit
fc1c63778a
|
@ -128,10 +128,10 @@ contract DECAToken is ERC20Interface, Owned, SafeMath {
|
|||
name = "DEcentralized CArbon tokens";
|
||||
decimals = 18;
|
||||
//for testing change weeks for days...
|
||||
preICOEnds = now + 1 days;
|
||||
bonus1Ends = now + 3 days;
|
||||
bonus2Ends = now + 6 days;
|
||||
endDate = now + 11 days;
|
||||
preICOEnds = now + 1 weeks;
|
||||
bonus1Ends = now + 3 weeks;
|
||||
bonus2Ends = now + 6 weeks;
|
||||
endDate = now + 11 weeks;
|
||||
|
||||
}
|
||||
|
||||
|
|
4
LICENSE
4
LICENSE
|
@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
|
|||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
DCC
|
||||
Copyright (C) 2018 NH-DEVs
|
||||
Copyright (C) 2018 David E. Perez Negron Rocha
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
|
|||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
DCC Copyright (C) 2018 NH-DEVs
|
||||
DCC Copyright (C) 2018 David E. Perez Negron Rocha
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
|
Loading…
Reference in New Issue