aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2022-07-19 09:36:55 +0200
committerGitHub <noreply@github.com>2022-07-19 09:36:55 +0200
commit0df6e658307f8936a477deb9674d643d18a2469b (patch)
treea867291223feb3cdad0b6381d096d892a6bad7ea
parent1f16dbb803433a5cac013f28502e51e0de859db9 (diff)
downloadjquery-ui-0df6e658307f8936a477deb9674d643d18a2469b.tar.gz
jquery-ui-0df6e658307f8936a477deb9674d643d18a2469b.zip
All: Update JS Foundation mentions to OpenJS Foundation
Closes gh-2104
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--LICENSE.txt2
-rw-r--r--package.json2
-rw-r--r--themes/base/accordion.css2
-rw-r--r--themes/base/all.css2
-rw-r--r--themes/base/autocomplete.css2
-rw-r--r--themes/base/base.css2
-rw-r--r--themes/base/button.css2
-rw-r--r--themes/base/checkboxradio.css2
-rw-r--r--themes/base/controlgroup.css2
-rw-r--r--themes/base/core.css2
-rw-r--r--themes/base/datepicker.css2
-rw-r--r--themes/base/dialog.css2
-rw-r--r--themes/base/draggable.css2
-rw-r--r--themes/base/menu.css2
-rw-r--r--themes/base/progressbar.css2
-rw-r--r--themes/base/resizable.css2
-rw-r--r--themes/base/selectable.css2
-rw-r--r--themes/base/selectmenu.css2
-rw-r--r--themes/base/slider.css2
-rw-r--r--themes/base/sortable.css2
-rw-r--r--themes/base/spinner.css2
-rw-r--r--themes/base/tabs.css2
-rw-r--r--themes/base/theme.css2
-rw-r--r--themes/base/tooltip.css2
-rw-r--r--ui/data.js2
-rw-r--r--ui/disable-selection.js2
-rw-r--r--ui/effect.js2
-rw-r--r--ui/effects/effect-blind.js2
-rw-r--r--ui/effects/effect-bounce.js2
-rw-r--r--ui/effects/effect-clip.js2
-rw-r--r--ui/effects/effect-drop.js2
-rw-r--r--ui/effects/effect-explode.js2
-rw-r--r--ui/effects/effect-fade.js2
-rw-r--r--ui/effects/effect-fold.js2
-rw-r--r--ui/effects/effect-highlight.js2
-rw-r--r--ui/effects/effect-puff.js2
-rw-r--r--ui/effects/effect-pulsate.js2
-rw-r--r--ui/effects/effect-scale.js2
-rw-r--r--ui/effects/effect-shake.js2
-rw-r--r--ui/effects/effect-size.js2
-rw-r--r--ui/effects/effect-slide.js2
-rw-r--r--ui/effects/effect-transfer.js2
-rw-r--r--ui/focusable.js2
-rw-r--r--ui/form-reset-mixin.js2
-rw-r--r--ui/jquery-patch.js2
-rw-r--r--ui/keycode.js2
-rw-r--r--ui/labels.js2
-rw-r--r--ui/position.js2
-rw-r--r--ui/scroll-parent.js2
-rw-r--r--ui/tabbable.js2
-rw-r--r--ui/unique-id.js2
-rw-r--r--ui/widget.js2
-rw-r--r--ui/widgets/accordion.js2
-rw-r--r--ui/widgets/autocomplete.js2
-rw-r--r--ui/widgets/button.js2
-rw-r--r--ui/widgets/checkboxradio.js2
-rw-r--r--ui/widgets/controlgroup.js2
-rw-r--r--ui/widgets/datepicker.js2
-rw-r--r--ui/widgets/dialog.js2
-rw-r--r--ui/widgets/draggable.js2
-rw-r--r--ui/widgets/droppable.js2
-rw-r--r--ui/widgets/menu.js2
-rw-r--r--ui/widgets/mouse.js2
-rw-r--r--ui/widgets/progressbar.js2
-rw-r--r--ui/widgets/resizable.js2
-rw-r--r--ui/widgets/selectable.js2
-rw-r--r--ui/widgets/selectmenu.js2
-rw-r--r--ui/widgets/slider.js2
-rw-r--r--ui/widgets/sortable.js2
-rw-r--r--ui/widgets/spinner.js2
-rw-r--r--ui/widgets/tabs.js2
-rw-r--r--ui/widgets/tooltip.js2
73 files changed, 73 insertions, 73 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4542658a4..a1b7fcfe4 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
# Contributing to jQuery UI
-Welcome! Thanks for your interest in contributing to jQuery UI. Most of our 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).
+Welcome! Thanks for your interest in contributing to jQuery UI. Most of our information on how to contribute to this and all other jQuery 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).
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).
diff --git a/LICENSE.txt b/LICENSE.txt
index 4819e5421..78108290c 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright jQuery Foundation and other contributors, https://jquery.org/
+Copyright OpenJS Foundation and other contributors, https://openjsf.org/
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 2b346a7c8..65cd1e8d1 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"version": "1.13.3-pre",
"homepage": "http://jqueryui.com",
"author": {
- "name": "jQuery Foundation and other contributors",
+ "name": "OpenJS Foundation and other contributors",
"url": "https://github.com/jquery/jquery-ui/blob/main/AUTHORS.txt"
},
"main": "ui/widget.js",
diff --git a/themes/base/accordion.css b/themes/base/accordion.css
index baffce488..be25ea4e3 100644
--- a/themes/base/accordion.css
+++ b/themes/base/accordion.css
@@ -2,7 +2,7 @@
* jQuery UI Accordion @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/themes/base/all.css b/themes/base/all.css
index b31adc80f..c7fe4ac7e 100644
--- a/themes/base/all.css
+++ b/themes/base/all.css
@@ -2,7 +2,7 @@
* jQuery UI CSS Framework @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/themes/base/autocomplete.css b/themes/base/autocomplete.css
index 7fcb2829e..ea7464c47 100644
--- a/themes/base/autocomplete.css
+++ b/themes/base/autocomplete.css
@@ -2,7 +2,7 @@
* jQuery UI Autocomplete @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/themes/base/base.css b/themes/base/base.css
index 3b33e9bc0..777fe46f4 100644
--- a/themes/base/base.css
+++ b/themes/base/base.css
@@ -2,7 +2,7 @@
* jQuery UI CSS Framework @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/themes/base/button.css b/themes/base/button.css
index 4a3a57d48..a83283a73 100644
--- a/themes/base/button.css
+++ b/themes/base/button.css
@@ -2,7 +2,7 @@
* jQuery UI Button @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/themes/base/checkboxradio.css b/themes/base/checkboxradio.css
index a41125e23..0fcf350e5 100644
--- a/themes/base/checkboxradio.css
+++ b/themes/base/checkboxradio.css
@@ -2,7 +2,7 @@
* jQuery UI Checkboxradio @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/themes/base/controlgroup.css b/themes/base/controlgroup.css
index 35e442e17..f19cd4f27 100644
--- a/themes/base/controlgroup.css
+++ b/themes/base/controlgroup.css
@@ -2,7 +2,7 @@
* jQuery UI Controlgroup @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/themes/base/core.css b/themes/base/core.css
index ffb533379..0f4f07951 100644
--- a/themes/base/core.css
+++ b/themes/base/core.css
@@ -2,7 +2,7 @@
* jQuery UI CSS Framework @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/themes/base/datepicker.css b/themes/base/datepicker.css
index 91da063a6..81259e4c0 100644
--- a/themes/base/datepicker.css
+++ b/themes/base/datepicker.css
@@ -2,7 +2,7 @@
* jQuery UI Datepicker @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/themes/base/dialog.css b/themes/base/dialog.css
index 7146fe953..5915ef88a 100644
--- a/themes/base/dialog.css
+++ b/themes/base/dialog.css
@@ -2,7 +2,7 @@
* jQuery UI Dialog @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/themes/base/draggable.css b/themes/base/draggable.css
index f2000c456..2b14479bd 100644
--- a/themes/base/draggable.css
+++ b/themes/base/draggable.css
@@ -2,7 +2,7 @@
* jQuery UI Draggable @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/themes/base/menu.css b/themes/base/menu.css
index 0f01a0cae..880dcaec0 100644
--- a/themes/base/menu.css
+++ b/themes/base/menu.css
@@ -2,7 +2,7 @@
* jQuery UI Menu @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/themes/base/progressbar.css b/themes/base/progressbar.css
index 2eff6ae93..fab25bf6e 100644
--- a/themes/base/progressbar.css
+++ b/themes/base/progressbar.css
@@ -2,7 +2,7 @@
* jQuery UI Progressbar @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/themes/base/resizable.css b/themes/base/resizable.css
index 318c6ebdd..cc99a95b5 100644
--- a/themes/base/resizable.css
+++ b/themes/base/resizable.css
@@ -2,7 +2,7 @@
* jQuery UI Resizable @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/themes/base/selectable.css b/themes/base/selectable.css
index f0790f471..7d461830d 100644
--- a/themes/base/selectable.css
+++ b/themes/base/selectable.css
@@ -2,7 +2,7 @@
* jQuery UI Selectable @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/themes/base/selectmenu.css b/themes/base/selectmenu.css
index 3299f9e4d..cae2804c3 100644
--- a/themes/base/selectmenu.css
+++ b/themes/base/selectmenu.css
@@ -2,7 +2,7 @@
* jQuery UI Selectmenu @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/themes/base/slider.css b/themes/base/slider.css
index 724d513c2..00696d286 100644
--- a/themes/base/slider.css
+++ b/themes/base/slider.css
@@ -2,7 +2,7 @@
* jQuery UI Slider @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/themes/base/sortable.css b/themes/base/sortable.css
index 7931b451e..5efc3678a 100644
--- a/themes/base/sortable.css
+++ b/themes/base/sortable.css
@@ -2,7 +2,7 @@
* jQuery UI Sortable @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/themes/base/spinner.css b/themes/base/spinner.css
index c3908106f..112d4eb94 100644
--- a/themes/base/spinner.css
+++ b/themes/base/spinner.css
@@ -2,7 +2,7 @@
* jQuery UI Spinner @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/themes/base/tabs.css b/themes/base/tabs.css
index 06ae1a8b2..60c3596d6 100644
--- a/themes/base/tabs.css
+++ b/themes/base/tabs.css
@@ -2,7 +2,7 @@
* jQuery UI Tabs @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/themes/base/theme.css b/themes/base/theme.css
index a37d2c97a..7cbb3e23a 100644
--- a/themes/base/theme.css
+++ b/themes/base/theme.css
@@ -2,7 +2,7 @@
* jQuery UI CSS Framework @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/themes/base/tooltip.css b/themes/base/tooltip.css
index 809b148a2..7ae5cd0d7 100644
--- a/themes/base/tooltip.css
+++ b/themes/base/tooltip.css
@@ -2,7 +2,7 @@
* jQuery UI Tooltip @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/ui/data.js b/ui/data.js
index 441bbda53..8a449a7e6 100644
--- a/ui/data.js
+++ b/ui/data.js
@@ -2,7 +2,7 @@
* jQuery UI :data @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/disable-selection.js b/ui/disable-selection.js
index 5112b2dc4..0da236141 100644
--- a/ui/disable-selection.js
+++ b/ui/disable-selection.js
@@ -2,7 +2,7 @@
* jQuery UI Disable Selection @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effect.js b/ui/effect.js
index 37ce230c3..53121d910 100644
--- a/ui/effect.js
+++ b/ui/effect.js
@@ -2,7 +2,7 @@
* jQuery UI Effects @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effects/effect-blind.js b/ui/effects/effect-blind.js
index 858c6d3fd..691162459 100644
--- a/ui/effects/effect-blind.js
+++ b/ui/effects/effect-blind.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Blind @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effects/effect-bounce.js b/ui/effects/effect-bounce.js
index 8cb18f82c..8bd423e08 100644
--- a/ui/effects/effect-bounce.js
+++ b/ui/effects/effect-bounce.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Bounce @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effects/effect-clip.js b/ui/effects/effect-clip.js
index ca25ef370..f7f84c124 100644
--- a/ui/effects/effect-clip.js
+++ b/ui/effects/effect-clip.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Clip @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effects/effect-drop.js b/ui/effects/effect-drop.js
index 9d620e974..f0a9915c1 100644
--- a/ui/effects/effect-drop.js
+++ b/ui/effects/effect-drop.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Drop @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effects/effect-explode.js b/ui/effects/effect-explode.js
index 2b8a000e6..80444fd23 100644
--- a/ui/effects/effect-explode.js
+++ b/ui/effects/effect-explode.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Explode @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effects/effect-fade.js b/ui/effects/effect-fade.js
index 56d6a0cae..f0d7d3d44 100644
--- a/ui/effects/effect-fade.js
+++ b/ui/effects/effect-fade.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Fade @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effects/effect-fold.js b/ui/effects/effect-fold.js
index ad19bfb26..d191a3aa2 100644
--- a/ui/effects/effect-fold.js
+++ b/ui/effects/effect-fold.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Fold @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effects/effect-highlight.js b/ui/effects/effect-highlight.js
index 8d852de3d..75912b40a 100644
--- a/ui/effects/effect-highlight.js
+++ b/ui/effects/effect-highlight.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Highlight @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effects/effect-puff.js b/ui/effects/effect-puff.js
index 70e9acd0b..330ecb0e6 100644
--- a/ui/effects/effect-puff.js
+++ b/ui/effects/effect-puff.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Puff @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effects/effect-pulsate.js b/ui/effects/effect-pulsate.js
index de5f80a10..02662365a 100644
--- a/ui/effects/effect-pulsate.js
+++ b/ui/effects/effect-pulsate.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Pulsate @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effects/effect-scale.js b/ui/effects/effect-scale.js
index b9a983efd..8953bdd40 100644
--- a/ui/effects/effect-scale.js
+++ b/ui/effects/effect-scale.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Scale @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effects/effect-shake.js b/ui/effects/effect-shake.js
index cf51d66b6..298333714 100644
--- a/ui/effects/effect-shake.js
+++ b/ui/effects/effect-shake.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Shake @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effects/effect-size.js b/ui/effects/effect-size.js
index 4c6763590..52828dcca 100644
--- a/ui/effects/effect-size.js
+++ b/ui/effects/effect-size.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Size @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effects/effect-slide.js b/ui/effects/effect-slide.js
index 52244219a..8d6f453db 100644
--- a/ui/effects/effect-slide.js
+++ b/ui/effects/effect-slide.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Slide @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effects/effect-transfer.js b/ui/effects/effect-transfer.js
index 3c5252781..7b1075e8f 100644
--- a/ui/effects/effect-transfer.js
+++ b/ui/effects/effect-transfer.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Transfer @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/focusable.js b/ui/focusable.js
index 5c1542566..9826bb815 100644
--- a/ui/focusable.js
+++ b/ui/focusable.js
@@ -2,7 +2,7 @@
* jQuery UI Focusable @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/form-reset-mixin.js b/ui/form-reset-mixin.js
index b0a917fd5..d20b4e0ae 100644
--- a/ui/form-reset-mixin.js
+++ b/ui/form-reset-mixin.js
@@ -2,7 +2,7 @@
* jQuery UI Form Reset Mixin @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/jquery-patch.js b/ui/jquery-patch.js
index edb6896c1..aba5ec0d9 100644
--- a/ui/jquery-patch.js
+++ b/ui/jquery-patch.js
@@ -2,7 +2,7 @@
* jQuery UI Support for jQuery core 1.8.x and newer @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/ui/keycode.js b/ui/keycode.js
index 61eb40a06..0585a18e4 100644
--- a/ui/keycode.js
+++ b/ui/keycode.js
@@ -2,7 +2,7 @@
* jQuery UI Keycode @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/labels.js b/ui/labels.js
index 854e5fd4a..0ac0c3bd8 100644
--- a/ui/labels.js
+++ b/ui/labels.js
@@ -2,7 +2,7 @@
* jQuery UI Labels @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/position.js b/ui/position.js
index 68b0f19c0..797db3072 100644
--- a/ui/position.js
+++ b/ui/position.js
@@ -2,7 +2,7 @@
* jQuery UI Position @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/ui/scroll-parent.js b/ui/scroll-parent.js
index 813c3721b..8ce20fb86 100644
--- a/ui/scroll-parent.js
+++ b/ui/scroll-parent.js
@@ -2,7 +2,7 @@
* jQuery UI Scroll Parent @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/tabbable.js b/ui/tabbable.js
index fc5c837cb..05f042e95 100644
--- a/ui/tabbable.js
+++ b/ui/tabbable.js
@@ -2,7 +2,7 @@
* jQuery UI Tabbable @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/unique-id.js b/ui/unique-id.js
index 518ba7a0c..ef1b8da6b 100644
--- a/ui/unique-id.js
+++ b/ui/unique-id.js
@@ -2,7 +2,7 @@
* jQuery UI Unique ID @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widget.js b/ui/widget.js
index 69240f92c..6512cc587 100644
--- a/ui/widget.js
+++ b/ui/widget.js
@@ -2,7 +2,7 @@
* jQuery UI Widget @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widgets/accordion.js b/ui/widgets/accordion.js
index 112781925..7e32d10bf 100644
--- a/ui/widgets/accordion.js
+++ b/ui/widgets/accordion.js
@@ -2,7 +2,7 @@
* jQuery UI Accordion @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widgets/autocomplete.js b/ui/widgets/autocomplete.js
index a7b6f52bd..6a8bfcbfd 100644
--- a/ui/widgets/autocomplete.js
+++ b/ui/widgets/autocomplete.js
@@ -2,7 +2,7 @@
* jQuery UI Autocomplete @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widgets/button.js b/ui/widgets/button.js
index c7cbb4f04..7365210e1 100644
--- a/ui/widgets/button.js
+++ b/ui/widgets/button.js
@@ -2,7 +2,7 @@
* jQuery UI Button @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widgets/checkboxradio.js b/ui/widgets/checkboxradio.js
index afa4a446d..86e6ff906 100644
--- a/ui/widgets/checkboxradio.js
+++ b/ui/widgets/checkboxradio.js
@@ -2,7 +2,7 @@
* jQuery UI Checkboxradio @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widgets/controlgroup.js b/ui/widgets/controlgroup.js
index 77a9e2265..68970b7c1 100644
--- a/ui/widgets/controlgroup.js
+++ b/ui/widgets/controlgroup.js
@@ -2,7 +2,7 @@
* jQuery UI Controlgroup @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widgets/datepicker.js b/ui/widgets/datepicker.js
index 9ca29a0db..b406da7d1 100644
--- a/ui/widgets/datepicker.js
+++ b/ui/widgets/datepicker.js
@@ -3,7 +3,7 @@
* jQuery UI Datepicker @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widgets/dialog.js b/ui/widgets/dialog.js
index 6fa585c40..4dcb93a8d 100644
--- a/ui/widgets/dialog.js
+++ b/ui/widgets/dialog.js
@@ -2,7 +2,7 @@
* jQuery UI Dialog @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widgets/draggable.js b/ui/widgets/draggable.js
index 2a9666d4e..0307fb8e8 100644
--- a/ui/widgets/draggable.js
+++ b/ui/widgets/draggable.js
@@ -2,7 +2,7 @@
* jQuery UI Draggable @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widgets/droppable.js b/ui/widgets/droppable.js
index e33ff8c7a..bb9155305 100644
--- a/ui/widgets/droppable.js
+++ b/ui/widgets/droppable.js
@@ -2,7 +2,7 @@
* jQuery UI Droppable @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widgets/menu.js b/ui/widgets/menu.js
index 2bc37789b..30dc8de98 100644
--- a/ui/widgets/menu.js
+++ b/ui/widgets/menu.js
@@ -2,7 +2,7 @@
* jQuery UI Menu @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widgets/mouse.js b/ui/widgets/mouse.js
index 1efcf08db..73bfb2114 100644
--- a/ui/widgets/mouse.js
+++ b/ui/widgets/mouse.js
@@ -2,7 +2,7 @@
* jQuery UI Mouse @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widgets/progressbar.js b/ui/widgets/progressbar.js
index e39bc2fcb..4049f2c52 100644
--- a/ui/widgets/progressbar.js
+++ b/ui/widgets/progressbar.js
@@ -2,7 +2,7 @@
* jQuery UI Progressbar @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widgets/resizable.js b/ui/widgets/resizable.js
index 13e98c658..d1abbd539 100644
--- a/ui/widgets/resizable.js
+++ b/ui/widgets/resizable.js
@@ -2,7 +2,7 @@
* jQuery UI Resizable @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widgets/selectable.js b/ui/widgets/selectable.js
index b8e29517c..88ea5bdb3 100644
--- a/ui/widgets/selectable.js
+++ b/ui/widgets/selectable.js
@@ -2,7 +2,7 @@
* jQuery UI Selectable @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widgets/selectmenu.js b/ui/widgets/selectmenu.js
index cf48261d0..79e1eacc9 100644
--- a/ui/widgets/selectmenu.js
+++ b/ui/widgets/selectmenu.js
@@ -2,7 +2,7 @@
* jQuery UI Selectmenu @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widgets/slider.js b/ui/widgets/slider.js
index ec2c2877e..15d77d24a 100644
--- a/ui/widgets/slider.js
+++ b/ui/widgets/slider.js
@@ -2,7 +2,7 @@
* jQuery UI Slider @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widgets/sortable.js b/ui/widgets/sortable.js
index f5dc5ecce..9460a9f6d 100644
--- a/ui/widgets/sortable.js
+++ b/ui/widgets/sortable.js
@@ -2,7 +2,7 @@
* jQuery UI Sortable @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widgets/spinner.js b/ui/widgets/spinner.js
index 1bd69b6d8..45ff18e72 100644
--- a/ui/widgets/spinner.js
+++ b/ui/widgets/spinner.js
@@ -2,7 +2,7 @@
* jQuery UI Spinner @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widgets/tabs.js b/ui/widgets/tabs.js
index 9e4236ab3..cfa4d93f6 100644
--- a/ui/widgets/tabs.js
+++ b/ui/widgets/tabs.js
@@ -2,7 +2,7 @@
* jQuery UI Tabs @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widgets/tooltip.js b/ui/widgets/tooltip.js
index 06282338a..9f634e356 100644
--- a/ui/widgets/tooltip.js
+++ b/ui/widgets/tooltip.js
@@ -2,7 +2,7 @@
* jQuery UI Tooltip @VERSION
* http://jqueryui.com
*
- * Copyright jQuery Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/