From 7e2ac65dfef737a38a5e3180d1a763aefb28f6c8 Mon Sep 17 00:00:00 2001 From: Deskehs <124361319+Deskehs@users.noreply.github.com> Date: Mon, 14 Aug 2023 23:31:57 +0800 Subject: [PATCH] update license --- bucket/graalvm20.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bucket/graalvm20.json b/bucket/graalvm20.json index d044781..df32d9f 100644 --- a/bucket/graalvm20.json +++ b/bucket/graalvm20.json @@ -2,7 +2,10 @@ "description": "GraalVM compiles your Java applications ahead of time into standalone binaries that start instantly, provide peak performance with no warmup, and use fewer resources.", "version": "20.0.2", "homepage": "https://www.graalvm.org/", - "license": "Proprietary", + "license": { + "identifier": "Freeware", + "url": "https://www.oracle.com/downloads/licenses/graal-free-license.html" + }, "url": "https://download.oracle.com/graalvm/20/archive/graalvm-jdk-20.0.2_windows-x64_bin.zip", "hash": "3ec83085b54a8de7d0c0ca893d225718cf6ff514f406af6d31a615da63ae9019", "extract_dir": "graalvm-jdk-20.0.2",