diff options
author | Richard Worth <rdworth@gmail.com> | 2008-11-21 02:14:03 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-11-21 02:14:03 +0000 |
commit | 2192c024e2b8dd4b3a27170400107400dc5a72b4 (patch) | |
tree | 1866ecd1bf527e139a78b62e1ca8eb4754f7ae7e /ui/ui.datepicker.js | |
parent | 2747b5c018b31eb69e77f07a6616428cf206f967 (diff) | |
download | jquery-ui-2192c024e2b8dd4b3a27170400107400dc5a72b4.tar.gz jquery-ui-2192c024e2b8dd4b3a27170400107400dc5a72b4.zip |
New file: AUTHORS.txt instead of having a single contributor's name in each file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b
Diffstat (limited to 'ui/ui.datepicker.js')
-rw-r--r-- | ui/ui.datepicker.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/ui.datepicker.js b/ui/ui.datepicker.js index dfd263b3a..a2fe6d1c6 100644 --- a/ui/ui.datepicker.js +++ b/ui/ui.datepicker.js @@ -1,7 +1,7 @@ /* * jQuery UI Datepicker @VERSION * - * Copyright (c) 2006, 2007, 2008 Marc Grabanski + * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * @@ -9,8 +9,6 @@ * * Depends: * ui.core.js - * - * Marc Grabanski (m@marcgrabanski.com) and Keith Wood (kbwood@virginbroadband.com.au). */ (function($) { // hide the namespace |