diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2013-01-11 16:08:09 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2013-01-11 16:08:09 -0500 |
commit | c0c1bdde6099a3fa1c16014be090aa6bf1fca8ca (patch) | |
tree | fa30abcaafe2dc40bb9679d78247949ca0880b9f | |
parent | bad229c53e50ae9e34ae3bd8ddf1737c538416f6 (diff) | |
download | jquery-c0c1bdde6099a3fa1c16014be090aa6bf1fca8ca.tar.gz jquery-c0c1bdde6099a3fa1c16014be090aa6bf1fca8ca.zip |
Update copyrights used in file headers.
-rw-r--r-- | Gruntfile.js | 2 | ||||
-rw-r--r-- | src/intro.js | 2 |
2 files changed, 2 insertions, 2 deletions
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 * |