diff options
author | Richard Worth <rdworth@gmail.com> | 2010-01-20 14:04:26 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2010-01-20 14:04:26 +0000 |
commit | 074153407d3e863fa5510b226a4a38a0842f3f45 (patch) | |
tree | fd99e6278adb5b19afd54e128972d8bc49a7e0f5 /ui/jquery.ui.autocomplete.js | |
parent | eecbde22a6b338785ac8e1991858ba7dab976eae (diff) | |
download | jquery-ui-074153407d3e863fa5510b226a4a38a0842f3f45.tar.gz jquery-ui-074153407d3e863fa5510b226a4a38a0842f3f45.zip |
Happy New Year
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 fbda46f6f..6a96d66a0 100644 --- a/ui/jquery.ui.autocomplete.js +++ b/ui/jquery.ui.autocomplete.js @@ -1,7 +1,7 @@ /* * jQuery UI Autocomplete @VERSION * - * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) + * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * @@ -289,7 +289,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 (c) 2009 AUTHORS.txt (http://jqueryui.com/about) + * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * |