Skip to content

Commit eee935a

Browse files
authored
Merge pull request #144 from Achal1607/update-jdk-downloader-license
Updated OpenJDK license in JDK Downloader
2 parents 8268da7 + ed0f606 commit eee935a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode/src/jdkDownloader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ export const fetchJDKDownloadView = (machineArch: string, osType: string, versio
403403
</style>
404404
<body>
405405
<h1>JDK Downloader</h1>
406-
<p>This tool enables you to download either the latest Oracle Java SE JDK with <a href="https://www.java.com/freeuselicense"> Oracle No-Fee Terms and Conditions</a> or the Oracle OpenJDK builds under the <a href="http://openjdk.org/legal/gplv2+ce.html">GNU Public License with ClassPath Exception</a>.
406+
<p>This tool enables you to download either the latest Oracle Java SE JDK with <a href="https://www.java.com/freeuselicense"> Oracle No-Fee Terms and Conditions</a> or the Oracle OpenJDK builds under the <a href="https://openjdk.org/legal/gplv2+ce.html">GNU Public License with ClassPath Exception</a>.
407407
It will then handle the installation and configuration on your behalf.</p>
408408
<p>This enables you to take full advantage of all the features offered by this extension.</p>
409409
<br>

0 commit comments

Comments
 (0)