From: Dave Methvin Date: Fri, 11 Jan 2013 21:08:09 +0000 (-0500) Subject: Update copyrights used in file headers. X-Git-Tag: 2.0.0b1~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c0c1bdde6099a3fa1c16014be090aa6bf1fca8ca;p=jquery.git Update copyrights used in file headers. --- diff --git a/Gruntfile.js b/Gruntfile.js index f18d071a0..7a35c6fda 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -96,7 +96,7 @@ module.exports = function( grunt ) { "dist/jquery.min.js": [ "dist/jquery.js" ] }, options: { - banner: "/*! jQuery v<%= pkg.version %> jquery.com | jquery.org/license */", + banner: "/*! jQuery v<%= pkg.version %> jquery.com | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license */", sourceMap: "dist/jquery.min.map", beautify: { ascii_only: true diff --git a/src/intro.js b/src/intro.js index 7f680d4eb..a3683b411 100644 --- a/src/intro.js +++ b/src/intro.js @@ -5,7 +5,7 @@ * Includes Sizzle.js * http://sizzlejs.com/ * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors * Released under the MIT license * http://jquery.org/license *