aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorRichard Gibson <richard.gibson@gmail.com>2013-02-17 09:30:21 -0500
committerRichard Gibson <richard.gibson@gmail.com>2013-02-17 09:30:21 -0500
commit164d40295d0ffc067abd3cf8a436c48ddb66dfce (patch)
treea6ab3a410ac8b33148d17910698ef5dbc21740e8 /Gruntfile.js
parent5e29ff7e59a0c97bae02b7512b40486df0f44022 (diff)
downloadjquery-164d40295d0ffc067abd3cf8a436c48ddb66dfce.tar.gz
jquery-164d40295d0ffc067abd3cf8a436c48ddb66dfce.zip
Fix #13463: Update copyright
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
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,