Skip to content

Commit

Permalink
chore: update licenses (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypaik authored Jan 11, 2024
1 parent ca30852 commit 1ccedca
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/interfaces/IAccountLoupe.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: CC0-1.0
pragma solidity ^0.8.19;

import {FunctionReference} from "../helpers/FunctionReferenceLib.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/IPlugin.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: CC0-1.0
pragma solidity ^0.8.19;

import {UserOperation} from "@eth-infinitism/account-abstraction/interfaces/UserOperation.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/IPluginExecutor.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: CC0-1.0
pragma solidity ^0.8.19;

interface IPluginExecutor {
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/IPluginManager.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: CC0-1.0
pragma solidity ^0.8.19;

import {FunctionReference} from "../helpers/FunctionReferenceLib.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/IStandardExecutor.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: CC0-1.0
pragma solidity ^0.8.19;

struct Call {
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/AssociatedLinkedListSetLib.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;

type SetValue is bytes30;
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/PluginStorageLib.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;

type StoragePointer is bytes32;
Expand Down

0 comments on commit 1ccedca

Please sign in to comment.