]> source.dussan.org Git - jquery-ui.git/commitdiff
All: Update JS Foundation mentions to OpenJS Foundation
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 19 Jul 2022 07:36:55 +0000 (09:36 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Jul 2022 07:36:55 +0000 (09:36 +0200)
Closes gh-2104

73 files changed:
CONTRIBUTING.md
LICENSE.txt
package.json
themes/base/accordion.css
themes/base/all.css
themes/base/autocomplete.css
themes/base/base.css
themes/base/button.css
themes/base/checkboxradio.css
themes/base/controlgroup.css
themes/base/core.css
themes/base/datepicker.css
themes/base/dialog.css
themes/base/draggable.css
themes/base/menu.css
themes/base/progressbar.css
themes/base/resizable.css
themes/base/selectable.css
themes/base/selectmenu.css
themes/base/slider.css
themes/base/sortable.css
themes/base/spinner.css
themes/base/tabs.css
themes/base/theme.css
themes/base/tooltip.css
ui/data.js
ui/disable-selection.js
ui/effect.js
ui/effects/effect-blind.js
ui/effects/effect-bounce.js
ui/effects/effect-clip.js
ui/effects/effect-drop.js
ui/effects/effect-explode.js
ui/effects/effect-fade.js
ui/effects/effect-fold.js
ui/effects/effect-highlight.js
ui/effects/effect-puff.js
ui/effects/effect-pulsate.js
ui/effects/effect-scale.js
ui/effects/effect-shake.js
ui/effects/effect-size.js
ui/effects/effect-slide.js
ui/effects/effect-transfer.js
ui/focusable.js
ui/form-reset-mixin.js
ui/jquery-patch.js
ui/keycode.js
ui/labels.js
ui/position.js
ui/scroll-parent.js
ui/tabbable.js
ui/unique-id.js
ui/widget.js
ui/widgets/accordion.js
ui/widgets/autocomplete.js
ui/widgets/button.js
ui/widgets/checkboxradio.js
ui/widgets/controlgroup.js
ui/widgets/datepicker.js
ui/widgets/dialog.js
ui/widgets/draggable.js
ui/widgets/droppable.js
ui/widgets/menu.js
ui/widgets/mouse.js
ui/widgets/progressbar.js
ui/widgets/resizable.js
ui/widgets/selectable.js
ui/widgets/selectmenu.js
ui/widgets/slider.js
ui/widgets/sortable.js
ui/widgets/spinner.js
ui/widgets/tabs.js
ui/widgets/tooltip.js

index 4542658a4309007bdb3578e918fe940cbd062526..a1b7fcfe41bc0224eef65745c4bc35945dad01d0 100644 (file)
@@ -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).
 
index 4819e54213fd2ad7b8aff572fc737832a49d9b2a..78108290c4097a583e30147feae4b53734b7f492 100644 (file)
@@ -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
index 2b346a7c8d095109998a48d8e19c960974a9475f..65cd1e8d108215081a8eca6d49a5309f7972d09c 100644 (file)
@@ -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",
index baffce488b1fea0e112cfbb7d540f3cbc2324755..be25ea4e39d33dfdee1589b13e5c49f5963ca06b 100644 (file)
@@ -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
  *
index b31adc80f1dfb41b50d5f3a61d349e5989a968e9..c7fe4ac7e55533a1afa8d9121d63bb42fc366d78 100644 (file)
@@ -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
  *
index 7fcb2829ef4aedc9d1a6c6853918915b1cffe223..ea7464c47ca0b1ae2ffb44663dc2be54bfd92b3d 100644 (file)
@@ -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
  *
index 3b33e9bc00106b5b3d19ef2c78a20fe5afbb78d8..777fe46f48deca7a4061275839f085c012f6c567 100644 (file)
@@ -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
  *
index 4a3a57d484cbd0c768274efccda2ab2942029b0a..a83283a73013ea7e7c7dd845e88ec897355e3e5e 100644 (file)
@@ -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
  *
