Skip to content

Commit

Permalink
Rename GPL license, and clarify scope for other licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
adamegyed committed Jan 29, 2024
1 parent d40706b commit a1dce69
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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; [email protected]
2 changes: 1 addition & 1 deletion src/libraries/AssociatedLinkedListSetLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion src/libraries/Constants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion src/libraries/CountableLinkedListSetLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion src/libraries/LinkedListSetLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion src/libraries/PluginStorageLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit a1dce69

Please sign in to comment.