Skip to content

Commit

Permalink
feat(license): modifying for right license
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrpl committed Dec 12, 2023
1 parent 11c0ef9 commit a146847
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ out/
!/broadcast
/broadcast/*/31337/
/broadcast/**/dry-run/

broadcast/
# Docs
docs/

Expand All @@ -15,3 +15,6 @@ docs/

#node_modules
node_modules

config/
scripts/
2 changes: 1 addition & 1 deletion src/blue/BlueSnippets.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 {Id, IMorpho, MarketParams, Market} from "@morpho-blue/interfaces/IMorpho.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/blue/CallbacksSnippets.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 {
Expand Down
2 changes: 1 addition & 1 deletion src/blue/interfaces/ISwap.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;

/**
Expand Down
2 changes: 1 addition & 1 deletion src/blue/mocks/SwapMock.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 {ORACLE_PRICE_SCALE} from "@morpho-blue/libraries/ConstantsLib.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/metamorpho/MetaMorphoSnippets.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 {IMetaMorpho} from "@metamorpho/interfaces/IMetaMorpho.sol";
Expand Down

0 comments on commit a146847

Please sign in to comment.