From 8cb7c28f1717a873217b747717de2c49773ee33b Mon Sep 17 00:00:00 2001 From: Christian Schuerings Date: Wed, 30 Apr 2025 13:57:39 +0200 Subject: [PATCH] chore: adapt license entry Specify Apache-2.0 according to https://spdx.org/licenses/ in package.json. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e674094..b57e499 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "Node.js" ], "author": "SAP SE (https://www.sap.com)", - "license": "SEE LICENSE IN LICENSE", + "license": "Apache-2.0", "main": "index.js", "files": [ "lib/",