diff options
Diffstat (limited to '')
-rw-r--r-- | pull/cgit.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pull/cgit.py b/pull/cgit.py index a6b4312..663eebf 100644 --- a/pull/cgit.py +++ b/pull/cgit.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. + from enum import Enum import logging import os |