Skip to content

Commit 317e28d

Browse files
committed
Capitalize Gitchart in README, ChangeLog and Python headers
1 parent ac5d8c9 commit 317e28d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gitchart ChangeLog
1+
# Gitchart ChangeLog
22

33
## Version 2.0.0 (under dev)
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gitchart
1+
# Gitchart
22

33
[![PyPI](https://img.shields.io/pypi/v/gitchart.svg)](https://pypi.org/project/gitchart/)
44
[![Build Status](https://github.com/flashcode/gitchart/workflows/CI/badge.svg)](https://github.com/flashcode/gitchart/actions?query=workflow%3A%22CI%22)
@@ -25,7 +25,7 @@ Optional dependencies:
2525

2626
## Install
2727

28-
You can install gitchart with this command from the source repository:
28+
You can install Gitchart with this command from the source repository:
2929

3030
```
3131
$ python setup.py install

gitchart.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (C) 2013-2020 Sébastien Helleu <[email protected]>
44
#
5-
# This file is part of gitchart.
5+
# This file is part of Gitchart.
66
#
77
# Gitchart is free software; you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with gitchart. If not, see <https://www.gnu.org/licenses/>.
18+
# along with Gitchart. If not, see <https://www.gnu.org/licenses/>.
1919

2020
"""
2121
Generate statistic charts on Git repositories using pygal (http://pygal.org).

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Copyright (C) 2013-2020 Sébastien Helleu <[email protected]>
33
#
4-
# This file is part of gitchart.
4+
# This file is part of Gitchart.
55
#
66
# Gitchart is free software; you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
# GNU General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU General Public License
17-
# along with gitchart. If not, see <https://www.gnu.org/licenses/>.
17+
# along with Gitchart. If not, see <https://www.gnu.org/licenses/>.
1818
#
1919

2020
from codecs import open

0 commit comments

Comments
 (0)