diff --git a/LICENSE b/LICENSE index 278a67d..e2e29bc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Randall Winkhart +Copyright (c) 2024-2025 Randall Winkhart 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/libmuttonserver.go b/libmuttonserver.go index a3e6754..b692962 100644 --- a/libmuttonserver.go +++ b/libmuttonserver.go @@ -77,7 +77,7 @@ func main() { } func helpServer() { - fmt.Print(ansiBold + "\nlibmuttonserver | Copyright (c) 2024 Randall Winkhart\n" + core.AnsiReset + ` + fmt.Print(ansiBold + "\nlibmuttonserver | Copyright (c) 2024-2025 Randall Winkhart\n" + core.AnsiReset + ` This software exists under the MIT license; you may redistribute it under certain conditions. This program comes with absolutely no warranty; type "libmuttonserver version" for details. @@ -118,5 +118,5 @@ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED OR OTHER DEALINGS IN THE SOFTWARE.` + "\n\n---------------------------------------------------------") fmt.Print(ansiBold + "\n\n libmuttonserver" + core.AnsiReset + " Version " + core.LibmuttonVersion + ` - Copyright (c) 2024 Randall Winkhart` + "\n\n") + Copyright (c) 2024-2025 Randall Winkhart` + "\n\n") }