aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimmy Willison <4timmywil@gmail.com>2016-11-28 11:11:30 -0500
committerTimmy Willison <4timmywil@gmail.com>2016-12-05 11:54:38 -0500
commit7fbab88110725c6e0b89f6513b9f7cff50320e1e (patch)
tree73c4be0b74e3c9c0fecea3c2e0d7c1d754244787
parent1b9575b9d14399e9426b9eacdd92b3717846c3f2 (diff)
downloadjquery-7fbab88110725c6e0b89f6513b9f7cff50320e1e.tar.gz
jquery-7fbab88110725c6e0b89f6513b9f7cff50320e1e.zip
Build: jQuery Foundation -> JS Foundation
Close gh-3414
-rw-r--r--CONTRIBUTING.md4
-rw-r--r--Gruntfile.js2
-rw-r--r--LICENSE.txt2
-rw-r--r--package.json2
-rw-r--r--src/wrapper.js2
5 files changed, 6 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f7d52141b..18c6bc802 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -8,7 +8,7 @@
Note: This is the code development repository for *jQuery Core* only. Before opening an issue or making a pull request, be sure you're in the right place.
* jQuery plugin issues should be reported to the author of the plugin.
* jQuery Core API documentation issues can be filed [at the API repo](https://github.com/jquery/api.jquery.com/issues).
-* Bugs or suggestions for other jQuery Foundation projects should be filed in [their respective repos](https://github.com/jquery/).
+* Bugs or suggestions for other jQuery organization projects should be filed in [their respective repos](https://github.com/jquery/).
## Getting Involved
@@ -16,7 +16,7 @@ Note: This is the code development repository for *jQuery Core* only. Before ope
We're always looking for help [identifying bugs](#how-to-report-bugs), writing and reducing test cases, and improving documentation. And although new features are rare, anything passing our [guidelines](https://github.com/jquery/jquery/wiki/Adding-new-features) will be considered.
-More information on how to contribute to this and other jQuery Foundation projects is at [contribute.jquery.org](https://contribute.jquery.org), including a short guide with tips, tricks, and ideas on [getting started with open source](https://contribute.jquery.org/open-source/). Please review our [commit & pull request guide](https://contribute.jquery.org/commits-and-pull-requests/) and [style guides](https://contribute.jquery.org/style-guide/) for instructions on how to maintain a fork and submit patches. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](https://contribute.jquery.org/cla/).
+More information on how to contribute to this and other jQuery organization projects is at [contribute.jquery.org](https://contribute.jquery.org), including a short guide with tips, tricks, and ideas on [getting started with open source](https://contribute.jquery.org/open-source/). Please review our [commit & pull request guide](https://contribute.jquery.org/commits-and-pull-requests/) and [style guides](https://contribute.jquery.org/style-guide/) for instructions on how to maintain a fork and submit patches. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](https://contribute.jquery.org/cla/).
## Questions and Discussion
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,
diff --git a/LICENSE.txt b/LICENSE.txt
index 5312a4c86..e4e5e00ef 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright jQuery Foundation and other contributors, https://jquery.org/
+Copyright JS Foundation and other contributors, https://js.foundation/
This software consists of voluntary contributions made by many
individuals. For exact contribution history, see the revision history
diff --git a/package.json b/package.json
index effdd919c..f3d6010a7 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"main": "dist/jquery.js",
"homepage": "https://jquery.com",
"author": {
- "name": "jQuery Foundation and other contributors",
+ "name": "JS Foundation and other contributors",
"url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
},
"repository": {
diff --git a/src/wrapper.js b/src/wrapper.js
index af90fb29e..0af1f4964 100644
--- a/src/wrapper.js
+++ b/src/wrapper.js
@@ -6,7 +6,7 @@
* Includes Sizzle.js
* https://sizzlejs.com/
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright JS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*