]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Remove dates from copyright notice
authorAnne-Gaelle Colom <coloma@westminster.ac.uk>
Sun, 21 Dec 2014 18:27:43 +0000 (18:27 +0000)
committerScott González <scott.gonzalez@gmail.com>
Mon, 9 Feb 2015 16:54:31 +0000 (11:54 -0500)
Closes gh-1403
(cherry picked from commit c89cb74893c4f99d6163e29110c36d9e02dc7df1)

59 files changed:
Gruntfile.js
LICENSE.txt
themes/base/accordion.css
themes/base/all.css
themes/base/autocomplete.css
themes/base/base.css
themes/base/button.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/accordion.js
ui/autocomplete.js
ui/button.js
ui/core.js
ui/datepicker.js
ui/dialog.js
ui/draggable.js
ui/droppable.js
ui/effect-blind.js
ui/effect-bounce.js
ui/effect-clip.js
ui/effect-drop.js
ui/effect-explode.js
ui/effect-fade.js
ui/effect-fold.js
ui/effect-highlight.js
ui/effect-puff.js
ui/effect-pulsate.js
ui/effect-scale.js
ui/effect-shake.js
ui/effect-size.js
ui/effect-slide.js
ui/effect-transfer.js
ui/effect.js
ui/menu.js
ui/mouse.js
ui/position.js
ui/progressbar.js
ui/resizable.js
ui/selectable.js
ui/selectmenu.js
ui/slider.js
ui/sortable.js
ui/spinner.js
ui/tabs.js
ui/tooltip.js
ui/widget.js

index 72236561f59532e9953db4480f19b17b22ab36ee..d951d2d12042599913e796e639ea65f0af40ebb2 100644 (file)
@@ -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";
 }
 
index 156f8d5caaf3ab8b6a8603b3d2f391767cbb2796..4819e54213fd2ad7b8aff572fc737832a49d9b2a 100644 (file)
@@ -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
index 43560be03d1e598184daa050727a17fa9c3ff69d..23114b16432f409db41dbbc2639ed4b581c7d0b2 100644 (file)
@@ -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
  *
index 614a133d946f59e8184f92ef4ac3aa78c9e3f3c5..b31adc80f1dfb41b50d5f3a61d349e5989a968e9 100644 (file)
@@ -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
  *
index 4ddbfeef8e2171eb29b35d77d27a1493eb1624fc..7fcb2829ef4aedc9d1a6c6853918915b1cffe223 100644 (file)
@@ -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
  *
index 479c3279d9b3ccda6e6d12e1b3d28e36dd0485ca..3ed02661f5eaae99fcb404dae30dad1b48fe75c6 100644 (file)
@@ -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
  *
index 43ff15cfe43dfcacd8712b25d3338a29c9c589c0..70caf10ed42e536b7f8e788aac1de9405f1bbac5 100644 (file)
@@ -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
  *
index e66fcf32a3be4f77846474346bdc27e80db2cf54..387d5dd3706fcd6a4e81f6177337488d42020bb1 100644 (file)
@@ -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
  *
index 164a3458330c777874da6998c8823340395e5571..a77eab7b2abdc978ab062596a1befcc24b6de00a 100644 (file)
@@ -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
  *
index df092111d01c14389580ab86aa1426c0db74ae76..10c89d0b8acbb038cd40e2b102e517e03545d692 100644 (file)
@@ -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
  *
index 8583330403a5baa0542310a416ba2e6169ac70fd..f2000c45656ed97f1b4d9fa9f2a2ad0804fa4435 100644 (file)
@@ -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
  */
index 2be35870fb76020e1f316d71332aa9c14a05b867..489923055f10e23dcf1637061582d9cfd45f39d8 100644 (file)
@@ -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
  *
index b38d0441614787c760ac0b45f781f72864333473..ede7e1f92caed675ac93bfd917c345f26f75fdb0 100644 (file)
@@ -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
  *
index efc05dd113db809cb554229c08d4e47dd4c86448..318c6ebddaf88dcce74016e217b4a094d35a3c61 100644 (file)
@@ -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
  */
