From 48e32b429d0db08aca2b612ec2ff46d0e1b0f36a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Wed, 4 Apr 2018 14:35:41 +0100 Subject: Fix copyright header to specify GPLv2 or later, not GPLv2 only. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The copyright headers in every file were chjanged in this previous commit commit b6dcee8eb7ec4de999058c187162fe4aedef36b4 Author: Cole Robinson Date: Tue Mar 20 15:00:02 2018 -0400 Use consistent and minimal license header for every file Where before this they said " "either version 2 of the License, or (at your option) any later version." Now they just say "GNU GPLv2" This fixes it to say "GNU GPLv2 or later" again. Signed-off-by: Daniel P. Berrangé --- virtManager/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'virtManager/about.py') diff --git a/virtManager/about.py b/virtManager/about.py index 70ca2f61..e8b50c41 100644 --- a/virtManager/about.py +++ b/virtManager/about.py @@ -1,7 +1,7 @@ # Copyright (C) 2006, 2013 Red Hat, Inc. # Copyright (C) 2006 Daniel P. Berrange # -# This work is licensed under the GNU GPLv2. +# This work is licensed under the GNU GPLv2 or later. # See the COPYING file in the top-level directory. import logging -- cgit v1.2.1