diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-07-14 15:45:45 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-07-14 15:45:45 -0400 |
commit | 8a5d4ca3213e1e80fdbe51243ddaa27c8e618a73 (patch) | |
tree | 3f625d509daee51faa1db18c1c7c1b07c1bb1de4 /ui/jquery.ui.autocomplete.js | |
parent | 2c7a9e9ff3540365254ee1b9b3113e6c2ad9f5f3 (diff) | |
download | jquery-ui-8a5d4ca3213e1e80fdbe51243ddaa27c8e618a73.tar.gz jquery-ui-8a5d4ca3213e1e80fdbe51243ddaa27c8e618a73.zip |
All: Added http://jqueryui.com/about to header comments.
Diffstat (limited to 'ui/jquery.ui.autocomplete.js')
-rw-r--r-- | ui/jquery.ui.autocomplete.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/jquery.ui.autocomplete.js b/ui/jquery.ui.autocomplete.js index 9c7e7d2c6..1a51baa8d 100644 --- a/ui/jquery.ui.autocomplete.js +++ b/ui/jquery.ui.autocomplete.js @@ -1,7 +1,7 @@ /* * jQuery UI Autocomplete @VERSION * - * Copyright 2010, AUTHORS.txt + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * @@ -335,7 +335,7 @@ $.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 2010, AUTHORS.txt + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * |