aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/accordion.js2
-rw-r--r--ui/autocomplete.js2
-rw-r--r--ui/button.js2
-rw-r--r--ui/core.js2
-rw-r--r--ui/datepicker.js2
-rw-r--r--ui/dialog.js2
-rw-r--r--ui/draggable.js2
-rw-r--r--ui/droppable.js2
-rw-r--r--ui/effect-blind.js2
-rw-r--r--ui/effect-bounce.js2
-rw-r--r--ui/effect-clip.js2
-rw-r--r--ui/effect-drop.js2
-rw-r--r--ui/effect-explode.js2
-rw-r--r--ui/effect-fade.js2
-rw-r--r--ui/effect-fold.js2
-rw-r--r--ui/effect-highlight.js2
-rw-r--r--ui/effect-puff.js2
-rw-r--r--ui/effect-pulsate.js2
-rw-r--r--ui/effect-scale.js2
-rw-r--r--ui/effect-shake.js2
-rw-r--r--ui/effect-size.js2
-rw-r--r--ui/effect-slide.js2
-rw-r--r--ui/effect-transfer.js2
-rw-r--r--ui/effect.js2
-rw-r--r--ui/menu.js2
-rw-r--r--ui/mouse.js2
-rw-r--r--ui/position.js2
-rw-r--r--ui/progressbar.js2
-rw-r--r--ui/resizable.js2
-rw-r--r--ui/selectable.js2
-rw-r--r--ui/selectmenu.js2
-rw-r--r--ui/slider.js2
-rw-r--r--ui/sortable.js2
-rw-r--r--ui/spinner.js2
-rw-r--r--ui/tabs.js2
-rw-r--r--ui/tooltip.js2
-rw-r--r--ui/widget.js2
37 files changed, 37 insertions, 37 deletions
diff --git a/ui/accordion.js b/ui/accordion.js
index 1f41266d7..ef1357b8e 100644
--- a/ui/accordion.js
+++ b/ui/accordion.js
@@ -2,7 +2,7 @@
* jQuery UI Accordion @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/autocomplete.js b/ui/autocomplete.js
index 319433913..d8db9a442 100644
--- a/ui/autocomplete.js
+++ b/ui/autocomplete.js
@@ -2,7 +2,7 @@
* jQuery UI Autocomplete @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/button.js b/ui/button.js
index 3a7c24c6e..a3a40b46d 100644
--- a/ui/button.js
+++ b/ui/button.js
@@ -2,7 +2,7 @@
* jQuery UI Button @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/core.js b/ui/core.js
index a6f7d6548..28e9841dd 100644
--- a/ui/core.js
+++ b/ui/core.js
@@ -2,7 +2,7 @@
* jQuery UI Core @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/ui/datepicker.js b/ui/datepicker.js
index 4614afd47..4f2ab38ef 100644
--- a/ui/datepicker.js
+++ b/ui/datepicker.js
@@ -2,7 +2,7 @@
* jQuery UI Datepicker @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/dialog.js b/ui/dialog.js
index fb50939dd..a86f654d2 100644
--- a/ui/dialog.js
+++ b/ui/dialog.js
@@ -2,7 +2,7 @@
* jQuery UI Dialog @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/draggable.js b/ui/draggable.js
index e2bd4eb81..3bdcf92a0 100644
--- a/ui/draggable.js
+++ b/ui/draggable.js
@@ -2,7 +2,7 @@
* jQuery UI Draggable @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/droppable.js b/ui/droppable.js
index 5e39cf68d..a164f5522 100644
--- a/ui/droppable.js
+++ b/ui/droppable.js
@@ -2,7 +2,7 @@
* jQuery UI Droppable @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effect-blind.js b/ui/effect-blind.js
index eb96cca6e..291c309e5 100644
--- a/ui/effect-blind.js
+++ b/ui/effect-blind.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Blind @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effect-bounce.js b/ui/effect-bounce.js
index d599c40b5..197acda5e 100644
--- a/ui/effect-bounce.js
+++ b/ui/effect-bounce.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Bounce @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effect-clip.js b/ui/effect-clip.js
index 1bb3ebce2..534df6028 100644
--- a/ui/effect-clip.js
+++ b/ui/effect-clip.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Clip @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effect-drop.js b/ui/effect-drop.js
index a990c48e7..2afad399b 100644
--- a/ui/effect-drop.js
+++ b/ui/effect-drop.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Drop @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effect-explode.js b/ui/effect-explode.js
index adb05cf5f..c1145b0b3 100644
--- a/ui/effect-explode.js
+++ b/ui/effect-explode.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Explode @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effect-fade.js b/ui/effect-fade.js
index ad7c2134b..aba0ad482 100644
--- a/ui/effect-fade.js
+++ b/ui/effect-fade.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Fade @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effect-fold.js b/ui/effect-fold.js
index 7961ee79f..3af1dd602 100644
--- a/ui/effect-fold.js
+++ b/ui/effect-fold.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Fold @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effect-highlight.js b/ui/effect-highlight.js
index fb44aef91..da3f82b72 100644
--- a/ui/effect-highlight.js
+++ b/ui/effect-highlight.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Highlight @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effect-puff.js b/ui/effect-puff.js
index 607ca77f5..a90174c25 100644
--- a/ui/effect-puff.js
+++ b/ui/effect-puff.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Puff @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effect-pulsate.js b/ui/effect-pulsate.js
index c28da9ff8..95cf811a6 100644
--- a/ui/effect-pulsate.js
+++ b/ui/effect-pulsate.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Pulsate @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effect-scale.js b/ui/effect-scale.js
index 478ca25ba..18e6960c1 100644
--- a/ui/effect-scale.js
+++ b/ui/effect-scale.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Scale @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effect-shake.js b/ui/effect-shake.js
index 387f21340..a94503f29 100644
--- a/ui/effect-shake.js
+++ b/ui/effect-shake.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Shake @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effect-size.js b/ui/effect-size.js
index 91a6bf51b..3be3984b6 100644
--- a/ui/effect-size.js
+++ b/ui/effect-size.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Size @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effect-slide.js b/ui/effect-slide.js
index 03086a928..b6626cbb8 100644
--- a/ui/effect-slide.js
+++ b/ui/effect-slide.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Slide @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effect-transfer.js b/ui/effect-transfer.js
index 78f12881e..b0bc42886 100644
--- a/ui/effect-transfer.js
+++ b/ui/effect-transfer.js
@@ -2,7 +2,7 @@
* jQuery UI Effects Transfer @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/effect.js b/ui/effect.js
index 4507ea006..f488ffafd 100644
--- a/ui/effect.js
+++ b/ui/effect.js
@@ -2,7 +2,7 @@
* jQuery UI Effects @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/menu.js b/ui/menu.js
index ad8198643..9c0954bea 100644
--- a/ui/menu.js
+++ b/ui/menu.js
@@ -2,7 +2,7 @@
* jQuery UI Menu @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/mouse.js b/ui/mouse.js
index fc499cf5b..901a1ca09 100644
--- a/ui/mouse.js
+++ b/ui/mouse.js
@@ -2,7 +2,7 @@
* jQuery UI Mouse @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/position.js b/ui/position.js
index 4b0cc4964..884de240d 100644
--- a/ui/position.js
+++ b/ui/position.js
@@ -2,7 +2,7 @@
* jQuery UI Position @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
diff --git a/ui/progressbar.js b/ui/progressbar.js
index d7ad1df7f..d417e556b 100644
--- a/ui/progressbar.js
+++ b/ui/progressbar.js
@@ -2,7 +2,7 @@
* jQuery UI Progressbar @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/resizable.js b/ui/resizable.js
index c506a2efd..0671fb7b5 100644
--- a/ui/resizable.js
+++ b/ui/resizable.js
@@ -2,7 +2,7 @@
* jQuery UI Resizable @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/selectable.js b/ui/selectable.js
index ac67f7ded..e53f3f985 100644
--- a/ui/selectable.js
+++ b/ui/selectable.js
@@ -2,7 +2,7 @@
* jQuery UI Selectable @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/selectmenu.js b/ui/selectmenu.js
index 5e9ee351b..0bcf2a4db 100644
--- a/ui/selectmenu.js
+++ b/ui/selectmenu.js
@@ -2,7 +2,7 @@
* jQuery UI Selectmenu @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/slider.js b/ui/slider.js
index db905ba5e..9cb088c88 100644
--- a/ui/slider.js
+++ b/ui/slider.js
@@ -2,7 +2,7 @@
* jQuery UI Slider @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/sortable.js b/ui/sortable.js
index c9254651a..09f8aa10e 100644
--- a/ui/sortable.js
+++ b/ui/sortable.js
@@ -2,7 +2,7 @@
* jQuery UI Sortable @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/spinner.js b/ui/spinner.js
index c4c748205..c4bac1917 100644
--- a/ui/spinner.js
+++ b/ui/spinner.js
@@ -2,7 +2,7 @@
* jQuery UI Spinner @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/tabs.js b/ui/tabs.js
index d0d039db7..71c60761d 100644
--- a/ui/tabs.js
+++ b/ui/tabs.js
@@ -2,7 +2,7 @@
* jQuery UI Tabs @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/tooltip.js b/ui/tooltip.js
index 7decb0606..7ea1d13ee 100644
--- a/ui/tooltip.js
+++ b/ui/tooltip.js
@@ -2,7 +2,7 @@
* jQuery UI Tooltip @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
diff --git a/ui/widget.js b/ui/widget.js
index 0b9362532..998855af9 100644
--- a/ui/widget.js
+++ b/ui/widget.js
@@ -2,7 +2,7 @@
* jQuery UI Widget @VERSION
* http://jqueryui.com
*
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/