github.com/confluentinc/cli@v1.100.0/.golicense.hcl (about)

     1  # lint fails for any license not in allowed
     2  allow = ["MIT", "Apache-2.0", "BSD-2-Clause", "BSD-3-Clause", "MPL-2.0", "ISC"]
     3  # any license not explicitly allowed/denied will probably need a legal review (then add to the appropriate list)
     4  deny  = ["GPL-1.0", "GPL-2.0+", "GPL-3.0+",
     5           "GPL-1.0-only", "GPL-1.0-or-later", "GPL-2.0-only", "GPL-2.0-or-later", "GPL-3.0-only", "GPL-3.0-or-later",
     6           "AGPL-1.0-only", "AGPL-1.0-or-later", "AGPL-3.0-only", "AGPL-3.0-or-later"]
     7  
     8  override = {
     9    "github.com/gogo/protobuf" = "BSD-3-Clause",
    10    "github.com/ghodss/yaml" = "MIT",
    11    "github.com/rcrowley/go-metrics" = "BSD-2-Clause",
    12    "github.com/magiconair/properties" = "BSD-2-Clause",
    13  
    14    // These aren't true (yet) but they prevent us from erroring out on proprietary bits for now
    15    "github.com/confluentinc/ccloud-sdk-go" = "Apache-2.0",
    16    "github.com/confluentinc/ccloudapis" = "Apache-2.0",
    17    "github.com/confluentinc/protoc-gen-ccloud" = "Apache-2.0",
    18    "github.com/confluentinc/go-printer" = "Apache-2.0",
    19    "github.com/confluentinc/go-editor" = "Apache-2.0",
    20  }