Skip to content

Commit

Permalink
style: Rename LICENSE files (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-alchemy authored and howydev committed Feb 2, 2024
1 parent 2c5beca commit 87c60d7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ 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.
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 87c60d7

Please sign in to comment.