Unreviewed changes
3 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: tools/check-licenses/directory/_config.json
Insertions: 1, Deletions: 0.
@@ -8,6 +8,7 @@
],
"paths": [
"build/secondary/third_party/acpica",
+ "build/secondary/third_party/alacritty",
"build/secondary/third_party/glog",
"build/secondary/third_party/grpc",
"build/secondary/third_party/mesa"
```
```
The name of the file: build/secondary/third_party/alacritty/OWNERS
Insertions: 8, Deletions: 0.
@@ -0,0 +1,8 @@
+# AUTOGENERATED FROM DEPENDENT BUILD TARGETS.
+# TO MAKE CHANGES HERE, UPDATE //third_party/owners.toml.
+# DOCS: https://fuchsia.dev/reference/tools/fx/cmd/update-3p-owners
+
+include /src/bringup/bin/virtcon/OWNERS
+include /src/lib/ui/OWNERS
+include /src/ui/bin/terminal/OWNERS
+include /src/virtualization/OWNERS
```
```
The name of the file: build/secondary/third_party/alacritty/README.fuchsia
Insertions: 12, Deletions: 0.
@@ -0,0 +1,12 @@
+Name: Alacritty
+
+License File: src/LICENSE-APACHE
+ -> License File Format: Single License
+ -> License Classifications: Apache-2.0
+
+License File: src/vte/LICENSE-APACHE
+ -> License File Format: Single License
+
+License File: src/vte/LICENSE-MIT
+ -> License File Format: Single License
+ -> License Classifications: Copyright, MIT
```
```
The name of the file: build/secondary/third_party/alacritty/alacritty_terminal/BUILD.gn
Insertions: 1, Deletions: 1.
@@ -53,7 +53,7 @@
source_root = "$_source_root/src/lib.rs"
- # TODO(fxbug.dev/69442) remove this allowance
+ # TODO(https://fxbug.dev/69442) remove this allowance
configs += [
":allow_elided_named_lifetimes",
"//build/config/rust:allow_legacy_derive_helpers",
```
```
The name of the file: third_party/alacritty-migrating/README.fuchsia
Insertions: 12, Deletions: 0.
@@ -0,0 +1,12 @@
+Name: Alacritty
+
+License File: src/LICENSE-APACHE
+ -> License File Format: Single License
+ -> License Classifications: Apache-2.0
+
+License File: src/vte/LICENSE-APACHE
+ -> License File Format: Single License
+
+License File: src/vte/LICENSE-MIT
+ -> License File Format: Single License
+ -> License Classifications: Copyright, MIT
```
```
The name of the file: .gitignore
Insertions: 2, Deletions: 0.
@@ -95,6 +95,8 @@
# Third party repos.
/third_party/*
!/third_party/BUILD.gn
+!/third_party/alacritty-migrating
+/third_party/alacritty-migrating/src
!/third_party/android/platform/system/keymint
/third_party/android/platform/system/keymint/src
!/third_party/boringssl/
```