index a41125e23183fb9f8f9347b78dd639d557835a29..0fcf350e58d95ec1a4efa4d4a45caf743a17c905 100644 (file)
@@ -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
  *
index 35e442e174bf2e6dfd139a698cf82329d523c0cb..f19cd4f27a636b02b8e7b4dc965bb7728087654a 100644 (file)
@@ -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
  *
index ffb533379a560b35b8827a7d95c6934139965676..0f4f07951cf6581fc2303b2dad04159c278eb242 100644 (file)
@@ -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
  *
index 91da063a65bb39f20c71744078d6e9548c98ede6..81259e4c0605458915f1935ab3b9a7531b739ede 100644 (file)
@@ -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
  *
index 7146fe95364b515e2e35147ba14d7796c279ee60..5915ef88ae31602b54309f8a9ec259303cf1c5f5 100644 (file)
@@ -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
  *
index f2000c45656ed97f1b4d9fa9f2a2ad0804fa4435..2b14479bd49be415fe50e9037fae82c5fa8fdf64 100644 (file)
@@ -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
  */
index 0f01a0caed63a7bd014fbd3270b7e238908722a7..880dcaec08078c870e3d7a789c9478c981d35aa5 100644 (file)
@@ -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
  *
index 2eff6ae93d43986e31132069ace2972b2638d86b..fab25bf6e34ef93ecf831623213c4eda65257420 100644 (file)
@@ -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
  *
index 318c6ebddaf88dcce74016e217b4a094d35a3c61..cc99a95b5b807d01ef893b2fb88191ec4d854f81 100644 (file)
@@ -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
  */
index f0790f47113c4a47b0c74bb88aa44f7ce0853042..7d461830d2372ea90d76c675253bf9ce8543ef0d 100644 (file)
@@ -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
  */
index 3299f9e4dbf456bb14f1a3a508956604bcd306cd..cae2804c38dbf5a1dbc7876049c6a8953e99968d 100644 (file)
@@ -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
  *
index 724d513c2ac2404837e95561fdbfad2955ce807d..00696d286f278118d401a2e0c6bc386e86c77add 100644 (file)
@@ -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
  *
index 7931b451e549a80dd91567692bca7a43603fa213..5efc3678a82a77a590c464ca67afd23c631cd6be 100644 (file)
@@ -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
  */
index c3908106fa37d0d6da478881f91034ce6e8a1008..112d4eb949ae51abf9cd9d9ed1d00f988f9a6d16 100644 (file)
@@ -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
  *
index 06ae1a8b200a853e2dcaf7ce38ea67992ef435ac..60c3596d63a83f8b6b1955a09e0dda757d6c5edb 100644 (file)
@@ -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
  *
index a37d2c97a85220b63a7ef49d8878567c47e70505..7cbb3e23a98a027813d250b7aa539241d23384fa 100644 (file)
@@ -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
  *
index 809b148a29ed04ba946c474833dc9c0feb373a0d..7ae5cd0d735f65c0c7b9368f13adfad4cf5e20e1 100644 (file)
@@ -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
  *
index 441bbda5398686c5b77f3275acea8901979c2672..8a449a7e67bc0680fce7afbc496a0f62c4091c9b 100644 (file)
@@ -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
  */
index 5112b2dc488d00b3fe65c223ab62f8414bf55a74..0da23614115b934021bf50ea532059b59e4eecfa 100644 (file)
@@ -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
  */
index 37ce230c362ae40012384098498de5c26902a044..53121d9102859922ec925868bc6054fb9d8c30c4 100644 (file)
@@ -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
  */
index 858c6d3fdbb6b03931de3c2d0b368528422b05f4..691162459a412b69040ba6b7db31d22d617c5868 100644 (file)
@@ -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
  */
index 8cb18f82c1eb60f02b827e9a9b3cfef5b12b58be..8bd423e08e7e3fa59b2d7d068c50d92bd81fe461 100644 (file)
@@ -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
  */
