diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-07-09 15:31:53 +0200 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-07-09 15:32:54 +0200 |
commit | 0746f991155df8a833abbe6ac1fbdcf6c73217ec (patch) | |
tree | 7d2d07f55255becadd26ad9c38bcb989b7b9ea7d | |
parent | 5f4a6009e9987842b3a970c77bed0b52f7e810e2 (diff) | |
download | jquery-ui-0746f991155df8a833abbe6ac1fbdcf6c73217ec.tar.gz jquery-ui-0746f991155df8a833abbe6ac1fbdcf6c73217ec.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.menu.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/jquery.ui.menu.js b/ui/jquery.ui.menu.js index e4f6990d5..f7a5209d3 100644 --- a/ui/jquery.ui.menu.js +++ b/ui/jquery.ui.menu.js @@ -1,15 +1,15 @@ /* * jQuery UI Menu @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/Menu * * Depends: * jquery.ui.core.js - * jquery.ui.widget.js + * jquery.ui.widget.js */ (function($) { |