Skip to content
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

docs: update author license and description #58

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ ENTRYPOINT [ "gitstats"]

# Add metadata labels
LABEL org.opencontainers.image.source="https://github.com/shenxianpeng/gitstats" \
org.opencontainers.image.description="GitStats - generates visual reports for git repositories" \
org.opencontainers.image.description="GitStats - Visualize Your Git Repositories" \
org.opencontainers.image.licenses="GPLv3"
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gitstats license is GPLv2/GPLv3, see [doc/GPLv2](doc/GPLv2) and [doc/GPLv3](doc/GPLv3) for the text of the license, doc/GPLv3 respectively.
gitstats license is under GPLv2/GPLv3, see [GPLv2](doc/GPLv2) and [GPLv3](doc/GPLv3) for the text of the license.

sortable.js, contained in gitstats, is licensed under the MIT license. See the
file itself for details.
11 changes: 8 additions & 3 deletions doc/AUTHOR
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
Author can be reached by sending e-mail to <hoxu@users.sf.net>.
Author can be reached by sending e-mail to <xianpeng.shen@gmail.com>.

Include "gitstats" in the subject or prepare to battle the spam filters.

See the following command for list of authors who have contributed:
$ git shortlog HEAD

```bash
$ git shortlog HEAD
```

Also thanks to the following people:
Alexander Botero-Lowry

[![GitStats Report](https://contrib.rocks/image?repo=shenxianpeng/gitstats)](https://github.com/shenxianpeng/gitstats/graphs/contributors)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "gitstats"
description = "GitStats - generates visual reports for git repositories"
description = "GitStats - Visualize Your Git Repositories"
readme = "README.md"
keywords = ["git", "gitstats", "statistics", "git history"]
authors = [
Expand Down
Loading