mirror of
https://github.com/charmbracelet/gum
synced 2026-03-14 13:45:45 +01:00
chore: update copyright dates (#601)
This commit is contained in:
parent
b1b02e4ecb
commit
851a48aee2
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ func (m Man) BeforeApply(ctx *kong.Context) error {
|
|||
// Set the correct man pages description without color escape sequences.
|
||||
ctx.Model.Help = "A tool for glamorous shell scripts."
|
||||
man := mangokong.NewManPage(1, ctx.Model)
|
||||
man = man.WithSection("Copyright", "(C) 2022-2023 Charmbracelet, Inc.\n"+
|
||||
man = man.WithSection("Copyright", "(c) 2022-2024 Charmbracelet, Inc.\n"+
|
||||
"Released under MIT license.")
|
||||
_, _ = fmt.Fprint(ctx.Stdout, man.Build(roff.NewDocument()))
|
||||
ctx.Exit(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue