Skip to content

Commit 6e11b0e

Browse files
authored
Merge pull request #27 from cwillisf/agpl-and-cla
AGPL and CLA
2 parents c55b066 + eba3e2f commit 6e11b0e

File tree

8 files changed

+689
-38
lines changed

8 files changed

+689
-38
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: "Signature Assistant"
2+
on:
3+
issue_comment:
4+
types: [created]
5+
pull_request_target:
6+
types: [opened,closed,synchronize]
7+
8+
permissions:
9+
actions: write
10+
contents: read
11+
pull-requests: write
12+
statuses: write
13+
14+
jobs:
15+
signature-assistant:
16+
uses: scratchfoundation/scratch-agreements/.github/workflows/assistant.yml@main
17+
secrets:
18+
GHA_AGREEMENTS_PAT: ${{ secrets.GHA_AGREEMENTS_PAT }}

LICENSE

Lines changed: 661 additions & 28 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": "true",
44
"description": "Scratch editor mono-repository",
55
"author": "Scratch Foundation",
6-
"license": "BSD-3-Clause",
6+
"license": "AGPL-3.0-only",
77
"homepage": "https://github.com/scratchfoundation/scratch-editor#readme",
88
"repository": {
99
"type": "git",

packages/scratch-gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "4.0.15",
44
"description": "Graphical User Interface for creating and running Scratch 3.0 projects",
55
"author": "Massachusetts Institute of Technology",
6-
"license": "BSD-3-Clause",
6+
"license": "AGPL-3.0-only",
77
"homepage": "https://github.com/scratchfoundation/scratch-gui#readme",
88
"repository": {
99
"type": "git",

packages/scratch-render/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.317",
44
"description": "WebGL Renderer for Scratch 3.0",
55
"author": "Massachusetts Institute of Technology",
6-
"license": "BSD-3-Clause",
6+
"license": "AGPL-3.0-only",
77
"homepage": "https://github.com/scratchfoundation/scratch-render#readme",
88
"repository": {
99
"type": "git",

packages/scratch-svg-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"watch": "webpack --watch"
2121
},
2222
"author": "Massachusetts Institute of Technology",
23-
"license": "BSD-3-Clause",
23+
"license": "AGPL-3.0-only",
2424
"homepage": "https://github.com/scratchfoundation/scratch-svg-renderer#readme",
2525
"repository": {
2626
"type": "git",

packages/scratch-vm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "4.5.457",
44
"description": "Virtual Machine for Scratch 3.0",
55
"author": "Massachusetts Institute of Technology",
6-
"license": "BSD-3-Clause",
6+
"license": "AGPL-3.0-only",
77
"homepage": "https://github.com/scratchfoundation/scratch-vm#readme",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)