Skip to content

Commit

Permalink
Merge pull request #55 from catalystdao/W11-incorrect-SPDX-license-id…
Browse files Browse the repository at this point in the history
…entifier

Set LayerZero integration license to MIT
  • Loading branch information
reednaa authored Jun 17, 2024
2 parents f40e0fa + 040e175 commit 8126d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/apps/layerzero/IncentivizedLayerZeroEscrow.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: DO-NOT-USE
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.22;

import { ILayerZeroEndpointV2, MessagingParams, MessagingFee, MessagingReceipt, Origin } from "LayerZero-v2/protocol/contracts/interfaces/ILayerZeroEndpointV2.sol";
Expand Down
4 changes: 1 addition & 3 deletions src/apps/layerzero/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Wormhole Generalised Incentives

This is a Layer Zero implementation of Generalised Incentives.

The contracts are not allowed to be used in production.
This is a Layer Zero implementation of Generalised Incentives.

0 comments on commit 8126d94

Please sign in to comment.