summaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
Diffstat (limited to 'formats')
-rw-r--r--formats/ccs.py2
-rw-r--r--formats/coro.py2
-rw-r--r--formats/pcs.py2
-rw-r--r--formats/simpleconfig.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/formats/ccs.py b/formats/ccs.py
index d0a43f8..d7f2f94 100644
--- a/formats/ccs.py
+++ b/formats/ccs.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)
"""Cluster configuration system (ccs) format"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
diff --git a/formats/coro.py b/formats/coro.py
index 55a1766..de4f97c 100644
--- a/formats/coro.py
+++ b/formats/coro.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)
"""Corosync executive configuration"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
diff --git a/formats/pcs.py b/formats/pcs.py
index 6200c8d..0411372 100644
--- a/formats/pcs.py
+++ b/formats/pcs.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)
"""Pacemaker configuration system (pcs) format"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
diff --git a/formats/simpleconfig.py b/formats/simpleconfig.py
index e65b0cb..d5ff5a4 100644
--- a/formats/simpleconfig.py
+++ b/formats/simpleconfig.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)
"""Structured configuration formats such as corosync.conf"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"