chore: rebrand CLI copyright to MAIL Contributors and add --license - #76
Merged
Conversation
Change the user-facing copyright in CLI --help footers and the backend-init epilog from "Addison Kline" to "2025-present MAIL Contributors". Add a shared --license flag (via cli_help) that prints the Apache-2.0 notice and exits, wired into all CLIs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the user-facing copyright notice in the MAIL CLIs and adds a
--licenseflag.--helpfooters and thebackend-initepilog fromCopyright (c) 2026 Addison KlinetoCopyright (c) 2025-present MAIL Contributors.--licenseflag (viacli_help) that prints MAIL's Apache-2.0 notice and exits. It's wired intomake_arg_parser, somail,mail-server, andmail-daemonall get it;backend-initopts in explicitly.The
2025-presentform preserves the v1 (2025) publication year, stays static (no runtimedatetimedependency), and never needs updating.Per-file header comments are intentionally left unchanged — those are per-file authorship records, distinct from the project's user-facing copyright notice.
Test plan
mail,mail-server,mail-daemon,backend-initall show the new footer and--licensenoticetests/unit/test_cli_help.pypasses (13/13)🤖 Generated with Claude Code