Skip to content

Commit

Permalink
Merge pull request #1296 from morpho-dao/chore/license
Browse files Browse the repository at this point in the history
License
  • Loading branch information
MerlinEgalite authored Sep 19, 2022
2 parents e1d21f0 + be8e94e commit 1a56fcb
Show file tree
Hide file tree
Showing 12 changed files with 672 additions and 11 deletions.
661 changes: 661 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ For any question or feedback you can send an email to [[email protected]](mailto

## Licensing

The code is under the GNU General Public License v3.0 license, see [`LICENSE`](https://github.com/morphodao/morpho-core-v1/blob/main/LICENSE).
The code is under the GNU AFFERO GENERAL PUBLIC LICENSE v3.0, see [`LICENSE`](./LICENSE).
2 changes: 1 addition & 1 deletion contracts/aave-v2/interfaces/aave/IAToken.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: agpl-3.0
// SPDX-License-Identifier: GNU AGPLv3
pragma solidity >=0.8.0;

import {IERC20} from "./IERC20.sol";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: agpl-3.0
// SPDX-License-Identifier: GNU AGPLv3
pragma solidity >=0.8.0;

interface IAaveDistributionManager {
Expand Down
2 changes: 1 addition & 1 deletion contracts/aave-v2/interfaces/aave/IERC20.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: agpl-3.0
// SPDX-License-Identifier: GNU AGPLv3
pragma solidity >=0.8.0;

/**
Expand Down
2 changes: 1 addition & 1 deletion contracts/aave-v2/interfaces/aave/ILendingPool.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: agpl-3.0
// SPDX-License-Identifier: GNU AGPLv3
pragma solidity >=0.8.0;
pragma experimental ABIEncoderV2;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: agpl-3.0
// SPDX-License-Identifier: GNU AGPLv3
pragma solidity >=0.8.0;

/**
Expand Down
2 changes: 1 addition & 1 deletion contracts/aave-v2/interfaces/aave/IScaledBalanceToken.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: agpl-3.0
// SPDX-License-Identifier: GNU AGPLv3
pragma solidity >=0.8.0;

interface IScaledBalanceToken {
Expand Down
2 changes: 1 addition & 1 deletion contracts/aave-v2/interfaces/aave/IVariableDebtToken.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: agpl-3.0
// SPDX-License-Identifier: GNU AGPLv3
pragma solidity >=0.8.0;

import {IScaledBalanceToken} from "./IScaledBalanceToken.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/aave-v2/libraries/aave/DataTypes.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: agpl-3.0
// SPDX-License-Identifier: GNU AGPLv3
pragma solidity ^0.8.0;

library DataTypes {
Expand Down
2 changes: 1 addition & 1 deletion contracts/aave-v2/libraries/aave/Errors.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: agpl-3.0
// SPDX-License-Identifier: GNU AGPLv3
pragma solidity ^0.8.0;

/**
Expand Down
2 changes: 1 addition & 1 deletion contracts/aave-v2/libraries/aave/ReserveConfiguration.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: agpl-3.0
// SPDX-License-Identifier: GNU AGPLv3
pragma solidity ^0.8.0;

import {Errors} from "./Errors.sol";
Expand Down

0 comments on commit 1a56fcb

Please sign in to comment.