From 47a261b59a37cb4d4fa34a0aee08118b40485759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski-Owczarek?= Date: Mon, 18 Jul 2022 13:50:33 +0200 Subject: [PATCH] All: Update JS Foundation mentions to OpenJS Foundation --- CONTRIBUTING.md | 2 +- LICENSE.txt | 2 +- package.json | 2 +- themes/base/accordion.css | 2 +- themes/base/all.css | 2 +- themes/base/autocomplete.css | 2 +- themes/base/base.css | 2 +- themes/base/button.css | 2 +- themes/base/checkboxradio.css | 2 +- themes/base/controlgroup.css | 2 +- themes/base/core.css | 2 +- themes/base/datepicker.css | 2 +- themes/base/dialog.css | 2 +- themes/base/draggable.css | 2 +- themes/base/menu.css | 2 +- themes/base/progressbar.css | 2 +- themes/base/resizable.css | 2 +- themes/base/selectable.css | 2 +- themes/base/selectmenu.css | 2 +- themes/base/slider.css | 2 +- themes/base/sortable.css | 2 +- themes/base/spinner.css | 2 +- themes/base/tabs.css | 2 +- themes/base/theme.css | 2 +- themes/base/tooltip.css | 2 +- ui/data.js | 2 +- ui/disable-selection.js | 2 +- ui/effect.js | 2 +- ui/effects/effect-blind.js | 2 +- ui/effects/effect-bounce.js | 2 +- ui/effects/effect-clip.js | 2 +- ui/effects/effect-drop.js | 2 +- ui/effects/effect-explode.js | 2 +- ui/effects/effect-fade.js | 2 +- ui/effects/effect-fold.js | 2 +- ui/effects/effect-highlight.js | 2 +- ui/effects/effect-puff.js | 2 +- ui/effects/effect-pulsate.js | 2 +- ui/effects/effect-scale.js | 2 +- ui/effects/effect-shake.js | 2 +- ui/effects/effect-size.js | 2 +- ui/effects/effect-slide.js | 2 +- ui/effects/effect-transfer.js | 2 +- ui/focusable.js | 2 +- ui/form-reset-mixin.js | 2 +- ui/jquery-patch.js | 2 +- ui/keycode.js | 2 +- ui/labels.js | 2 +- ui/position.js | 2 +- ui/scroll-parent.js | 2 +- ui/tabbable.js | 2 +- ui/unique-id.js | 2 +- ui/widget.js | 2 +- ui/widgets/accordion.js | 2 +- ui/widgets/autocomplete.js | 2 +- ui/widgets/button.js | 2 +- ui/widgets/checkboxradio.js | 2 +- ui/widgets/controlgroup.js | 2 +- ui/widgets/datepicker.js | 2 +- ui/widgets/dialog.js | 2 +- ui/widgets/draggable.js | 2 +- ui/widgets/droppable.js | 2 +- ui/widgets/menu.js | 2 +- ui/widgets/mouse.js | 2 +- ui/widgets/progressbar.js | 2 +- ui/widgets/resizable.js | 2 +- ui/widgets/selectable.js | 2 +- ui/widgets/selectmenu.js | 2 +- ui/widgets/slider.js | 2 +- ui/widgets/sortable.js | 2 +- ui/widgets/spinner.js | 2 +- ui/widgets/tabs.js | 2 +- ui/widgets/tooltip.js | 2 +- 73 files changed, 73 insertions(+), 73 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4542658a430..a1b7fcfe41b 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 4819e54213f..78108290c40 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 2b346a7c8d0..65cd1e8d108 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 baffce488b1..be25ea4e39d 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 b31adc80f1d..c7fe4ac7e55 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 7fcb2829ef4..ea7464c47ca 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 3b33e9bc001..777fe46f48d 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 4a3a57d484c..a83283a7301 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 a41125e2318..0fcf350e58d 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 35e442e174b..f19cd4f27a6 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 ffb533379a5..0f4f07951cf 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 91da063a65b..81259e4c060 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 7146fe95364..5915ef88ae3 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 f2000c45656..2b14479bd49 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 0f01a0caed6..880dcaec080 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 2eff6ae93d4..fab25bf6e34 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 318c6ebddaf..cc99a95b5b8 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 f0790f47113..7d461830d23 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 3299f9e4dbf..cae2804c38d 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 724d513c2ac..00696d286f2 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 7931b451e54..5efc3678a82 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 c3908106fa3..112d4eb949a 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 06ae1a8b200..60c3596d63a 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 a37d2c97a85..7cbb3e23a98 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 809b148a29e..7ae5cd0d735 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 441bbda5398..8a449a7e67b 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 5112b2dc488..0da23614115 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 37ce230c362..53121d91028 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 858c6d3fdbb..691162459a4 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 8cb18f82c1e..8bd423e08e7 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 ca25ef370a1..f7f84c124d0 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 9d620e97478..f0a9915c145 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 2b8a000e64f..80444fd233f 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 56d6a0caef7..f0d7d3d4484 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 ad19bfb264b..d191a3aa279 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 8d852de3da8..75912b40ab8 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 70e9acd0b0b..330ecb0e68a 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 de5f80a10f2..02662365a41 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 b9a983efd53..8953bdd4073 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 cf51d66b62e..298333714eb 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 4c67635900f..52828dcca01 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 52244219aab..8d6f453db8e 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 3c5252781e9..7b1075e8f54 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 5c15425661e..9826bb815c4 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 b0a917fd585..d20b4e0aee8 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 edb6896c196..aba5ec0d93c 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 61eb40a060a..0585a18e4ed 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 854e5fd4ab6..0ac0c3bd8ce 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 68b0f19c04f..797db3072a3 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 813c3721bde..8ce20fb864e 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 fc5c837cba1..05f042e95cb 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 518ba7a0cba..ef1b8da6bed 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 69240f92ceb..6512cc58755 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 11278192503..7e32d10bf4a 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 a7b6f52bd19..6a8bfcbfd7e 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 c7cbb4f04ab..7365210e1af 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 afa4a446d4f..86e6ff90681 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 77a9e2265d7..68970b7c1d2 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 9ca29a0db5b..b406da7d1f5 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 6fa585c40db..4dcb93a8d2a 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 2a9666d4efa..0307fb8e838 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 e33ff8c7a26..bb91553050d 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 2bc37789ba3..30dc8de98f5 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 1efcf08db8e..73bfb211407 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 e39bc2fcb01..4049f2c524d 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 13e98c6588d..d1abbd5397a 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 b8e29517c0e..88ea5bdb39c 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 cf48261d092..79e1eacc91b 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 ec2c2877e86..15d77d24af5 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 f5dc5ecce31..9460a9f6dda 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 1bd69b6d8ba..45ff18e72fc 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 9e4236ab349..cfa4d93f65e 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 06282338afb..9f634e35601 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 */