Build: Happy New Year! Thanks @marlonlandaverde

This commit is contained in:
Dave Methvin 2014-01-09 20:51:21 -05:00
parent 085814474e
commit 3118f58c46
3 changed files with 3 additions and 3 deletions

View File

@ -120,7 +120,7 @@ module.exports = function( grunt ) {
ascii_only: true
},
banner: "/*! jQuery v<%= pkg.version %> | " +
"(c) 2005, 2013 jQuery Foundation, Inc. | " +
"(c) 2005, <%= grunt.template.today('yyyy') %> jQuery Foundation, Inc. | " +
"jquery.org/license */",
compress: {
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/
Permission is hereby granted, free of charge, to any person obtaining

View File

@ -5,7 +5,7 @@
* Includes Sizzle.js
* 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
* http://jquery.org/license
*