docs: add and fix license URLs (#37029)

For cel, envoy_toolshed, fmt, protoc-gen-jsonschema, shellcheck rules

Risk Level: Low
Docs Changes: add and fix license URLs of external components

Signed-off-by: Michael Kaufmann <michael.kaufmann@ergon.ch>

Mirrored from https://github.com/envoyproxy/envoy @ 1922c849b58266cc61c72c59afbabde7f765c076
main
update-envoy[bot] 3 weeks ago
parent 4ace91458e
commit e143288608
  1. 6
      bazel/repository_locations.bzl

@ -163,6 +163,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
urls = ["https://github.com/norbjd/protoc-gen-jsonschema/archive/{version}.zip"], urls = ["https://github.com/norbjd/protoc-gen-jsonschema/archive/{version}.zip"],
use_category = ["build"], use_category = ["build"],
release_date = "2023-05-30", release_date = "2023-05-30",
license = "Apache-2.0",
license_url = "https://github.com/norbjd/protoc-gen-jsonschema/blob/{version}/LICENSE",
), ),
dev_cel = dict( dev_cel = dict(
project_name = "CEL", project_name = "CEL",
@ -174,6 +176,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
urls = ["https://github.com/google/cel-spec/archive/v{version}.tar.gz"], urls = ["https://github.com/google/cel-spec/archive/v{version}.tar.gz"],
use_category = ["api"], use_category = ["api"],
release_date = "2024-10-23", release_date = "2024-10-23",
license = "Apache-2.0",
license_url = "https://github.com/google/cel-spec/blob/v{version}/LICENSE",
), ),
envoy_toolshed = dict( envoy_toolshed = dict(
project_name = "envoy_toolshed", project_name = "envoy_toolshed",
@ -187,6 +191,6 @@ REPOSITORY_LOCATIONS_SPEC = dict(
release_date = "2024-11-04", release_date = "2024-11-04",
cpe = "N/A", cpe = "N/A",
license = "Apache-2.0", license = "Apache-2.0",
license_url = "https://github.com/envoyproxy/envoy/blob/bazel-v{version}/LICENSE", license_url = "https://github.com/envoyproxy/toolshed/blob/bazel-v{version}/LICENSE",
), ),
) )

Loading…
Cancel
Save