diff --git a/Gruntfile.js b/Gruntfile.js index 241831102c4..b629adfa12c 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 156f8d5caaf..4819e54213f 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 10d5ff82ed6..edf368eca76 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 614a133d946..b31adc80f1d 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 4ddbfeef8e2..7fcb2829ef4 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 479c3279d9b..3ed02661f5e 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 43ff15cfe43..70caf10ed42 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 b1831c8f8bf..75cfa9268a0 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 164a3458330..a77eab7b2ab 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 df092111d01..10c89d0b8ac 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 8583330403a..f2000c45656 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 dae8288a2aa..afd933586ff 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 b38d0441614..ede7e1f92ca 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 efc05dd113d..318c6ebddaf 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 8badbb6ab12..f0790f47113 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 86b22595de7..be4819a1abc 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 c64d9500a15..cffdc96919d 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 a89d8531afa..7931b451e54 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 4f6e59d9b4d..a7563e6b943 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 58ef66ccc64..06ae1a8b200 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 2aa74110243..c7ad4847a67 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 7214429c2da..f8f7bc84118 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 1f41266d7ce..ef1357b8e10 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 319433913d1..d8db9a4429b 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 3a7c24c6e3c..a3a40b46d58 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 a6f7d65489d..28e9841dd8a 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 4614afd472d..4f2ab38efc7 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 fb50939dd9f..a86f654d2a1 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 e2bd4eb81ab..3bdcf92a0e5 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 5e39cf68d71..a164f5522b6 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 eb96cca6edc..291c309e58b 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 d599c40b5d7..197acda5ed2 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 1bb3ebce293..534df60287b 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 a990c48e7cf..2afad399b65 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 adb05cf5f36..c1145b0b3c5 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 ad7c2134b83..aba0ad482fa 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 7961ee79feb..3af1dd6027b 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 fb44aef9124..da3f82b72a8 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 607ca77f5a9..a90174c2588 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 c28da9ff8ea..95cf811a63b 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 478ca25baa1..18e6960c1d6 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 387f2134017..a94503f29ce 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 91a6bf51bde..3be3984b63b 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 03086a9285c..b6626cbb844 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 78f12881ebe..b0bc428866f 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 4507ea00658..f488ffafda3 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 ad81986433f..9c0954bea8a 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 fc499cf5b0f..901a1ca09b0 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 4b0cc49646f..884de240d85 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 d7ad1df7f98..d417e556b12 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 c506a2efdef..0671fb7b507 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 ac67f7ded8a..e53f3f985d9 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 5e9ee351bb7..0bcf2a4dbc5 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 db905ba5ea6..9cb088c88a1 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 c9254651a2a..09f8aa10e97 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 c4c748205dd..c4bac191776 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 d0d039db776..71c60761d21 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 7decb0606fe..7ea1d13ee80 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 30270504437..00bb7da0215 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 */