migration

This commit is contained in:
James Turk 2015-06-16 17:29:55 -04:00
parent c1a80ef370
commit 77595725c4
3 changed files with 4 additions and 10 deletions

View File

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

View File

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

View File

@ -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',