aboutsummaryrefslogtreecommitdiffstats
path: root/ui
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 /ui
parent1f16dbb803433a5cac013f28502e51e0de859db9 (diff)
downloadjquery-ui-0df6e658307f8936a477deb9674d643d18a2469b.tar.gz
jquery-ui-0df6e658307f8936a477deb9674d643d18a2469b.zip
All: Update JS Foundation mentions to OpenJS Foundation
Closes gh-2104
Diffstat (limited to 'ui')
-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
48 files changed, 48 insertions, 48 deletions
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
*/