From a5b20d8e1b0a9a76abf3c04c44f5aca469125b66 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Fri, 25 Apr 2014 20:38:05 +0200 Subject: Relicence GPLv2 -> GPLv2+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- error.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'error.py') 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ý " -- cgit