Skip to content

Commit

Permalink
docs: add and fix license URLs (envoyproxy#37029)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mkauf authored Nov 7, 2024
1 parent a6e0a2b commit 1922c84
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion api/bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
urls = ["https://github.com/norbjd/protoc-gen-jsonschema/archive/{version}.zip"],
use_category = ["build"],
release_date = "2023-05-30",
license = "Apache-2.0",
license_url = "https://github.com/norbjd/protoc-gen-jsonschema/blob/{version}/LICENSE",
),
dev_cel = dict(
project_name = "CEL",
Expand All @@ -174,6 +176,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
urls = ["https://github.com/google/cel-spec/archive/v{version}.tar.gz"],
use_category = ["api"],
release_date = "2024-10-23",
license = "Apache-2.0",
license_url = "https://github.com/google/cel-spec/blob/v{version}/LICENSE",
),
envoy_toolshed = dict(
project_name = "envoy_toolshed",
Expand All @@ -187,6 +191,6 @@ REPOSITORY_LOCATIONS_SPEC = dict(
release_date = "2024-11-04",
cpe = "N/A",
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",
),
)
6 changes: 4 additions & 2 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
use_category = ["build"],
cpe = "N/A",
license = "MIT",
license_url = "https://github.com/aignas/rules_shellcheck/blob/v{version}/LICENSE",
license_url = "https://github.com/aignas/rules_shellcheck/blob/{version}/LICENSE",
),
com_github_awslabs_aws_c_auth = dict(
project_name = "aws-c-auth",
Expand Down Expand Up @@ -336,7 +336,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
release_date = "2024-07-20",
cpe = "cpe:2.3:a:fmt:fmt:*",
license = "fmt",
license_url = "https://github.com/fmtlib/fmt/blob/{version}/LICENSE.rst",
license_url = "https://github.com/fmtlib/fmt/blob/{version}/LICENSE",
),
com_github_gabime_spdlog = dict(
project_name = "spdlog",
Expand Down Expand Up @@ -1278,6 +1278,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
],
release_date = "2024-10-25",
cpe = "N/A",
license = "Apache-2.0",
license_url = "https://github.com/google/cel-cpp/blob/v{version}/LICENSE",
),
com_github_google_flatbuffers = dict(
project_name = "FlatBuffers",
Expand Down

0 comments on commit 1922c84

Please sign in to comment.