summaryrefslogtreecommitdiff
path: root/sci-libs/tensorflow/files/tensorflow-2.14.1-0011-systemlib-fix-missing-LICENSE-in-flatbuffers.patch
blob: acd46106115fd36779c82de6382ad3f6af72818d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 084723bca84ba51f7f67209618b5a4e064c1576a Mon Sep 17 00:00:00 2001
From: wangjiezhe <wangjiezhe@gmail.com>
Date: Thu, 21 Dec 2023 22:24:24 +0800
Subject: [PATCH 11/13] systemlib: fix missing `LICENSE` in flatbuffers

---
 third_party/flatbuffers/BUILD.system | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/third_party/flatbuffers/BUILD.system b/third_party/flatbuffers/BUILD.system
index 8fe4d7a5907..b1d63b4ca0f 100644
--- a/third_party/flatbuffers/BUILD.system
+++ b/third_party/flatbuffers/BUILD.system
@@ -1,7 +1,7 @@
 licenses(["notice"])  # Apache 2.0
 
 filegroup(
-    name = "LICENSE.txt",
+    name = "LICENSE",
     visibility = ["//visibility:public"],
 )
 
-- 
2.41.0