summaryrefslogtreecommitdiffstats
path: root/completion.py
diff options
context:
space:
mode:
Diffstat (limited to 'completion.py')
-rw-r--r--completion.py2
1 files changed, 1 insertions, 1 deletions
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ý <jpokorny @at@ Red Hat .dot. com>"