From e8ffbba1746530844a84b5342b5edd3b36723703 Mon Sep 17 00:00:00 2001 From: Entreprenerd Date: Sat, 30 Jul 2022 19:09:32 +0200 Subject: [PATCH] feat: GPL-2 babyyyyyyyy --- contracts/RewardsManager.sol | 2 +- contracts/test/FakeFeeOnTransferToken.sol | 2 +- contracts/test/FakeToken.sol | 2 +- contracts/test/TestVault.sol | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contracts/RewardsManager.sol b/contracts/RewardsManager.sol index 57bbd1d..7e48ef1 100644 --- a/contracts/RewardsManager.sol +++ b/contracts/RewardsManager.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: GPL-2.0 pragma solidity 0.8.10; diff --git a/contracts/test/FakeFeeOnTransferToken.sol b/contracts/test/FakeFeeOnTransferToken.sol index 3201137..df75009 100644 --- a/contracts/test/FakeFeeOnTransferToken.sol +++ b/contracts/test/FakeFeeOnTransferToken.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: GPL-2.0 pragma solidity 0.8.10; pragma experimental ABIEncoderV2; diff --git a/contracts/test/FakeToken.sol b/contracts/test/FakeToken.sol index 525b7d7..142cb1f 100644 --- a/contracts/test/FakeToken.sol +++ b/contracts/test/FakeToken.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: GPL-2.0 pragma solidity 0.8.10; pragma experimental ABIEncoderV2; diff --git a/contracts/test/TestVault.sol b/contracts/test/TestVault.sol index 80d4e90..7857829 100644 --- a/contracts/test/TestVault.sol +++ b/contracts/test/TestVault.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: GPL-2.0 pragma solidity 0.8.10; pragma experimental ABIEncoderV2;