aboutsummaryrefslogtreecommitdiff
path: root/util.py
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2016-03-12 11:50:10 +0000
committerSteve McIntyre <steve.mcintyre@linaro.org>2016-03-12 11:50:10 +0000
commitd2313b2cdb7e4c4b81330ff6e4efc51ac8b032af (patch)
tree318716e0a4d4e90fe6e22bf54423c48d31c4818f /util.py
parent0487436edbdb1c13b1d90f15e4f5903ca65e586b (diff)
Start 0.6 development, and update boilerplate
Change-Id: Ie4c201b50803ef0e32cef19459088a215b95ed2d
Diffstat (limited to 'util.py')
-rw-r--r--util.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/util.py b/util.py
index 4c9816a..493a4dc 100644
--- a/util.py
+++ b/util.py
@@ -1,3 +1,23 @@
+# Copyright 2014-2016 Linaro Limited
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
+#
+# Utility routines, including handling of API functions
+#
+
import logging
import time
from errors import CriticalError, InputError, ConfigError, SocketError