mirror of
https://github.com/jquery/jquery.git
synced 2026-01-07 21:33:57 -05:00
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:
committed by
GitHub
parent
dc5d1f7c61
commit
ec9a387ee0
@@ -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,
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user