Skip to content

Commit

Permalink
Merge pull request #144 from Achal1607/update-jdk-downloader-license
Browse files Browse the repository at this point in the history
Updated OpenJDK license in JDK Downloader
  • Loading branch information
Achal1607 authored Apr 16, 2024
2 parents 8268da7 + ed0f606 commit eee935a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/src/jdkDownloader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ export const fetchJDKDownloadView = (machineArch: string, osType: string, versio
</style>
<body>
<h1>JDK Downloader</h1>
<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>.
<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>.
It will then handle the installation and configuration on your behalf.</p>
<p>This enables you to take full advantage of all the features offered by this extension.</p>
<br>
Expand Down

0 comments on commit eee935a

Please sign in to comment.