Skip to content

Commit e3533cc

Browse files
committed
Copyright 2008-2009
1 parent 2f72a64 commit e3533cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ As time passes, the timestamps will automatically update.
3737

3838
[MIT License](http://www.opensource.org/licenses/mit-license.php)
3939

40-
Copyright (c) 2008, Ryan McGeary (ryanonjavascript -[at]- mcgeary [*dot*] org)
40+
Copyright (c) 2008-2009, Ryan McGeary (ryanonjavascript -[at]- mcgeary [*dot*] org)

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h3>Huh?</h3>
159159
<a href="http://www.opensource.org/licenses/mit-license.php">MIT
160160
License</a>
161161
</div>
162-
Copyright &copy; 2008 <a href="http://ryan.mcgeary.org">Ryan McGeary</a>
162+
Copyright &copy; 2008-2009 <a href="http://ryan.mcgeary.org">Ryan McGeary</a>
163163
</div>
164164

165165
<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>

jquery.timeago.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Licensed under the MIT:
1212
* http://www.opensource.org/licenses/mit-license.php
1313
*
14-
* Copyright (c) 2008, Ryan McGeary (ryanonjavascript -[at]- mcgeary [*dot*] org)
14+
* Copyright (c) 2008-2009, Ryan McGeary (ryanonjavascript -[at]- mcgeary [*dot*] org)
1515
*/
1616
(function($) {
1717
$.timeago = function(timestamp) {

0 commit comments

Comments
 (0)