diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2014-01-09 20:51:21 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2014-01-09 21:07:45 -0500 |
commit | 551c12c242e931fdc4e50c2ceb5dba94e2d477cf (patch) | |
tree | 65128a6595bd34f09033d1a319e704276f54ecfc | |
parent | 8b88ca28874cd990d25854a6fea0565b716bb482 (diff) | |
download | jquery-551c12c242e931fdc4e50c2ceb5dba94e2d477cf.tar.gz jquery-551c12c242e931fdc4e50c2ceb5dba94e2d477cf.zip |
Build: Happy New Year! Thanks @marlonlandaverde
(cherry picked from commit 3118f58c465286d538404669d09026b882b2149e)
Closes gh-1477
-rw-r--r-- | Gruntfile.js | 2 | ||||
-rw-r--r-- | MIT-LICENSE.txt | 2 | ||||
-rw-r--r-- | src/intro.js | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 29b2e331a..2a32708c9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -117,7 +117,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, diff --git a/MIT-LICENSE.txt b/MIT-LICENSE.txt index 957f26d3e..cdd31b5c7 100644 --- a/MIT-LICENSE.txt +++ b/MIT-LICENSE.txt @@ -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 diff --git a/src/intro.js b/src/intro.js index 20b0f4205..9e26008e2 100644 --- a/src/intro.js +++ b/src/intro.js @@ -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 * |