Skip to content

Commit

Permalink
feat: update license to BUSL 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-Amas committed May 2, 2023
1 parent fbb3415 commit dfc1627
Show file tree
Hide file tree
Showing 14 changed files with 80 additions and 684 deletions.
738 changes: 67 additions & 671 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/AbstractMangrove.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0
// SPDX-License-Identifier: BUSL-1.1

// AbstractMangrove.sol

Expand Down
2 changes: 1 addition & 1 deletion src/IERC20.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Unlicense
// SPDX-License-Identifier: BUSL-1.1
pragma solidity >=0.6.2;

interface IERC20 {
Expand Down
2 changes: 1 addition & 1 deletion src/IMangrove.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: BUSL-1.1
// This file was manually adapted from a file generated by abi-to-sol. It must
// be kept up-to-date with the actual Mangrove interface. Fully automatic
// generation is not yet possible due to user-generated types in the external
Expand Down
2 changes: 1 addition & 1 deletion src/InvertedMangrove.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0
// SPDX-License-Identifier: BUSL-1.1

// InvertedMangrove.sol

Expand Down
2 changes: 1 addition & 1 deletion src/Mangrove.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0
// SPDX-License-Identifier: BUSL-1.1

// Mangrove.sol

Expand Down
2 changes: 1 addition & 1 deletion src/MgvGovernable.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0
// SPDX-License-Identifier: BUSL-1.1

// MgvGovernable.sol

Expand Down
2 changes: 1 addition & 1 deletion src/MgvHasOffers.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0
// SPDX-License-Identifier: BUSL-1.1

// MgvHasOffers.sol

Expand Down
2 changes: 1 addition & 1 deletion src/MgvLib.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Unlicense
// SPDX-License-Identifier: BUSL-1.1

// MgvLib.sol

Expand Down
2 changes: 1 addition & 1 deletion src/MgvOfferMaking.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0
// SPDX-License-Identifier: BUSL-1.1

// MgvOfferMaking.sol

Expand Down
2 changes: 1 addition & 1 deletion src/MgvOfferTaking.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0
// SPDX-License-Identifier: BUSL-1.1

// MgvOfferTaking.sol

Expand Down
2 changes: 1 addition & 1 deletion src/MgvOfferTakingWithPermit.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0
// SPDX-License-Identifier: BUSL-1.1

// MgvOfferTakingWithPermit.sol

Expand Down
2 changes: 1 addition & 1 deletion src/MgvRoot.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0
// SPDX-License-Identifier: BUSL-1.1

// MgvRoot.sol

Expand Down

0 comments on commit dfc1627

Please sign in to comment.