Skip to content

Conversation

@AdekunleBamz
Copy link

Summary

Updates the SPDX license identifier in script/Deploy.s.sol from GPL-3.0 to MIT.

Problem

The deployment script had an incorrect license header (GPL-3.0) that was inconsistent with:

  • The project's LICENSE.md which specifies MIT license
  • All source files in src/ which use MIT headers

Changes

  • Changed // SPDX-License-Identifier: GPL-3.0 to // SPDX-License-Identifier: MIT in script/Deploy.s.sol

This ensures license consistency across all project files.

SmartFlow Developer and others added 2 commits January 10, 2026 20:44
Apply forge fmt to fix formatting issues in source and test files:
- src/AuthCaptureEscrow.sol
- src/collectors/ERC3009PaymentCollector.sol
- src/collectors/Permit2PaymentCollector.sol
- src/interfaces/IMulticall3.sol
- test/base/AuthCaptureEscrowBase.sol
- test/base/AuthCaptureEscrowSmartWalletBase.sol
- test/src/PaymentEscrow/authorize.t.sol
- test/src/collectors/SpendPermissionPaymentCollector.t.sol

This ensures 'forge fmt --check' passes in CI workflows.
@cb-heimdall
Copy link
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants