|
| 1 | +[clarify."github.com/JeffAshton/win_pdh"] |
| 2 | +expression = "BSD-3-Clause" |
| 3 | +license-files = [ |
| 4 | + { path = "LICENSE", hash = 0xb221dcc9 }, |
| 5 | +] |
| 6 | + |
| 7 | +[clarify."github.com/daviddengcn/go-colortext"] |
| 8 | +expression = "BSD-3-Clause AND MIT" |
| 9 | +license-files = [ |
| 10 | + { path = "LICENSE", hash = 0x9769fae1 }, |
| 11 | +] |
| 12 | + |
| 13 | +[clarify."github.com/ghodss/yaml"] |
| 14 | +expression = "MIT AND BSD-3-Clause" |
| 15 | +license-files = [ |
| 16 | + { path = "LICENSE", hash = 0xcdf3ae00 }, |
| 17 | +] |
| 18 | + |
| 19 | +[clarify."github.com/heketi/heketi"] |
| 20 | +# kubernetes only uses code that is under LGPLv3+/Apache 2.0, not the code that is GPLv2+/LGPLv3+ |
| 21 | +expression = "LGPL-3.0-or-later OR Apache-2.0" |
| 22 | +license-files = [ |
| 23 | + { path = "LICENSE", hash = 0x3c4b96d1 }, |
| 24 | + { path = "LICENSE-APACHE2", hash = 0x438c8616 }, |
| 25 | + { path = "COPYING-LGPLV3", hash = 0xf0bccb3a }, |
| 26 | +] |
| 27 | +skip-files = [ "COPYING-GPLV2" ] |
| 28 | + |
| 29 | +[clarify."github.com/go-bindata/go-bindata"] |
| 30 | +expression = "CC0-1.0" |
| 31 | +license-files = [ |
| 32 | + { path = "LICENSE", hash = 0x393fafd6 }, |
| 33 | +] |
| 34 | + |
| 35 | +[clarify."github.com/miekg/dns"] |
| 36 | +expression = "BSD-3-Clause" |
| 37 | +license-files = [ |
| 38 | + { path = "COPYRIGHT", hash = 0xe41dd36c }, |
| 39 | + { path = "LICENSE", hash = 0xfc8f12ff }, |
| 40 | +] |
| 41 | + |
| 42 | +[clarify."sigs.k8s.io/yaml"] |
| 43 | +expression = "MIT AND BSD-3-Clause AND Apache-2.0" |
| 44 | +license-files = [ |
| 45 | + { path = "LICENSE", hash = 0x617d80bc }, |
| 46 | +] |
| 47 | + |
| 48 | +[clarify."honnef.co/go/tools"] |
| 49 | +expression = "MIT AND BSD-3-Clause AND Apache-2.0" |
| 50 | +license-files = [ |
| 51 | + { path = "LICENSE", hash = 0xad378ed2 }, |
| 52 | + { path = "LICENSE-THIRD-PARTY", hash = 0x546425eb }, |
| 53 | + { path = "lint/LICENSE", hash = 0xc6b58232 }, |
| 54 | + { path = "ssa/LICENSE", hash = 0xe656fb62 }, |
| 55 | +] |
| 56 | + |
| 57 | +[clarify."github.com/storageos/go-api"] |
| 58 | +expression = "MIT AND BSD-2-Clause" |
| 59 | +license-files = [ |
| 60 | + { path = "LICENCE", hash = 0x67a6861e }, |
| 61 | +] |
| 62 | +skip-files = ["licence.go", "types/licence.go"] |
| 63 | + |
| 64 | +[clarify."github.com/grpc-ecosystem/go-grpc-middleware/v2"] |
| 65 | +expression = "Apache-2.0" |
| 66 | +license-files = [ |
| 67 | + { path = "COPYRIGHT", hash = 0x4bba7b1 }, |
| 68 | + { path = "LICENSE", hash = 0x6a39c900 }, |
| 69 | +] |
0 commit comments