diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-07-09 09:01:04 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-07-09 09:01:04 -0400 |
commit | 536ae6189bf0f0de1113bf9ec7054da693544e1f (patch) | |
tree | 0ba4b5af4b96f276fffc2657b246218bc99407b7 /ui/jquery.ui.autocomplete.js | |
parent | 594b7f5b23dbbfd9a4781105b56fe0daaa1ea691 (diff) | |
download | jquery-ui-536ae6189bf0f0de1113bf9ec7054da693544e1f.tar.gz jquery-ui-536ae6189bf0f0de1113bf9ec7054da693544e1f.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.
Diffstat (limited to 'ui/jquery.ui.autocomplete.js')
-rw-r--r-- | ui/jquery.ui.autocomplete.js | 12 |
1 files changed, 6 insertions, 6 deletions
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 * |