From 21b79aa5098b647163bcfe1a0d5704146caa7bb2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 13 Aug 2019 16:09:29 +0300 Subject: add README and licensing notes --- pull/cgit.py | 5 +++++ pull/main.py | 5 +++++ pull/repo.py | 5 +++++ pull/utils.py | 5 +++++ 4 files changed, 20 insertions(+) (limited to 'pull') 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 +# 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 diff --git a/pull/main.py b/pull/main.py index e5543bc..299b53c 100644 --- a/pull/main.py +++ b/pull/main.py @@ -1,3 +1,8 @@ +# Copyright (c) 2018 Egor Tensin +# 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 argparse import ArgumentParser import configparser import importlib diff --git a/pull/repo.py b/pull/repo.py index cfd5901..a128dbf 100644 --- a/pull/repo.py +++ b/pull/repo.py @@ -1,3 +1,8 @@ +# Copyright (c) 2018 Egor Tensin +# 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 os.path 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 +# 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 -- cgit v1.2.3