diff --git a/version.go b/version.go index f9159b8..b1bd957 100644 --- a/version.go +++ b/version.go @@ -14,9 +14,8 @@ var ( func printVersion() { fmt.Printf(`webhookd (%s) -Copyright (C) 2020 Nunux, Org. -This is free software: you are free to change and redistribute it. -There is NO WARRANTY, to the extent permitted by law. -Written by Nicolas Carlier.`, Version) +Copyright (C) 2020 Nicolas Carlier +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law.`, Version) }