aboutsummaryrefslogtreecommitdiff
path: root/lava_results_app/dbutils.py
diff options
context:
space:
mode:
authorRémi Duraffort <remi.duraffort@linaro.org>2018-07-23 09:07:42 +0200
committerRémi Duraffort <remi.duraffort@linaro.org>2018-07-23 11:25:35 +0200
commit861140e51057943b54a7b707743d906e01f9b7cc (patch)
treee3df255847a3b75181bfad9759981fcad78d7a3d /lava_results_app/dbutils.py
parentdf14c92c0cc4acc002726d9f9a832ef9e274a292 (diff)
Add and fix license headers
Change-Id: I8b4213cb666290e185a6c35a67bf8ca18aecc788
Diffstat (limited to 'lava_results_app/dbutils.py')
-rw-r--r--lava_results_app/dbutils.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/lava_results_app/dbutils.py b/lava_results_app/dbutils.py
index c0c938a66..a37906f77 100644
--- a/lava_results_app/dbutils.py
+++ b/lava_results_app/dbutils.py
@@ -1,20 +1,21 @@
-# Copyright (C) 2015 Linaro Limited
+# -*- coding: utf-8 -*-
+# Copyright (C) 2015-2018 Linaro Limited
#
-# Author: Neil Williams <neil.williams@linaro.org>
+# Author: Stevan Radakovic <stevan.radakovic@linaro.org>
#
-# This file is part of Lava Server.
+# This file is part of LAVA.
#
-# Lava Server is free software: you can redistribute it and/or modify
+# LAVA is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License version 3
# as published by the Free Software Foundation
#
-# Lava Server is distributed in the hope that it will be useful,
+# LAVA 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 Affero General Public License
-# along with Lava Server. If not, see <http://www.gnu.org/licenses/>.
+# along with LAVA. If not, see <http://www.gnu.org/licenses/>.
# pylint: disable=no-member,too-many-locals,too-many-nested-blocks,
# pylint: disable=too-many-return-statements,ungrouped-imports