index ca25ef370a147d28e6e821a6a9b261e9ac600dcf..f7f84c124d08ffdf7ac5dc25a9d89d7a5147e5bb 100644 (file)
@@ -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
  */
index 9d620e974781640a2c57db1c04f64b07985d0b16..f0a9915c1455c7ef5b3357c1a95a264954602c8d 100644 (file)
@@ -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
  */
index 2b8a000e64f737367c3f55dd397be38baee924f1..80444fd233f1214207082948ccb20ce1c0ded6ba 100644 (file)
@@ -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
  */
index 56d6a0caef7a116d18e2641e3717c3f84f178542..f0d7d3d4484b5d2d1cbabf725da02b7c43e5179b 100644 (file)
@@ -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
  */
index ad19bfb264b1cc64bac6fcabed3bba2fe06e47b9..d191a3aa279244abffdaa285532bfdac1366704e 100644 (file)
@@ -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
  */
index 8d852de3da8439a13f313fa60fc83c1d380b7e42..75912b40ab81d9951efd81ce4cac8fa946d94027 100644 (file)
@@ -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
  */
index 70e9acd0b0b81a36a9df3d93fd1add99848dfaa2..330ecb0e68a3591edc6026ae774d24021a5acb26 100644 (file)
@@ -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
  */
index de5f80a10f2621b923ae4579f44a52d80434429c..02662365a41a727a9a8aee691fd47d2dd43cbd99 100644 (file)
@@ -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
  */
index b9a983efd539a6b56d80c6a29c2da983f9872dce..8953bdd40735b6a3c6248eef1ff39f35da4ad79f 100644 (file)
@@ -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
  */
index cf51d66b62edb144a6f749117762936bc96cad62..298333714ebe0d0b622f81b23ab5b4b710f5da84 100644 (file)
@@ -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
  */
index 4c67635900fa6670c358b4615ecadbf14671a269..52828dcca01c9c7e3719b07998bb48dd22b10d81 100644 (file)
@@ -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
  */
index 52244219aabe4101d7d450ea25d4af8d222e87cc..8d6f453db8ebf7d673a9e345b41b4370ed1ffb28 100644 (file)
@@ -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
  */
index 3c5252781e9403c97acd20ac79f28f79c0ece9e1..7b1075e8f549b9887a8fe3f84f7617b909013ba1 100644 (file)
@@ -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
  */
index 5c15425661e1bc6ae69707e2cc9c33a29630a557..9826bb815c4190d3ed7b10db93057d07a15c946c 100644 (file)
@@ -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
  */
index b0a917fd585de518882fc430dd196811f0fc395b..d20b4e0aee8cb533e5539a660ade204ec20f5802 100644 (file)
@@ -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
  */
index edb6896c196afac46be3ad86d089645784e600d5..aba5ec0d93c1e31c7e99ab60b6d0e0e556cd5383 100644 (file)
@@ -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
  *
index 61eb40a060abae7897925fc5c7480d201658ab8d..0585a18e4edb701f0d325e1083ccc5ae5d9f1f23 100644 (file)
@@ -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
  */
index 854e5fd4ab6575c83237fbf2b8556262411cb905..0ac0c3bd8cef48318d842927e8e79a9a2c8767cb 100644 (file)
@@ -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
  */
index 68b0f19c04f25da7c4d40d8be82cba5c82741228..797db3072a35d24b60d3828df7bdb8bd31b50104 100644 (file)
@@ -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
  *
index 813c3721bde40997e6b09911f7ba9351e2ce984e..8ce20fb864e88f4c1bafb2d6f4986af8c5e98cfd 100644 (file)
@@ -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
  */
index fc5c837cba16fa42b1e60cead0e95d3b765e2282..05f042e95cb5c2c8348af38a00195a6970592adf 100644 (file)
@@ -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
  */
