summaryrefslogtreecommitdiffstats
path: root/geo-replication/syncdaemon/logutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'geo-replication/syncdaemon/logutils.py')
-rw-r--r--geo-replication/syncdaemon/logutils.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/geo-replication/syncdaemon/logutils.py b/geo-replication/syncdaemon/logutils.py
index f00685cd92c..01ae7852f23 100644
--- a/geo-replication/syncdaemon/logutils.py
+++ b/geo-replication/syncdaemon/logutils.py
@@ -1,3 +1,14 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (c) 2016 Red Hat, Inc. <http://www.redhat.com>
+# This file is part of GlusterFS.
+#
+# This file is licensed to you under your choice of the GNU Lesser
+# General Public License, version 3 or any later version (LGPLv3 or
+# later), or the GNU General Public License, version 2 (GPLv2), in all
+# cases as published by the Free Software Foundation.
+#
+
import logging
from logging import Logger, handlers
import sys