Skip to content

Commit 0e06948

Browse files
Copilotdata-douser
andcommitted
Update license field in all three package.json files to reference LICENSE file
Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
1 parent 2acc650 commit 0e06948

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"typescript"
2222
],
2323
"author": "@github/ps-codeql",
24-
"license": "MIT",
24+
"license": "SEE LICENSE IN LICENSE",
2525
"engines": {
2626
"node": ">=25.2.1",
2727
"npm": ">=11.6.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"typescript"
1818
],
1919
"author": "@github/ps-codeql",
20-
"license": "MIT",
20+
"license": "SEE LICENSE IN LICENSE",
2121
"engines": {
2222
"node": ">=25.2.1",
2323
"npm": ">=11.6.2"

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"typescript"
2222
],
2323
"author": "@github/ps-codeql",
24-
"license": "MIT",
24+
"license": "SEE LICENSE IN LICENSE",
2525
"engines": {
2626
"node": ">=25.2.1",
2727
"npm": ">=11.6.2"

0 commit comments

Comments
 (0)