Skip to content

Commit b456a64

Browse files
committed
Build: jQuery Foundation -> OpenJS Foundation
1 parent 8fdc6b5 commit b456a64

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Welcome! Thanks for your interest in contributing to the jQuery Color plugin. 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](http://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [code](http://contribute.jquery.org/code).
1+
Welcome! Thanks for your interest in contributing to the jQuery Color plugin. You're **almost** in the right place. More information on how to contribute to this and all other jQuery-related projects is over at [contribute.jquery.org](http://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [code](http://contribute.jquery.org/code).
22

33
You may also want to take a look at our [commit & pull request guide](http://contribute.jquery.org/commits-and-pull-requests/) and [style guides](http://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](http://contribute.jquery.org/cla).
44

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright jQuery Foundation and other contributors, https://jquery.org/
1+
Copyright OpenJS Foundation and other contributors, https://openjsf.org/
22

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

jquery.color.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* jQuery Color Animations v@VERSION
33
* https://github.com/jquery/jquery-color
44
*
5-
* Copyright jQuery Foundation and other contributors
5+
* Copyright OpenJS Foundation and other contributors
66
* Released under the MIT license.
77
* http://jquery.org/license
88
*

jquery.color.svg-names.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Remaining HTML/CSS color names per W3C's CSS Color Module Level 4 draft.
66
* https://drafts.csswg.org/css-color-4/
77
*
8-
* Copyright jQuery Foundation and other contributors
8+
* Copyright OpenJS Foundation and other contributors
99
* Released under the MIT license.
1010
* http://jquery.org/license
1111
*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "3.0.0-pre",
66
"homepage": "https://github.com/jquery/jquery-color",
77
"author": {
8-
"name": "jQuery Foundation and other contributors",
8+
"name": "OpenJS Foundation and other contributors",
99
"url": "https://github.com/jquery/jquery-color/blob/master/AUTHORS.txt"
1010
},
1111
"scripts": {

0 commit comments

Comments
 (0)