diff --git a/Gruntfile.js b/Gruntfile.js index 6ce131092..68d53f052 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -135,7 +135,7 @@ module.exports = function( grunt ) { beautify: { "ascii_only": true }, - banner: "/*! jQuery v<%= pkg.version %> | " + + banner: "/*! jQuery Compat v<%= pkg.version %> | " + "(c) 2005, <%= grunt.template.today('yyyy') %> jQuery Foundation, Inc. | " + "jquery.org/license */", compress: { diff --git a/src/intro.js b/src/intro.js index f7dd78d3f..34f918311 100644 --- a/src/intro.js +++ b/src/intro.js @@ -1,5 +1,5 @@ /*! - * jQuery JavaScript Library v@VERSION + * jQuery Compat JavaScript Library v@VERSION * http://jquery.com/ * * Includes Sizzle.js