Skip to content

Commit

Permalink
Update licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquefynn committed Jan 30, 2024
1 parent 645781d commit 19fa617
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion script/FeeRewardsManager.s.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: Apache License 2.0
pragma solidity ^0.8.13;

import "forge-std/Script.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/FeeRewardsManager.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: Apache License 2.0
pragma solidity ^0.8.13;

import "@openzeppelin/contracts/access/Ownable2Step.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/FeeRewardsManager.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: Apache License 2.0
pragma solidity ^0.8.13;

import "forge-std/Test.sol";
Expand Down

0 comments on commit 19fa617

Please sign in to comment.