From c4ad71069b0ab24fe4ef5d45d13b63895da1f9ed Mon Sep 17 00:00:00 2001 From: Contra Date: Mon, 5 Sep 2011 13:55:34 -0700 Subject: [PATCH] updated for fractal acc --- CHANGELOG.md | 7 ++++++- LICENSE | 2 +- README.md | 4 ++-- TODO.md | 2 +- package.json | 10 +++++----- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c82d9e2..23a63a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -0.0.1 / Month Day, 2011 +0.0.2 / September 5, 2011 +================== + + * Change project ownership from Contra to Fractal + +0.0.1 / September 5, 2011 ================== * Start of the project diff --git a/LICENSE b/LICENSE index e987dc4..3a948b9 100755 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011 Contra +Copyright (c) 2011 Fractal Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index 5ced0c3..93dcb71 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ server.listen(8080); ``` ## Examples -You can view further examples in the [example folder.](https://github.com/Contra/node-digest/tree/master/examples) +You can view further examples in the [example folder.](https://github.com/wearefractal/node-digest/tree/master/examples) ## Contributors @@ -43,7 +43,7 @@ You can view further examples in the [example folder.](https://github.com/Contra (MIT License) -Copyright (c) 2011 Contra +Copyright (c) 2011 Fractal Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/TODO.md b/TODO.md index 964640d..c2ef67f 100644 --- a/TODO.md +++ b/TODO.md @@ -2,7 +2,7 @@ ### Minor - * Nothing here yet + * Support for multiple logins ### Major diff --git a/package.json b/package.json index 649328d..e9963d5 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name":"digest", "description":"HTTP Digest authentication for NodeJS", - "version":"0.0.1", - "homepage":"http://github.com/Contra/node-digest", - "repository":"git://github.com/Contra/node-digest.git", - "author":"Contra (http://wearefractal.com/)", + "version":"0.0.2", + "homepage":"http://github.com/wearefractal/node-digest", + "repository":"git://github.com/wearefractal/node-digest.git", + "author":"Fractal (http://wearefractal.com/)", "main":"./lib/main.coffee", "dependencies":{ @@ -19,7 +19,7 @@ "licenses":[ { "type":"MIT", - "url":"http://github.com/Contra/node-digest/raw/master/LICENSE" + "url":"http://github.com/wearefractal/node-digest/raw/master/LICENSE" } ] }