Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
Switch repo links, MIT license
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelfeld committed Jun 21, 2016
1 parent 1e9ab83 commit b3560d1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
40 changes: 21 additions & 19 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
## Public Domain

This project is in the public domain within the United States. Additionally, the Government of the District of Columbia waives copyright and related rights in the work worldwide through the CC0 1.0 Universal public domain dedication.

## CC0 1.0 Universal

This is a human-readable summary of the CC0 1.0 Universal Legal Code. [Read the full text](https://creativecommons.org/publicdomain/zero/1.0/legalcode) for more details.

### No Copyright

The Government of the District of Columbia has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law.

You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

### Other Information

In no way are the patent or trademark rights of any person affected by CC0, nor are the rights that other persons may have in the work or in how the work is used, such as publicity or privacy rights.

Unless expressly stated otherwise, the Government of the District of Columbia makes no warranties about the work, and disclaims liability for all uses of the work, to the fullest extent permitted by applicable law. When using or citing the work, you should not imply endorsement by the District of Columbia or any of its employees, contractors, or volunteers.
MIT License

Copyright (c) 2016 Emanuel Feld

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
author_email='elefbet@gmail.com',
description="Investigate a Git repository's revision history to find text patterns.",
long_description=long_description,
url='https://github.com/dcgov/poirot',
license='https://raw.githubusercontent.com/DCgov/poirot/master/LICENSE.md',
url='https://github.com/emanuelfeld/poirot',
license='https://raw.githubusercontent.com/emanuelfeld/poirot/master/LICENSE.md',
packages=['poirot'],
install_requires=[
'tqdm>=3.4.0',
Expand Down

0 comments on commit b3560d1

Please sign in to comment.