From 77595725c49de9c5793cbf0cb4891e132dff5687 Mon Sep 17 00:00:00 2001 From: James Turk Date: Tue, 16 Jun 2015 17:29:55 -0400 Subject: [PATCH] migration --- LICENSE | 4 +--- README.md | 6 +----- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/LICENSE b/LICENSE index f7cc1ce..de9022c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,4 @@ +Copyright (c) 2015, James Turk Copyright (c) 2012, Sunlight Labs All rights reserved. @@ -10,9 +11,6 @@ are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Sunlight Labs nor the names of its contributors may be - used to endorse or promote products derived from this software without - specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT diff --git a/README.md b/README.md index 54c48ea..40d6c70 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,5 @@ If slowms is included the log level will be set to only log queries slower than Example Output: -![](https://raw.githubusercontent.com/sunlightlabs/mongoprof/master/example.png) +![](https://raw.githubusercontent.com/jamesturk/mongoprof/master/example.png) - -BSD-licensed. (see LICENSE) - -Copyright 2012 Sunlight Foundation, James Turk diff --git a/setup.py b/setup.py index 8804feb..e616260 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,8 @@ setup( name='mongoprof', version='0.2.0', author='James Turk', - author_email='jturk@sunlightfoundation.com', - url='http://github.com/sunlightlabs/mongoprof', + author_email='james.p.turk@gmail.com', + url='http://github.com/jamesturk/mongoprof', scripts=['mongoprof.py'], license='BSD', description='command line tool for watching mongodb queries',