8000 Build: Update the jQuery license link in comment headers · jquery/jquery@ec9a387 · GitHub
[go: up one dir, main page]

Skip to content

Commit ec9a387

Browse files
authored
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
1 parent dc5d1f7 commit ec9a387

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build/tasks/minify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default async function minify( { filename, dir, esm } ) {
2424
comments: false,
2525
preamble: `/*! jQuery ${ version }` +
2626
" | (c) OpenJS Foundation and other contributors" +
27-
" | jquery.org/license */\n"
27+
" | jquery.com/license */\n"
2828
},
2929
inlineSourcesContent: false,
3030
mangle: true,

src/wrapper-esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Copyright OpenJS Foundation and other contributors
66
* Released under the MIT license
7-
* https://jquery.org/license
7+
* https://jquery.com/license/
88
*
99
* Date: @DATE
1010
*/

src/wrapper-factory-esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Copyright OpenJS Foundation and other contributors
66
* Released under the MIT license
7-
* https://jquery.org/license
7+
* https://jquery.com/license/
88
*
99
* Date: @DATE
1010
*/

src/wrapper-factory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Copyright OpenJS Foundation and other contributors
66
* Released under the MIT license
7-
* https://jquery.org/license
7+
* https://jquery.com/license/
88
*
99
* Date: @DATE
1010
*/

src/wrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Copyright OpenJS Foundation and other contributors
66
* Released under the MIT license
7-
* https://jquery.org/license
7+
* https://jquery.com/license/
88
*
99
* Date: @DATE
1010
*/

0 commit comments

Comments
 (0)
0