volcano.sh/volcano@v1.9.0/config/license-lint.yaml (about) 1 # copied from https://github.com/istio/istio/blob/master/common/config/license-lint.yml 2 unrestricted_licenses: 3 - Apache-2.0 4 - CC-BY-3.0 5 - ISC 6 - AFL-2.1 7 - AFL-3.0 8 - Artistic-1.0 9 - Artistic-2.0 10 - Apache-1.1 11 - BSD-1-Clause 12 - BSD-2-Clause 13 - BSD-3-Clause 14 - 0BSD 15 - FTL 16 - LPL-1.02 17 - MS-PL 18 - MIT 19 - NCSA 20 - OpenSSL 21 - PHP-3.0 22 - TCP-wrappers 23 - W3C 24 - Xnet 25 - Zlib 26 27 reciprocal_licenses: 28 - CC0-1.0 29 - APSL-2.0 30 - CDDL-1.0 31 - CDDL-1.1 32 - CPL-1.0 33 - EPL-1.0 34 - IPL-1.0 35 - MPL-1.0 36 - MPL-1.1 37 - MPL-2.0 38 - MPL-2.0-no-copyleft-exception 39 - Ruby 40 41 restricted_licenses: 42 - GPL-1.0-only 43 - GPL-1.0-or-later 44 - GPL-2.0-only 45 - GPL-2.0-or-later 46 - GPL-3.0-only 47 - GPL-3.0-or-later 48 - LGPL-2.0-only 49 - LGPL-2.0-or-later 50 - LGPL-2.1-only 51 - LGPL-2.1-or-later 52 - LGPL-3.0-only 53 - LGPL-3.0-or-later 54 - NPL-1.0 55 - NPL-1.1 56 - OSL-1.0 57 - OSL-1.1 58 - OSL-2.0 59 - OSL-2.1 60 - OSL-3.0 61 - QPL-1.0 62 - Sleepycat 63 64 allowlisted_modules: 65 # Apache-2.0: github.com/google/cadvisor@v0.47.1/LICENSE 66 - github.com/google/cadvisor 67 # Apache-2.0: k8s.io/kubernetes@v1.27.2/logo/LICENSE 68 - k8s.io/kubernetes 69 # BSD: github.com/gogo/protobuf@v1.3.2/LICENSE 70 - github.com/gogo/protobuf 71 # MIT: sigs.k8s.io/yaml@v1.3.0/LICENSE 72 - sigs.k8s.io/yaml