diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-13 16:09:29 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-13 16:24:41 +0300 |
commit | 21b79aa5098b647163bcfe1a0d5704146caa7bb2 (patch) | |
tree | 977ac1182e2528071e0bd6c5542ebf645fbe4a42 /pull/utils.py | |
parent | write to /var/tmp/cgit-repos/output by default (diff) | |
download | cgitize-21b79aa5098b647163bcfe1a0d5704146caa7bb2.tar.gz cgitize-21b79aa5098b647163bcfe1a0d5704146caa7bb2.zip |
add README and licensing notes
Diffstat (limited to 'pull/utils.py')
-rw-r--r-- | pull/utils.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pull/utils.py b/pull/utils.py index 2ce7cbe..6ffccd1 100644 --- a/pull/utils.py +++ b/pull/utils.py @@ -1,3 +1,8 @@ +# Copyright (c) 2018 Egor Tensin <Egor.Tensin@gmail.com> +# This file is part of the "cgit repos" project. +# For details, see https://github.com/egor-tensin/cgit-repos. +# Distributed under the MIT License. + import contextlib import logging import os |