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 /NOTICE | |
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 'NOTICE')
-rw-r--r-- | NOTICE | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ +The following notice pertains to the `sd_daemon/notify.go` file: + + Docker + Copyright 2012-2015 Docker, Inc. + + This product includes software developed at Docker, Inc. (https://www.docker.com). + + The following is courtesy of our legal counsel: + + Use and transfer of Docker may be subject to certain restrictions by the + United States and other governments. + It is your responsibility to ensure that your use and/or transfer does not + violate applicable laws. + + For more information, please see https://www.bis.doc.gov + + See also https://www.apache.org/dev/crypto.html and/or seek legal counsel. |