From 7d9c604f73e84369e33121e06b7a2c26b41eb57b Mon Sep 17 00:00:00 2001 From: Erik Gilling Date: Wed, 11 Sep 2024 20:52:34 +0000 Subject: [PATCH] third_party/pigweed: Fix license declaration to make copybara happy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie8e932d75de05a366f9899651def36d76037db09 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/235158 Reviewed-by: Ted Pudlik Lint: Lint 🤖 Commit-Queue: Erik Gilling Docs-Not-Needed: Erik Gilling --- third_party/fuchsia/BUILD.bazel | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/third_party/fuchsia/BUILD.bazel b/third_party/fuchsia/BUILD.bazel index 3621d40d23..2b87327df8 100644 --- a/third_party/fuchsia/BUILD.bazel +++ b/third_party/fuchsia/BUILD.bazel @@ -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