From 727a9151d207ea6cc78afb18003618648495b621 Mon Sep 17 00:00:00 2001 From: Anne-Gaelle Colom Date: Sun, 21 Dec 2014 18:27:43 +0000 Subject: [PATCH] Build: Remove dates from copyright notice Closes gh-1403 (cherry picked from commit c89cb74893c4f99d6163e29110c36d9e02dc7df1) --- Gruntfile.js | 2 +- LICENSE.txt | 3 +-- themes/base/accordion.css | 2 +- themes/base/all.css | 2 +- themes/base/autocomplete.css | 2 +- themes/base/base.css | 2 +- themes/base/button.css | 2 +- themes/base/core.css | 2 +- themes/base/datepicker.css | 2 +- themes/base/dialog.css | 2 +- themes/base/draggable.css | 2 +- themes/base/menu.css | 2 +- themes/base/progressbar.css | 2 +- themes/base/resizable.css | 2 +- themes/base/selectable.css | 2 +- themes/base/selectmenu.css | 2 +- themes/base/slider.css | 2 +- themes/base/sortable.css | 2 +- themes/base/spinner.css | 2 +- themes/base/tabs.css | 2 +- themes/base/theme.css | 2 +- themes/base/tooltip.css | 2 +- ui/accordion.js | 2 +- ui/autocomplete.js | 2 +- ui/button.js | 2 +- ui/core.js | 2 +- ui/datepicker.js | 2 +- ui/dialog.js | 2 +- ui/draggable.js | 2 +- ui/droppable.js | 2 +- ui/effect-blind.js | 2 +- ui/effect-bounce.js | 2 +- ui/effect-clip.js | 2 +- ui/effect-drop.js | 2 +- ui/effect-explode.js | 2 +- ui/effect-fade.js | 2 +- ui/effect-fold.js | 2 +- ui/effect-highlight.js | 2 +- ui/effect-puff.js | 2 +- ui/effect-pulsate.js | 2 +- ui/effect-scale.js | 2 +- ui/effect-shake.js | 2 +- ui/effect-size.js | 2 +- ui/effect-slide.js | 2 +- ui/effect-transfer.js | 2 +- ui/effect.js | 2 +- ui/menu.js | 2 +- ui/mouse.js | 2 +- ui/position.js | 2 +- ui/progressbar.js | 2 +- ui/resizable.js | 2 +- ui/selectable.js | 2 +- ui/selectmenu.js | 2 +- ui/slider.js | 2 +- ui/sortable.js | 2 +- ui/spinner.js | 2 +- ui/tabs.js | 2 +- ui/tooltip.js | 2 +- ui/widget.js | 2 +- 59 files changed, 59 insertions(+), 60 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 72236561f..d951d2d12 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 43560be03..23114b164 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 e66fcf32a..387d5dd37 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 2be35870f..489923055 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 b362956a6..18f36aa9b 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 510d6fc5b..84cdedf97 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 946437197..ac8b74d95 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 0132ed7f3..dc970b5c7 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 5d502ad51..3269e85ca 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 0bcb46aa7..ee01d5988 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 34ffc578e..9baa5f5cc 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 5561a96cd..e5c0bfe21 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 b59955add..a9d0279c4 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 e889d89cd..950be94aa 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 0582b073a..92a3ff6a1 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 250ef80bc..6eba43039 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 b53ff9b4e..b11e12ddd 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 ec1b8cefd..9bc1daa30 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 f89f88427..73cb6d286 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 1cfdd2f29..55927d9c1 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 9c35981e0..9e570d490 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 d6b30b1d4..a77fc960a 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 80d2c17e2..1c3f9b74f 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 9c6e65e35..522866688 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 f5a842c47..be0ec47b2 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 5e7c6aa4e..47b4b90df 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 7caa9501a..1ac935ebc 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 53e4b8357..65a5655c8 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 ec960cd33..84c2a9413 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 6fe99708b..def4d15f1 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 31f621d22..4b1435935 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 0ac9acb6c..79291bd24 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 09bc4fe2b..4a4b56637 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 ac8144d73..548e85aaa 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 a02837a19..394e484b3 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 81a3f9789..80345b29d 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 fd8ce36e1..571ac9894 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 6d97f3c69..c96180dd2 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 0207c8620..88bdf138b 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 263b29d3f..9beeb133c 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 808f53fbb..3cdcae6fc 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 180c9f8e2..73844c0ea 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 8fbce2bf2..58235900b 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 * -- 2.39.5