From a052bb416fae2e03b64756c87eb67ec1a1a818a1 Mon Sep 17 00:00:00 2001 From: amusingaxl <112016538+amusingaxl@users.noreply.github.com> Date: Wed, 12 Feb 2025 15:16:33 -0300 Subject: [PATCH] fix: amend broken license headers (#14) --- src/line-wipe/GroupedLineWipeSpell.sol | 5 +++++ .../SingleLitePsmHaltSpell.t.integration.sol | 14 ++++++++++++++ .../SplitterStopSpell.t.integration.sol | 14 ++++++++++++++ 3 files changed, 33 insertions(+) diff --git a/src/line-wipe/GroupedLineWipeSpell.sol b/src/line-wipe/GroupedLineWipeSpell.sol index fb21941..3cbea11 100644 --- a/src/line-wipe/GroupedLineWipeSpell.sol +++ b/src/line-wipe/GroupedLineWipeSpell.sol @@ -1,3 +1,8 @@ +// SPDX-FileCopyrightText: © 2024 Dai Foundation +// SPDX-License-Identifier: AGPL-3.0-or-later +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // diff --git a/src/lite-psm-halt/SingleLitePsmHaltSpell.t.integration.sol b/src/lite-psm-halt/SingleLitePsmHaltSpell.t.integration.sol index 0316bbc..3a3cf3c 100644 --- a/src/lite-psm-halt/SingleLitePsmHaltSpell.t.integration.sol +++ b/src/lite-psm-halt/SingleLitePsmHaltSpell.t.integration.sol @@ -1,4 +1,18 @@ +// SPDX-FileCopyrightText: © 2024 Dai Foundation // SPDX-License-Identifier: AGPL-3.0-or-later +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . pragma solidity ^0.8.16; import {stdStorage, StdStorage} from "forge-std/Test.sol"; diff --git a/src/splitter-stop/SplitterStopSpell.t.integration.sol b/src/splitter-stop/SplitterStopSpell.t.integration.sol index 2a9283b..f80aad3 100644 --- a/src/splitter-stop/SplitterStopSpell.t.integration.sol +++ b/src/splitter-stop/SplitterStopSpell.t.integration.sol @@ -1,4 +1,18 @@ +// SPDX-FileCopyrightText: © 2024 Dai Foundation // SPDX-License-Identifier: AGPL-3.0-or-later +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . pragma solidity ^0.8.16; import {stdStorage, StdStorage} from "forge-std/Test.sol";