diff --git a/LICENSE b/LICENSE index 3d2e904..7da14f8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 Charmbracelet, Inc +Copyright (c) 2022-2024 Charmbracelet, Inc Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/man/command.go b/man/command.go index af64d0d..1d83dab 100644 --- a/man/command.go +++ b/man/command.go @@ -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)