index 518ba7a0cba7b7c68da8ab4b3a38d69bc45c2352..ef1b8da6bed87dbf8aa0dca9e20ad97ff6a063d4 100644 (file)
@@ -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
  */
index 69240f92ceb86c8930b8d4144cbac55e0e8b948f..6512cc58755200fdde5db2e2a08cd9bf261f54c0 100644 (file)
@@ -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
  */
index 11278192503c4ba1600cf5785551706bea04459b..7e32d10bf4a175d5a02e340c470689730997e4d2 100644 (file)
@@ -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
  */
index a7b6f52bd19c7a7f4e1157281443c7eda4f071ee..6a8bfcbfd7ebec0c8990bf5cec9770f3fafbfd2f 100644 (file)
@@ -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
  */
index c7cbb4f04abfc0eb23bc183075e84d4e6a8b4df0..7365210e1afc83b57fabe0c2aa29eaeb42511379 100644 (file)
@@ -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
  */
index afa4a446d4f3b8c061654f6f0f26df0c36cc3715..86e6ff9068101032966c71702b1fb2ade39834b7 100644 (file)
@@ -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
  */
index 77a9e2265d7851fb6f5e2d1c002ce7d85cb62a99..68970b7c1d2af53a3295856a55858d77c750360e 100644 (file)
@@ -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
  */
index 9ca29a0db5bc5747077a1f8b0162a2a20891dad3..b406da7d1f5ea867b15b7b08f5a02030742e1a33 100644 (file)
@@ -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
  */
index 6fa585c40dbd0e4a9aab82fdb2462a76886f4f52..4dcb93a8d2a493c97a187030884407f17c02ec87 100644 (file)
@@ -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
  */
index 2a9666d4efa49068aa8993a2f6e743e19c0dc3ca..0307fb8e8385f95d81bda54671ec60316e94749e 100644 (file)
@@ -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
  */
index e33ff8c7a26319566708f41034889ee26c564236..bb91553050d47915266d24408b2dd354646cf3f1 100644 (file)
@@ -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
  */
index 2bc37789ba313bd9286147b480b0417d1b2fedd3..30dc8de98f54266866949f7439bfd7e06fdcefd6 100644 (file)
@@ -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
  */
index 1efcf08db8e68abbd3b220305c0f29f0949ae691..73bfb211407f6e821c2e0741ac3d74ff3e90a00c 100644 (file)
@@ -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
  */
index e39bc2fcb015d2e8ff9d64c658f7489f366a4d95..4049f2c524db2a437227f323a3d658feda122588 100644 (file)
@@ -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
  */
index 13e98c6588d700cd098cb4423d18430e5a652152..d1abbd5397a3ca85dc23032bbf988838cf2661de 100644 (file)
@@ -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
  */
index b8e29517c0ed7fd5d133ae2d66e59ec278993068..88ea5bdb39c6e3746df05cd1cb3cd12837430880 100644 (file)
@@ -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
  */
index cf48261d092f99602397c9e453750a9d441f7707..79e1eacc91b2da702d45d0c40eb40b683f340e69 100644 (file)
@@ -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
  */
index ec2c2877e86a19e454c0450c99646e1daba13962..15d77d24af57407921a16545f26379160fafcbcb 100644 (file)
@@ -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
  */
index f5dc5ecce31a77d2ac953ecc35b543087669b4c6..9460a9f6dda7ac00369c8c6368d3c246ed4fd0c2 100644 (file)
@@ -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
  */
index 1bd69b6d8baa3cb260d4816a625a2e0fbc07d2c8..45ff18e72fc686f15582e59d381b7980f878b937 100644 (file)
@@ -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
  */
index 9e4236ab3494d75235aa79ba8e97c2a13aa048d9..cfa4d93f65e67988e7e30dcb1cc438f2038a236f 100644 (file)
@@ -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
  */
index 06282338afbcf2ae628823f3acafc4b48a600b73..9f634e35601b0507089ae577aa1615cdec00e254 100644 (file)
@@ -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
  */