Skip to content

Commit

Permalink
📝 Make Owned.sol MIT licensed too (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurelian authored Sep 29, 2022
1 parent b9d69da commit ed67fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/Owned.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 Simple single owner authorization mixin.
Expand Down

0 comments on commit ed67fed

Please sign in to comment.