From fc1c63778abfcac6fa2a1ad7affc543f46e69a28 Mon Sep 17 00:00:00 2001 From: p1r0 Date: Thu, 12 Sep 2019 20:55:22 -0500 Subject: [PATCH] Update weeks instead of days for the security audit, also update LICENSE in for a real name --- DECA_ERC20_0.4.18.sol | 8 ++++---- LICENSE | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DECA_ERC20_0.4.18.sol b/DECA_ERC20_0.4.18.sol index 369e605..6063b80 100644 --- a/DECA_ERC20_0.4.18.sol +++ b/DECA_ERC20_0.4.18.sol @@ -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; } diff --git a/LICENSE b/LICENSE index 7a61f54..888802a 100644 --- a/LICENSE +++ b/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.