index 8badbb6ab1215558dad6b32aacf2551cec80df3f..f0790f47113c4a47b0c74bb88aa44f7ce0853042 100644 (file)
@@ -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
  */
index b362956a6df5c24d50271d2c23c556edc092cec0..18f36aa9b700b434769001bb67aef0287f115bf9 100644 (file)
@@ -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
  *
index c64d9500a159834a2cd89268b776abafcb77ff00..cffdc96919db04f6b2f0782d305ca50142a54d47 100644 (file)
@@ -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
  *
index a89d8531afacdc7ef9d159f35bd2611342f1fa63..7931b451e549a80dd91567692bca7a43603fa213 100644 (file)
@@ -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
  */
index 4f6e59d9b4dc64d3d6b900f686483d2723d3e5dc..a7563e6b943e0adfe440ff1e31d838cbb6429ffb 100644 (file)
@@ -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
  *
index 58ef66ccc640197b7e5c13747b7443aa049c2054..06ae1a8b200a853e2dcaf7ce38ea67992ef435ac 100644 (file)
@@ -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
  *
index 510d6fc5b33f4fc8e4450625ee26f7c128aaabba..84cdedf9797dcea413c238817b062e2990b6502c 100644 (file)
@@ -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
  *
index 7214429c2daaa263f6225341b9b65eaf5d1f6075..f8f7bc8411829a0b7636dd23dc64e1c30099e7a6 100644 (file)
@@ -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
  *
index 946437197319e11bc78f00a24f0427ed731da2c0..ac8b74d95d00f034e790175f0301e7472dd65c32 100644 (file)
@@ -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
  *
index 0132ed7f3a2eb7f12467b04481a7da979f766c95..dc970b5c704b914d1db0d5e0a54d3d0bc4cd0a25 100644 (file)
@@ -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
  *
index 5d502ad51ea2514cdd41ff1070d56a876bba7fd2..3269e85ca96415943164749807ae8465f80f793b 100644 (file)
@@ -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
  *
index 0bcb46aa7df6cb134aa4efca4442d4d92c1c734f..ee01d5988da3c1e3df771c717332be4ea16bb380 100644 (file)
@@ -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
  *
index 34ffc578edb75cd087ba9044719db74dc1988ea0..9baa5f5ccfabed942c235285b457a551d149ac1e 100644 (file)
@@ -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
  *
index 5561a96cde38116e1b546484964358bdd919819a..e5c0bfe21f9efea6ddf875755352aaf13fb72d6a 100644 (file)
@@ -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
  *
index b59955add554f0e2bab08f98ab4eb35548170966..a9d0279c493f8c8f0b368bad2d8d4c95822dee8d 100644 (file)
@@ -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
  *
index e889d89cda36a76fe0be1212c6ffbc298267cb99..950be94aa2e33942d090633404b406e5191d45db 100644 (file)
@@ -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
  *
index 0582b073a10170fefd58c3881cf35a01d67949af..92a3ff6a1206fbc43ce6960f5f111430ec43fb10 100644 (file)
@@ -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
  *
index 250ef80bca9811be6cffe3d72db262b59c7561ba..6eba43039487b6d6433a962c7e2ffbb47e006c8f 100644 (file)
@@ -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
  *
index b53ff9b4e9190b98dfd5a0cc11522e145efa0ec7..b11e12dddde6b226eb888bb74986dc7702fb759b 100644 (file)
@@ -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
  *
index ec1b8cefdfc91754bdf652306f8d7e963752ba95..9bc1daa300e80630d0504da28af52519024cf8b2 100644 (file)
@@ -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
  *
index f89f884277df63d88239eae15b6da775473eb94b..73cb6d28663835304b40e3b2160c049aca7bb4fc 100644 (file)
@@ -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
  *
index 1cfdd2f297e7ab919d893ce041e21590c67c4b12..55927d9c1afd41d5eb04344ee4d232153e8d02f4 100644 (file)
@@ -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
  *
