From 7be47fba08c368c93ec1060d9c5caeb4fe3fd889 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Fri, 11 Jan 2013 16:15:48 -0500 Subject: [PATCH] Update copyrights used in file headers. --- Gruntfile.js | 2 +- src/intro.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 * -- 2.39.5