From f3aab9fa10194d35a67a66eeaccf8bf4ae085d8f Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 13 Nov 2012 16:10:55 -0800 Subject: [PATCH] update contributors --- Readme.md | 1 + lib/index.js | 2 +- package.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 8fd057e..b393b88 100644 --- a/Readme.md +++ b/Readme.md @@ -51,6 +51,7 @@ Contributors * [Sami Samhuri](https://github.com/samsonjs) * [Andrew Schaaf](https://github.com/andrewschaaf) * [Rob Colburn](https://github.com/robcolburn) +* [Ryan Stafford](https://github.com/ryanstafford) License diff --git a/lib/index.js b/lib/index.js index 29c9d7e..5bbb220 100644 --- a/lib/index.js +++ b/lib/index.js @@ -2,7 +2,7 @@ /// https://github.com/samsonjs/strftime /// @_sjs /// -/// Copyright 2010 - 2011 Sami Samhuri +/// Copyright 2010 - 2012 Sami Samhuri /// MIT License ;(function() { diff --git a/package.json b/package.json index 382586b..8a22787 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "contributors": [ "Sami Samhuri (http://samhuri.net)", "Andrew Schaaf (http://andrewschaaf.com/)", - "Rob Colburn (http://robcolburn.com/)" + "Rob Colburn (http://robcolburn.com/)", + "Ryan Stafford (http://droffats.net/)" ], "repository": { "type": "git",