diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6a69d01 --- /dev/null +++ b/LICENSE @@ -0,0 +1,3 @@ +Copyright (c) 2024 Jon Michael Aanes + +All rights reserved. diff --git a/README.md b/README.md index cb6b0d8..bd62edd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# Git-based Time Tracker + + + + +# Git-based Time Tracker. Quick and dirty time tracker on git histories. @@ -23,3 +27,12 @@ project Jmaa/git-time-tracker.git 3h 33m (2024) And the ([Hamster](https://github.com/projecthamster/hamster)) manual time tracker reports: ![](docs/obligatory-hamster.png) + + +# License + +``` +Copyright (c) 2024 Jon Michael Aanes + +All rights reserved. +``` diff --git a/setup.py b/setup.py index 671f1da..6e90b44 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from setuptools import setup PACKAGE_NAME = 'git_time_tracker' PACKAGE_DESCRIPTION = """ -# Git-based Time Tracker +# Git-based Time Tracker. Quick and dirty time tracker on git histories. @@ -35,7 +35,16 @@ project Jmaa/git-time-tracker.git 3h 33m (2024) And the ([Hamster](https://github.com/projecthamster/hamster)) manual time tracker reports: -![](docs/obligatory-hamster.png)""" +![](docs/obligatory-hamster.png) + + +# License + +``` +Copyright (c) 2024 Jon Michael Aanes + +All rights reserved. +```""" PACKAGE_DESCRIPTION_SHORT='Quick and dirty time tracker on git histories.'