Build: Update the jQuery license link in comment headers

Switch https://jquery.org/license to https://jquery.com/license/, note the
trailing slash. Leave the trailing slash from the minified version to save size.

Closes gh-5685
Ref gh-5686
This commit is contained in:
Michał Gołębiowski-Owczarek
2025-08-06 00:21:57 +02:00
committed by GitHub
parent dc5d1f7c61
commit ec9a387ee0
5 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ export default async function minify( { filename, dir, esm } ) {
comments: false,
preamble: `/*! jQuery ${ version }` +
" | (c) OpenJS Foundation and other contributors" +
" | jquery.org/license */\n"
" | jquery.com/license */\n"
},
inlineSourcesContent: false,
mangle: true,

View File

@@ -4,7 +4,7 @@
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
* https://jquery.com/license/
*
* Date: @DATE
*/

View File

@@ -4,7 +4,7 @@
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
* https://jquery.com/license/
*
* Date: @DATE
*/

View File

@@ -4,7 +4,7 @@
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
* https://jquery.com/license/
*
* Date: @DATE
*/

View File

@@ -4,7 +4,7 @@
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
* https://jquery.com/license/
*
* Date: @DATE
*/