diff options
author | Timmy Willison <4timmywil@gmail.com> | 2016-11-28 11:11:30 -0500 |
---|---|---|
committer | Timmy Willison <4timmywil@gmail.com> | 2016-12-05 11:54:38 -0500 |
commit | 7fbab88110725c6e0b89f6513b9f7cff50320e1e (patch) | |
tree | 73c4be0b74e3c9c0fecea3c2e0d7c1d754244787 /Gruntfile.js | |
parent | 1b9575b9d14399e9426b9eacdd92b3717846c3f2 (diff) | |
download | jquery-7fbab88110725c6e0b89f6513b9f7cff50320e1e.tar.gz jquery-7fbab88110725c6e0b89f6513b9f7cff50320e1e.zip |
Build: jQuery Foundation -> JS Foundation
Close gh-3414
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index d2ea5104f..200424d35 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -175,7 +175,7 @@ module.exports = function( grunt ) { "ascii_only": true }, banner: "/*! jQuery v<%= pkg.version %> | " + - "(c) jQuery Foundation | jquery.org/license */", + "(c) JS Foundation and other contributors | jquery.org/license */", compress: { "hoist_funs": false, loops: false, |