diff options
-rw-r--r-- | sd_daemon/Makefile | 2 | ||||
-rwxr-xr-x | sd_daemon/log_util.go.gen | 2 | ||||
-rw-r--r-- | sd_daemon/notify_nonlinux.go | 2 | ||||
-rw-r--r-- | sd_messages/Makefile | 2 | ||||
-rwxr-xr-x | sd_messages/messages.go.gen | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sd_daemon/Makefile b/sd_daemon/Makefile index c834dda..90d221c 100644 --- a/sd_daemon/Makefile +++ b/sd_daemon/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2017 Luke Shumaker <lukeshu@sbcglobal.net> +# Copyright (C) 2016-2017 Luke Shumaker <lukeshu@lukeshu.com> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/sd_daemon/log_util.go.gen b/sd_daemon/log_util.go.gen index 0ad4ea2..6bf98b1 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, 2018 Luke Shumaker <lukeshu@sbcglobal.net> +# Copyright (C) 2016, 2018 Luke Shumaker <lukeshu@lukeshu.com> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/sd_daemon/notify_nonlinux.go b/sd_daemon/notify_nonlinux.go index 5acc5d7..2ed3136 100644 --- a/sd_daemon/notify_nonlinux.go +++ b/sd_daemon/notify_nonlinux.go @@ -108,7 +108,7 @@ func (msg Notification) Send(unsetEnv bool) error { // BUG(lukeshu): Spoofing the socket credentials is // not implemnted on non-Linux kernels. If you are // knowledgable about how to do this on other kernels, - // please let me know at lukeshu@lukeshu.com! + // please let me know at <lukeshu@lukeshu.com>! havePid = false } diff --git a/sd_messages/Makefile b/sd_messages/Makefile index 4cf4640..312d20b 100644 --- a/sd_messages/Makefile +++ b/sd_messages/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2017 Luke Shumaker <lukeshu@sbcglobal.net> +# Copyright (C) 2016-2017 Luke Shumaker <lukeshu@lukeshu.com> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/sd_messages/messages.go.gen b/sd_messages/messages.go.gen index ecd2e2f..534213f 100755 --- a/sd_messages/messages.go.gen +++ b/sd_messages/messages.go.gen @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (C) 2017-2018 Luke Shumaker <lukeshu@sbcglobal.net> +# Copyright (C) 2017-2018 Luke Shumaker <lukeshu@lukeshu.cm> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |