summaryrefslogtreecommitdiffstats
path: root/third_party/js/d3/moz.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:47:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:47:29 +0000
commit0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch)
treea31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /third_party/js/d3/moz.yaml
parentInitial commit. (diff)
downloadfirefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz
firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--third_party/js/d3/moz.yaml38
1 files changed, 38 insertions, 0 deletions
diff --git a/third_party/js/d3/moz.yaml b/third_party/js/d3/moz.yaml
new file mode 100644
index 0000000000..194e512c91
--- /dev/null
+++ b/third_party/js/d3/moz.yaml
@@ -0,0 +1,38 @@
+# Version of this schema
+schema: 1
+
+bugzilla:
+ # Bugzilla product and component for this directory and subdirectories
+ product: Toolkit
+ component: General
+
+# Document the source of externally hosted code
+origin:
+
+ # Short name of the package/library
+ name: D3.js
+
+ description: JavaScript library for visualizing data using web standards
+
+ # Full URL for the package's homepage/etc
+ # Usually different from repository url
+ url: https://d3js.org/
+
+ # Human-readable identifier for this version/release
+ # Generally "version NNN", "tag SSS", "bookmark SSS"
+ release: version 3.4.2
+
+ # Revision to pull in
+ # Must be a long or short commit SHA (long preferred)
+ revision: 04fa5dd3856de768b43b4aac9e34c112f1227a17
+
+ # The package's license, where possible using the mnemonic from
+ # https://spdx.org/licenses/
+ # Multiple licenses can be specified (as a YAML list)
+ # A "LICENSE" file must exist containing the full license text
+ license: BSD-3-Clause
+
+ # If the package's license is specified in a particular file,
+ # this is the name of the file.
+ # optional
+ license-file: LICENSE