license metadata text notice files

Introduce the below command-line tool:

textnotice outputs a NOTICE text file constructed from the license
texts of the transitive closure of dependencies.

Bug: 68860345
Bug: 151177513
Bug: 151953481
Bug: 213388645
Bug: 210912771

Test: m all
Test: m systemlicense
Test: m textnotice; out/soong/host/linux-x85/textnotice ...

where ... is the path to the .meta_lic file for the system image. In my
case if

$ export PRODUCT=$(realpath $ANDROID_PRODUCT_OUT --relative-to=$PWD)

... can be expressed as:

${PRODUCT}/gen/META/lic_intermediates/${PRODUCT}/system.img.meta_lic

Change-Id: Ia691869fd8e58ef008024f48c23b1a4b4435677a
diff --git a/tools/compliance/cmd/testdata/firstparty/FIRST_PARTY_LICENSE b/tools/compliance/cmd/testdata/firstparty/FIRST_PARTY_LICENSE
new file mode 100644
index 0000000..a7e7e64
--- /dev/null
+++ b/tools/compliance/cmd/testdata/firstparty/FIRST_PARTY_LICENSE
@@ -0,0 +1 @@
+&&&First Party License&&&
diff --git a/tools/compliance/cmd/testdata/firstparty/application.meta_lic b/tools/compliance/cmd/testdata/firstparty/application.meta_lic
index 58a1566..ac3338f 100644
--- a/tools/compliance/cmd/testdata/firstparty/application.meta_lic
+++ b/tools/compliance/cmd/testdata/firstparty/application.meta_lic
@@ -3,7 +3,7 @@
 projects:  "distributable/application"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/EXECUTABLES/application_intermediates/application"
 installed:  "out/target/product/fictional/bin/application"
diff --git a/tools/compliance/cmd/testdata/firstparty/bin/bin1.meta_lic b/tools/compliance/cmd/testdata/firstparty/bin/bin1.meta_lic
index 34d81d9..3007129 100644
--- a/tools/compliance/cmd/testdata/firstparty/bin/bin1.meta_lic
+++ b/tools/compliance/cmd/testdata/firstparty/bin/bin1.meta_lic
@@ -3,7 +3,7 @@
 projects:  "static/binary"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin1"
 installed:  "out/target/product/fictional/system/bin/bin1"
diff --git a/tools/compliance/cmd/testdata/firstparty/bin/bin2.meta_lic b/tools/compliance/cmd/testdata/firstparty/bin/bin2.meta_lic
index 6154421..89bc6a4 100644
--- a/tools/compliance/cmd/testdata/firstparty/bin/bin2.meta_lic
+++ b/tools/compliance/cmd/testdata/firstparty/bin/bin2.meta_lic
@@ -3,10 +3,10 @@
 projects:  "dynamic/binary"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  false
