[tracker-miners/sam/functional-tests-shared: 12/15] functional-tests: Add 2019 copyright



commit 47897301ad19a0e68aa96e63023bc3602481494f
Author: Sam Thursfield <sam afuera me uk>
Date:   Wed Aug 21 22:58:14 2019 +0100

    functional-tests: Add 2019 copyright

 tests/functional-tests/300-miner-basic-ops.py       |  1 +
 .../functional-tests/301-miner-resource-removal.py  |  1 +
 tests/functional-tests/310-fts-basic.py             |  1 +
 tests/functional-tests/311-fts-file-operations.py   |  1 +
 tests/functional-tests/312-fts-stopwords.py         |  1 +
 tests/functional-tests/400-extractor-metadata.py    |  2 +-
 tests/functional-tests/410-extractor-decorator.py   |  1 +
 tests/functional-tests/500-writeback-images.py      |  1 +
 .../functional-tests/501-writeback-image-details.py |  1 +
 tests/functional-tests/600-applications-camera.py   |  1 +
 tests/functional-tests/601-applications-sync.py     |  1 +
 tests/functional-tests/applicationstest.py          |  1 +
 tests/functional-tests/configuration.py             |  1 +
 tests/functional-tests/system.py                    | 21 +++++++++++++++++++++
 14 files changed, 34 insertions(+), 1 deletion(-)
---
diff --git a/tests/functional-tests/300-miner-basic-ops.py b/tests/functional-tests/300-miner-basic-ops.py
index b4814e21b..4152d7fd5 100755
--- a/tests/functional-tests/300-miner-basic-ops.py
+++ b/tests/functional-tests/300-miner-basic-ops.py
@@ -1,6 +1,7 @@
 #!/usr/bin/env python3
 
 # Copyright (C) 2010, Nokia (ivan frade nokia com)
+# Copyright (C) 2019, Sam Thursfield (sam afuera me uk)
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
diff --git a/tests/functional-tests/301-miner-resource-removal.py 
b/tests/functional-tests/301-miner-resource-removal.py
index 5aff1bb74..1b69ac539 100755
--- a/tests/functional-tests/301-miner-resource-removal.py
+++ b/tests/functional-tests/301-miner-resource-removal.py
@@ -1,6 +1,7 @@
 #!/usr/bin/env python3
 
 # Copyright (C) 2010, Nokia (ivan frade nokia com)
+# Copyright (C) 2019, Sam Thursfield (sam afuera me uk)
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
diff --git a/tests/functional-tests/310-fts-basic.py b/tests/functional-tests/310-fts-basic.py
index 219b73f7e..010516344 100755
--- a/tests/functional-tests/310-fts-basic.py
+++ b/tests/functional-tests/310-fts-basic.py
@@ -2,6 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Copyright (C) 2010, Nokia (ivan frade nokia com)
+# Copyright (C) 2019, Sam Thursfield (sam afuera me uk)
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
diff --git a/tests/functional-tests/311-fts-file-operations.py 
b/tests/functional-tests/311-fts-file-operations.py
index 400734545..309b9f69a 100755
--- a/tests/functional-tests/311-fts-file-operations.py
+++ b/tests/functional-tests/311-fts-file-operations.py
@@ -2,6 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Copyright (C) 2010, Nokia (ivan frade nokia com)
+# Copyright (C) 2019, Sam Thursfield (sam afuera me uk)
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
diff --git a/tests/functional-tests/312-fts-stopwords.py b/tests/functional-tests/312-fts-stopwords.py
index b50e8377a..93f64b864 100755
--- a/tests/functional-tests/312-fts-stopwords.py
+++ b/tests/functional-tests/312-fts-stopwords.py
@@ -2,6 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Copyright (C) 2010, Nokia (ivan frade nokia com)
+# Copyright (C) 2019, Sam Thursfield (sam afuera me uk)
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
diff --git a/tests/functional-tests/400-extractor-metadata.py 
b/tests/functional-tests/400-extractor-metadata.py
index 772175475..bc9631959 100755
--- a/tests/functional-tests/400-extractor-metadata.py
+++ b/tests/functional-tests/400-extractor-metadata.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # Copyright (C) 2010, Nokia <ivan frade nokia com>
-# Copyright (C) 2018, Sam Thursfield <sam afuera me uk>
+# Copyright (C) 2018-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
diff --git a/tests/functional-tests/410-extractor-decorator.py 
b/tests/functional-tests/410-extractor-decorator.py
index c6a43d019..420a12afb 100755
--- a/tests/functional-tests/410-extractor-decorator.py
+++ b/tests/functional-tests/410-extractor-decorator.py
@@ -1,6 +1,7 @@
 #!/usr/bin/env python3
 
 # Copyright (C) 2016, Sam Thursfield (sam afuera me uk)
