Skip to content

Commit

Permalink
fix: Capitalize license names of contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Dec 14, 2022
1 parent 80e4215 commit cfe7ab3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/contracts/facilitators/flashMinter/GhoFlashMinter.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: agpl-3.0
// SPDX-License-Identifier: AGPL-3.0
pragma solidity 0.8.10;

import {IACLManager} from '@aave/core-v3/contracts/interfaces/IACLManager.sol';
Expand Down
2 changes: 1 addition & 1 deletion src/contracts/gho/GhoToken.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: agpl-3.0
// SPDX-License-Identifier: AGPL-3.0

pragma solidity ^0.8.0;

Expand Down
2 changes: 1 addition & 1 deletion src/contracts/gho/interfaces/IGhoToken.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: agpl-3.0
// SPDX-License-Identifier: AGPL-3.0
pragma solidity ^0.8.0;

import {IERC20} from '@openzeppelin/contracts/token/ERC20/IERC20.sol';
Expand Down

0 comments on commit cfe7ab3

Please sign in to comment.