diff --git a/package-lock.json b/package-lock.json index 6071da17513..e94457d2d31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "typescript", "yaml" ], - "license": "LGPL-3.0", + "license": "LGPL-3.0-only", "dependencies": { "@babel/core": "7.23.2", "@babel/eslint-parser": "7.22.15", diff --git a/profiling/package-lock.json b/profiling/package-lock.json index e34d881afdf..899ff0b7b03 100644 --- a/profiling/package-lock.json +++ b/profiling/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "profiling", "version": "1.0.0", - "license": "LGPL-3.0", + "license": "LGPL-3.0-only", "devDependencies": { "tsconfig-paths": "^4.1.0" } diff --git a/typedoc/searchable-parameters-plugin/package-lock.json b/typedoc/searchable-parameters-plugin/package-lock.json index 0b65095eac1..8f6313df70d 100644 --- a/typedoc/searchable-parameters-plugin/package-lock.json +++ b/typedoc/searchable-parameters-plugin/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "searchable-parameters-plugin", "version": "1.0.0", - "license": "LGPL-3.0", + "license": "LGPL-3.0-only", "dependencies": { "typedoc": "0.23.23" }