+# Copyright (C) 2019, Sam Thursfield (sam afuera me uk)
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
diff --git a/tests/functional-tests/500-writeback-images.py b/tests/functional-tests/500-writeback-images.py
index dba88d495..dac0349d6 100755
--- a/tests/functional-tests/500-writeback-images.py
+++ b/tests/functional-tests/500-writeback-images.py
@@ -1,6 +1,7 @@
 #!/usr/bin/env python3
 
 # Copyright (C) 2010, Nokia (ivan frade nokia com)
+# Copyright (C) 2019, Sam Thursfield (sam afuera me uk)
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
diff --git a/tests/functional-tests/501-writeback-image-details.py 
b/tests/functional-tests/501-writeback-image-details.py
index d555335d0..98b175e4a 100755
--- a/tests/functional-tests/501-writeback-image-details.py
+++ b/tests/functional-tests/501-writeback-image-details.py
@@ -1,6 +1,7 @@
 #!/usr/bin/env python3
 
 # Copyright (C) 2011, Nokia (ivan frade nokia com)
+# Copyright (C) 2019, Sam Thursfield (sam afuera me uk)
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
diff --git a/tests/functional-tests/600-applications-camera.py 
b/tests/functional-tests/600-applications-camera.py
index 5c9f514c5..2a8ad0152 100755
--- a/tests/functional-tests/600-applications-camera.py
+++ b/tests/functional-tests/600-applications-camera.py
@@ -1,6 +1,7 @@
 #!/usr/bin/env python3
 #
 # Copyright (C) 2011, Nokia Corporation <ivan frade 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
diff --git a/tests/functional-tests/601-applications-sync.py b/tests/functional-tests/601-applications-sync.py
index 32f33a1a4..18f46a0e8 100755
--- a/tests/functional-tests/601-applications-sync.py
+++ b/tests/functional-tests/601-applications-sync.py
@@ -1,6 +1,7 @@
 #!/usr/bin/env python3
 #
 # Copyright (C) 2011, Nokia Corporation <ivan frade 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
diff --git a/tests/functional-tests/applicationstest.py b/tests/functional-tests/applicationstest.py
index 18fb7c85b..02f4dafd3 100644
--- a/tests/functional-tests/applicationstest.py
+++ b/tests/functional-tests/applicationstest.py
@@ -1,6 +1,7 @@
 #!/usr/bin/env python3
 #
 # Copyright (C) 2010, Nokia <ivan frade 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
diff --git a/tests/functional-tests/configuration.py b/tests/functional-tests/configuration.py
index 0d3c5078f..a76618d7b 100644
--- a/tests/functional-tests/configuration.py
+++ b/tests/functional-tests/configuration.py
@@ -1,6 +1,7 @@
 #!/usr/bin/env 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
diff --git a/tests/functional-tests/system.py b/tests/functional-tests/system.py
index 824790ff1..197b4fe14 100644
--- a/tests/functional-tests/system.py
+++ b/tests/functional-tests/system.py
@@ -1,4 +1,25 @@
 #!/usr/bin/env python3
+#
+# Copyright (C) 2010, Nokia (ivan frade nokia com)
+# Copyright (C) 2019, Sam Thursfield (sam afuera me uk)
+#
+# This library 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 2.1 of the License, or (at your option) any later version.
+#
+# This library 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 library; if not, write to the
+# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA  02110-1301, USA.
+#
+
+
 import logging
 import os
 import shutil


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]