From 164d40295d0ffc067abd3cf8a436c48ddb66dfce Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Sun, 17 Feb 2013 09:30:21 -0500 Subject: [PATCH] Fix #13463: Update copyright --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 4058871d5..64b498f38 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -99,7 +99,7 @@ module.exports = function( grunt ) { "dist/jquery.min.js": [ "dist/jquery.js" ] }, options: { - banner: "/*! jQuery v<%= pkg.version %> | (c) 2005, 2012 jQuery Foundation, Inc. | jquery.org/license */", + banner: "/*! jQuery v<%= pkg.version %> | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license */", sourceMap: "dist/jquery.min.map", compress: { hoist_funs: false, -- 2.39.5