Build: Happy New Year! Thanks @marlonlandaverde

(cherry picked from commit 3118f58c46)

Closes gh-1477
This commit is contained in:
Dave Methvin 2014-01-09 20:51:21 -05:00
parent 8b88ca2887
commit 551c12c242
3 changed files with 3 additions and 3 deletions

View File

@ -117,7 +117,7 @@ module.exports = function( grunt ) {
ascii_only: true ascii_only: true
}, },
banner: "/*! jQuery v<%= pkg.version %> | " + banner: "/*! jQuery v<%= pkg.version %> | " +
"(c) 2005, 2013 jQuery Foundation, Inc. | " + "(c) 2005, <%= grunt.template.today('yyyy') %> jQuery Foundation, Inc. | " +
"jquery.org/license */", "jquery.org/license */",
compress: { compress: {
hoist_funs: false, hoist_funs: false,

View File

@ -1,4 +1,4 @@
Copyright 2013 jQuery Foundation and other contributors Copyright 2014 jQuery Foundation and other contributors
http://jquery.com/ http://jquery.com/
Permission is hereby granted, free of charge, to any person obtaining Permission is hereby granted, free of charge, to any person obtaining

View File

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