diff --git a/__init__.py b/__init__.py index 48986f3..4f4ae10 100644 --- a/__init__.py +++ b/__init__.py @@ -2,7 +2,7 @@ version = '0.1' copyright = """\ Copyright 2014 Red Hat, Inc. -Licensed under GPLv2 +Licensed under GPLv2+ """.rstrip() # XXX eventually there should be precise plugin authorship tracking author = "Jan Pokorný and plugin authors" diff --git a/command.py b/command.py index d0dd617..5b40a6b 100644 --- a/command.py +++ b/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) """Base command stuff (TBD)""" __author__ = "Jan Pokorný " diff --git a/command_context.py b/command_context.py index 1e9df42..09ef47e 100644 --- a/command_context.py +++ b/command_context.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) """Command context, i.e., state distributed along filters chain""" __author__ = "Jan Pokorný " diff --git a/command_manager.py b/command_manager.py index 2b30e1d..5b5b0d8 100644 --- a/command_manager.py +++ b/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) """Command manager""" __author__ = "Jan Pokorný " diff --git a/commands/ccs2pcs.py b/commands/ccs2pcs.py index 99b3e3c..9dc91d1 100644 --- a/commands/ccs2pcs.py +++ b/commands/ccs2pcs.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) """ccs2pcs command""" __author__ = "Jan Pokorný " diff --git a/commands/ccs_obfuscate.py b/commands/ccs_obfuscate.py index 08d939b..09d9aa4 100644 --- a/commands/ccs_obfuscate.py +++ b/commands/ccs_obfuscate.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) """ccs-obfuscate command""" __author__ = "Jan Pokorný " diff --git a/completion.py b/completion.py index 1ffa59b..c66ce7d 100644 --- a/completion.py +++ b/completion.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) """Shell completion formatters""" __author__ = "Jan Pokorný " diff --git a/error.py b/error.py index 5aafec5..f69a28a 100644 --- a/error.py +++ b/error.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) """Base exception classes and exit code definitions""" __author__ = "Jan Pokorný " diff --git a/filter.py b/filter.py index 1ade14b..55b3a2c 100644 --- a/filter.py +++ b/filter.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) """Base filter stuff (metaclass, decorator, etc.)""" __author__ = "Jan Pokorný " diff --git a/filter_manager.py b/filter_manager.py index da974a8..acceab0 100644 --- a/filter_manager.py +++ b/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) """Filter manager""" __author__ = "Jan Pokorný " diff --git a/filters/XML2simpleconfig.py b/filters/XML2simpleconfig.py index 0a5ef7f..ae3df11 100644 --- a/filters/XML2simpleconfig.py +++ b/filters/XML2simpleconfig.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) """xml2simpleconfig filter""" __author__ = "Jan Pokorný " diff --git a/filters/ccs2ccs_pcmk.py b/filters/ccs2ccs_pcmk.py index dbf34d3..443817c 100644 --- a/filters/ccs2ccs_pcmk.py +++ b/filters/ccs2ccs_pcmk.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) """ccs2ccs_pcmk filter""" __author__ = "Jan Pokorný " diff --git a/filters/ccs2coro.py b/filters/ccs2coro.py index 9953593..7cc0229 100644 --- a/filters/ccs2coro.py +++ b/filters/ccs2coro.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) """ccs2coro filter""" __author__ = "Jan Pokorný " diff --git a/filters/ccs2flatccs.py b/filters/ccs2flatccs.py index 4581de3..5ff5b87 100644 --- a/filters/ccs2flatccs.py +++ b/filters/ccs2flatccs.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) """ccs2flatccs filter""" __author__ = "Jan Pokorný " diff --git a/filters/ccs_obfuscate.py b/filters/ccs_obfuscate.py index 0e57e3e..02f3df9 100644 --- a/filters/ccs_obfuscate.py +++ b/filters/ccs_obfuscate.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) """obfuscation filters for ccs""" __author__ = "Jan Pokorný " diff --git a/filters/cib/configuration/__init__.py b/filters/cib/configuration/__init__.py index fc00b3a..46d22fd 100644 --- a/filters/cib/configuration/__init__.py +++ b/filters/cib/configuration/__init__.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) __author__ = "Jan Pokorný " diff --git a/filters/cib/configuration/resources/__init__.py b/filters/cib/configuration/resources/__init__.py index 126cdfb..549dea5 100644 --- a/filters/cib/configuration/resources/__init__.py +++ b/filters/cib/configuration/resources/__init__.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) __author__ = "Jan Pokorný " pcs2simplepcs = '''\ diff --git a/filters/cluster/__init__.py b/filters/cluster/__init__.py index 172dc1c..9d8e1e2 100644 --- a/filters/cluster/__init__.py +++ b/filters/cluster/__init__.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) __author__ = "Jan Pokorný " # XXX a bit dirty approach diff --git a/filters/cluster/clusternodes/__init__.py b/filters/cluster/clusternodes/__init__.py index eaf4193..e9471a7 100644 --- a/filters/cluster/clusternodes/__init__.py +++ b/filters/cluster/clusternodes/__init__.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) ccs2needlexml = '''\ diff --git a/filters/cluster/clusternodes/clusternode/__init__.py b/filters/cluster/clusternodes/clusternode/__init__.py index c7ad80b..67e5bb0 100644 --- a/filters/cluster/clusternodes/clusternode/__init__.py +++ b/filters/cluster/clusternodes/clusternode/__init__.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) ccs2needlexml = '''\ diff --git a/filters/cluster/clusternodes/clusternode/fence/__init__.py b/filters/cluster/clusternodes/clusternode/fence/__init__.py index a974da1..39e34cb 100644 --- a/filters/cluster/clusternodes/clusternode/fence/__init__.py +++ b/filters/cluster/clusternodes/clusternode/fence/__init__.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) ccs_obfuscate_identifiers = '''\ diff --git a/filters/cluster/clusternodes/clusternode/fence/method/device.py b/filters/cluster/clusternodes/clusternode/fence/method/device.py index ec69c39..f3ad031 100644 --- a/filters/cluster/clusternodes/clusternode/fence/method/device.py +++ b/filters/cluster/clusternodes/clusternode/fence/method/device.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) from logging import getLogger log = getLogger(__name__) diff --git a/filters/cluster/cman/__init__.py b/filters/cluster/cman/__init__.py index 2147f74..1dbdc4e 100644 --- a/filters/cluster/cman/__init__.py +++ b/filters/cluster/cman/__init__.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) ccs2needlexml = '''\ diff --git a/filters/cluster/fencedevices/__init__.py b/filters/cluster/fencedevices/__init__.py index 4b18b5d..28f2fa2 100644 --- a/filters/cluster/fencedevices/__init__.py +++ b/filters/cluster/fencedevices/__init__.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) ccs2ccs_pcmk = '''\ diff --git a/filters/cluster/fencedevices/fencedevice.py b/filters/cluster/fencedevices/fencedevice.py index d6ffbb5..0ea8206 100644 --- a/filters/cluster/fencedevices/fencedevice.py +++ b/filters/cluster/fencedevices/fencedevice.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) flatccs2pcs = '''\