Skip to content

Commit 7fbab88

Browse files
committed
Build: jQuery Foundation -> JS Foundation
Close jquerygh-3414
1 parent 1b9575b commit 7fbab88

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
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.
99
* jQuery plugin issues should be reported to the author of the plugin.
1010
* jQuery Core API documentation issues can be filed [at the API repo](https://github.com/jquery/api.jquery.com/issues).
11-
* Bugs or suggestions for other jQuery Foundation projects should be filed in [their respective repos](https://github.com/jquery/).
11+
* Bugs or suggestions for other jQuery organization projects should be filed in [their respective repos](https://github.com/jquery/).
1212

1313
## Getting Involved
1414

1515
[API design principles](https://github.com/jquery/jquery/wiki/API-design-guidelines)
1616

1717
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.
1818

19-
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/).
19+
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/).
2020

2121

2222
## Questions and Discussion

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ module.exports = function( grunt ) {
175175
"ascii_only": true
176176
},
177177
banner: "/*! jQuery v<%= pkg.version %> | " +
178-
"(c) jQuery Foundation | jquery.org/license */",
178+
"(c) JS Foundation and other contributors | jquery.org/license */",
179179
compress: {
180180
"hoist_funs": false,
181181
loops: false,

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright jQuery Foundation and other contributors, https://jquery.org/
1+
Copyright JS Foundation and other contributors, https://js.foundation/
22

33
This software consists of voluntary contributions made by many
44
individuals. For exact contribution history, see the revision history

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "dist/jquery.js",
77
"homepage": "https://jquery.com",
88
"author": {
9-
"name": "jQuery Foundation and other contributors",
9+
"name": "JS Foundation and other contributors",
1010
"url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
1111
},
1212
"repository": {

src/wrapper.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Includes Sizzle.js
77
* https://sizzlejs.com/
88
*
9-
* Copyright jQuery Foundation and other contributors
9+
* Copyright JS Foundation and other contributors
1010
* Released under the MIT license
1111
* https://jquery.org/license
1212
*

0 commit comments

Comments
 (0)