From 73d9c6b3f28f12968e0480f5aa1e604ce30c0e19 Mon Sep 17 00:00:00 2001
From: Honza Mach <honza.mach.ml@gmail.com>
Date: Thu, 3 Aug 2017 09:28:25 +0200
Subject: [PATCH] Added correct copyright and license header to auxiliary
 project  files.

---
 Makefile     | 11 +++++++++++
 Makefile-dep | 10 ++++++++--
 setup.py     | 10 ++++++++--
 3 files changed, 27 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index c3a6115..abf6d93 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,14 @@
+#-------------------------------------------------------------------------------
+# This file is part of PyZenKit package.
+#
+# Copyright (C) since 2016 CESNET, z.s.p.o (http://www.ces.net/)
+# Copyright (C) since 2015 Jan Mach <honza.mach.ml@gmail.com>
+# Use of this package is governed by the MIT license, see LICENSE file.
+#
+# This project was initially written for personal use of the original author. Later
+# it was developed much further and used for project of author`s employer.
+#-------------------------------------------------------------------------------
+
 #
 # Minimal makefile for Sphinx documentation
 #
diff --git a/Makefile-dep b/Makefile-dep
index 849d6a3..11eb1e3 100644
--- a/Makefile-dep
+++ b/Makefile-dep
@@ -1,6 +1,12 @@
 #-------------------------------------------------------------------------------
-# Copyright (C) since 2016 Jan Mach <honza.mach.ml@gmail.com>
-# Use of this source is governed by the MIT license, see LICENSE file.
+# This file is part of PyZenKit package.
+#
+# Copyright (C) since 2016 CESNET, z.s.p.o (http://www.ces.net/)
+# Copyright (C) since 2015 Jan Mach <honza.mach.ml@gmail.com>
+# Use of this package is governed by the MIT license, see LICENSE file.
+#
+# This project was initially written for personal use of the original author. Later
+# it was developed much further and used for project of author`s employer.
 #-------------------------------------------------------------------------------
 
 DOCDIR = doc
diff --git a/setup.py b/setup.py
index d0a5c1d..a817628 100644
--- a/setup.py
+++ b/setup.py
@@ -1,8 +1,14 @@
 #!/usr/bin/python3
 # -*- coding: utf-8 -*-
 #-------------------------------------------------------------------------------
-# Copyright (C) since 2016 Jan Mach <email@jan-mach.cz>
-# Use of this source is governed by the MIT license, see LICENSE file.
+# This file is part of PyZenKit package.
+#
+# Copyright (C) since 2016 CESNET, z.s.p.o (http://www.ces.net/)
+# Copyright (C) since 2015 Jan Mach <honza.mach.ml@gmail.com>
+# Use of this package is governed by the MIT license, see LICENSE file.
+#
+# This project was initially written for personal use of the original author. Later
+# it was developed much further and used for project of author`s employer.
 #-------------------------------------------------------------------------------
 
 # Resources:
-- 
GitLab