summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2019-08-14 16:28:00 +0200
committerSam Thursfield <sam@afuera.me.uk>2019-08-23 12:39:19 +0300
commitaa005e576b59e964167c3683a247312b15eddb20 (patch)
tree2cc8458451fc25651a9a701fa361799c1df6c102 /utils
parent13849c05fead3d9ad0b81878a9b48a7b291dae15 (diff)
downloadtracker-aa005e576b59e964167c3683a247312b15eddb20.tar.gz
functional-tests: Add 2019 copyright
Diffstat (limited to 'utils')
-rw-r--r--utils/trackertestutils/dconf.py20
-rw-r--r--utils/trackertestutils/helpers.py1
2 files changed, 21 insertions, 0 deletions
diff --git a/utils/trackertestutils/dconf.py b/utils/trackertestutils/dconf.py
index 328f9b845..4ad0e88e9 100644
--- a/utils/trackertestutils/dconf.py
+++ b/utils/trackertestutils/dconf.py
@@ -1,3 +1,23 @@
+#
+# Copyright (C) 2010, Nokia <jean-luc.lamadon@nokia.com>
+# Copyright (C) 2019, Sam Thursfield <sam@afuera.me.uk>
+#
+# 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.
+#
+
from gi.repository import GLib
from gi.repository import Gio
diff --git a/utils/trackertestutils/helpers.py b/utils/trackertestutils/helpers.py
index 0a82b395a..422f3945b 100644
--- a/utils/trackertestutils/helpers.py
+++ b/utils/trackertestutils/helpers.py
@@ -1,6 +1,7 @@
#!/usr/bin/python3
#
# Copyright (C) 2010, Nokia <jean-luc.lamadon@nokia.com>
+# Copyright (C) 2019, Sam Thursfield <sam@afuera.me.uk>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License