From 2e9cb1de23d4e452b973526f3d3bc8166ebcc220 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Thu, 14 Mar 2024 13:19:04 +0000 Subject: [PATCH] Update package.json licenses --- App/package.json | 2 +- E2E/package.json | 2 +- Examples/fluentd/package.json | 2 +- InfrastructureAgent/package.json | 2 +- Ingestor/package.json | 2 +- Model/package.json | 2 +- Nginx/package.json | 2 +- Probe/package.json | 2 +- Scripts/package.json | 2 +- TestServer/package.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/App/package.json b/App/package.json index 0227ac190b..71c16d259a 100644 --- a/App/package.json +++ b/App/package.json @@ -14,7 +14,7 @@ "coverage": "jest --detectOpenHandles --coverage" }, "author": "", - "license": "ISC", + "license": "Apache-2.0", "dependencies": { "@sendgrid/mail": "^8.1.0", "Common": "file:../Common", diff --git a/E2E/package.json b/E2E/package.json index 8758ee8bef..92d2f000fd 100644 --- a/E2E/package.json +++ b/E2E/package.json @@ -11,7 +11,7 @@ }, "keywords": [], "author": "", - "license": "ISC", + "license": "Apache-2.0", "devDependencies": { "@playwright/test": "^1.31.2", "@types/node": "^20.10.4" diff --git a/Examples/fluentd/package.json b/Examples/fluentd/package.json index d955035537..11dfc9417f 100644 --- a/Examples/fluentd/package.json +++ b/Examples/fluentd/package.json @@ -7,7 +7,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", - "license": "ISC", + "license": "Apache-2.0", "dependencies": { "@fluent-org/logger": "^1.0.10", "express": "^4.18.2" diff --git a/InfrastructureAgent/package.json b/InfrastructureAgent/package.json index 77283b0384..59dcaba8c9 100644 --- a/InfrastructureAgent/package.json +++ b/InfrastructureAgent/package.json @@ -15,7 +15,7 @@ "publish-package": "export PACKAGE_NAME=@oneuptime/infrastructure-agent && bash ../Scripts/NPM/PublishPackage.sh" }, "author": "", - "license": "ISC", + "license": "Apache-2.0", "dependencies": { "Common": "file:../Common", "CommonServer": "file:../CommonServer", diff --git a/Ingestor/package.json b/Ingestor/package.json index abc22d3abd..58325a181b 100644 --- a/Ingestor/package.json +++ b/Ingestor/package.json @@ -13,7 +13,7 @@ "test": "jest --passWithNoTests" }, "author": "", - "license": "ISC", + "license": "Apache-2.0", "dependencies": { "Common": "file:../Common", "CommonServer": "file:../CommonServer", diff --git a/Model/package.json b/Model/package.json index 78642c79b9..32bf742116 100644 --- a/Model/package.json +++ b/Model/package.json @@ -21,5 +21,5 @@ "ts-jest": "^27.1.4" }, "author": "", - "license": "ISC" + "license": "Apache-2.0" } \ No newline at end of file diff --git a/Nginx/package.json b/Nginx/package.json index 59b9f6072a..948bdbca73 100644 --- a/Nginx/package.json +++ b/Nginx/package.json @@ -10,7 +10,7 @@ "dep-check": "npm install -g depcheck && depcheck ./ --skip-missing=true" }, "author": "", - "license": "ISC", + "license": "Apache-2.0", "dependencies": { "Common": "file:../Common", "CommonServer": "file:../CommonServer", diff --git a/Probe/package.json b/Probe/package.json index 67f82de872..9a17112e31 100644 --- a/Probe/package.json +++ b/Probe/package.json @@ -15,7 +15,7 @@ "debug:test": "node --inspect node_modules/.bin/jest --runInBand ./Tests --detectOpenHandles" }, "author": "", - "license": "ISC", + "license": "Apache-2.0", "dependencies": { "@types/ping": "^0.4.4", "axios": "^1.6.7", diff --git a/Scripts/package.json b/Scripts/package.json index 60e857ca31..3dab1d7ade 100644 --- a/Scripts/package.json +++ b/Scripts/package.json @@ -20,5 +20,5 @@ "ts-jest": "^27.1.4" }, "author": "", - "license": "ISC" + "license": "Apache-2.0" } \ No newline at end of file diff --git a/TestServer/package.json b/TestServer/package.json index c3efaf20fa..b1ee8327ef 100644 --- a/TestServer/package.json +++ b/TestServer/package.json @@ -14,7 +14,7 @@ "coverage": "jest --detectOpenHandles --coverage" }, "author": "", - "license": "ISC", + "license": "Apache-2.0", "dependencies": { "Common": "file:../Common", "CommonServer": "file:../CommonServer",