mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2025-02-16 16:10:54 -05:00
Copyright 2008-2009
This commit is contained in:
parent
2f72a64604
commit
e3533cccee
3 changed files with 3 additions and 3 deletions
|
@ -37,4 +37,4 @@ As time passes, the timestamps will automatically update.
|
|||
|
||||
[MIT License](http://www.opensource.org/licenses/mit-license.php)
|
||||
|
||||
Copyright (c) 2008, Ryan McGeary (ryanonjavascript -[at]- mcgeary [*dot*] org)
|
||||
Copyright (c) 2008-2009, Ryan McGeary (ryanonjavascript -[at]- mcgeary [*dot*] org)
|
||||
|
|
|
@ -159,7 +159,7 @@ end</pre>
|
|||
<a href="http://www.opensource.org/licenses/mit-license.php">MIT
|
||||
License</a>
|
||||
</div>
|
||||
Copyright © 2008 <a href="http://ryan.mcgeary.org">Ryan McGeary</a>
|
||||
Copyright © 2008-2009 <a href="http://ryan.mcgeary.org">Ryan McGeary</a>
|
||||
</div>
|
||||
|
||||
<a href="http://github.com/rmm5t/jquery-timeago"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub" /></a>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
* Licensed under the MIT:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*
|
||||
* Copyright (c) 2008, Ryan McGeary (ryanonjavascript -[at]- mcgeary [*dot*] org)
|
||||
* Copyright (c) 2008-2009, Ryan McGeary (ryanonjavascript -[at]- mcgeary [*dot*] org)
|
||||
*/
|
||||
(function($) {
|
||||
$.timeago = function(timestamp) {
|
||||
|
|
Loading…
Reference in a new issue