index 9c35981e0587e801e9bcaf5c980e1134ca091667..9e570d4906e5080f3fca255e10fd7d50fcb4d526 100644 (file)
@@ -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
  *
index d6b30b1d4c1c25294fff1537a310a46646385743..a77fc960ad1c7c15c790bf683a1bad8728a71a4b 100644 (file)
@@ -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
  *
index 80d2c17e238edc81076eb1ef98e717a22ab30c44..1c3f9b74f31c98f5f4ca0bc59ffd0815b752de6a 100644 (file)
@@ -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
  *
index 9c6e65e35da8563edaccccc6043d83df569114ca..522866688e14d2c6c556769ceb8cfe0e9fb36f1f 100644 (file)
@@ -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
  *
index f5a842c4727e7fe2fa1c53f18a5dd7f454536147..be0ec47b2292e22c316f867effd0bd5b80edd6e2 100644 (file)
@@ -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
  *
index 5e7c6aa4ef0a1417eca15665bd740033f54857bc..47b4b90df7bc9e9d29ede37f8ae3a7f2359c4ea9 100644 (file)
@@ -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
  *
index 7caa9501a70c8e7d0fd2a08d59c60ddccb994176..1ac935ebcdd93f54524bb4a566335f3027b90d18 100644 (file)
@@ -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
  *
index 53e4b8357423ee16bd91cb7b7fd4cd547fa6f091..65a5655c80a161eabde46e4c1d8ba50d72d8eb84 100644 (file)
@@ -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
  *
index ec960cd338c2833a2c051652e71cb01c1a05e562..84c2a9413ad6794bd55311cde4a67beea16937b4 100644 (file)
@@ -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
  *
index 6fe99708be30a3eb63a1489b9b6440d7f2cb97c9..def4d15f1e0fdceb18e351cea13f334a594db059 100644 (file)
@@ -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
  *
index 31f621d22949375f3a36b4eb7df5637138d368d7..4b14359358fdd50547518b7516a67c2e41e24de7 100644 (file)
@@ -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
  *
index 0ac9acb6c9f139d1395030171b1a95370a9e01a7..79291bd2423e78871099499f3a60fc92d14823a6 100644 (file)
@@ -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
  *
index 09bc4fe2b5c188d00768472bdecec3436edc5641..4a4b5663792d6408144143d236baacbf590ff99e 100644 (file)
@@ -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
  *
index ac8144d7361bce0e09f8c98380cc551686f48f87..548e85aaa538e989ac313e22dfec7be906d597ed 100644 (file)
@@ -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
  *
index a02837a194fc6999d2e49b206d6a4076f450282a..394e484b3b7959f4c79266f70f7b104594309cf2 100644 (file)
@@ -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
  *
index 81a3f978954821e62140faf24f886bb42e5b9d9f..80345b29d046c5cda33a95ffe5bad505794a622b 100644 (file)
@@ -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
  *
index fd8ce36e1c9acf9882bd718ceff8bdd13287c1c5..571ac9894cf8fc6eb7fcc4c8376f1d73953b60ca 100644 (file)
@@ -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
  *
index 6d97f3c6939978922ad1f1c5b3e46895e6f232a4..c96180dd275f0330a8f73a52b41e922383f43858 100644 (file)
@@ -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
  *
index 0207c86206d258ad995e71f114c27690bf41db7d..88bdf138b235178fe4c41545b828b3216c922c5d 100644 (file)
@@ -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
  *
index 263b29d3fbb23c5a414a462db4ad42a908dfec4b..9beeb133c5848634120105a934491a7dbbacac7c 100644 (file)
@@ -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
  *
index 808f53fbb1b5188c18e9df73642a1ca503d07746..3cdcae6fcba6b660709c4e3c99263a323a051a05 100644 (file)
@@ -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
  *
index 180c9f8e24c8fb346838dd6321d927ce26db20d4..73844c0eae31c268443569c49b9cc60b660c1048 100644 (file)
@@ -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
  *
index 8fbce2bf2746543cbbab88fcbf25348960c6e3f0..58235900b4138448cca9d1026c1feb59de64ee5a 100644 (file)
@@ -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
  *