Skip to content

Commit

Permalink
Merge pull request #38 from GenerationSoftware/gen-806-update-license…
Browse files Browse the repository at this point in the history
…-and-author-info

update license to MIT
  • Loading branch information
trmid committed Oct 17, 2023
2 parents 56f6c34 + bbb725c commit 8bc919e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@pooltogether/foundry-template",
"name": "@generationsoftware/pt-v5-cgda-liquidator",
"version": "1.0.0",
"description": "Template to kickstart a Foundry project",
"description": "PoolTogether V5 CGDA Liquidator Contracts",
"author": {
"name": "PoolTogether Inc.",
"url": "https://github.com/pooltogether"
"name": "G9 Software Inc.",
"url": "https://github.com/GenerationSoftware"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pooltogether/foundry-template.git"
"url": "git+https://github.com/GenerationSoftware/pt-v5-cgda-liquidator.git"
},
"scripts": {
"clean": "forge clean",
Expand Down
2 changes: 1 addition & 1 deletion src/LiquidationPair.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: MIT
pragma solidity 0.8.19;

import { SafeCast } from "openzeppelin/utils/math/SafeCast.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/LiquidationPairFactory.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: MIT

pragma solidity 0.8.19;

Expand Down
2 changes: 1 addition & 1 deletion src/LiquidationRouter.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: MIT
pragma solidity 0.8.19;

import { IERC20 } from "openzeppelin/token/ERC20/IERC20.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/ContinuousGDA.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: MIT
pragma solidity 0.8.19;

import { SD59x18, convert, unwrap } from "prb-math/SD59x18.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/SafeSD59x18.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: MIT
pragma solidity 0.8.19;

import { SD59x18, wrap } from "prb-math/SD59x18.sol";
Expand Down

0 comments on commit 8bc919e

Please sign in to comment.