Skip to content

Commit 39d7e28

Browse files
committed
fix: symlink LICENSE files
Before: individual packages contain incorrect LICENSE files After: individual packages link to the LICENSE file in the root The `pack` phase of the `npm` release process should convert these symlinks to regular files, so installed packages should now contain correct license information.
1 parent 5ade300 commit 39d7e28

File tree

4 files changed

+4
-48
lines changed

4 files changed

+4
-48
lines changed

packages/scratch-gui/LICENSE

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/scratch-gui/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../LICENSE

packages/scratch-render/LICENSE

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/scratch-render/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../LICENSE

packages/scratch-svg-renderer/LICENSE

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../LICENSE

packages/scratch-vm/LICENSE

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/scratch-vm/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../LICENSE

0 commit comments

Comments
 (0)