diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
commit | 8dd16259287f58f9273002717ec4d27e97127719 (patch) | |
tree | 3863e62a53829a84037444beab3abd4ed9dfc7d0 /toolkit/content/license.html | |
parent | Releasing progress-linux version 126.0.1-1~progress7.99u1. (diff) | |
download | firefox-8dd16259287f58f9273002717ec4d27e97127719.tar.xz firefox-8dd16259287f58f9273002717ec4d27e97127719.zip |
Merging upstream version 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> |