Skip to content

Commit 77fe60c

Browse files
committed
chore: update licenses
1 parent 3d493c5 commit 77fe60c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/interfaces/IAccountLoupe.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-3.0
1+
// SPDX-License-Identifier: CC0-1.0
22
pragma solidity ^0.8.19;
33

44
import {FunctionReference} from "../helpers/FunctionReferenceLib.sol";

src/interfaces/IPlugin.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-3.0
1+
// SPDX-License-Identifier: CC0-1.0
22
pragma solidity ^0.8.19;
33

44
import {UserOperation} from "@eth-infinitism/account-abstraction/interfaces/UserOperation.sol";

src/interfaces/IPluginExecutor.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-3.0
1+
// SPDX-License-Identifier: CC0-1.0
22
pragma solidity ^0.8.19;
33

44
interface IPluginExecutor {

src/interfaces/IPluginManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-3.0
1+
// SPDX-License-Identifier: CC0-1.0
22
pragma solidity ^0.8.19;
33

44
import {FunctionReference} from "../helpers/FunctionReferenceLib.sol";

src/interfaces/IStandardExecutor.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-3.0
1+
// SPDX-License-Identifier: CC0-1.0
22
pragma solidity ^0.8.19;
33

44
struct Call {

src/libraries/AssociatedLinkedListSetLib.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-3.0
1+
// SPDX-License-Identifier: MIT
22
pragma solidity ^0.8.19;
33

44
type SetValue is bytes30;

src/libraries/PluginStorageLib.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-3.0
1+
// SPDX-License-Identifier: MIT
22
pragma solidity ^0.8.19;
33

44
type StoragePointer is bytes32;

0 commit comments

Comments
 (0)