mirror of
https://github.com/jquery/jquery.git
synced 2026-01-09 14:18:03 -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,
|
comments: false,
|
||||||
preamble: `/*! jQuery ${ version }` +
|
preamble: `/*! jQuery ${ version }` +
|
||||||
" | (c) OpenJS Foundation and other contributors" +
|
" | (c) OpenJS Foundation and other contributors" +
|
||||||
" | jquery.org/license */\n"
|
" | jquery.com/license */\n"
|
||||||
},
|
},
|
||||||
inlineSourcesContent: false,
|
inlineSourcesContent: false,
|
||||||
mangle: true,
|
mangle: true,
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* https://jquery.org/license
|
* https://jquery.com/license/
|
||||||
*
|
*
|
||||||
* Date: @DATE
|
* Date: @DATE
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* https://jquery.org/license
|
* https://jquery.com/license/
|
||||||
*
|
*
|
||||||
* Date: @DATE
|
* Date: @DATE
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* https://jquery.org/license
|
* https://jquery.com/license/
|
||||||
*
|
*
|
||||||
* Date: @DATE
|
* Date: @DATE
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* https://jquery.org/license
|
* https://jquery.com/license/
|
||||||
*
|
*
|
||||||
* Date: @DATE
|
* Date: @DATE
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user