From d40706bb74b1766bba5f56b2b67e0d7439069b6a Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 26 Jan 2024 17:42:03 -0500 Subject: [PATCH 1/2] Rename LICENSE file to LICENSE-MIT --- LICENSE => LICENSE-MIT | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename LICENSE => LICENSE-MIT (100%) diff --git a/LICENSE b/LICENSE-MIT similarity index 100% rename from LICENSE rename to LICENSE-MIT diff --git a/README.md b/README.md index 574d2c04..72006cc5 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ We have done 2 audits from Spearbit and Quantstamp and will upload the reports s ## License -The Modular Account libraries (all code inside the [src/libraries](src/libraries) directory) are licensed under the MIT License, also included in our repository in [LICENSE](LICENSE). +The Modular Account libraries (all code inside the [src/libraries](src/libraries) directory) are licensed under the MIT License, also included in our repository in [LICENSE-MIT](LICENSE-MIT). The Modular Account and ERC-6900 interfaces (all code inside the [src/interfaces](src/interfaces) directory) are licensed under the CC0 1.0 Universal License. From a1dce69510a981b44f55a07a98e30cb8f3697d7c Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 29 Jan 2024 12:29:42 -0500 Subject: [PATCH 2/2] Rename GPL license, and clarify scope for other licenses --- COPYING => LICENSE-GPL | 0 README.md | 4 ++-- src/libraries/AssociatedLinkedListSetLib.sol | 2 +- src/libraries/Constants.sol | 2 +- src/libraries/CountableLinkedListSetLib.sol | 2 +- src/libraries/LinkedListSetLib.sol | 2 +- src/libraries/PluginStorageLib.sol | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) rename COPYING => LICENSE-GPL (100%) diff --git a/COPYING b/LICENSE-GPL similarity index 100% rename from COPYING rename to LICENSE-GPL diff --git a/README.md b/README.md index 72006cc5..d83dd0fe 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ We have done 2 audits from Spearbit and Quantstamp and will upload the reports s The Modular Account libraries (all code inside the [src/libraries](src/libraries) directory) are licensed under the MIT License, also included in our repository in [LICENSE-MIT](LICENSE-MIT). -The Modular Account and ERC-6900 interfaces (all code inside the [src/interfaces](src/interfaces) directory) are licensed under the CC0 1.0 Universal License. +The Modular Account interfaces and ERC-6900 interfaces (all code inside the [src/interfaces](src/interfaces) directory) are licensed under the CC0 1.0 Universal License. -All other code for Modular Account is licensed under the GNU General Public License v3.0, also included in our repository in [COPYING](COPYING). +All other code for Modular Account is licensed under the GNU General Public License v3.0, also included in our repository in [LICENSE-GPL](LICENSE-GPL). Alchemy Insights, Inc., 548 Market St., PMB 49099, San Francisco, CA 94104; legal@alchemy.com diff --git a/src/libraries/AssociatedLinkedListSetLib.sol b/src/libraries/AssociatedLinkedListSetLib.sol index 55b1c349..5e827af0 100644 --- a/src/libraries/AssociatedLinkedListSetLib.sol +++ b/src/libraries/AssociatedLinkedListSetLib.sol @@ -4,7 +4,7 @@ // // SPDX-License-Identifier: MIT // -// See LICENSE file for more information +// See LICENSE-MIT file for more information pragma solidity ^0.8.22; diff --git a/src/libraries/Constants.sol b/src/libraries/Constants.sol index 45644c49..192a095d 100644 --- a/src/libraries/Constants.sol +++ b/src/libraries/Constants.sol @@ -4,7 +4,7 @@ // // SPDX-License-Identifier: MIT // -// See LICENSE file for more information +// See LICENSE-MIT file for more information pragma solidity ^0.8.22; diff --git a/src/libraries/CountableLinkedListSetLib.sol b/src/libraries/CountableLinkedListSetLib.sol index 2945d6ef..a29a5aa8 100644 --- a/src/libraries/CountableLinkedListSetLib.sol +++ b/src/libraries/CountableLinkedListSetLib.sol @@ -4,7 +4,7 @@ // // SPDX-License-Identifier: MIT // -// See LICENSE file for more information +// See LICENSE-MIT file for more information pragma solidity ^0.8.22; diff --git a/src/libraries/LinkedListSetLib.sol b/src/libraries/LinkedListSetLib.sol index 2a6c0525..5cbace09 100644 --- a/src/libraries/LinkedListSetLib.sol +++ b/src/libraries/LinkedListSetLib.sol @@ -4,7 +4,7 @@ // // SPDX-License-Identifier: MIT // -// See LICENSE file for more information +// See LICENSE-MIT file for more information pragma solidity ^0.8.22; diff --git a/src/libraries/PluginStorageLib.sol b/src/libraries/PluginStorageLib.sol index f6db03f5..25f952c8 100644 --- a/src/libraries/PluginStorageLib.sol +++ b/src/libraries/PluginStorageLib.sol @@ -4,7 +4,7 @@ // // SPDX-License-Identifier: MIT // -// See LICENSE file for more information +// See LICENSE-MIT file for more information pragma solidity ^0.8.22;