diff options
Diffstat (limited to 'sd_daemon')
-rwxr-xr-x | sd_daemon/log_util.go.gen | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd_daemon/log_util.go.gen b/sd_daemon/log_util.go.gen index 3ca63dc..9bebacf 100755 --- a/sd_daemon/log_util.go.gen +++ b/sd_daemon/log_util.go.gen @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (C) 2016 Luke Shumaker <lukeshu@sbcglobal.net> +# Copyright (C) 2016, 2018 Luke Shumaker <lukeshu@sbcglobal.net> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ { printf '//' printf ' %q' "$0" "$@" - printf '\n// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT\n\n' + printf '\n// Code generated by the above command; DO NOT EDIT.\n\n' cat <<EOF package sd_daemon |