-built:  "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin1"
-installed:  "out/target/product/fictional/system/bin/bin1"
+built:  "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin2"
+installed:  "out/target/product/fictional/system/bin/bin2"
 sources:  "out/target/product/fictional/system/lib/libb.so"
 sources:  "out/target/product/fictional/system/lib/libd.so"
 deps:  {
diff --git a/tools/compliance/cmd/testdata/firstparty/bin/bin3.meta_lic b/tools/compliance/cmd/testdata/firstparty/bin/bin3.meta_lic
index 9b7908e..a81c764 100644
--- a/tools/compliance/cmd/testdata/firstparty/bin/bin3.meta_lic
+++ b/tools/compliance/cmd/testdata/firstparty/bin/bin3.meta_lic
@@ -3,7 +3,7 @@
 projects:  "standalone/binary"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin3"
 installed:  "out/target/product/fictional/system/bin/bin3"
diff --git a/tools/compliance/cmd/testdata/firstparty/container.zip.meta_lic b/tools/compliance/cmd/testdata/firstparty/container.zip.meta_lic
index 350b123..9f6a679 100644
--- a/tools/compliance/cmd/testdata/firstparty/container.zip.meta_lic
+++ b/tools/compliance/cmd/testdata/firstparty/container.zip.meta_lic
@@ -2,17 +2,17 @@
 projects:  "container/zip"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  true
 built:  "out/target/product/fictional/obj/ETC/container_intermediates/container.zip"
 installed:  "out/target/product/fictional/data/container.zip"
 install_map {
   from_path:  "out/target/product/fictional/system/lib/"
-  container_path:  ""
+  container_path:  "/"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/bin/"
-  container_path:  ""
+  container_path:  "/"
 }
 sources:  "out/target/product/fictional/system/lib/liba.so"
 sources:  "out/target/product/fictional/system/lib/libb.so"
diff --git a/tools/compliance/cmd/testdata/firstparty/highest.apex.meta_lic b/tools/compliance/cmd/testdata/firstparty/highest.apex.meta_lic
index 53f81a2..abad5f1 100644
--- a/tools/compliance/cmd/testdata/firstparty/highest.apex.meta_lic
+++ b/tools/compliance/cmd/testdata/firstparty/highest.apex.meta_lic
@@ -2,25 +2,25 @@
 projects:  "highest/apex"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  true
 built:  "out/target/product/fictional/obj/ETC/highest_intermediates/highest.apex"
 installed:  "out/target/product/fictional/system/apex/highest.apex"
 install_map {
   from_path:  "out/target/product/fictional/system/lib/liba.so"
-  container_path:  "lib/liba.so"
+  container_path:  "/lib/liba.so"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/lib/libb.so"
-  container_path:  "lib/libb.so"
+  container_path:  "/lib/libb.so"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/bin/bin1"
-  container_path:  "bin/bin1"
+  container_path:  "/bin/bin1"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/bin/bin2"
-  container_path:  "bin/bin2"
+  container_path:  "/bin/bin2"
 }
 sources:  "out/target/product/fictional/system/lib/liba.so"
 sources:  "out/target/product/fictional/system/lib/libb.so"
diff --git a/tools/compliance/cmd/testdata/firstparty/lib/liba.so.meta_lic b/tools/compliance/cmd/testdata/firstparty/lib/liba.so.meta_lic
index 7913af0..2985719 100644
--- a/tools/compliance/cmd/testdata/firstparty/lib/liba.so.meta_lic
+++ b/tools/compliance/cmd/testdata/firstparty/lib/liba.so.meta_lic
@@ -2,7 +2,7 @@
 projects:  "device/library"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/liba.so"
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/liba.a"
diff --git a/tools/compliance/cmd/testdata/firstparty/lib/libb.so.meta_lic b/tools/compliance/cmd/testdata/firstparty/lib/libb.so.meta_lic
index a4935d4..e60ef73 100644
--- a/tools/compliance/cmd/testdata/firstparty/lib/libb.so.meta_lic
+++ b/tools/compliance/cmd/testdata/firstparty/lib/libb.so.meta_lic
@@ -2,7 +2,7 @@
 projects:  "base/library"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libb.so"
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libb.a"
diff --git a/tools/compliance/cmd/testdata/firstparty/lib/libc.a.meta_lic b/tools/compliance/cmd/testdata/firstparty/lib/libc.a.meta_lic
index fa7459a..24d3f0d 100644
--- a/tools/compliance/cmd/testdata/firstparty/lib/libc.a.meta_lic
+++ b/tools/compliance/cmd/testdata/firstparty/lib/libc.a.meta_lic
@@ -2,6 +2,6 @@
 projects:  "static/library"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libc.a"
diff --git a/tools/compliance/cmd/testdata/firstparty/lib/libd.so.meta_lic b/tools/compliance/cmd/testdata/firstparty/lib/libd.so.meta_lic
index a2db94a..f7e537c 100644
--- a/tools/compliance/cmd/testdata/firstparty/lib/libd.so.meta_lic
+++ b/tools/compliance/cmd/testdata/firstparty/lib/libd.so.meta_lic
@@ -2,7 +2,7 @@
 projects:  "dynamic/library"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libd.so"
 installed:  "out/target/product/fictional/system/lib/libd.so"
diff --git a/tools/compliance/cmd/testdata/notice/NOTICE_LICENSE b/tools/compliance/cmd/testdata/notice/NOTICE_LICENSE
new file mode 100644
index 0000000..752b249
--- /dev/null
+++ b/tools/compliance/cmd/testdata/notice/NOTICE_LICENSE
@@ -0,0 +1 @@
+%%%Notice License%%%
diff --git a/tools/compliance/cmd/testdata/notice/application.meta_lic b/tools/compliance/cmd/testdata/notice/application.meta_lic
index 56c60ef..8ce0a98 100644
--- a/tools/compliance/cmd/testdata/notice/application.meta_lic
+++ b/tools/compliance/cmd/testdata/notice/application.meta_lic
@@ -3,7 +3,7 @@
 projects:  "distributable/application"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/EXECUTABLES/application_intermediates/application"
 installed:  "out/target/product/fictional/bin/application"
diff --git a/tools/compliance/cmd/testdata/notice/bin/bin1.meta_lic b/tools/compliance/cmd/testdata/notice/bin/bin1.meta_lic
index 9bede1b..6d173a4 100644
--- a/tools/compliance/cmd/testdata/notice/bin/bin1.meta_lic
+++ b/tools/compliance/cmd/testdata/notice/bin/bin1.meta_lic
@@ -3,7 +3,7 @@
 projects:  "static/binary"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin1"
 installed:  "out/target/product/fictional/system/bin/bin1"
diff --git a/tools/compliance/cmd/testdata/notice/bin/bin2.meta_lic b/tools/compliance/cmd/testdata/notice/bin/bin2.meta_lic
index 86e06c6..a9e9c71 100644
--- a/tools/compliance/cmd/testdata/notice/bin/bin2.meta_lic
+++ b/tools/compliance/cmd/testdata/notice/bin/bin2.meta_lic
@@ -3,10 +3,10 @@
 projects:  "dynamic/binary"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  false
-built:  "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin1"
-installed:  "out/target/product/fictional/system/bin/bin1"
+built:  "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin2"
+installed:  "out/target/product/fictional/system/bin/bin2"
 sources:  "out/target/product/fictional/system/lib/libb.so"
 sources:  "out/target/product/fictional/system/lib/libd.so"
 deps:  {
diff --git a/tools/compliance/cmd/testdata/notice/bin/bin3.meta_lic b/tools/compliance/cmd/testdata/notice/bin/bin3.meta_lic
index 285d899..bb9a3d5 100644
--- a/tools/compliance/cmd/testdata/notice/bin/bin3.meta_lic
+++ b/tools/compliance/cmd/testdata/notice/bin/bin3.meta_lic
@@ -3,6 +3,7 @@
 projects:  "standalone/binary"
 license_kinds:  "SPDX-license-identifier-NCSA"
 license_conditions:  "notice"
+license_texts:  "testdata/notice/NOTICE_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin3"
 installed:  "out/target/product/fictional/system/bin/bin3"
diff --git a/tools/compliance/cmd/testdata/notice/container.zip.meta_lic b/tools/compliance/cmd/testdata/notice/container.zip.meta_lic
index e8af61c..e9c0511 100644
--- a/tools/compliance/cmd/testdata/notice/container.zip.meta_lic
+++ b/tools/compliance/cmd/testdata/notice/container.zip.meta_lic
@@ -2,17 +2,17 @@
 projects:  "container/zip"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  true
 built:  "out/target/product/fictional/obj/ETC/container_intermediates/container.zip"
 installed:  "out/target/product/fictional/data/container.zip"
 install_map {
   from_path:  "out/target/product/fictional/system/lib/"
-  container_path:  ""
+  container_path:  "/"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/bin/"
-  container_path:  ""
+  container_path:  "/"
 }
 sources:  "out/target/product/fictional/system/lib/liba.so"
 sources:  "out/target/product/fictional/system/lib/libb.so"
diff --git a/tools/compliance/cmd/testdata/notice/highest.apex.meta_lic b/tools/compliance/cmd/testdata/notice/highest.apex.meta_lic
index 9b90aa5..2abb76e 100644
--- a/tools/compliance/cmd/testdata/notice/highest.apex.meta_lic
+++ b/tools/compliance/cmd/testdata/notice/highest.apex.meta_lic
@@ -2,25 +2,25 @@
 projects:  "highest/apex"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  true
 built:  "out/target/product/fictional/obj/ETC/highest_intermediates/highest.apex"
 installed:  "out/target/product/fictional/system/apex/highest.apex"
 install_map {
   from_path:  "out/target/product/fictional/system/lib/liba.so"
-  container_path:  "lib/liba.so"
+  container_path:  "/lib/liba.so"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/lib/libb.so"
-  container_path:  "lib/libb.so"
+  container_path:  "/lib/libb.so"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/bin/bin1"
-  container_path:  "bin/bin1"
+  container_path:  "/bin/bin1"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/bin/bin2"
-  container_path:  "bin/bin2"
+  container_path:  "/bin/bin2"
 }
 sources:  "out/target/product/fictional/system/lib/liba.so"
 sources:  "out/target/product/fictional/system/lib/libb.so"
diff --git a/tools/compliance/cmd/testdata/notice/lib/liba.so.meta_lic b/tools/compliance/cmd/testdata/notice/lib/liba.so.meta_lic
index a69839f..7fed5d7 100644
--- a/tools/compliance/cmd/testdata/notice/lib/liba.so.meta_lic
+++ b/tools/compliance/cmd/testdata/notice/lib/liba.so.meta_lic
@@ -2,6 +2,7 @@
 projects:  "device/library"
 license_kinds:  "SPDX-license-identifier-BSD"
 license_conditions:  "notice"
+license_texts:  "testdata/notice/NOTICE_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/liba.so"
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/liba.a"
diff --git a/tools/compliance/cmd/testdata/notice/lib/libb.so.meta_lic b/tools/compliance/cmd/testdata/notice/lib/libb.so.meta_lic
index a4935d4..e60ef73 100644
--- a/tools/compliance/cmd/testdata/notice/lib/libb.so.meta_lic
+++ b/tools/compliance/cmd/testdata/notice/lib/libb.so.meta_lic
@@ -2,7 +2,7 @@
 projects:  "base/library"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libb.so"
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libb.a"
diff --git a/tools/compliance/cmd/testdata/notice/lib/libc.a.meta_lic b/tools/compliance/cmd/testdata/notice/lib/libc.a.meta_lic
index eb0f81f..8dbc41b 100644
--- a/tools/compliance/cmd/testdata/notice/lib/libc.a.meta_lic
+++ b/tools/compliance/cmd/testdata/notice/lib/libc.a.meta_lic
@@ -2,5 +2,6 @@
 projects:  "static/library"
 license_kinds:  "SPDX-license-identifier-MIT"
 license_conditions:  "notice"
+license_texts:  "testdata/notice/NOTICE_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libc.a"
diff --git a/tools/compliance/cmd/testdata/notice/lib/libd.so.meta_lic b/tools/compliance/cmd/testdata/notice/lib/libd.so.meta_lic
index 942d298..e6a060c 100644
--- a/tools/compliance/cmd/testdata/notice/lib/libd.so.meta_lic
+++ b/tools/compliance/cmd/testdata/notice/lib/libd.so.meta_lic
@@ -2,6 +2,7 @@
 projects:  "dynamic/library"
 license_kinds:  "SPDX-license-identifier-MIT"
 license_conditions:  "notice"
+license_texts:  "testdata/notice/NOTICE_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libd.so"
 installed:  "out/target/product/fictional/system/lib/libd.so"
diff --git a/tools/compliance/cmd/testdata/proprietary/PROPRIETARY_LICENSE b/tools/compliance/cmd/testdata/proprietary/PROPRIETARY_LICENSE
new file mode 100644
index 0000000..5d0eb09
--- /dev/null
+++ b/tools/compliance/cmd/testdata/proprietary/PROPRIETARY_LICENSE
@@ -0,0 +1 @@
+@@@Proprietary License@@@
diff --git a/tools/compliance/cmd/testdata/proprietary/application.meta_lic b/tools/compliance/cmd/testdata/proprietary/application.meta_lic
index 51b97c5..f307c5c 100644
--- a/tools/compliance/cmd/testdata/proprietary/application.meta_lic
+++ b/tools/compliance/cmd/testdata/proprietary/application.meta_lic
@@ -3,7 +3,7 @@
 projects:  "distributable/application"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/EXECUTABLES/application_intermediates/application"
 installed:  "out/target/product/fictional/bin/application"
diff --git a/tools/compliance/cmd/testdata/proprietary/bin/bin1.meta_lic b/tools/compliance/cmd/testdata/proprietary/bin/bin1.meta_lic
index c815858..e0394da 100644
--- a/tools/compliance/cmd/testdata/proprietary/bin/bin1.meta_lic
+++ b/tools/compliance/cmd/testdata/proprietary/bin/bin1.meta_lic
@@ -3,7 +3,7 @@
 projects:  "static/binary"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin1"
 installed:  "out/target/product/fictional/system/bin/bin1"
diff --git a/tools/compliance/cmd/testdata/proprietary/bin/bin2.meta_lic b/tools/compliance/cmd/testdata/proprietary/bin/bin2.meta_lic
index 6b89ba4..da64aa6 100644
--- a/tools/compliance/cmd/testdata/proprietary/bin/bin2.meta_lic
+++ b/tools/compliance/cmd/testdata/proprietary/bin/bin2.meta_lic
@@ -4,9 +4,10 @@
 license_kinds:  "legacy_proprietary"
 license_conditions:  "proprietary"
 license_conditions:  "by_exception_only"
+license_texts:  "testdata/proprietary/PROPRIETARY_LICENSE"
 is_container:  false
-built:  "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin1"
-installed:  "out/target/product/fictional/system/bin/bin1"
+built:  "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin2"
+installed:  "out/target/product/fictional/system/bin/bin2"
 sources:  "out/target/product/fictional/system/lib/libb.so"
 sources:  "out/target/product/fictional/system/lib/libd.so"
 deps:  {
diff --git a/tools/compliance/cmd/testdata/proprietary/bin/bin3.meta_lic b/tools/compliance/cmd/testdata/proprietary/bin/bin3.meta_lic
index f93553d..7ef14e9 100644
--- a/tools/compliance/cmd/testdata/proprietary/bin/bin3.meta_lic
+++ b/tools/compliance/cmd/testdata/proprietary/bin/bin3.meta_lic
@@ -3,6 +3,7 @@
 projects:  "standalone/binary"
 license_kinds:  "SPDX-license-identifier-LGPL-2.0"
 license_conditions:  "restricted"
+license_texts:  "testdata/restricted/RESTRICTED_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin3"
 installed:  "out/target/product/fictional/system/bin/bin3"
diff --git a/tools/compliance/cmd/testdata/proprietary/container.zip.meta_lic b/tools/compliance/cmd/testdata/proprietary/container.zip.meta_lic
index 889e17e..d6605f4 100644
--- a/tools/compliance/cmd/testdata/proprietary/container.zip.meta_lic
+++ b/tools/compliance/cmd/testdata/proprietary/container.zip.meta_lic
@@ -2,17 +2,17 @@
 projects:  "container/zip"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  true
 built:  "out/target/product/fictional/obj/ETC/container_intermediates/container.zip"
 installed:  "out/target/product/fictional/data/container.zip"
 install_map {
   from_path:  "out/target/product/fictional/system/lib/"
-  container_path:  ""
+  container_path:  "/"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/bin/"
-  container_path:  ""
+  container_path:  "/"
 }
 sources:  "out/target/product/fictional/system/lib/liba.so"
 sources:  "out/target/product/fictional/system/lib/libb.so"
diff --git a/tools/compliance/cmd/testdata/proprietary/highest.apex.meta_lic b/tools/compliance/cmd/testdata/proprietary/highest.apex.meta_lic
index d615404..27ced10 100644
--- a/tools/compliance/cmd/testdata/proprietary/highest.apex.meta_lic
+++ b/tools/compliance/cmd/testdata/proprietary/highest.apex.meta_lic
@@ -2,25 +2,25 @@
 projects:  "highest/apex"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  true
 built:  "out/target/product/fictional/obj/ETC/highest_intermediates/highest.apex"
 installed:  "out/target/product/fictional/system/apex/highest.apex"
 install_map {
   from_path:  "out/target/product/fictional/system/lib/liba.so"
-  container_path:  "lib/liba.so"
+  container_path:  "/lib/liba.so"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/lib/libb.so"
-  container_path:  "lib/libb.so"
+  container_path:  "/lib/libb.so"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/bin/bin1"
-  container_path:  "bin/bin1"
+  container_path:  "/bin/bin1"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/bin/bin2"
-  container_path:  "bin/bin2"
+  container_path:  "/bin/bin2"
 }
 sources:  "out/target/product/fictional/system/lib/liba.so"
 sources:  "out/target/product/fictional/system/lib/libb.so"
diff --git a/tools/compliance/cmd/testdata/proprietary/lib/liba.so.meta_lic b/tools/compliance/cmd/testdata/proprietary/lib/liba.so.meta_lic
index 51141c8..ceb0f9f 100644
--- a/tools/compliance/cmd/testdata/proprietary/lib/liba.so.meta_lic
+++ b/tools/compliance/cmd/testdata/proprietary/lib/liba.so.meta_lic
@@ -3,6 +3,7 @@
 license_kinds:  "legacy_proprietary"
 license_conditions:  "proprietary"
 license_conditions:  "by_exception_only"
+license_texts:  "testdata/proprietary/PROPRIETARY_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/liba.so"
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/liba.a"
diff --git a/tools/compliance/cmd/testdata/proprietary/lib/libb.so.meta_lic b/tools/compliance/cmd/testdata/proprietary/lib/libb.so.meta_lic
index c1b86d7..739d357 100644
--- a/tools/compliance/cmd/testdata/proprietary/lib/libb.so.meta_lic
+++ b/tools/compliance/cmd/testdata/proprietary/lib/libb.so.meta_lic
@@ -2,6 +2,7 @@
 projects:  "base/library"
 license_kinds:  "SPDX-license-identifier-GPL-2.0"
 license_conditions:  "restricted"
+license_texts:  "testdata/restricted/RESTRICTED_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libb.so"
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libb.a"
diff --git a/tools/compliance/cmd/testdata/proprietary/lib/libc.a.meta_lic b/tools/compliance/cmd/testdata/proprietary/lib/libc.a.meta_lic
index 1ade7da..5440ea7 100644
--- a/tools/compliance/cmd/testdata/proprietary/lib/libc.a.meta_lic
+++ b/tools/compliance/cmd/testdata/proprietary/lib/libc.a.meta_lic
@@ -3,5 +3,6 @@
 license_kinds:  "legacy_proprietary"
 license_conditions:  "proprietary"
 license_conditions:  "by_exception_only"
+license_texts:  "testdata/proprietary/PROPRIETARY_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libc.a"
diff --git a/tools/compliance/cmd/testdata/proprietary/lib/libd.so.meta_lic b/tools/compliance/cmd/testdata/proprietary/lib/libd.so.meta_lic
index 942d298..e6a060c 100644
--- a/tools/compliance/cmd/testdata/proprietary/lib/libd.so.meta_lic
+++ b/tools/compliance/cmd/testdata/proprietary/lib/libd.so.meta_lic
@@ -2,6 +2,7 @@
 projects:  "dynamic/library"
 license_kinds:  "SPDX-license-identifier-MIT"
 license_conditions:  "notice"
+license_texts:  "testdata/notice/NOTICE_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libd.so"
 installed:  "out/target/product/fictional/system/lib/libd.so"
diff --git a/tools/compliance/cmd/testdata/reciprocal/RECIPROCAL_LICENSE b/tools/compliance/cmd/testdata/reciprocal/RECIPROCAL_LICENSE
new file mode 100644
index 0000000..82c2019
--- /dev/null
+++ b/tools/compliance/cmd/testdata/reciprocal/RECIPROCAL_LICENSE
@@ -0,0 +1 @@
+$$$Reciprocal License$$$
diff --git a/tools/compliance/cmd/testdata/reciprocal/application.meta_lic b/tools/compliance/cmd/testdata/reciprocal/application.meta_lic
index 015c2d9..60233cb 100644
--- a/tools/compliance/cmd/testdata/reciprocal/application.meta_lic
+++ b/tools/compliance/cmd/testdata/reciprocal/application.meta_lic
@@ -3,7 +3,7 @@
 projects:  "distributable/application"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/EXECUTABLES/application_intermediates/application"
 installed:  "out/target/product/fictional/bin/application"
diff --git a/tools/compliance/cmd/testdata/reciprocal/bin/bin1.meta_lic b/tools/compliance/cmd/testdata/reciprocal/bin/bin1.meta_lic
index 4ebf653..54d552f 100644
--- a/tools/compliance/cmd/testdata/reciprocal/bin/bin1.meta_lic
+++ b/tools/compliance/cmd/testdata/reciprocal/bin/bin1.meta_lic
@@ -3,7 +3,7 @@
 projects:  "static/binary"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin1"
 installed:  "out/target/product/fictional/system/bin/bin1"
diff --git a/tools/compliance/cmd/testdata/reciprocal/bin/bin2.meta_lic b/tools/compliance/cmd/testdata/reciprocal/bin/bin2.meta_lic
index 4d28608..a28cb91 100644
--- a/tools/compliance/cmd/testdata/reciprocal/bin/bin2.meta_lic
+++ b/tools/compliance/cmd/testdata/reciprocal/bin/bin2.meta_lic
@@ -3,10 +3,10 @@
 projects:  "dynamic/binary"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  false
-built:  "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin1"
-installed:  "out/target/product/fictional/system/bin/bin1"
+built:  "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin2"
+installed:  "out/target/product/fictional/system/bin/bin2"
 sources:  "out/target/product/fictional/system/lib/libb.so"
 sources:  "out/target/product/fictional/system/lib/libd.so"
 deps:  {
diff --git a/tools/compliance/cmd/testdata/reciprocal/bin/bin3.meta_lic b/tools/compliance/cmd/testdata/reciprocal/bin/bin3.meta_lic
index 285d899..bb9a3d5 100644
--- a/tools/compliance/cmd/testdata/reciprocal/bin/bin3.meta_lic
+++ b/tools/compliance/cmd/testdata/reciprocal/bin/bin3.meta_lic
@@ -3,6 +3,7 @@
 projects:  "standalone/binary"
 license_kinds:  "SPDX-license-identifier-NCSA"
 license_conditions:  "notice"
+license_texts:  "testdata/notice/NOTICE_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin3"
 installed:  "out/target/product/fictional/system/bin/bin3"
diff --git a/tools/compliance/cmd/testdata/reciprocal/container.zip.meta_lic b/tools/compliance/cmd/testdata/reciprocal/container.zip.meta_lic
index ea3598f..feb08fe 100644
--- a/tools/compliance/cmd/testdata/reciprocal/container.zip.meta_lic
+++ b/tools/compliance/cmd/testdata/reciprocal/container.zip.meta_lic
@@ -2,17 +2,17 @@
 projects:  "container/zip"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  true
 built:  "out/target/product/fictional/obj/ETC/container_intermediates/container.zip"
 installed:  "out/target/product/fictional/data/container.zip"
 install_map {
   from_path:  "out/target/product/fictional/system/lib/"
-  container_path:  ""
+  container_path:  "/"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/bin/"
-  container_path:  ""
+  container_path:  "/"
 }
 sources:  "out/target/product/fictional/system/lib/liba.so"
 sources:  "out/target/product/fictional/system/lib/libb.so"
diff --git a/tools/compliance/cmd/testdata/reciprocal/highest.apex.meta_lic b/tools/compliance/cmd/testdata/reciprocal/highest.apex.meta_lic
index 1fec741..185d04a 100644
--- a/tools/compliance/cmd/testdata/reciprocal/highest.apex.meta_lic
+++ b/tools/compliance/cmd/testdata/reciprocal/highest.apex.meta_lic
@@ -2,25 +2,25 @@
 projects:  "highest/apex"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  true
 built:  "out/target/product/fictional/obj/ETC/highest_intermediates/highest.apex"
 installed:  "out/target/product/fictional/system/apex/highest.apex"
 install_map {
   from_path:  "out/target/product/fictional/system/lib/liba.so"
-  container_path:  "lib/liba.so"
+  container_path:  "/lib/liba.so"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/lib/libb.so"
-  container_path:  "lib/libb.so"
+  container_path:  "/lib/libb.so"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/bin/bin1"
-  container_path:  "bin/bin1"
+  container_path:  "/bin/bin1"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/bin/bin2"
-  container_path:  "bin/bin2"
+  container_path:  "/bin/bin2"
 }
 sources:  "out/target/product/fictional/system/lib/liba.so"
 sources:  "out/target/product/fictional/system/lib/libb.so"
diff --git a/tools/compliance/cmd/testdata/reciprocal/lib/liba.so.meta_lic b/tools/compliance/cmd/testdata/reciprocal/lib/liba.so.meta_lic
index 79d7a9e..dd05155 100644
--- a/tools/compliance/cmd/testdata/reciprocal/lib/liba.so.meta_lic
+++ b/tools/compliance/cmd/testdata/reciprocal/lib/liba.so.meta_lic
@@ -2,6 +2,7 @@
 projects:  "device/library"
 license_kinds:  "SPDX-license-identifier-MPL"
 license_conditions:  "reciprocal"
+license_texts:  "testdata/reciprocal/RECIPROCAL_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/liba.so"
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/liba.a"
diff --git a/tools/compliance/cmd/testdata/reciprocal/lib/libb.so.meta_lic b/tools/compliance/cmd/testdata/reciprocal/lib/libb.so.meta_lic
index a4935d4..e60ef73 100644
--- a/tools/compliance/cmd/testdata/reciprocal/lib/libb.so.meta_lic
+++ b/tools/compliance/cmd/testdata/reciprocal/lib/libb.so.meta_lic
@@ -2,7 +2,7 @@
 projects:  "base/library"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libb.so"
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libb.a"
diff --git a/tools/compliance/cmd/testdata/reciprocal/lib/libc.a.meta_lic b/tools/compliance/cmd/testdata/reciprocal/lib/libc.a.meta_lic
index 8f6d356..f794305 100644
--- a/tools/compliance/cmd/testdata/reciprocal/lib/libc.a.meta_lic
+++ b/tools/compliance/cmd/testdata/reciprocal/lib/libc.a.meta_lic
@@ -2,5 +2,6 @@
 projects:  "static/library"
 license_kinds:  "SPDX-license-identifier-MPL"
 license_conditions:  "reciprocal"
+license_texts:  "testdata/reciprocal/RECIPROCAL_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libc.a"
diff --git a/tools/compliance/cmd/testdata/reciprocal/lib/libd.so.meta_lic b/tools/compliance/cmd/testdata/reciprocal/lib/libd.so.meta_lic
index 942d298..e6a060c 100644
--- a/tools/compliance/cmd/testdata/reciprocal/lib/libd.so.meta_lic
+++ b/tools/compliance/cmd/testdata/reciprocal/lib/libd.so.meta_lic
@@ -2,6 +2,7 @@
 projects:  "dynamic/library"
 license_kinds:  "SPDX-license-identifier-MIT"
 license_conditions:  "notice"
+license_texts:  "testdata/notice/NOTICE_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libd.so"
 installed:  "out/target/product/fictional/system/lib/libd.so"
diff --git a/tools/compliance/cmd/testdata/regressgpl1/container.zip.meta_lic b/tools/compliance/cmd/testdata/regressgpl1/container.zip.meta_lic
index 295bcdb..21b6d5a 100644
--- a/tools/compliance/cmd/testdata/regressgpl1/container.zip.meta_lic
+++ b/tools/compliance/cmd/testdata/regressgpl1/container.zip.meta_lic
@@ -8,11 +8,11 @@
 installed:  "out/target/product/fictional/data/container.zip"
 install_map {
   from_path:  "out/target/product/fictional/system/lib/"
-  container_path:  ""
+  container_path:  "/"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/bin/"
-  container_path:  ""
+  container_path:  "/"
 }
 sources:  "out/target/product/fictional/system/bin/bin1"
 sources:  "out/target/product/fictional/system/bin/bin2"
diff --git a/tools/compliance/cmd/testdata/regressgpl2/container.zip.meta_lic b/tools/compliance/cmd/testdata/regressgpl2/container.zip.meta_lic
index 71b68cd..d32bf94 100644
--- a/tools/compliance/cmd/testdata/regressgpl2/container.zip.meta_lic
+++ b/tools/compliance/cmd/testdata/regressgpl2/container.zip.meta_lic
@@ -8,11 +8,11 @@
 installed:  "out/target/product/fictional/data/container.zip"
 install_map {
   from_path:  "out/target/product/fictional/system/lib/"
-  container_path:  ""
+  container_path:  "/"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/bin/"
-  container_path:  ""
+  container_path:  "/"
 }
 sources:  "out/target/product/fictional/system/bin/bin1"
 sources:  "out/target/product/fictional/system/bin/bin2"
diff --git a/tools/compliance/cmd/testdata/restricted/RESTRICTED_LICENSE b/tools/compliance/cmd/testdata/restricted/RESTRICTED_LICENSE
new file mode 100644
index 0000000..16a2819
--- /dev/null
+++ b/tools/compliance/cmd/testdata/restricted/RESTRICTED_LICENSE
@@ -0,0 +1 @@
+###Restricted License###
diff --git a/tools/compliance/cmd/testdata/restricted/application.meta_lic b/tools/compliance/cmd/testdata/restricted/application.meta_lic
index a06a2c8..7ef536d 100644
--- a/tools/compliance/cmd/testdata/restricted/application.meta_lic
+++ b/tools/compliance/cmd/testdata/restricted/application.meta_lic
@@ -3,7 +3,7 @@
 projects:  "distributable/application"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/EXECUTABLES/application_intermediates/application"
 installed:  "out/target/product/fictional/bin/application"
diff --git a/tools/compliance/cmd/testdata/restricted/bin/bin1.meta_lic b/tools/compliance/cmd/testdata/restricted/bin/bin1.meta_lic
index dd8a2e0..ef0d0c0 100644
--- a/tools/compliance/cmd/testdata/restricted/bin/bin1.meta_lic
+++ b/tools/compliance/cmd/testdata/restricted/bin/bin1.meta_lic
@@ -3,7 +3,7 @@
 projects:  "static/binary"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin1"
 installed:  "out/target/product/fictional/system/bin/bin1"
diff --git a/tools/compliance/cmd/testdata/restricted/bin/bin2.meta_lic b/tools/compliance/cmd/testdata/restricted/bin/bin2.meta_lic
index 714b537..331d5ac 100644
--- a/tools/compliance/cmd/testdata/restricted/bin/bin2.meta_lic
+++ b/tools/compliance/cmd/testdata/restricted/bin/bin2.meta_lic
@@ -3,10 +3,10 @@
 projects:  "dynamic/binary"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  false
-built:  "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin1"
-installed:  "out/target/product/fictional/system/bin/bin1"
+built:  "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin2"
+installed:  "out/target/product/fictional/system/bin/bin2"
 sources:  "out/target/product/fictional/system/lib/libb.so"
 sources:  "out/target/product/fictional/system/lib/libd.so"
 deps:  {
diff --git a/tools/compliance/cmd/testdata/restricted/bin/bin3.meta_lic b/tools/compliance/cmd/testdata/restricted/bin/bin3.meta_lic
index f93553d..7ef14e9 100644
--- a/tools/compliance/cmd/testdata/restricted/bin/bin3.meta_lic
+++ b/tools/compliance/cmd/testdata/restricted/bin/bin3.meta_lic
@@ -3,6 +3,7 @@
 projects:  "standalone/binary"
 license_kinds:  "SPDX-license-identifier-LGPL-2.0"
 license_conditions:  "restricted"
+license_texts:  "testdata/restricted/RESTRICTED_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin3"
 installed:  "out/target/product/fictional/system/bin/bin3"
diff --git a/tools/compliance/cmd/testdata/restricted/container.zip.meta_lic b/tools/compliance/cmd/testdata/restricted/container.zip.meta_lic
index a63263b..47e0e24 100644
--- a/tools/compliance/cmd/testdata/restricted/container.zip.meta_lic
+++ b/tools/compliance/cmd/testdata/restricted/container.zip.meta_lic
@@ -2,17 +2,17 @@
 projects:  "container/zip"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  true
 built:  "out/target/product/fictional/obj/ETC/container_intermediates/container.zip"
 installed:  "out/target/product/fictional/data/container.zip"
 install_map {
   from_path:  "out/target/product/fictional/system/lib/"
-  container_path:  ""
+  container_path:  "/"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/bin/"
-  container_path:  ""
+  container_path:  "/"
 }
 sources:  "out/target/product/fictional/system/lib/liba.so"
 sources:  "out/target/product/fictional/system/lib/libb.so"
diff --git a/tools/compliance/cmd/testdata/restricted/highest.apex.meta_lic b/tools/compliance/cmd/testdata/restricted/highest.apex.meta_lic
index dba419a..3042309 100644
--- a/tools/compliance/cmd/testdata/restricted/highest.apex.meta_lic
+++ b/tools/compliance/cmd/testdata/restricted/highest.apex.meta_lic
@@ -2,25 +2,25 @@
 projects:  "highest/apex"
 license_kinds:  "SPDX-license-identifier-Apache-2.0"
 license_conditions:  "notice"
-license_texts:  "build/soong/licenses/LICENSE"
+license_texts:  "testdata/firstparty/FIRST_PARTY_LICENSE"
 is_container:  true
 built:  "out/target/product/fictional/obj/ETC/highest_intermediates/highest.apex"
 installed:  "out/target/product/fictional/system/apex/highest.apex"
 install_map {
   from_path:  "out/target/product/fictional/system/lib/liba.so"
-  container_path:  "lib/liba.so"
+  container_path:  "/lib/liba.so"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/lib/libb.so"
-  container_path:  "lib/libb.so"
+  container_path:  "/lib/libb.so"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/bin/bin1"
-  container_path:  "bin/bin1"
+  container_path:  "/bin/bin1"
 }
 install_map {
   from_path:  "out/target/product/fictional/system/bin/bin2"
-  container_path:  "bin/bin2"
+  container_path:  "/bin/bin2"
 }
 sources:  "out/target/product/fictional/system/lib/liba.so"
 sources:  "out/target/product/fictional/system/lib/libb.so"
diff --git a/tools/compliance/cmd/testdata/restricted/lib/liba.so.meta_lic b/tools/compliance/cmd/testdata/restricted/lib/liba.so.meta_lic
index b1d4560..a505d4a 100644
--- a/tools/compliance/cmd/testdata/restricted/lib/liba.so.meta_lic
+++ b/tools/compliance/cmd/testdata/restricted/lib/liba.so.meta_lic
@@ -2,6 +2,7 @@
 projects:  "device/library"
 license_kinds:  "SPDX-license-identifier-LGPL-2.0"
 license_conditions:  "restricted"
+license_texts:  "testdata/restricted/RESTRICTED_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/liba.so"
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/liba.a"
diff --git a/tools/compliance/cmd/testdata/restricted/lib/libb.so.meta_lic b/tools/compliance/cmd/testdata/restricted/lib/libb.so.meta_lic
index c1b86d7..739d357 100644
--- a/tools/compliance/cmd/testdata/restricted/lib/libb.so.meta_lic
+++ b/tools/compliance/cmd/testdata/restricted/lib/libb.so.meta_lic
@@ -2,6 +2,7 @@
 projects:  "base/library"
 license_kinds:  "SPDX-license-identifier-GPL-2.0"
 license_conditions:  "restricted"
+license_texts:  "testdata/restricted/RESTRICTED_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libb.so"
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libb.a"
diff --git a/tools/compliance/cmd/testdata/restricted/lib/libc.a.meta_lic b/tools/compliance/cmd/testdata/restricted/lib/libc.a.meta_lic
index 8f6d356..f794305 100644
--- a/tools/compliance/cmd/testdata/restricted/lib/libc.a.meta_lic
+++ b/tools/compliance/cmd/testdata/restricted/lib/libc.a.meta_lic
@@ -2,5 +2,6 @@
 projects:  "static/library"
 license_kinds:  "SPDX-license-identifier-MPL"
 license_conditions:  "reciprocal"
+license_texts:  "testdata/reciprocal/RECIPROCAL_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libc.a"
diff --git a/tools/compliance/cmd/testdata/restricted/lib/libd.so.meta_lic b/tools/compliance/cmd/testdata/restricted/lib/libd.so.meta_lic
index 942d298..e6a060c 100644
--- a/tools/compliance/cmd/testdata/restricted/lib/libd.so.meta_lic
+++ b/tools/compliance/cmd/testdata/restricted/lib/libd.so.meta_lic
@@ -2,6 +2,7 @@
 projects:  "dynamic/library"
 license_kinds:  "SPDX-license-identifier-MIT"
 license_conditions:  "notice"
+license_texts:  "testdata/notice/NOTICE_LICENSE"
 is_container:  false
 built:  "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libd.so"
 installed:  "out/target/product/fictional/system/lib/libd.so"
diff --git a/tools/compliance/cmd/textnotice.go b/tools/compliance/cmd/textnotice.go
new file mode 100644
index 0000000..91c57b0
--- /dev/null
+++ b/tools/compliance/cmd/textnotice.go
@@ -0,0 +1,153 @@
+// Copyright 2021 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+package main
+
+import (
+	"bytes"
+	"compliance"
+	"flag"
+	"fmt"
+	"io"
+	"io/fs"
+	"os"
+	"path/filepath"
+	"strings"
+)
+
+var (
+	outputFile  = flag.String("o", "-", "Where to write the NOTICE text file. (default stdout)")
+	stripPrefix = flag.String("strip_prefix", "", "Prefix to remove from paths. i.e. path to root")
+
+	failNoneRequested = fmt.Errorf("\nNo license metadata files requested")
+	failNoLicenses    = fmt.Errorf("No licenses found")
+)
+
+type context struct {
+	stdout      io.Writer
+	stderr      io.Writer
+	rootFS      fs.FS
+	stripPrefix string
+}
+
+func init() {
+	flag.Usage = func() {
+		fmt.Fprintf(os.Stderr, `Usage: %s {options} file.meta_lic {file.meta_lic...}
+
+Outputs a text NOTICE file.
+
+Options:
+`, filepath.Base(os.Args[0]))
+		flag.PrintDefaults()
+	}
+}
+
+func main() {
+	flag.Parse()
+
+	// Must specify at least one root target.
+	if flag.NArg() == 0 {
+		flag.Usage()
+		os.Exit(2)
+	}
+
+	if len(*outputFile) == 0 {
+		flag.Usage()
+		fmt.Fprintf(os.Stderr, "must specify file for -o; use - for stdout\n")
+		os.Exit(2)
+	} else {
+		dir, err := filepath.Abs(filepath.Dir(*outputFile))
+		if err != nil {
+			fmt.Fprintf(os.Stderr, "cannot determine path to %q: %w\n", *outputFile, err)
+			os.Exit(1)
+		}
+		fi, err := os.Stat(dir)
+		if err != nil {
+			fmt.Fprintf(os.Stderr, "cannot read directory %q of %q: %w\n", dir, *outputFile, err)
+			os.Exit(1)
+		}
+		if !fi.IsDir() {
+			fmt.Fprintf(os.Stderr, "parent %q of %q is not a directory\n", dir, *outputFile)
+			os.Exit(1)
+		}
+	}
+
+	var ofile io.Writer
+	ofile = os.Stdout
+	if *outputFile != "-" {
+		ofile = &bytes.Buffer{}
+	}
+
+	ctx := &context{ofile, os.Stderr, os.DirFS("."), *stripPrefix}
+
+	err := textNotice(ctx, flag.Args()...)
+	if err != nil {
+		if err == failNoneRequested {
+			flag.Usage()
+		}
+		fmt.Fprintf(os.Stderr, "%s\n", err.Error())
+		os.Exit(1)
+	}
+	if *outputFile != "-" {
+		err := os.WriteFile(*outputFile, ofile.(*bytes.Buffer).Bytes(), 0666)
+		if err != nil {
+			fmt.Fprintf(os.Stderr, "could not write output to %q: %w\n", *outputFile, err)
+			os.Exit(1)
+		}
+	}
+	os.Exit(0)
+}
+
+// textNotice implements the textNotice utility.
+func textNotice(ctx *context, files ...string) error {
+	// Must be at least one root file.
+	if len(files) < 1 {
+		return failNoneRequested
+	}
+
+	// Read the license graph from the license metadata files (*.meta_lic).
+	licenseGraph, err := compliance.ReadLicenseGraph(ctx.rootFS, ctx.stderr, files)
+	if err != nil {
+		return fmt.Errorf("Unable to read license metadata file(s) %q: %v\n", files, err)
+	}
+	if licenseGraph == nil {
+		return failNoLicenses
+	}
+
+	// rs contains all notice resolutions.
+	rs := compliance.ResolveNotices(licenseGraph)
+
+	ni, err := compliance.IndexLicenseTexts(ctx.rootFS, licenseGraph, rs)
+	if err != nil {
+		return fmt.Errorf("Unable to read license text file(s) for %q: %v\n", files, err)
+	}
+
+	for h := range ni.Hashes() {
+		fmt.Fprintln(ctx.stdout, "==============================================================================")
+		for _, libName := range ni.HashLibs(h) {
+			fmt.Fprintf(ctx.stdout, "%s used by:\n", libName)
+			for _, installPath := range ni.HashLibInstalls(h, libName) {
+				if 0 < len(ctx.stripPrefix) && strings.HasPrefix(installPath, ctx.stripPrefix) {
+					fmt.Fprintf(ctx.stdout, "  %s\n", installPath[len(ctx.stripPrefix):])
+				} else {
+					fmt.Fprintf(ctx.stdout, "  %s\n", installPath)
+				}
+			}
+			fmt.Fprintln(ctx.stdout)
+		}
+		ctx.stdout.Write(ni.HashText(h))
+		fmt.Fprintln(ctx.stdout)
+	}
+	return nil
+}
diff --git a/tools/compliance/cmd/textnotice_test.go b/tools/compliance/cmd/textnotice_test.go
new file mode 100644
index 0000000..156fb90
--- /dev/null
+++ b/tools/compliance/cmd/textnotice_test.go
@@ -0,0 +1,613 @@
+// Copyright 2021 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+package main
+
+import (
+	"bufio"
+	"bytes"
+	"fmt"
+	"os"
+	"regexp"
+	"strings"
+	"testing"
+)
+
+var (
+	horizontalRule = regexp.MustCompile("^===[=]*===$")
+)
+
+func Test(t *testing.T) {
+	tests := []struct {
+		condition   string
+		name        string
+		roots       []string
+		stripPrefix string
+		expectedOut []matcher
+	}{
+		{
+			condition: "firstparty",
+			name:      "apex",
+			roots:     []string{"highest.apex.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"Android"},
+				usedBy{"highest.apex"},
+				usedBy{"highest.apex/bin/bin1"},
+				usedBy{"highest.apex/bin/bin2"},
+				usedBy{"highest.apex/lib/liba.so"},
+				usedBy{"highest.apex/lib/libb.so"},
+				firstParty{},
+			},
+		},
+		{
+			condition: "firstparty",
+			name:      "container",
+			roots:     []string{"container.zip.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"Android"},
+				usedBy{"container.zip"},
+				usedBy{"container.zip/bin1"},
+				usedBy{"container.zip/bin2"},
+				usedBy{"container.zip/liba.so"},
+				usedBy{"container.zip/libb.so"},
+				firstParty{},
+			},
+		},
+		{
+			condition: "firstparty",
+			name:      "application",
+			roots:     []string{"application.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"Android"},
+				usedBy{"application"},
+				firstParty{},
+			},
+		},
+		{
+			condition: "firstparty",
+			name:      "binary",
+			roots:     []string{"bin/bin1.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"Android"},
+				usedBy{"bin/bin1"},
+				firstParty{},
+			},
+		},
+		{
+			condition: "firstparty",
+			name:      "library",
+			roots:     []string{"lib/libd.so.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"Android"},
+				usedBy{"lib/libd.so"},
+				firstParty{},
+			},
+		},
+		{
+			condition: "notice",
+			name:      "apex",
+			roots:     []string{"highest.apex.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"Android"},
+				usedBy{"highest.apex"},
+				usedBy{"highest.apex/bin/bin1"},
+				usedBy{"highest.apex/bin/bin2"},
+				usedBy{"highest.apex/lib/libb.so"},
+				firstParty{},
+				hr{},
+				library{"Device"},
+				usedBy{"highest.apex/bin/bin1"},
+				usedBy{"highest.apex/lib/liba.so"},
+				library{"External"},
+				usedBy{"highest.apex/bin/bin1"},
+				notice{},
+			},
+		},
+		{
+			condition: "notice",
+			name:      "container",
+			roots:     []string{"container.zip.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"Android"},
+				usedBy{"container.zip"},
+				usedBy{"container.zip/bin1"},
+				usedBy{"container.zip/bin2"},
+				usedBy{"container.zip/libb.so"},
+				firstParty{},
+				hr{},
+				library{"Device"},
+				usedBy{"container.zip/bin1"},
+				usedBy{"container.zip/liba.so"},
+				library{"External"},
+				usedBy{"container.zip/bin1"},
+				notice{},
+			},
+		},
+		{
+			condition: "notice",
+			name:      "application",
+			roots:     []string{"application.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"Android"},
+				usedBy{"application"},
+				firstParty{},
+				hr{},
+				library{"Device"},
+				usedBy{"application"},
+				notice{},
+			},
+		},
+		{
+			condition: "notice",
+			name:      "binary",
+			roots:     []string{"bin/bin1.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"Android"},
+				usedBy{"bin/bin1"},
+				firstParty{},
+				hr{},
+				library{"Device"},
+				usedBy{"bin/bin1"},
+				library{"External"},
+				usedBy{"bin/bin1"},
+				notice{},
+			},
+		},
+		{
+			condition: "notice",
+			name:      "library",
+			roots:     []string{"lib/libd.so.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"External"},
+				usedBy{"lib/libd.so"},
+				notice{},
+			},
+		},
+		{
+			condition: "reciprocal",
+			name:      "apex",
+			roots:     []string{"highest.apex.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"Android"},
+				usedBy{"highest.apex"},
+				usedBy{"highest.apex/bin/bin1"},
+				usedBy{"highest.apex/bin/bin2"},
+				usedBy{"highest.apex/lib/libb.so"},
+				firstParty{},
+				hr{},
+				library{"Device"},
+				usedBy{"highest.apex/bin/bin1"},
+				usedBy{"highest.apex/lib/liba.so"},
+				library{"External"},
+				usedBy{"highest.apex/bin/bin1"},
+				reciprocal{},
+			},
+		},
+		{
+			condition: "reciprocal",
+			name:      "container",
+			roots:     []string{"container.zip.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"Android"},
+				usedBy{"container.zip"},
+				usedBy{"container.zip/bin1"},
+				usedBy{"container.zip/bin2"},
+				usedBy{"container.zip/libb.so"},
+				firstParty{},
+				hr{},
+				library{"Device"},
+				usedBy{"container.zip/bin1"},
+				usedBy{"container.zip/liba.so"},
+				library{"External"},
+				usedBy{"container.zip/bin1"},
+				reciprocal{},
+			},
+		},
+		{
+			condition: "reciprocal",
+			name:      "application",
+			roots:     []string{"application.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"Android"},
+				usedBy{"application"},
+				firstParty{},
+				hr{},
+				library{"Device"},
+				usedBy{"application"},
+				reciprocal{},
+			},
+		},
+		{
+			condition: "reciprocal",
+			name:      "binary",
+			roots:     []string{"bin/bin1.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"Android"},
+				usedBy{"bin/bin1"},
+				firstParty{},
+				hr{},
+				library{"Device"},
+				usedBy{"bin/bin1"},
+				library{"External"},
+				usedBy{"bin/bin1"},
+				reciprocal{},
+			},
+		},
+		{
+			condition: "reciprocal",
+			name:      "library",
+			roots:     []string{"lib/libd.so.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"External"},
+				usedBy{"lib/libd.so"},
+				notice{},
+			},
+		},
+		{
+			condition: "restricted",
+			name:      "apex",
+			roots:     []string{"highest.apex.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"Android"},
+				usedBy{"highest.apex"},
+				usedBy{"highest.apex/bin/bin1"},
+				usedBy{"highest.apex/bin/bin2"},
+				firstParty{},
+				hr{},
+				library{"Android"},
+				usedBy{"highest.apex/bin/bin2"},
+				usedBy{"highest.apex/lib/libb.so"},
+				library{"Device"},
+				usedBy{"highest.apex/bin/bin1"},
+				usedBy{"highest.apex/lib/liba.so"},
+				restricted{},
+				hr{},
+				library{"External"},
+				usedBy{"highest.apex/bin/bin1"},
+				reciprocal{},
+			},
+		},
+		{
+			condition: "restricted",
+			name:      "container",
+			roots:     []string{"container.zip.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"Android"},
+				usedBy{"container.zip"},
+				usedBy{"container.zip/bin1"},
+				usedBy{"container.zip/bin2"},
+				firstParty{},
+				hr{},
+				library{"Android"},
+				usedBy{"container.zip/bin2"},
+				usedBy{"container.zip/libb.so"},
+				library{"Device"},
+				usedBy{"container.zip/bin1"},
+				usedBy{"container.zip/liba.so"},
+				restricted{},
+				hr{},
+				library{"External"},
+				usedBy{"container.zip/bin1"},
+				reciprocal{},
+			},
+		},
+		{
+			condition: "restricted",
+			name:      "application",
+			roots:     []string{"application.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"Android"},
+				usedBy{"application"},
+				firstParty{},
+				hr{},
+				library{"Device"},
+				usedBy{"application"},
+				restricted{},
+			},
+		},
+		{
+			condition: "restricted",
+			name:      "binary",
+			roots:     []string{"bin/bin1.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"Android"},
+				usedBy{"bin/bin1"},
+				firstParty{},
+				hr{},
+				library{"Device"},
+				usedBy{"bin/bin1"},
+				restricted{},
+				hr{},
+				library{"External"},
+				usedBy{"bin/bin1"},
+				reciprocal{},
+			},
+		},
+		{
+			condition: "restricted",
+			name:      "library",
+			roots:     []string{"lib/libd.so.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"External"},
+				usedBy{"lib/libd.so"},
+				notice{},
+			},
+		},
+		{
+			condition: "proprietary",
+			name:      "apex",
+			roots:     []string{"highest.apex.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"Android"},
+				usedBy{"highest.apex/bin/bin2"},
+				usedBy{"highest.apex/lib/libb.so"},
+				restricted{},
+				hr{},
+				library{"Android"},
+				usedBy{"highest.apex"},
+				usedBy{"highest.apex/bin/bin1"},
+				firstParty{},
+				hr{},
+				library{"Android"},
+				usedBy{"highest.apex/bin/bin2"},
+				library{"Device"},
+				usedBy{"highest.apex/bin/bin1"},
+				usedBy{"highest.apex/lib/liba.so"},
+				library{"External"},
+				usedBy{"highest.apex/bin/bin1"},
+				proprietary{},
+			},
+		},
+		{
+			condition: "proprietary",
+			name:      "container",
+			roots:     []string{"container.zip.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"Android"},
+				usedBy{"container.zip/bin2"},
+				usedBy{"container.zip/libb.so"},
+				restricted{},
+				hr{},
+				library{"Android"},
+				usedBy{"container.zip"},
+				usedBy{"container.zip/bin1"},
+				firstParty{},
+				hr{},
+				library{"Android"},
+				usedBy{"container.zip/bin2"},
+				library{"Device"},
+				usedBy{"container.zip/bin1"},
+				usedBy{"container.zip/liba.so"},
+				library{"External"},
+				usedBy{"container.zip/bin1"},
+				proprietary{},
+			},
+		},
+		{
+			condition: "proprietary",
+			name:      "application",
+			roots:     []string{"application.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"Android"},
+				usedBy{"application"},
+				firstParty{},
+				hr{},
+				library{"Device"},
+				usedBy{"application"},
+				proprietary{},
+			},
+		},
+		{
+			condition: "proprietary",
+			name:      "binary",
+			roots:     []string{"bin/bin1.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"Android"},
+				usedBy{"bin/bin1"},
+				firstParty{},
+				hr{},
+				library{"Device"},
+				usedBy{"bin/bin1"},
+				library{"External"},
+				usedBy{"bin/bin1"},
+				proprietary{},
+			},
+		},
+		{
+			condition: "proprietary",
+			name:      "library",
+			roots:     []string{"lib/libd.so.meta_lic"},
+			expectedOut: []matcher{
+				hr{},
+				library{"External"},
+				usedBy{"lib/libd.so"},
+				notice{},
+			},
+		},
+	}
+	for _, tt := range tests {
+		t.Run(tt.condition+" "+tt.name, func(t *testing.T) {
+			stdout := &bytes.Buffer{}
+			stderr := &bytes.Buffer{}
+
+			rootFiles := make([]string, 0, len(tt.roots))
+			for _, r := range tt.roots {
+				rootFiles = append(rootFiles, "testdata/"+tt.condition+"/"+r)
+			}
+
+			ctx := context{stdout, stderr, os.DirFS("."), tt.stripPrefix}
+
+			err := textNotice(&ctx, rootFiles...)
+			if err != nil {
+				t.Fatalf("textnotice: error = %w, stderr = %v", err, stderr)
+				return
+			}
+			if stderr.Len() > 0 {
+				t.Errorf("textnotice: gotStderr = %v, want none", stderr)
+			}
+
+			t.Logf("got stdout: %s", stdout.String())
+
+			t.Logf("want stdout: %s", matcherList(tt.expectedOut).String())
+
+			out := bufio.NewScanner(stdout)
+			lineno := 0
+			for out.Scan() {
+				line := out.Text()
+				if strings.TrimLeft(line, " ") == "" {
+					continue
+				}
+				if len(tt.expectedOut) <= lineno {
+					t.Errorf("unexpected output at line %d: got %q, want nothing (wanted %d lines)", lineno+1, line, len(tt.expectedOut))
+				} else if !tt.expectedOut[lineno].isMatch(line) {
+					t.Errorf("unexpected output at line %d: got %q, want %q", lineno+1, line, tt.expectedOut[lineno].String())
+				}
+				lineno++
+			}
+			for ; lineno < len(tt.expectedOut); lineno++ {
+				t.Errorf("textnotice: missing output line %d: ended early, want %q", lineno+1, tt.expectedOut[lineno].String())
+			}
+		})
+	}
+}
+
+type matcher interface {
+	isMatch(line string) bool
+	String() string
+}
+
+type hr struct{}
+
+func (m hr) isMatch(line string) bool {
+	return horizontalRule.MatchString(line)
+}
+
+func (m hr) String() string {
+	return " ================================================== "
+}
+
+type library struct {
+	name string
+}
+
+func (m library) isMatch(line string) bool {
+	return strings.HasPrefix(line, m.name+" ")
+}
+
+func (m library) String() string {
+	return m.name + " used by:"
+}
+
+type usedBy struct {
+	name string
+}
+
+func (m usedBy) isMatch(line string) bool {
+	return len(line) > 0 && line[0] == ' ' && strings.HasPrefix(strings.TrimLeft(line, " "), "out/") && strings.HasSuffix(line, "/"+m.name)
+}
+
+func (m usedBy) String() string {
+	return "  out/.../" + m.name
+}
+
+type firstParty struct{}
+
+func (m firstParty) isMatch(line string) bool {
+	return strings.HasPrefix(strings.TrimLeft(line, " "), "&&&First Party License&&&")
+}
+
+func (m firstParty) String() string {
+	return "&&&First Party License&&&"
+}
+
+type notice struct{}
+
+func (m notice) isMatch(line string) bool {
+	return strings.HasPrefix(strings.TrimLeft(line, " "), "%%%Notice License%%%")
+}
+
+func (m notice) String() string {
+	return "%%%Notice License%%%"
+}
+
+type reciprocal struct{}
+
+func (m reciprocal) isMatch(line string) bool {
+	return strings.HasPrefix(strings.TrimLeft(line, " "), "$$$Reciprocal License$$$")
+}
+
+func (m reciprocal) String() string {
+	return "$$$Reciprocal License$$$"
+}
+
+type restricted struct{}
+
+func (m restricted) isMatch(line string) bool {
+	return strings.HasPrefix(strings.TrimLeft(line, " "), "###Restricted License###")
+}
+
+func (m restricted) String() string {
+	return "###Restricted License###"
+}
+
+type proprietary struct{}
+
+func (m proprietary) isMatch(line string) bool {
+	return strings.HasPrefix(strings.TrimLeft(line, " "), "@@@Proprietary License@@@")
+}
+
+func (m proprietary) String() string {
+	return "@@@Proprietary License@@@"
+}
+
+type matcherList []matcher
+
+func (l matcherList) String() string {
+	var sb strings.Builder
+	for _, m := range l {
+		s := m.String()
+		if s[:3] == s[len(s)-3:] {
+			fmt.Fprintln(&sb)
+		}
+		fmt.Fprintf(&sb, "%s\n", s)
+		if s[:3] == s[len(s)-3:] {
+			fmt.Fprintln(&sb)
+		}
+	}
+	return sb.String()
+}