mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: Remove dates from copyright notice
Closes gh-1983
This commit is contained in:
parent
b410b15e8d
commit
66e1b6b8d4
@ -137,8 +137,7 @@ module.exports = function( grunt ) {
|
|||||||
"ascii_only": true
|
"ascii_only": true
|
||||||
},
|
},
|
||||||
banner: "/*! jQuery v<%= pkg.version %> | " +
|
banner: "/*! jQuery v<%= pkg.version %> | " +
|
||||||
"(c) 2005, <%= grunt.template.today('yyyy') %> jQuery Foundation, Inc. | " +
|
"(c) jQuery Foundation | jquery.org/license */",
|
||||||
"jquery.org/license */",
|
|
||||||
compress: {
|
compress: {
|
||||||
"hoist_funs": false,
|
"hoist_funs": false,
|
||||||
loops: false,
|
loops: false,
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
Copyright 2005, 2014 jQuery Foundation and other contributors,
|
Copyright jQuery Foundation and other contributors, https://jquery.org/
|
||||||
https://jquery.org/
|
|
||||||
|
|
||||||
This software consists of voluntary contributions made by many
|
This software consists of voluntary contributions made by many
|
||||||
individuals. For exact contribution history, see the revision history
|
individuals. For exact contribution history, see the revision history
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* Includes Sizzle.js
|
* Includes Sizzle.js
|
||||||
* http://sizzlejs.com/
|
* http://sizzlejs.com/
|
||||||
*
|
*
|
||||||
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
|
* Copyright jQuery Foundation and other contributors
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* http://jquery.org/license
|
* http://jquery.org/license
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user