Skip to content

Commit 6a682d6

Browse files
committed
chore: use SPDX LicenseRef-CodeQL-Terms for license compliance
1 parent 1edaa08 commit 6a682d6

File tree

5 files changed

+19
-10
lines changed

5 files changed

+19
-10
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": "SEE LICENSE IN LICENSE",
24+
"license": "LicenseRef-CodeQL-Terms",
2525
"engines": {
2626
"node": ">=24.13.0",
2727
"npm": ">=11.6.2"

extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "LLM-assisted development of CodeQL queries, libraries, and tests via #ql-mcp prompts, resources, and tools.",
55
"version": "2.25.1-next.2",
66
"publisher": "advanced-security",
7-
"license": "SEE LICENSE IN LICENSE",
7+
"license": "LicenseRef-CodeQL-Terms",
88
"icon": "media/codeql-icon.png",
99
"repository": {
1010
"type": "git",

package-lock.json

Lines changed: 15 additions & 6 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
@@ -17,7 +17,7 @@
1717
"typescript"
1818
],
1919
"author": "@github/ps-codeql",
20-
"license": "SEE LICENSE IN LICENSE",
20+
"license": "LicenseRef-CodeQL-Terms",
2121
"engines": {
2222
"node": ">=24.13.0",
2323
"npm": ">=11.6.2"

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"typescript"
4242
],
4343
"author": "@github/ps-codeql",
44-
"license": "SEE LICENSE IN LICENSE",
44+
"license": "LicenseRef-CodeQL-Terms",
4545
"repository": {
4646
"type": "git",
4747
"url": "git+https://github.com/advanced-security/codeql-development-mcp-server.git",

0 commit comments

Comments
 (0)