Skip to content

Commit

Permalink
Update license in code
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap committed Jan 13, 2025
1 parent 1a1411a commit 038d1f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ contract TokenWithdrawModule {
Create a new file in the `contracts` directory named `TestToken.sol` and add the following code:

```solidity
// SPDX-License-Identifier: SEE LICENSE IN LICENSE
// SPDX-License-Identifier: LGPL-3.0
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
Expand Down

0 comments on commit 038d1f4

Please sign in to comment.