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 c3051c9 commit 1be9d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit 1be9d31

Please sign in to comment.