Update copyrights used in file headers.

This commit is contained in:
Dave Methvin 2013-01-11 16:15:48 -05:00
parent 52905676e5
commit 7be47fba08
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ module.exports = function( grunt ) {
"dist/jquery.min.js": [ "dist/jquery.js" ]
},
options: {
banner: "/*! jQuery v<%= pkg.version %> jquery.com | jquery.org/license */",
banner: "/*! jQuery v<%= pkg.version %> | (c) 2005, 2012 jQuery Foundation, Inc. | jquery.org/license */",
sourceMap: "dist/jquery.min.map",
beautify: {
ascii_only: true

View File

@ -5,7 +5,7 @@
* Includes Sizzle.js
* http://sizzlejs.com/
*
* Copyright 2012 jQuery Foundation and other contributors
* Copyright 2005, 2012 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
* http://jquery.org/license
*