Skip to content

Commit

Permalink
👷‍♂️ Licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
transmissions11 committed Feb 9, 2024
1 parent aac22db commit 3d4fcb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/test/Owned.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0-only
// SPDX-License-Identifier: MIT
pragma solidity 0.8.24;

import {DSTestPlus} from "./utils/DSTestPlus.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/test/utils/mocks/MockOwned.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0-only
// SPDX-License-Identifier: MIT
pragma solidity >=0.8.0;

import {Owned} from "../../../auth/Owned.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/utils/TransientReentrancyGuard.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0-only
// SPDX-License-Identifier: MIT
pragma solidity >=0.8.0;

/// @notice Gas optimized reentrancy protection for smart contracts. Leverages Cancun transient storage.
Expand Down

0 comments on commit 3d4fcb2

Please sign in to comment.