diff --git a/Readme.md b/Readme.md index 15a1345..8fd057e 100644 --- a/Readme.md +++ b/Readme.md @@ -44,9 +44,18 @@ For details just see `man 3 strftime` as the format specifiers are identical. **NOTE:** `getLocalizedStrftime` is deprecated, use `localizedStrftime` instead. `getLocalizedStrftime` will be removed in 0.5 or 0.6. + +Contributors +============ + +* [Sami Samhuri](https://github.com/samsonjs) +* [Andrew Schaaf](https://github.com/andrewschaaf) +* [Rob Colburn](https://github.com/robcolburn) + + License ======= -Copyright 2010 - 2011 Sami Samhuri sami.samhuri@gmail.com +Copyright 2010 - 2012 Sami Samhuri sami@samhuri.net MIT (see included [LICENSE](/samsonjs/strftime/blob/master/LICENSE)) diff --git a/package.json b/package.json index 980984e..e4168dc 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,20 @@ "version": "0.4.6", "homepage": "http://samhuri.net/proj/strftime", "author": "Sami Samhuri ", + "contributors": [ + { "name": "Sami Samhuri", + "email": "sami@samhuri.net", + "url": "http://samhuri.net" + }, + { "name": "Andrew Schaaf", + "email": "andrew@andrewschaaf.com", + "url": "http://andrewschaaf.com/" + }, + { "name": "Rob Colburn", + "email": "rob@robcolburn.com", + "url": "http://robcolburn.com/" + } + ], "repository": { "type": "git", "url": "git://github.com/samsonjs/strftime.git"