From 191177122699cf8d38ccf2afa807d9b6731f61cc Mon Sep 17 00:00:00 2001 From: dskkato Date: Sun, 17 Apr 2022 16:51:43 +0900 Subject: [PATCH 1/2] Add symlink LICENSE files into crates. Symlink the top-level LICENSE into each published crates. --- deno_webgpu/LICENSE.APACHE | 1 + deno_webgpu/LICENSE.MIT | 1 + wgpu-core/LICENSE.APACHE | 1 + wgpu-core/LICENSE.MIT | 1 + wgpu-hal/LICENSE.APACHE | 1 + wgpu-hal/LICENSE.MIT | 1 + wgpu-info/LICENSE.APACHE | 1 + wgpu-info/LICENSE.MIT | 1 + wgpu-types/LICENSE.APACHE | 1 + wgpu-types/LICENSE.MIT | 1 + wgpu/LICENSE.APACHE | 1 + wgpu/LICENSE.MIT | 1 + 12 files changed, 12 insertions(+) create mode 120000 deno_webgpu/LICENSE.APACHE create mode 120000 deno_webgpu/LICENSE.MIT create mode 120000 wgpu-core/LICENSE.APACHE create mode 120000 wgpu-core/LICENSE.MIT create mode 120000 wgpu-hal/LICENSE.APACHE create mode 120000 wgpu-hal/LICENSE.MIT create mode 120000 wgpu-info/LICENSE.APACHE create mode 120000 wgpu-info/LICENSE.MIT create mode 120000 wgpu-types/LICENSE.APACHE create mode 120000 wgpu-types/LICENSE.MIT create mode 120000 wgpu/LICENSE.APACHE create mode 120000 wgpu/LICENSE.MIT diff --git a/deno_webgpu/LICENSE.APACHE b/deno_webgpu/LICENSE.APACHE new file mode 120000 index 0000000000..7141cad5b2 --- /dev/null +++ b/deno_webgpu/LICENSE.APACHE @@ -0,0 +1 @@ +../LICENSE.APACHE \ No newline at end of file diff --git a/deno_webgpu/LICENSE.MIT b/deno_webgpu/LICENSE.MIT new file mode 120000 index 0000000000..6b8772d1a7 --- /dev/null +++ b/deno_webgpu/LICENSE.MIT @@ -0,0 +1 @@ +../LICENSE.MIT \ No newline at end of file diff --git a/wgpu-core/LICENSE.APACHE b/wgpu-core/LICENSE.APACHE new file mode 120000 index 0000000000..7141cad5b2 --- /dev/null +++ b/wgpu-core/LICENSE.APACHE @@ -0,0 +1 @@ +../LICENSE.APACHE \ No newline at end of file diff --git a/wgpu-core/LICENSE.MIT b/wgpu-core/LICENSE.MIT new file mode 120000 index 0000000000..6b8772d1a7 --- /dev/null +++ b/wgpu-core/LICENSE.MIT @@ -0,0 +1 @@ +../LICENSE.MIT \ No newline at end of file diff --git a/wgpu-hal/LICENSE.APACHE b/wgpu-hal/LICENSE.APACHE new file mode 120000 index 0000000000..7141cad5b2 --- /dev/null +++ b/wgpu-hal/LICENSE.APACHE @@ -0,0 +1 @@ +../LICENSE.APACHE \ No newline at end of file diff --git a/wgpu-hal/LICENSE.MIT b/wgpu-hal/LICENSE.MIT new file mode 120000 index 0000000000..6b8772d1a7 --- /dev/null +++ b/wgpu-hal/LICENSE.MIT @@ -0,0 +1 @@ +../LICENSE.MIT \ No newline at end of file diff --git a/wgpu-info/LICENSE.APACHE b/wgpu-info/LICENSE.APACHE new file mode 120000 index 0000000000..7141cad5b2 --- /dev/null +++ b/wgpu-info/LICENSE.APACHE @@ -0,0 +1 @@ +../LICENSE.APACHE \ No newline at end of file diff --git a/wgpu-info/LICENSE.MIT b/wgpu-info/LICENSE.MIT new file mode 120000 index 0000000000..6b8772d1a7 --- /dev/null +++ b/wgpu-info/LICENSE.MIT @@ -0,0 +1 @@ +../LICENSE.MIT \ No newline at end of file diff --git a/wgpu-types/LICENSE.APACHE b/wgpu-types/LICENSE.APACHE new file mode 120000 index 0000000000..7141cad5b2 --- /dev/null +++ b/wgpu-types/LICENSE.APACHE @@ -0,0 +1 @@ +../LICENSE.APACHE \ No newline at end of file diff --git a/wgpu-types/LICENSE.MIT b/wgpu-types/LICENSE.MIT new file mode 120000 index 0000000000..6b8772d1a7 --- /dev/null +++ b/wgpu-types/LICENSE.MIT @@ -0,0 +1 @@ +../LICENSE.MIT \ No newline at end of file diff --git a/wgpu/LICENSE.APACHE b/wgpu/LICENSE.APACHE new file mode 120000 index 0000000000..7141cad5b2 --- /dev/null +++ b/wgpu/LICENSE.APACHE @@ -0,0 +1 @@ +../LICENSE.APACHE \ No newline at end of file diff --git a/wgpu/LICENSE.MIT b/wgpu/LICENSE.MIT new file mode 120000 index 0000000000..6b8772d1a7 --- /dev/null +++ b/wgpu/LICENSE.MIT @@ -0,0 +1 @@ +../LICENSE.MIT \ No newline at end of file From b52733bea77154bae02076f5a23f1510683b29c4 Mon Sep 17 00:00:00 2001 From: dskkato Date: Mon, 18 Apr 2022 14:04:34 +0900 Subject: [PATCH 2/2] delete some license files. Since deno_webgpu and wgpu-info are not dependency of wgpu. --- deno_webgpu/LICENSE.APACHE | 1 - deno_webgpu/LICENSE.MIT | 1 - wgpu-info/LICENSE.APACHE | 1 - wgpu-info/LICENSE.MIT | 1 - 4 files changed, 4 deletions(-) delete mode 120000 deno_webgpu/LICENSE.APACHE delete mode 120000 deno_webgpu/LICENSE.MIT delete mode 120000 wgpu-info/LICENSE.APACHE delete mode 120000 wgpu-info/LICENSE.MIT diff --git a/deno_webgpu/LICENSE.APACHE b/deno_webgpu/LICENSE.APACHE deleted file mode 120000 index 7141cad5b2..0000000000 --- a/deno_webgpu/LICENSE.APACHE +++ /dev/null @@ -1 +0,0 @@ -../LICENSE.APACHE \ No newline at end of file diff --git a/deno_webgpu/LICENSE.MIT b/deno_webgpu/LICENSE.MIT deleted file mode 120000 index 6b8772d1a7..0000000000 --- a/deno_webgpu/LICENSE.MIT +++ /dev/null @@ -1 +0,0 @@ -../LICENSE.MIT \ No newline at end of file diff --git a/wgpu-info/LICENSE.APACHE b/wgpu-info/LICENSE.APACHE deleted file mode 120000 index 7141cad5b2..0000000000 --- a/wgpu-info/LICENSE.APACHE +++ /dev/null @@ -1 +0,0 @@ -../LICENSE.APACHE \ No newline at end of file diff --git a/wgpu-info/LICENSE.MIT b/wgpu-info/LICENSE.MIT deleted file mode 120000 index 6b8772d1a7..0000000000 --- a/wgpu-info/LICENSE.MIT +++ /dev/null @@ -1 +0,0 @@ -../LICENSE.MIT \ No newline at end of file