diff --git a/test/Base.t.sol b/test/Base.t.sol index 6d1fe05..4ce8094 100644 --- a/test/Base.t.sol +++ b/test/Base.t.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.20; import { Events } from "./utils/Events.sol"; diff --git a/test/integration/concrete/invoice-module/cancel-invoice/cancelInvoice.t.sol b/test/integration/concrete/invoice-module/cancel-invoice/cancelInvoice.t.sol index 77487ee..e03d751 100644 --- a/test/integration/concrete/invoice-module/cancel-invoice/cancelInvoice.t.sol +++ b/test/integration/concrete/invoice-module/cancel-invoice/cancelInvoice.t.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.26; import { CancelInvoice_Integration_Shared_Test } from "../../../shared/cancelInvoice.t.sol"; diff --git a/test/integration/concrete/invoice-module/create-invoice/createInvoice.t.sol b/test/integration/concrete/invoice-module/create-invoice/createInvoice.t.sol index 7c80332..02ce956 100644 --- a/test/integration/concrete/invoice-module/create-invoice/createInvoice.t.sol +++ b/test/integration/concrete/invoice-module/create-invoice/createInvoice.t.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.26; import { CreateInvoice_Integration_Shared_Test } from "../../../shared/createInvoice.t.sol"; diff --git a/test/integration/concrete/invoice-module/pay-invoice/payInvoice.t.sol b/test/integration/concrete/invoice-module/pay-invoice/payInvoice.t.sol index 45ca0e6..4bf60b7 100644 --- a/test/integration/concrete/invoice-module/pay-invoice/payInvoice.t.sol +++ b/test/integration/concrete/invoice-module/pay-invoice/payInvoice.t.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.26; import { PayInvoice_Integration_Shared_Test } from "../../../shared/payInvoice.t.sol"; diff --git a/test/integration/concrete/invoice-module/withdraw-linear-stream/withdrawLinearStream.t.sol b/test/integration/concrete/invoice-module/withdraw-linear-stream/withdrawLinearStream.t.sol index 546a500..36fd673 100644 --- a/test/integration/concrete/invoice-module/withdraw-linear-stream/withdrawLinearStream.t.sol +++ b/test/integration/concrete/invoice-module/withdraw-linear-stream/withdrawLinearStream.t.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.26; import { WithdrawLinearStream_Integration_Shared_Test } from "../../../shared/withdrawLinearStream.t.sol"; diff --git a/test/integration/concrete/invoice-module/withdraw-tranched-stream/withdrawTranchedStream.t.sol b/test/integration/concrete/invoice-module/withdraw-tranched-stream/withdrawTranchedStream.t.sol index 5718225..60ec65b 100644 --- a/test/integration/concrete/invoice-module/withdraw-tranched-stream/withdrawTranchedStream.t.sol +++ b/test/integration/concrete/invoice-module/withdraw-tranched-stream/withdrawTranchedStream.t.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.26; import { WithdrawTranchedStream_Integration_Shared_Test } from "../../../shared/withdrawTranchedStream.t.sol"; diff --git a/test/integration/shared/cancelInvoice.t.sol b/test/integration/shared/cancelInvoice.t.sol index e8cfcf2..c1762b0 100644 --- a/test/integration/shared/cancelInvoice.t.sol +++ b/test/integration/shared/cancelInvoice.t.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.26; import { Integration_Test } from "../Integration.t.sol"; diff --git a/test/integration/shared/createInvoice.t.sol b/test/integration/shared/createInvoice.t.sol index bfb5f7f..cc72b05 100644 --- a/test/integration/shared/createInvoice.t.sol +++ b/test/integration/shared/createInvoice.t.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.26; import { Integration_Test } from "../Integration.t.sol"; diff --git a/test/integration/shared/payInvoice.t.sol b/test/integration/shared/payInvoice.t.sol index 0a4658c..ae51635 100644 --- a/test/integration/shared/payInvoice.t.sol +++ b/test/integration/shared/payInvoice.t.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.26; import { Integration_Test } from "../Integration.t.sol"; diff --git a/test/integration/shared/withdrawLinearStream.t.sol b/test/integration/shared/withdrawLinearStream.t.sol index 094d7d0..332414a 100644 --- a/test/integration/shared/withdrawLinearStream.t.sol +++ b/test/integration/shared/withdrawLinearStream.t.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.26; import { Integration_Test } from "../Integration.t.sol"; diff --git a/test/integration/shared/withdrawTranchedStream.t.sol b/test/integration/shared/withdrawTranchedStream.t.sol index 128535b..16aab53 100644 --- a/test/integration/shared/withdrawTranchedStream.t.sol +++ b/test/integration/shared/withdrawTranchedStream.t.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.26; import { Integration_Test } from "../Integration.t.sol"; diff --git a/test/mocks/MockBadReceiver.sol b/test/mocks/MockBadReceiver.sol index 3c166c1..676055a 100644 --- a/test/mocks/MockBadReceiver.sol +++ b/test/mocks/MockBadReceiver.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.26; contract MockBadReceiver { diff --git a/test/mocks/MockERC20NoReturn.sol b/test/mocks/MockERC20NoReturn.sol index 6400d87..373f0f1 100644 --- a/test/mocks/MockERC20NoReturn.sol +++ b/test/mocks/MockERC20NoReturn.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.0; /// @notice An implementation of ERC-20 standard forked from the OpenZeppelin v4 library that do not return a boolean upon calling {transferFrom} or {transfer} diff --git a/test/mocks/MockModule.sol b/test/mocks/MockModule.sol index 4d6ce13..70e9703 100644 --- a/test/mocks/MockModule.sol +++ b/test/mocks/MockModule.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: UNLICENSED +// SPDX-License-Identifier: GPL-3.0-or-later pragma solidity ^0.8.26; import { IERC165 } from "@openzeppelin/contracts/utils/introspection/IERC165.sol"; diff --git a/test/mocks/MockNonCompliantContainer.sol b/test/mocks/MockNonCompliantContainer.sol index cfdcccc..f8db9ae 100644 --- a/test/mocks/MockNonCompliantContainer.sol +++ b/test/mocks/MockNonCompliantContainer.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: GPL-3.0-or-later pragma solidity ^0.8.26; import { ExcessivelySafeCall } from "@nomad-xyz/excessively-safe-call/src/ExcessivelySafeCall.sol"; diff --git a/test/unit/concrete/container/Container.t.sol b/test/unit/concrete/container/Container.t.sol index 4514bee..57f3e19 100644 --- a/test/unit/concrete/container/Container.t.sol +++ b/test/unit/concrete/container/Container.t.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.26; import { Base_Test } from "../../../Base.t.sol"; diff --git a/test/unit/concrete/container/deposit-erc20/depositERC20.t.sol b/test/unit/concrete/container/deposit-erc20/depositERC20.t.sol index 789d676..d65fc97 100644 --- a/test/unit/concrete/container/deposit-erc20/depositERC20.t.sol +++ b/test/unit/concrete/container/deposit-erc20/depositERC20.t.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.26; import { Container_Unit_Concrete_Test } from "../Container.t.sol"; diff --git a/test/unit/concrete/container/enable-module/enableModule.t.sol b/test/unit/concrete/container/enable-module/enableModule.t.sol index 716d776..1b6eaea 100644 --- a/test/unit/concrete/container/enable-module/enableModule.t.sol +++ b/test/unit/concrete/container/enable-module/enableModule.t.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.26; import { Container_Unit_Concrete_Test } from "../Container.t.sol"; diff --git a/test/unit/concrete/container/execute/execute.t.sol b/test/unit/concrete/container/execute/execute.t.sol index e4abeb1..c7935d8 100644 --- a/test/unit/concrete/container/execute/execute.t.sol +++ b/test/unit/concrete/container/execute/execute.t.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.26; import { Container_Unit_Concrete_Test } from "../Container.t.sol"; diff --git a/test/unit/concrete/container/receive/receive.t.sol b/test/unit/concrete/container/receive/receive.t.sol index 1725179..30a0006 100644 --- a/test/unit/concrete/container/receive/receive.t.sol +++ b/test/unit/concrete/container/receive/receive.t.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.26; import { Container_Unit_Concrete_Test } from "../Container.t.sol"; diff --git a/test/unit/concrete/container/withdraw-erc20/withdrawERC20.t.sol b/test/unit/concrete/container/withdraw-erc20/withdrawERC20.t.sol index 0abbc9c..bc47f1d 100644 --- a/test/unit/concrete/container/withdraw-erc20/withdrawERC20.t.sol +++ b/test/unit/concrete/container/withdraw-erc20/withdrawERC20.t.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.26; import { Container_Unit_Concrete_Test } from "../Container.t.sol"; diff --git a/test/unit/concrete/container/withdraw-native/withdrawNative.t.sol b/test/unit/concrete/container/withdraw-native/withdrawNative.t.sol index caeda79..1a93a99 100644 --- a/test/unit/concrete/container/withdraw-native/withdrawNative.t.sol +++ b/test/unit/concrete/container/withdraw-native/withdrawNative.t.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.26; import { Container_Unit_Concrete_Test } from "../Container.t.sol"; diff --git a/test/unit/concrete/module-manager/ModuleManager.t.sol b/test/unit/concrete/module-manager/ModuleManager.t.sol index 99b65ff..0df63eb 100644 --- a/test/unit/concrete/module-manager/ModuleManager.t.sol +++ b/test/unit/concrete/module-manager/ModuleManager.t.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.26; import { Base_Test } from "../../../Base.t.sol"; diff --git a/test/unit/concrete/module-manager/constructor/constructor.t.sol b/test/unit/concrete/module-manager/constructor/constructor.t.sol index 890dc65..2201b58 100644 --- a/test/unit/concrete/module-manager/constructor/constructor.t.sol +++ b/test/unit/concrete/module-manager/constructor/constructor.t.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.26; import { Base_Test } from "../../../../Base.t.sol"; diff --git a/test/unit/concrete/module-manager/enable-module/enableModule.t.sol b/test/unit/concrete/module-manager/enable-module/enableModule.t.sol index 96e8d03..c805c00 100644 --- a/test/unit/concrete/module-manager/enable-module/enableModule.t.sol +++ b/test/unit/concrete/module-manager/enable-module/enableModule.t.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.26; import { ModuleManager_Unit_Concrete_Test } from "../ModuleManager.t.sol"; diff --git a/test/utils/Errors.sol b/test/utils/Errors.sol index 697f76d..d8cd31f 100644 --- a/test/utils/Errors.sol +++ b/test/utils/Errors.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: GPL-3.0-or-later pragma solidity ^0.8.26; library Errors { diff --git a/test/utils/Events.sol b/test/utils/Events.sol index bd06a95..cb6b9cc 100644 --- a/test/utils/Events.sol +++ b/test/utils/Events.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: GPL-3.0-or-later pragma solidity ^0.8.26; import { Types } from "./../../src/modules/invoice-module/libraries/Types.sol"; diff --git a/test/utils/Helpers.sol b/test/utils/Helpers.sol index 8367a7c..6f2403f 100644 --- a/test/utils/Helpers.sol +++ b/test/utils/Helpers.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: GPL-3.0-or-later pragma solidity ^0.8.26; import { Types } from "./../../src/modules/invoice-module/libraries/Types.sol"; diff --git a/test/utils/Types.sol b/test/utils/Types.sol index fcff751..fbdfe04 100644 --- a/test/utils/Types.sol +++ b/test/utils/Types.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: GPL-3.0-or-later pragma solidity ^0.8.26; struct Users {