summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/_bootstrap.py2
-rw-r--r--tests/_common.py2
-rw-r--r--tests/ccs2coroxml.py2
-rw-r--r--tests/ccs2needle_xslt.py2
-rw-r--r--tests/command.py2
-rw-r--r--tests/command_manager.py2
-rw-r--r--tests/filter.py2
-rw-r--r--tests/filter_manager.py2
-rw-r--r--tests/format.py2
-rw-r--r--tests/format_manager.py2
-rw-r--r--tests/utils.py2
11 files changed, 11 insertions, 11 deletions
diff --git a/tests/_bootstrap.py b/tests/_bootstrap.py
index c6fc0c7..ca92b4a 100644
--- a/tests/_bootstrap.py
+++ b/tests/_bootstrap.py
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
# Copyright 2013 Red Hat, Inc.
# Part of clufter project
-# Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
+# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""Bootstrap the environment for testing"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
diff --git a/tests/_common.py b/tests/_common.py
index 7731061..becea9a 100644
--- a/tests/_common.py
+++ b/tests/_common.py
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
# Copyright 2013 Red Hat, Inc.
# Part of clufter project
-# Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
+# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""Common base for testing"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
diff --git a/tests/ccs2coroxml.py b/tests/ccs2coroxml.py
index bedc899..32240b6 100644
--- a/tests/ccs2coroxml.py
+++ b/tests/ccs2coroxml.py
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
# Copyright 2014 Red Hat, Inc.
# Part of clufter project
-# Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
+# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""Testing ccs2coro filter(s)"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
diff --git a/tests/ccs2needle_xslt.py b/tests/ccs2needle_xslt.py
index 72ddb67..77f6534 100644
--- a/tests/ccs2needle_xslt.py
+++ b/tests/ccs2needle_xslt.py
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
# Copyright 2014 Red Hat, Inc.
# Part of clufter project
-# Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
+# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""Testing destilling XSLT from the sparse tree-organized snippets"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
diff --git a/tests/command.py b/tests/command.py
index f82afbe..bf3ead4 100644
--- a/tests/command.py
+++ b/tests/command.py
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
# Copyright 2014 Red Hat, Inc.
# Part of clufter project
-# Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
+# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""Testing command"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
diff --git a/tests/command_manager.py b/tests/command_manager.py
index d33de75..39fd2c2 100644
--- a/tests/command_manager.py
+++ b/tests/command_manager.py
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
# Copyright 2014 Red Hat, Inc.
# Part of clufter project
-# Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
+# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""Testing command manager"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
diff --git a/tests/filter.py b/tests/filter.py
index 3bddcd9..e5f84c2 100644
--- a/tests/filter.py
+++ b/tests/filter.py
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
# Copyright 2013 Red Hat, Inc.
# Part of clufter project
-# Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
+# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""Testing filter"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
diff --git a/tests/filter_manager.py b/tests/filter_manager.py
index 211b715..9aa9fa6 100644
--- a/tests/filter_manager.py
+++ b/tests/filter_manager.py
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
# Copyright 2014 Red Hat, Inc.
# Part of clufter project
-# Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
+# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""Testing filter manager"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
diff --git a/tests/format.py b/tests/format.py
index 8ddce9b..f651f6c 100644
--- a/tests/format.py
+++ b/tests/format.py
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
# Copyright 2013 Red Hat, Inc.
# Part of clufter project
-# Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
+# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""Testing format"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
diff --git a/tests/format_manager.py b/tests/format_manager.py
index 4da1c0a..c2b80c4 100644
--- a/tests/format_manager.py
+++ b/tests/format_manager.py
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
# Copyright 2013 Red Hat, Inc.
# Part of clufter project
-# Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
+# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""Testing format manager"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
diff --git a/tests/utils.py b/tests/utils.py
index 557a11c..0bc95f3 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
# Copyright 2014 Red Hat, Inc.
# Part of clufter project
-# Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
+# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""Testing utils module"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"