Update copyright dates in managedsoftwareupdate's greeting message

This commit is contained in:
Greg Neagle
2025-03-30 09:59:05 -07:00
parent 4a06a0a59e
commit e2658e67d3
@@ -522,7 +522,7 @@ struct ManagedSoftwareUpdate: AsyncParsableCommand {
if DisplayOptions.verbose > 0 {
print("Managed Software Update Tool")
print("Version \(getVersion())")
print("Copyright 2010-2024 The Munki Project")
print("Copyright 2010-2025 The Munki Project")
print("https://github.com/munki/munki\n")
}
displayMajorStatus("Starting...")