From 5e6ef44bb4962a8899ae2c9529ba753f91e3488c Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Fri, 6 Jun 2008 20:08:52 +0000 Subject: effects - added standard UI plugin file headers with copyright, license, docs url, and depends list --- ui/source/effects.explode.js | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'ui/source/effects.explode.js') diff --git a/ui/source/effects.explode.js b/ui/source/effects.explode.js index e61b21377..8e93e6d6e 100644 --- a/ui/source/effects.explode.js +++ b/ui/source/effects.explode.js @@ -1,4 +1,17 @@ -;(function($) { +/* + * jQuery UI Effects Explode + * + * Copyright (c) 2008 Paul Bakaus (ui.jquery.com) + * Dual licensed under the MIT (MIT-LICENSE.txt) + * and GPL (GPL-LICENSE.txt) licenses. + * + * http://docs.jquery.com/UI/Effects/Explode + * + * Depends: + * effects.core.js + * + */ +(function($) { $.effects.explode = function(o) { -- cgit v1.2.3