Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions TRADEMARK
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The Scratch trademarks, including the Scratch name, logo, the Scratch Cat, Gobo, Pico, Nano, Tera and Giga graphics (the "Marks"), are property of the Scratch Foundation. Marks may not be used to endorse or promote products derived from this software without specific prior written permission.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"prepare": "husky install",
"test": "npm test --workspaces",
"refresh-gh-workflow": "ts-node scripts/build-gha-workflows.ts",
"update-legal": "npm --workspaces exec -c 'rm -f ./{LICENSE,TRADEMARK} && cp -f ../../{LICENSE,TRADEMARK} .'",
"version": "cross-env-shell ./scripts/npm-version.sh"
},
"config": {
Expand Down
1 change: 0 additions & 1 deletion packages/scratch-gui/LICENSE

This file was deleted.

661 changes: 661 additions & 0 deletions packages/scratch-gui/LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/scratch-gui/TRADEMARK
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The Scratch trademarks, including the Scratch name, logo, the Scratch Cat, Gobo, Pico, Nano, Tera and Giga graphics (the "Marks"), are property of the Massachusetts Institute of Technology (MIT). Marks may not be used to endorse or promote products derived from this software without specific prior written permission.
The Scratch trademarks, including the Scratch name, logo, the Scratch Cat, Gobo, Pico, Nano, Tera and Giga graphics (the "Marks"), are property of the Scratch Foundation. Marks may not be used to endorse or promote products derived from this software without specific prior written permission.
4 changes: 3 additions & 1 deletion packages/scratch-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
},
"files": [
"dist",
"src"
"src",
"LICENSE",
"TRADEMARK"
],
"scripts": {
"build": "npm run clean && npm run build:dev && npm run build:dist && npm run build:dist-standalone",
Expand Down
1 change: 0 additions & 1 deletion packages/scratch-render/LICENSE

This file was deleted.

661 changes: 661 additions & 0 deletions packages/scratch-render/LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/scratch-render/TRADEMARK
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The Scratch trademarks, including the Scratch name, logo, the Scratch Cat, Gobo, Pico, Nano, Tera and Giga graphics (the "Marks"), are property of the Massachusetts Institute of Technology (MIT). Marks may not be used to endorse or promote products derived from this software without specific prior written permission.
The Scratch trademarks, including the Scratch name, logo, the Scratch Cat, Gobo, Pico, Nano, Tera and Giga graphics (the "Marks"), are property of the Scratch Foundation. Marks may not be used to endorse or promote products derived from this software without specific prior written permission.
4 changes: 3 additions & 1 deletion packages/scratch-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
},
"files": [
"dist",
"src"
"src",
"LICENSE",
"TRADEMARK"
],
"scripts": {
"build": "webpack --progress && npm run docs",
Expand Down
1 change: 0 additions & 1 deletion packages/scratch-svg-renderer/LICENSE

This file was deleted.

661 changes: 661 additions & 0 deletions packages/scratch-svg-renderer/LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/scratch-svg-renderer/TRADEMARK
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The Scratch trademarks, including the Scratch name, logo, the Scratch Cat, Gobo, Pico, Nano, Tera and Giga graphics (the "Marks"), are property of the Massachusetts Institute of Technology (MIT). Marks may not be used to endorse or promote products derived from this software without specific prior written permission.
The Scratch trademarks, including the Scratch name, logo, the Scratch Cat, Gobo, Pico, Nano, Tera and Giga graphics (the "Marks"), are property of the Scratch Foundation. Marks may not be used to endorse or promote products derived from this software without specific prior written permission.
4 changes: 3 additions & 1 deletion packages/scratch-svg-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
},
"files": [
"dist",
"src"
"src",
"LICENSE",
"TRADEMARK"
],
"scripts": {
"build": "npm run clean && webpack",
Expand Down
1 change: 0 additions & 1 deletion packages/scratch-vm/LICENSE

This file was deleted.

661 changes: 661 additions & 0 deletions packages/scratch-vm/LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/scratch-vm/TRADEMARK
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The Scratch trademarks, including the Scratch name, logo, the Scratch Cat, Gobo, Pico, Nano, Tera and Giga graphics (the "Marks"), are property of the Massachusetts Institute of Technology (MIT). Marks may not be used to endorse or promote products derived from this software without specific prior written permission.
The Scratch trademarks, including the Scratch name, logo, the Scratch Cat, Gobo, Pico, Nano, Tera and Giga graphics (the "Marks"), are property of the Scratch Foundation. Marks may not be used to endorse or promote products derived from this software without specific prior written permission.
4 changes: 3 additions & 1 deletion packages/scratch-vm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
},
"files": [
"dist",
"src"
"src",
"LICENSE",
"TRADEMARK"
],
"scripts": {
"build": "npm run docs && webpack --progress",
Expand Down
Loading