mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-14 02:34:46 +08:00
chore: Polishing the license headers work (#860)
* feat(tool): Adding license header check and apply tool * Update docs/LICENSE_HEADERS.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update scripts/license_header.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: Polishing the license headers work --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -209,7 +209,7 @@ def main():
|
||||
print(f"\n❌ {len(missing_header)} file(s) missing license header:")
|
||||
for path in missing_header:
|
||||
print(f" - {path}")
|
||||
print("\nRun 'make add-license' to add headers.")
|
||||
print("\nRun 'make add-license-all' to add headers.")
|
||||
return 1
|
||||
else:
|
||||
print(f"✅ All {len(all_files)} source file(s) have license headers.")
|
||||
|
||||
Reference in New Issue
Block a user