From 24720b76bb198bcfe824ae3e3734db93019e88e7 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Wed, 1 Jul 2026 11:49:02 -0400 Subject: [PATCH] Fix outdated comment in fiat METADATA file After https://boringssl-review.googlesource.com/c/boringssl/+/75852, we started using LICENSE-APACHE instead of LICENSE-MIT. Change-Id: I889154950c876ed37fce7cfcdf7c866685d9cfca Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/98347 Reviewed-by: Lily Chen Auto-Submit: David Benjamin Commit-Queue: David Benjamin Commit-Queue: Lily Chen --- third_party/fiat/METADATA | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/fiat/METADATA b/third_party/fiat/METADATA index 339fe5f8dc..a3a55c9d6f 100644 --- a/third_party/fiat/METADATA +++ b/third_party/fiat/METADATA @@ -9,5 +9,5 @@ third_party { version: "6ccc6638716d4632304baf1adbb5c47c3a12ea6f" last_upgrade_date { year: 2022 month: 3 day: 22 } - local_modifications: "Files renamed to .h for BoringSSL integration. LICENSE file is LICENSE-MIT from upstream." + local_modifications: "Files renamed to .h for BoringSSL integration. LICENSE file is LICENSE-APACHE from upstream." }