diff options
author | Luke Shumaker <lukeshu@datawire.io> | 2019-08-14 21:34:44 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@datawire.io> | 2019-08-14 21:34:44 -0400 |
commit | 99121a7899409d788b1e9744dfa51747f6c87d3b (patch) | |
tree | b13e3c1442142f982052938201cce731924e3ca7 /sd_daemon | |
parent | ce175d883abeacd2563277f432e0f358ce159ac6 (diff) |
License audit
- Add comments about what versions things reference. This is not needed
for compliance, but it makes auditing easier.
- notify.go erroneously mentioned 2014 in the list of years for Docker's
copyright.
- Docker's required NOTICE for notify.go was missing.
Diffstat (limited to 'sd_daemon')
-rw-r--r-- | sd_daemon/booted.go | 2 | ||||
-rw-r--r-- | sd_daemon/listen_fds.go | 2 | ||||
-rw-r--r-- | sd_daemon/notify.go | 5 | ||||
-rw-r--r-- | sd_daemon/notify_nonlinux.go | 5 | ||||
-rw-r--r-- | sd_daemon/watchdog.go | 2 |
5 files changed, 14 insertions, 2 deletions
diff --git a/sd_daemon/booted.go b/sd_daemon/booted.go index 18fd4fb..9a0bdf1 100644 --- a/sd_daemon/booted.go +++ b/sd_daemon/booted.go @@ -1,3 +1,5 @@ +// Incorporates: git://github.com/coreos/go-systemd.git 7f0723f2757beb369312e795c56cb681a928d7c7 util/util.go:IsRunningSystemd() +// // Copyright 2015 CoreOS, Inc. // Copyright 2016 Luke Shumaker // diff --git a/sd_daemon/listen_fds.go b/sd_daemon/listen_fds.go index cdcb3cd..575e2ab 100644 --- a/sd_daemon/listen_fds.go +++ b/sd_daemon/listen_fds.go @@ -1,3 +1,5 @@ +// Incorporates: git://github.com/coreos/go-systemd.git 8843929dce14ef03e3f9b78c1707d347cbf661b9 activation/files.go +// // Copyright 2015 CoreOS, Inc. // Copyright 2015-2016 Luke Shumaker // diff --git a/sd_daemon/notify.go b/sd_daemon/notify.go index b0a0d72..917e2d4 100644 --- a/sd_daemon/notify.go +++ b/sd_daemon/notify.go @@ -1,4 +1,7 @@ -// Copyright 2013-2015 Docker, Inc. +// Incorporates: git://github.com/docker/docker.git 18c7c67308bd4a24a41028e63c2603bb74eac85e pkg/systemd/sd_notify.go +// Incorporates: git://github.com/coreos/go-systemd.git a606a1e936df81b70d85448221c7b1c6d8a74ef1 daemon/sdnotify.go +// +// Copyright 2013, 2015 Docker, Inc. // Copyright 2014 CoreOS, Inc. // Copyright 2015-2018 Luke Shumaker // diff --git a/sd_daemon/notify_nonlinux.go b/sd_daemon/notify_nonlinux.go index 2ed3136..7b37a19 100644 --- a/sd_daemon/notify_nonlinux.go +++ b/sd_daemon/notify_nonlinux.go @@ -1,4 +1,7 @@ -// Copyright 2013-2015 Docker, Inc. +// Incorporates: git://github.com/docker/docker.git 18c7c67308bd4a24a41028e63c2603bb74eac85e pkg/systemd/sd_notify.go +// Incorporates: git://github.com/coreos/go-systemd.git a606a1e936df81b70d85448221c7b1c6d8a74ef1 daemon/sdnotify.go +// +// Copyright 2013, 2015 Docker, Inc. // Copyright 2014 CoreOS, Inc. // Copyright 2015-2018 Luke Shumaker // diff --git a/sd_daemon/watchdog.go b/sd_daemon/watchdog.go index 05dc9f3..7ebac15 100644 --- a/sd_daemon/watchdog.go +++ b/sd_daemon/watchdog.go @@ -1,3 +1,5 @@ +// Incorporates: git://github.com/coreos/go-systemd.git 0c088eaedf4396216a47ca971d4630f1697186bf daemon/watchdog.go +// // Copyright 2016 CoreOS, Inc. // Copyright 2016, 2018 Luke Shumaker // |