Skip to content

Commit

Permalink
Correct code license to BUSL (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster-will authored Dec 10, 2024
1 parent 1404375 commit 0580c31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions contracts/interfaces/IIPAccountStorage.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// See https://github.com/storyprotocol/protocol-contracts/blob/main/StoryProtocol-AlphaTestingAgreement-17942166.3.pdf
// SPDX-License-Identifier: BUSL-1.1
pragma solidity 0.8.26;

import { IERC165 } from "@openzeppelin/contracts/utils/introspection/ERC165.sol";
Expand Down
3 changes: 1 addition & 2 deletions contracts/interfaces/modules/base/IViewModule.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// See https://github.com/storyprotocol/protocol-contracts/blob/main/StoryProtocol-AlphaTestingAgreement-17942166.3.pdf
// SPDX-License-Identifier: BUSL-1.1
pragma solidity 0.8.26;

import { IModule } from "./IModule.sol";
Expand Down
3 changes: 1 addition & 2 deletions contracts/lib/IPAccountStorageOps.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// See https://github.com/storyprotocol/protocol-contracts/blob/main/StoryProtocol-AlphaTestingAgreement-17942166.3.pdf
// SPDX-License-Identifier: BUSL-1.1
pragma solidity 0.8.26;

import { IIPAccountStorage } from "../interfaces/IIPAccountStorage.sol";
Expand Down

0 comments on commit 0580c31

Please sign in to comment.