Skip to content

Commit

Permalink
Merge pull request #47 from neutral-protocol/license-update
Browse files Browse the repository at this point in the history
Update license to Toucan Protocol
  • Loading branch information
0xmichalis authored Feb 28, 2024
2 parents 2ea68bd + eb2b627 commit 6e30a2b
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/FeeCalculator.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2023 Neutral Labs Inc.
// SPDX-FileCopyrightText: 2024 Toucan Protocol
//
// SPDX-License-Identifier: UNLICENSED

Expand All @@ -14,7 +14,7 @@ import "./interfaces/IPool.sol";
import {VintageData, ITCO2} from "./interfaces/ITCO2.sol";

/// @title FeeCalculator
/// @author Neutral Labs Inc.
/// @author Neutral Labs Inc. & Toucan Protocol
/// @notice This contract calculates deposit and redemption fees for a given pool.
/// @dev It implements the IFeeCalculator interface.
contract FeeCalculator is IFeeCalculator, Ownable {
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/IFeeCalculator.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2023 Neutral Labs Inc.
// SPDX-FileCopyrightText: 2024 Toucan Protocol
//
// SPDX-License-Identifier: UNLICENSED

Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/IPool.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2023 Neutral Labs Inc.
// SPDX-FileCopyrightText: 2024 Toucan Protocol
//
// SPDX-License-Identifier: UNLICENSED

Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/ITCO2.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2024 Neutral Labs Inc.
// SPDX-FileCopyrightText: 2024 Toucan Protocol
//
// SPDX-License-Identifier: UNLICENSED

Expand Down
2 changes: 1 addition & 1 deletion test/FeeCalculator.fuzzy.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2023 Neutral Labs Inc.
// SPDX-FileCopyrightText: 2024 Toucan Protocol
//
// SPDX-License-Identifier: UNLICENSED

Expand Down
2 changes: 1 addition & 1 deletion test/FeeCalculator.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2023 Neutral Labs Inc.
// SPDX-FileCopyrightText: 2024 Toucan Protocol
//
// SPDX-License-Identifier: UNLICENSED

Expand Down
2 changes: 1 addition & 1 deletion test/FeeCalculatorLaunchParams.fuzzy.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2023 Neutral Labs Inc.
// SPDX-FileCopyrightText: 2024 Toucan Protocol
//
// SPDX-License-Identifier: UNLICENSED

Expand Down
2 changes: 1 addition & 1 deletion test/FeeCalculatorLaunchParams.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2023 Neutral Labs Inc.
// SPDX-FileCopyrightText: 2024 Toucan Protocol
//
// SPDX-License-Identifier: UNLICENSED

Expand Down
2 changes: 1 addition & 1 deletion test/TestUtilities.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2023 Neutral Labs Inc.
// SPDX-FileCopyrightText: 2024 Toucan Protocol
//
// SPDX-License-Identifier: UNLICENSED

Expand Down

0 comments on commit 6e30a2b

Please sign in to comment.