github.com/m3db/m3@v1.5.1-0.20231129193456-75a402aa583b/src/integration/resources/docker/dockerexternal/etcdintegration/bridge/README.md (about) 1 # Fork Notice 2 3 This code is taken very directly from the etcd codebase (as is allowed by the Apache License). 4 The original license is included in all files. 5 6 The file was copied from: https://github.com/etcd-io/etcd/blob/cdd2b737f04812a919a5735380fdaa1f932346d0/tests/framework/integration/bridge.go 7 8 As of this notice only slight modifications have been made--primarily to satisfy linters 9 (lint ignores, public method comments). 10 11 Thank you to the etcd maintainers for use of this code!