From 536ae6189bf0f0de1113bf9ec7054da693544e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Fri, 9 Jul 2010 09:01:04 -0400 Subject: [PATCH] Updated copyright headers to make it clear that you can choose between MIT and GPLv2. Also added a link to http://jquery.org/license. --- tests/jquery.simulate.js | 6 +++--- themes/base/jquery.ui.core.css | 10 ++++++---- themes/base/jquery.ui.theme.css | 13 ++++++++----- ui/jquery.effects.blind.js | 6 +++--- ui/jquery.effects.bounce.js | 6 +++--- ui/jquery.effects.clip.js | 6 +++--- ui/jquery.effects.core.js | 6 +++--- ui/jquery.effects.drop.js | 6 +++--- ui/jquery.effects.explode.js | 6 +++--- ui/jquery.effects.fade.js | 6 +++--- ui/jquery.effects.fold.js | 6 +++--- ui/jquery.effects.highlight.js | 6 +++--- ui/jquery.effects.pulsate.js | 6 +++--- ui/jquery.effects.scale.js | 6 +++--- ui/jquery.effects.shake.js | 6 +++--- ui/jquery.effects.slide.js | 6 +++--- ui/jquery.effects.transfer.js | 6 +++--- ui/jquery.ui.accordion.js | 6 +++--- ui/jquery.ui.autocomplete.js | 12 ++++++------ ui/jquery.ui.button.js | 6 +++--- ui/jquery.ui.core.js | 6 +++--- ui/jquery.ui.datepicker.js | 6 +++--- ui/jquery.ui.dialog.js | 6 +++--- ui/jquery.ui.draggable.js | 6 +++--- ui/jquery.ui.droppable.js | 6 +++--- ui/jquery.ui.mouse.js | 6 +++--- ui/jquery.ui.position.js | 6 +++--- ui/jquery.ui.progressbar.js | 6 +++--- ui/jquery.ui.resizable.js | 6 +++--- ui/jquery.ui.selectable.js | 6 +++--- ui/jquery.ui.slider.js | 6 +++--- ui/jquery.ui.sortable.js | 6 +++--- ui/jquery.ui.tabs.js | 6 +++--- ui/jquery.ui.widget.js | 6 +++--- 34 files changed, 113 insertions(+), 108 deletions(-) diff --git a/tests/jquery.simulate.js b/tests/jquery.simulate.js index be412464b..958a54762 100644 --- a/tests/jquery.simulate.js +++ b/tests/jquery.simulate.js @@ -1,9 +1,9 @@ /* * jquery.simulate - simulate browser mouse and keyboard events * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * */ diff --git a/themes/base/jquery.ui.core.css b/themes/base/jquery.ui.core.css index b3e819305..99c78e3b5 100644 --- a/themes/base/jquery.ui.core.css +++ b/themes/base/jquery.ui.core.css @@ -1,8 +1,10 @@ /* -* jQuery UI CSS Framework -* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) -* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. -*/ + * jQuery UI CSS Framework + * + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + */ /* Layout helpers ----------------------------------*/ diff --git a/themes/base/jquery.ui.theme.css b/themes/base/jquery.ui.theme.css index 3fcc20a50..cb989badb 100644 --- a/themes/base/jquery.ui.theme.css +++ b/themes/base/jquery.ui.theme.css @@ -1,9 +1,12 @@ /* -* jQuery UI CSS Framework -* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) -* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. -* To view and modify this theme, visit http://jqueryui.com/themeroller/ -*/ + * jQuery UI CSS Framework + * + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * To view and modify this theme, visit http://jqueryui.com/themeroller/ + */ /* Component containers diff --git a/ui/jquery.effects.blind.js b/ui/jquery.effects.blind.js index c510e6ef3..568718135 100644 --- a/ui/jquery.effects.blind.js +++ b/ui/jquery.effects.blind.js @@ -1,9 +1,9 @@ /* * jQuery UI Effects Blind @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Effects/Blind * diff --git a/ui/jquery.effects.bounce.js b/ui/jquery.effects.bounce.js index 1cfc00643..a1fd5ec80 100644 --- a/ui/jquery.effects.bounce.js +++ b/ui/jquery.effects.bounce.js @@ -1,9 +1,9 @@ /* * jQuery UI Effects Bounce @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Effects/Bounce * diff --git a/ui/jquery.effects.clip.js b/ui/jquery.effects.clip.js index 2ad7622fc..2a034dc3d 100644 --- a/ui/jquery.effects.clip.js +++ b/ui/jquery.effects.clip.js @@ -1,9 +1,9 @@ /* * jQuery UI Effects Clip @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Effects/Clip * diff --git a/ui/jquery.effects.core.js b/ui/jquery.effects.core.js index ed7eb099e..ff3ae6759 100644 --- a/ui/jquery.effects.core.js +++ b/ui/jquery.effects.core.js @@ -1,9 +1,9 @@ /* * jQuery UI Effects @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Effects/ */ diff --git a/ui/jquery.effects.drop.js b/ui/jquery.effects.drop.js index 6a637e49a..707005e41 100644 --- a/ui/jquery.effects.drop.js +++ b/ui/jquery.effects.drop.js @@ -1,9 +1,9 @@ /* * jQuery UI Effects Drop @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Effects/Drop * diff --git a/ui/jquery.effects.explode.js b/ui/jquery.effects.explode.js index 8f4f413bf..00bdd1d99 100644 --- a/ui/jquery.effects.explode.js +++ b/ui/jquery.effects.explode.js @@ -1,9 +1,9 @@ /* * jQuery UI Effects Explode @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Effects/Explode * diff --git a/ui/jquery.effects.fade.js b/ui/jquery.effects.fade.js index c42a9f565..b85550795 100644 --- a/ui/jquery.effects.fade.js +++ b/ui/jquery.effects.fade.js @@ -1,9 +1,9 @@ /* * jQuery UI Effects Fade @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Effects/Fade * diff --git a/ui/jquery.effects.fold.js b/ui/jquery.effects.fold.js index 1098ee420..341629baf 100644 --- a/ui/jquery.effects.fold.js +++ b/ui/jquery.effects.fold.js @@ -1,9 +1,9 @@ /* * jQuery UI Effects Fold @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Effects/Fold * diff --git a/ui/jquery.effects.highlight.js b/ui/jquery.effects.highlight.js index 4719abed9..4ba62594f 100644 --- a/ui/jquery.effects.highlight.js +++ b/ui/jquery.effects.highlight.js @@ -1,9 +1,9 @@ /* * jQuery UI Effects Highlight @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Effects/Highlight * diff --git a/ui/jquery.effects.pulsate.js b/ui/jquery.effects.pulsate.js index ca1af19fd..2343766a6 100644 --- a/ui/jquery.effects.pulsate.js +++ b/ui/jquery.effects.pulsate.js @@ -1,9 +1,9 @@ /* * jQuery UI Effects Pulsate @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Effects/Pulsate * diff --git a/ui/jquery.effects.scale.js b/ui/jquery.effects.scale.js index ee430e7b8..c9416cb64 100644 --- a/ui/jquery.effects.scale.js +++ b/ui/jquery.effects.scale.js @@ -1,9 +1,9 @@ /* * jQuery UI Effects Scale @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Effects/Scale * diff --git a/ui/jquery.effects.shake.js b/ui/jquery.effects.shake.js index dd3e1cb61..8ef8787ec 100644 --- a/ui/jquery.effects.shake.js +++ b/ui/jquery.effects.shake.js @@ -1,9 +1,9 @@ /* * jQuery UI Effects Shake @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Effects/Shake * diff --git a/ui/jquery.effects.slide.js b/ui/jquery.effects.slide.js index d84447d13..34b0a1128 100644 --- a/ui/jquery.effects.slide.js +++ b/ui/jquery.effects.slide.js @@ -1,9 +1,9 @@ /* * jQuery UI Effects Slide @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Effects/Slide * diff --git a/ui/jquery.effects.transfer.js b/ui/jquery.effects.transfer.js index f597d4b43..a28a5ee17 100644 --- a/ui/jquery.effects.transfer.js +++ b/ui/jquery.effects.transfer.js @@ -1,9 +1,9 @@ /* * jQuery UI Effects Transfer @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Effects/Transfer * diff --git a/ui/jquery.ui.accordion.js b/ui/jquery.ui.accordion.js index 1a8825dac..656094681 100644 --- a/ui/jquery.ui.accordion.js +++ b/ui/jquery.ui.accordion.js @@ -1,9 +1,9 @@ /* * jQuery UI Accordion @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Accordion * diff --git a/ui/jquery.ui.autocomplete.js b/ui/jquery.ui.autocomplete.js index c9dd11609..7ec8e1c35 100644 --- a/ui/jquery.ui.autocomplete.js +++ b/ui/jquery.ui.autocomplete.js @@ -1,9 +1,9 @@ /* * jQuery UI Autocomplete @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Autocomplete * @@ -335,9 +335,9 @@ $.extend( $.ui.autocomplete, { * it for the next release. You're welcome to give it a try anyway and give us feedback, * as long as you're okay with migrating your code later on. We can help with that, too. * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Menu * diff --git a/ui/jquery.ui.button.js b/ui/jquery.ui.button.js index 8176c3321..b6cd7da82 100644 --- a/ui/jquery.ui.button.js +++ b/ui/jquery.ui.button.js @@ -1,9 +1,9 @@ /* * jQuery UI Button @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Button * diff --git a/ui/jquery.ui.core.js b/ui/jquery.ui.core.js index bed4f98cf..2828a8eeb 100644 --- a/ui/jquery.ui.core.js +++ b/ui/jquery.ui.core.js @@ -1,9 +1,9 @@ /*! * jQuery UI @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI */ diff --git a/ui/jquery.ui.datepicker.js b/ui/jquery.ui.datepicker.js index 7cc0bf125..f7528a66a 100644 --- a/ui/jquery.ui.datepicker.js +++ b/ui/jquery.ui.datepicker.js @@ -1,9 +1,9 @@ /* * jQuery UI Datepicker @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Datepicker * diff --git a/ui/jquery.ui.dialog.js b/ui/jquery.ui.dialog.js index 6e538b6e5..f0d9edffa 100644 --- a/ui/jquery.ui.dialog.js +++ b/ui/jquery.ui.dialog.js @@ -1,9 +1,9 @@ /* * jQuery UI Dialog @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Dialog * diff --git a/ui/jquery.ui.draggable.js b/ui/jquery.ui.draggable.js index 9496ce3f5..4d752b682 100644 --- a/ui/jquery.ui.draggable.js +++ b/ui/jquery.ui.draggable.js @@ -1,9 +1,9 @@ /* * jQuery UI Draggable @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Draggables * diff --git a/ui/jquery.ui.droppable.js b/ui/jquery.ui.droppable.js index 429e1518a..0460517a0 100644 --- a/ui/jquery.ui.droppable.js +++ b/ui/jquery.ui.droppable.js @@ -1,9 +1,9 @@ /* * jQuery UI Droppable @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Droppables * diff --git a/ui/jquery.ui.mouse.js b/ui/jquery.ui.mouse.js index 30c5f14a2..6a7d6d39f 100644 --- a/ui/jquery.ui.mouse.js +++ b/ui/jquery.ui.mouse.js @@ -1,9 +1,9 @@ /*! * jQuery UI Mouse @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Mouse * diff --git a/ui/jquery.ui.position.js b/ui/jquery.ui.position.js index 11f8baa06..a5207486c 100644 --- a/ui/jquery.ui.position.js +++ b/ui/jquery.ui.position.js @@ -1,9 +1,9 @@ /* * jQuery UI Position @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Position */ diff --git a/ui/jquery.ui.progressbar.js b/ui/jquery.ui.progressbar.js index b38d826f0..9cbb71f74 100644 --- a/ui/jquery.ui.progressbar.js +++ b/ui/jquery.ui.progressbar.js @@ -1,9 +1,9 @@ /* * jQuery UI Progressbar @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Progressbar * diff --git a/ui/jquery.ui.resizable.js b/ui/jquery.ui.resizable.js index 6179de03a..817ae86a6 100644 --- a/ui/jquery.ui.resizable.js +++ b/ui/jquery.ui.resizable.js @@ -1,9 +1,9 @@ /* * jQuery UI Resizable @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Resizables * diff --git a/ui/jquery.ui.selectable.js b/ui/jquery.ui.selectable.js index 7bb576fd4..9af0b0e0e 100644 --- a/ui/jquery.ui.selectable.js +++ b/ui/jquery.ui.selectable.js @@ -1,9 +1,9 @@ /* * jQuery UI Selectable @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Selectables * diff --git a/ui/jquery.ui.slider.js b/ui/jquery.ui.slider.js index 1fdffb821..f328407f8 100644 --- a/ui/jquery.ui.slider.js +++ b/ui/jquery.ui.slider.js @@ -1,9 +1,9 @@ /* * jQuery UI Slider @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Slider * diff --git a/ui/jquery.ui.sortable.js b/ui/jquery.ui.sortable.js index ba0b28393..86c7aed25 100644 --- a/ui/jquery.ui.sortable.js +++ b/ui/jquery.ui.sortable.js @@ -1,9 +1,9 @@ /* * jQuery UI Sortable @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Sortables * diff --git a/ui/jquery.ui.tabs.js b/ui/jquery.ui.tabs.js index a934c0f21..5e7aff3fa 100644 --- a/ui/jquery.ui.tabs.js +++ b/ui/jquery.ui.tabs.js @@ -1,9 +1,9 @@ /* * jQuery UI Tabs @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Tabs * diff --git a/ui/jquery.ui.widget.js b/ui/jquery.ui.widget.js index a9829d2e5..827a95c99 100644 --- a/ui/jquery.ui.widget.js +++ b/ui/jquery.ui.widget.js @@ -1,9 +1,9 @@ /*! * jQuery UI Widget @VERSION * - * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. + * Copyright 2010, AUTHORS.txt + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license * * http://docs.jquery.com/UI/Widget */