Skip to content

Commit

Permalink
Fix commented *.py names at the top of modules
Browse files Browse the repository at this point in the history
A number of them were incorrect, due to how files were renamed, and
code moved between them, over time. Some were corrected earlier,
and most of the rest are corrected here.

Not all modules have these at all. This does not add any to modules
that don't have them. It only fixes them where present but wrong.
  • Loading branch information
EliahKagan committed Oct 30, 2023
1 parent a040edb commit af1b5d4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion git/index/base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# index.py
# base.py
# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
#
# This module is part of GitPython and is released under
Expand Down
2 changes: 1 addition & 1 deletion git/objects/tag.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# objects.py
# tag.py
# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
#
# This module is part of GitPython and is released under
Expand Down
2 changes: 1 addition & 1 deletion git/repo/base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# repo.py
# base.py
# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
#
# This module is part of GitPython and is released under
Expand Down
2 changes: 1 addition & 1 deletion git/util.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# utils.py
# util.py
# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
#
# This module is part of GitPython and is released under
Expand Down
2 changes: 1 addition & 1 deletion test/test_db.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# test_repo.py
# test_db.py
# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
#
# This module is part of GitPython and is released under
Expand Down
2 changes: 1 addition & 1 deletion test/test_docs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# test_git.py
# test_docs.py
# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
#
# This module is part of GitPython and is released under
Expand Down

0 comments on commit af1b5d4

Please sign in to comment.