aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Methvin <dave.methvin@gmail.com>2013-01-11 16:08:09 -0500
committerDave Methvin <dave.methvin@gmail.com>2013-01-11 16:08:09 -0500
commitc0c1bdde6099a3fa1c16014be090aa6bf1fca8ca (patch)
treefa30abcaafe2dc40bb9679d78247949ca0880b9f
parentbad229c53e50ae9e34ae3bd8ddf1737c538416f6 (diff)
downloadjquery-c0c1bdde6099a3fa1c16014be090aa6bf1fca8ca.tar.gz
jquery-c0c1bdde6099a3fa1c16014be090aa6bf1fca8ca.zip
Update copyrights used in file headers.
-rw-r--r--Gruntfile.js2
-rw-r--r--src/intro.js2
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
*