summaryrefslogtreecommitdiff
path: root/gitlab/utils.py
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2016-08-11 19:49:53 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2016-08-11 19:49:53 +0200
commit83cb8c0eff5ccc89d53f70174760f88ac0db7506 (patch)
tree5cbefa906adce8b4a3de69688b4a5940c17388e9 /gitlab/utils.py
parent2ced9d0717ee84169f9b1f190fb6694e1134572d (diff)
downloadgitlab-83cb8c0eff5ccc89d53f70174760f88ac0db7506.tar.gz
Add copyright header to utils.py
Diffstat (limited to 'gitlab/utils.py')
-rw-r--r--gitlab/utils.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/gitlab/utils.py b/gitlab/utils.py
index 181ca20..e802f74 100644
--- a/gitlab/utils.py
+++ b/gitlab/utils.py
@@ -1,3 +1,20 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (C) 2016 Gauvain Pocentek <gauvain@pocentek.net>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
class _StdoutStream(object):
def __call__(self, chunk):
print(chunk)