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