aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gruntfile.js2
-rw-r--r--LICENSE.txt3
-rw-r--r--themes/base/accordion.css2
-rw-r--r--themes/base/all.css2
-rw-r--r--themes/base/autocomplete.css2
-rw-r--r--themes/base/base.css2
-rw-r--r--themes/base/button.css2
-rw-r--r--themes/base/core.css2
-rw-r--r--themes/base/datepicker.css2
-rw-r--r--themes/base/dialog.css2
-rw-r--r--themes/base/draggable.css2
-rw-r--r--themes/base/menu.css2
-rw-r--r--themes/base/progressbar.css2
-rw-r--r--themes/base/resizable.css2
-rw-r--r--themes/base/selectable.css2
-rw-r--r--themes/base/selectmenu.css2
-rw-r--r--themes/base/slider.css2
-rw-r--r--themes/base/sortable.css2
-rw-r--r--themes/base/spinner.css2
-rw-r--r--themes/base/tabs.css2
-rw-r--r--themes/base/theme.css2
-rw-r--r--themes/base/tooltip.css2
-rw-r--r--ui/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
59 files changed, 59 insertions, 60 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 241831102..b629adfa1 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -119,7 +119,7 @@ function createBanner( files ) {
"<%= grunt.template.today('isoDate') %>\n" +
"<%= pkg.homepage ? '* ' + pkg.homepage + '\\n' : '' %>" +
(files ? "* Includes: " + fileNames.join(", ") + "\n" : "") +
- "* Copyright <%= grunt.template.today('yyyy') %> <%= pkg.author.name %>;" +
+ "* Copyright <%= pkg.author.name %>;" +
" Licensed <%= _.pluck(pkg.licenses, 'type').join(', ') %> */\n";
}
diff --git a/LICENSE.txt b/LICENSE.txt
index 156f8d5ca..4819e5421 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,5 +1,4 @@
-Copyright 2007, 2014 jQuery Foundation and other contributors,
-https://jquery.org/
+Copyright jQuery Foundation and other contributors, https://jquery.org/
This software consists of voluntary contributions made by many
individuals. For exact contribution history, see the revision history
diff --git a/themes/base/accordion.css b/themes/base/accordion.css
index 10d5ff82e..edf368eca 100644
--- a/themes/base/accordion.css
+++ b/themes/base/accordion.css
@@ -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/themes/base/all.css b/themes/base/all.css
index 614a133d9..b31adc80f 100644
--- a/themes/base/all.css
+++ b/themes/base/all.css
@@ -2,7 +2,7 @@
* jQuery UI CSS Framework @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/themes/base/autocomplete.css b/themes/base/autocomplete.css
index 4ddbfeef8..7fcb2829e 100644
--- a/themes/base/autocomplete.css
+++ b/themes/base/autocomplete.css
@@ -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/themes/base/base.css b/themes/base/base.css
index 479c3279d..3ed02661f 100644
--- a/themes/base/base.css
+++ b/themes/base/base.css
@@ -2,7 +2,7 @@
* jQuery UI CSS Framework @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/themes/base/button.css b/themes/base/button.css
index 43ff15cfe..70caf10ed 100644
--- a/themes/base/button.css
+++ b/themes/base/button.css
@@ -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/themes/base/core.css b/themes/base/core.css
index b1831c8f8..75cfa9268 100644
--- a/themes/base/core.css
+++ b/themes/base/core.css
@@ -2,7 +2,7 @@
* jQuery UI CSS Framework @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/themes/base/datepicker.css b/themes/base/datepicker.css
index 164a34583..a77eab7b2 100644
--- a/themes/base/datepicker.css
+++ b/themes/base/datepicker.css
@@ -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/themes/base/dialog.css b/themes/base/dialog.css
index df092111d..10c89d0b8 100644
--- a/themes/base/dialog.css
+++ b/themes/base/dialog.css
@@ -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/themes/base/draggable.css b/themes/base/draggable.css
index 858333040..f2000c456 100644
--- a/themes/base/draggable.css
+++ b/themes/base/draggable.css
@@ -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/themes/base/menu.css b/themes/base/menu.css
index dae8288a2..afd933586 100644
--- a/themes/base/menu.css
+++ b/themes/base/menu.css
@@ -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/themes/base/progressbar.css b/themes/base/progressbar.css
index b38d04416..ede7e1f92 100644
--- a/themes/base/progressbar.css
+++ b/themes/base/progressbar.css
@@ -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/themes/base/resizable.css b/themes/base/resizable.css
index efc05dd11..318c6ebdd 100644
--- a/themes/base/resizable.css
+++ b/themes/base/resizable.css
@@ -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/themes/base/selectable.css b/themes/base/selectable.css
index 8badbb6ab..f0790f471 100644
--- a/themes/base/selectable.css
+++ b/themes/base/selectable.css
@@ -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/themes/base/selectmenu.css b/themes/base/selectmenu.css
index 86b22595d..be4819a1a 100644
--- a/themes/base/selectmenu.css
+++ b/themes/base/selectmenu.css
@@ -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/themes/base/slider.css b/themes/base/slider.css
index c64d9500a..cffdc9691 100644
--- a/themes/base/slider.css
+++ b/themes/base/slider.css
@@ -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/themes/base/sortable.css b/themes/base/sortable.css
index a89d8531a..7931b451e 100644
--- a/themes/base/sortable.css
+++ b/themes/base/sortable.css
@@ -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/themes/base/spinner.css b/themes/base/spinner.css
index 4f6e59d9b..a7563e6b9 100644
--- a/themes/base/spinner.css
+++ b/themes/base/spinner.css
@@ -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/themes/base/tabs.css b/themes/base/tabs.css
index 58ef66ccc..06ae1a8b2 100644
--- a/themes/base/tabs.css
+++ b/themes/base/tabs.css
@@ -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/themes/base/theme.css b/themes/base/theme.css
index 2aa741102..c7ad4847a 100644
--- a/themes/base/theme.css
+++ b/themes/base/theme.css
@@ -2,7 +2,7 @@
* jQuery UI CSS Framework @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/themes/base/tooltip.css b/themes/base/tooltip.css
index 7214429c2..f8f7bc841 100644
--- a/themes/base/tooltip.css
+++ b/themes/base/tooltip.css
@@ -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/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
*/