From 234d82aa947975f4caf371554b85b48d4f2e9733 Mon Sep 17 00:00:00 2001 From: owen05 Date: Tue, 15 Feb 2022 23:13:26 +0800 Subject: [PATCH] update info --- contracts/DODOStarter/impl/FairFunding.sol | 2 +- contracts/DODOStarter/impl/InstantFunding.sol | 2 +- contracts/DODOStarter/impl/Storage.sol | 2 +- contracts/DODOStarter/impl/Vesting.sol | 2 +- contracts/DODOStarter/intf/IDODOStarter.sol | 2 +- contracts/Factory/DODOStarterFactory.sol | 2 +- contracts/SmartRoute/proxies/DODOStarterProxy.sol | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/contracts/DODOStarter/impl/FairFunding.sol b/contracts/DODOStarter/impl/FairFunding.sol index 232bcdc..fb88836 100644 --- a/contracts/DODOStarter/impl/FairFunding.sol +++ b/contracts/DODOStarter/impl/FairFunding.sol @@ -1,6 +1,6 @@ /* - Copyright 2020 DODO ZOO. + Copyright 2022 DODO ZOO. SPDX-License-Identifier: Apache-2.0 */ diff --git a/contracts/DODOStarter/impl/InstantFunding.sol b/contracts/DODOStarter/impl/InstantFunding.sol index 0177904..ac734d0 100644 --- a/contracts/DODOStarter/impl/InstantFunding.sol +++ b/contracts/DODOStarter/impl/InstantFunding.sol @@ -1,6 +1,6 @@ /* - Copyright 2020 DODO ZOO. + Copyright 2022 DODO ZOO. SPDX-License-Identifier: Apache-2.0 */ diff --git a/contracts/DODOStarter/impl/Storage.sol b/contracts/DODOStarter/impl/Storage.sol index c558200..4a7eecb 100644 --- a/contracts/DODOStarter/impl/Storage.sol +++ b/contracts/DODOStarter/impl/Storage.sol @@ -1,6 +1,6 @@ /* - Copyright 2021 DODO ZOO. + Copyright 2022 DODO ZOO. SPDX-License-Identifier: Apache-2.0 */ diff --git a/contracts/DODOStarter/impl/Vesting.sol b/contracts/DODOStarter/impl/Vesting.sol index 4853444..c1c5e51 100644 --- a/contracts/DODOStarter/impl/Vesting.sol +++ b/contracts/DODOStarter/impl/Vesting.sol @@ -1,6 +1,6 @@ /* - Copyright 2020 DODO ZOO. + Copyright 2022 DODO ZOO. SPDX-License-Identifier: Apache-2.0 */ diff --git a/contracts/DODOStarter/intf/IDODOStarter.sol b/contracts/DODOStarter/intf/IDODOStarter.sol index ed821dc..94ed5d9 100644 --- a/contracts/DODOStarter/intf/IDODOStarter.sol +++ b/contracts/DODOStarter/intf/IDODOStarter.sol @@ -1,6 +1,6 @@ /* - Copyright 2021 DODO ZOO. + Copyright 2022 DODO ZOO. SPDX-License-Identifier: Apache-2.0 */ diff --git a/contracts/Factory/DODOStarterFactory.sol b/contracts/Factory/DODOStarterFactory.sol index d3e6402..9f95fed 100644 --- a/contracts/Factory/DODOStarterFactory.sol +++ b/contracts/Factory/DODOStarterFactory.sol @@ -1,6 +1,6 @@ /* - Copyright 2021 DODO ZOO. + Copyright 2022 DODO ZOO. SPDX-License-Identifier: Apache-2.0 */ diff --git a/contracts/SmartRoute/proxies/DODOStarterProxy.sol b/contracts/SmartRoute/proxies/DODOStarterProxy.sol index af840da..a0507ad 100644 --- a/contracts/SmartRoute/proxies/DODOStarterProxy.sol +++ b/contracts/SmartRoute/proxies/DODOStarterProxy.sol @@ -1,5 +1,5 @@ /* - Copyright 2021 DODO ZOO. + Copyright 2022 DODO ZOO. SPDX-License-Identifier: Apache-2.0 */