Skip to content

Commit

Permalink
third_party/pigweed: Fix license declaration to make copybara happy
Browse files Browse the repository at this point in the history
Change-Id: Ie8e932d75de05a366f9899651def36d76037db09
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/235158
Reviewed-by: Ted Pudlik <[email protected]>
Lint: Lint 🤖 <[email protected]>
Commit-Queue: Erik Gilling <[email protected]>
Docs-Not-Needed: Erik Gilling <[email protected]>
  • Loading branch information
konkers authored and CQ Bot Account committed Sep 11, 2024
1 parent 7632a0f commit 7d9c604
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion third_party/fuchsia/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ package(
license(
name = "license_fuchsia",
package_name = "Fuchsia (third_party)",
license_text = ":repo/LICENSE",
license_text = "repo/LICENSE",
)

exports_files(["repo/LICENSE"])

# Allows downstream projects to provide an alternative implementation of fit.
#
# Intended for projects that depend on both Pigweed and Fuchsia, and want to
Expand Down

0 comments on commit 7d9c604

Please sign in to comment.