From: Dave Methvin Date: Fri, 11 Jan 2013 21:15:48 +0000 (-0500) Subject: Update copyrights used in file headers. X-Git-Tag: 1.9.0~15 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7be47fba08c368c93ec1060d9c5caeb4fe3fd889;p=jquery.git Update copyrights used in file headers. --- diff --git a/Gruntfile.js b/Gruntfile.js index 11c5c300a..5b45547ff 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 %> | (c) 2005, 2012 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 0b98012ec..4e7b69ec3 100644 --- a/src/intro.js +++ b/src/intro.js @@ -5,7 +5,7 @@ * Includes Sizzle.js * http://sizzlejs.com/ * - * Copyright 2012 jQuery Foundation and other contributors + * Copyright 2005, 2012 jQuery Foundation, Inc. and other contributors * Released under the MIT license * http://jquery.org/license *