aboutsummaryrefslogtreecommitdiffstats
path: root/.yarn
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-08-24 00:06:37 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-08-24 01:17:45 +0200
commit2e2ebbf75b12784ac664d864865f01729b3eb8c4 (patch)
tree6002405f0759015c57d161775c94b9e0df138872 /.yarn
parentrefactor(web): move d3-zoom patch into repo (diff)
downloadrefinery-2e2ebbf75b12784ac664d864865f01729b3eb8c4.tar.gz
refinery-2e2ebbf75b12784ac664d864865f01729b3eb8c4.tar.zst
refinery-2e2ebbf75b12784ac664d864865f01729b3eb8c4.zip
refactor(web): clean up graphviz visualization
Diffstat (limited to '.yarn')
-rw-r--r--.yarn/patches/d3-graphviz-npm-5.1.0-ba6bed3fec.patch.license14
-rw-r--r--.yarn/patches/d3-zoom-npm-3.0.0-18f706a421.patch.license11
2 files changed, 25 insertions, 0 deletions
diff --git a/.yarn/patches/d3-graphviz-npm-5.1.0-ba6bed3fec.patch.license b/.yarn/patches/d3-graphviz-npm-5.1.0-ba6bed3fec.patch.license
new file mode 100644
index 00000000..0c7bddfb
--- /dev/null
+++ b/.yarn/patches/d3-graphviz-npm-5.1.0-ba6bed3fec.patch.license
@@ -0,0 +1,14 @@
1Copyright 2017, Magnus Jacobsson
2Copyright 2023, The Refinery Authors <https://refinery.tools/>
3
4SPDX-License-Identifier: BSD-3-Clause
5
6This file Incorporates patches from the Refinery authors.
7
8However, but redistribution and use is only permitted if neither
9the name of the copyright holder Magnus Jacobsson nor the names of other
10contributors to the d3-graphviz project are used to endorse or promote
11products derived from this software as per the 3rd clause of the
123-clause BSD license.
13
14See LICENSES/BSD-3-Clause.txt for more details.
diff --git a/.yarn/patches/d3-zoom-npm-3.0.0-18f706a421.patch.license b/.yarn/patches/d3-zoom-npm-3.0.0-18f706a421.patch.license
new file mode 100644
index 00000000..d95053c1
--- /dev/null
+++ b/.yarn/patches/d3-zoom-npm-3.0.0-18f706a421.patch.license
@@ -0,0 +1,11 @@
1Copyright 2010-2021 Mike Bostock
2Copyright 2020-2023 Philippe Rivière
3Copyright 2023 The Refinery Authors <https://refinery.tools/>
4
5SPDX-License-Identifier: ISC OR EPL-2.0
6
7This file ncorporates patches from
8https://github.com/d3/d3-zoom/tree/3afbe2ae2dfb3129231c5567db56dafb2d6a56a6
9by Philippe Rivière.
10
11Morevoer, it includes other modifications by the Refinery authors.