From 551c12c242e931fdc4e50c2ceb5dba94e2d477cf Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Thu, 9 Jan 2014 20:51:21 -0500 Subject: [PATCH] Build: Happy New Year! Thanks @marlonlandaverde (cherry picked from commit 3118f58c465286d538404669d09026b882b2149e) Closes gh-1477 --- Gruntfile.js | 2 +- MIT-LICENSE.txt | 2 +- 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 *