Clarify license and make module top comments more consistent by EliahKagan · Pull Request #1730 · gitpython-developers/GitPython
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify license and make module top comments more consistent #1730
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion
README.md
5 changes: 2 additions & 3 deletions
git/__init__.py
5 changes: 2 additions & 3 deletions
git/cmd.py
5 changes: 2 additions & 3 deletions
git/compat.py
5 changes: 2 additions & 3 deletions
git/config.py
3 changes: 3 additions & 0 deletions
git/db.py
5 changes: 2 additions & 3 deletions
git/diff.py
5 changes: 2 additions & 3 deletions
git/exc.py
3 changes: 3 additions & 0 deletions
git/index/__init__.py
5 changes: 2 additions & 3 deletions
git/index/base.py
3 changes: 3 additions & 0 deletions
git/index/fun.py
3 changes: 3 additions & 0 deletions
git/index/typ.py
3 changes: 3 additions & 0 deletions
git/index/util.py
3 changes: 3 additions & 0 deletions
git/objects/__init__.py
5 changes: 2 additions & 3 deletions
git/objects/base.py
5 changes: 2 additions & 3 deletions
git/objects/blob.py
5 changes: 2 additions & 3 deletions
git/objects/commit.py
3 changes: 3 additions & 0 deletions
git/objects/fun.py
3 changes: 3 additions & 0 deletions
git/objects/submodule/__init__.py
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,5 @@ | ||
| # This module is part of GitPython and is released under the | ||
| # 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/ | ||
|
|
||
| # NOTE: Cannot import anything here as the top-level __init__ has to handle | ||
| # our dependencies. |
3 changes: 3 additions & 0 deletions
git/objects/submodule/base.py
3 changes: 3 additions & 0 deletions
git/objects/submodule/root.py
3 changes: 3 additions & 0 deletions
git/objects/submodule/util.py
5 changes: 2 additions & 3 deletions
git/objects/tag.py
5 changes: 2 additions & 3 deletions
git/objects/tree.py
5 changes: 2 additions & 3 deletions
git/objects/util.py
4 changes: 4 additions & 0 deletions
git/refs/__init__.py
3 changes: 3 additions & 0 deletions
git/refs/head.py
3 changes: 3 additions & 0 deletions
git/refs/log.py
3 changes: 3 additions & 0 deletions
git/refs/reference.py
3 changes: 3 additions & 0 deletions
git/refs/remote.py
3 changes: 3 additions & 0 deletions
git/refs/symbolic.py
3 changes: 3 additions & 0 deletions
git/refs/tag.py
5 changes: 2 additions & 3 deletions
git/remote.py
3 changes: 3 additions & 0 deletions
git/repo/__init__.py
5 changes: 2 additions & 3 deletions
git/repo/base.py
3 changes: 3 additions & 0 deletions
git/repo/fun.py
4 changes: 2 additions & 2 deletions
git/types.py
5 changes: 2 additions & 3 deletions
git/util.py
2 changes: 1 addition & 1 deletion
setup.py
5 changes: 2 additions & 3 deletions
test/__init__.py
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,4 @@ | ||
| # __init__.py | ||
| # Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors | ||
| # | ||
| # This module is part of GitPython and is released under | ||
| # the BSD License: https://opensource.org/license/bsd-3-clause/ | ||
| # This module is part of GitPython and is released under the | ||
| # 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/ |
5 changes: 2 additions & 3 deletions
test/lib/__init__.py
5 changes: 2 additions & 3 deletions
test/lib/helper.py
3 changes: 3 additions & 0 deletions
test/performance/lib.py
4 changes: 2 additions & 2 deletions
test/performance/test_commit.py
3 changes: 3 additions & 0 deletions
test/performance/test_odb.py