diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-07-09 15:36:06 +0200 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-07-09 15:36:06 +0200 |
commit | 9b9b66d6adb6bf35c358f97605934a7bff8fc146 (patch) | |
tree | 6bd33e784e0099498d2f28f227f0923ef9b04a64 | |
parent | 18a526ad78a0b154e6ce6dc430a025bec7fa2ee2 (diff) | |
download | jquery-ui-9b9b66d6adb6bf35c358f97605934a7bff8fc146.tar.gz jquery-ui-9b9b66d6adb6bf35c358f97605934a7bff8fc146.zip |
Updated copyright headers to make it clear that you can choose between MIT and GPLv2. Also added a link to http://jquery.org/license.
-rw-r--r-- | ui/jquery.ui.tooltip.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/jquery.ui.tooltip.js b/ui/jquery.ui.tooltip.js index 134e7546a..68d29f05f 100644 --- a/ui/jquery.ui.tooltip.js +++ b/ui/jquery.ui.tooltip.js @@ -1,16 +1,16 @@ /* * jQuery UI Tooltip @VERSION * - * Copyright (c) 2009 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/Tooltip * * Depends: * jquery.ui.core.js * jquery.ui.widget.js - * jquery.ui.position.js + * jquery.ui.position.js */ (function($) { |