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 */