diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
commit | 59203c63bb777a3bacec32fb8830fba33540e809 (patch) | |
tree | 58298e711c0ff0575818c30485b44a2f21bf28a0 /toolkit/content/license.html | |
parent | Adding upstream version 126.0.1. (diff) | |
download | firefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip |
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'toolkit/content/license.html')
-rw-r--r-- | toolkit/content/license.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/toolkit/content/license.html b/toolkit/content/license.html index fe489f74d1..3f05da0118 100644 --- a/toolkit/content/license.html +++ b/toolkit/content/license.html @@ -1496,6 +1496,9 @@ licences. #ifdef MOZ_JXL <code>third_party/highway/</code><br/> #endif +#ifdef MOZ_PERFETTO + <code>third_party/perfetto/</code><br/> +#endif </p> <pre> @@ -3600,7 +3603,6 @@ SOFTWARE. <li><code>devtools/shared/natural-sort.js</code></li> <li><code>devtools/shared/node-properties/node-properties.js</code></li> <li><code>third_party/rust/ordered-float</code></li> - <li><code>third_party/rust/owning_ref</code></li> <li><code>third_party/rust/phf</code>, <code>third_party/rust/phf_codegen</code>, <code>third_party/rust/phf_generator</code>, and @@ -3625,6 +3627,7 @@ SOFTWARE. <li><code>third_party/rust/synstructure</code></li> <li><code>third_party/rust/void</code></li> <li><code>js/src/zydis</code> (unless otherwise specified)</li> + <li><code>js/src/vm/Float16.h</code>(the code contained in the half namespace)</li> </ul> See the individual LICENSE files or headers for copyright owners.</p> |