Misc: Update jQuery Foundation to JS Foundation

This commit is contained in:
Richard Gibson 2016-12-02 01:20:31 -05:00 committed by GitHub
parent abde99f6dc
commit 0a609954e1
8 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
Welcome! Thanks for your interest in contributing to Sizzle. You're **almost** in the right place. More information on how to contribute to this and all other jQuery Foundation projects is over at [contribute.jquery.org](https://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [code](https://contribute.jquery.org/code).
Welcome! Thanks for your interest in contributing to Sizzle. You're **almost** in the right place. More information on how to contribute to this and all other jQuery organization projects is over at [contribute.jquery.org](https://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [code](https://contribute.jquery.org/code).
You may also want to take a look at 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 your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](https://contribute.jquery.org/cla).
You may also want to take a look at 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 your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](https://js.foundation/CLA/).
You can find us on [IRC](https://irc.jquery.org), specifically in #jquery-dev should you have any questions. If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](https://contribute.jquery.org/open-source/).

View File

@ -86,7 +86,7 @@ module.exports = function( grunt ) {
loops: false
},
banner: "/*! Sizzle v<%= pkg.version %> | (c) " +
"jQuery Foundation, Inc. | jquery.org/license */",
"JS Foundation and other contributors | js.foundation */",
sourceMap: true,
sourceMapName: "dist/sizzle.min.map",
ASCIIOnly: true

View File

@ -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

View File

@ -13,7 +13,7 @@ In the spirit of open source software development, jQuery always encourages comm
1. [Getting Involved](https://contribute.jquery.org/)
2. [JavaScript Style Guide](https://contribute.jquery.org/style-guide/js/)
3. [Writing Code for jQuery Foundation Projects](https://contribute.jquery.org/code/)
3. [Writing Code for jQuery Organization Projects](https://contribute.jquery.org/code/)
What you need to build Sizzle
---------------------------

6
dist/sizzle.js vendored
View File

@ -2,11 +2,11 @@
* Sizzle CSS Selector Engine v2.3.4-pre
* https://sizzlejs.com/
*
* Copyright jQuery Foundation and other contributors
* Copyright JS Foundation and other contributors
* Released under the MIT license
* http://jquery.org/license
* https://js.foundation/
*
* Date: 2016-08-15
* Date: 2016-11-20
*/
(function( window ) {

2
dist/sizzle.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,7 @@
],
"homepage": "https://sizzlejs.com",
"author": {
"name": "jQuery Foundation and other contributors",
"name": "JS Foundation and other contributors",
"url": "https://github.com/jquery/sizzle/blob/master/AUTHORS.txt"
},
"repository": {

View File

@ -2,9 +2,9 @@
* Sizzle CSS Selector Engine v@VERSION
* https://sizzlejs.com/
*
* Copyright jQuery Foundation and other contributors
* Copyright JS Foundation and other contributors
* Released under the MIT license
* http://jquery.org/license
* https://js.foundation/
*
* Date: @DATE
*/