• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    default_applicable_licenses: ["external_protobuf_confirmance_third_party_jsoncpp_license"],
3}
4
5license {
6    name: "external_protobuf_confirmance_third_party_jsoncpp_license",
7    visibility: [":__subpackages__"],
8    license_kinds: ["SPDX-license-identifier-MIT"],
9    license_text: ["LICENSE"],
10}
11
12filegroup {
13    name: "external_protobuf_confirmance_third_party_jsoncpp",
14    srcs: ["*"],
15    visibility: ["//visibility:private"],
16}