mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-21 09:34:12 +03:00
Fix copyright header to specify GPLv2 or later, not GPLv2 only.
The copyright headers in every file were chjanged in this previous commit
commit b6dcee8eb7
Author: Cole Robinson <crobinso@redhat.com>
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é <berrange@redhat.com>
This commit is contained in:
parent
24a8b66b35
commit
48e32b429d
2
setup.py
2
setup.py
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# 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.
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2013, 2014 Red Hat, Inc.
|
||||
#
|
||||
# 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 atexit
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2013, 2014 Red Hat, Inc.
|
||||
#
|
||||
# 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 os
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2013, 2014 Red Hat, Inc.
|
||||
#
|
||||
# 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 atexit
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2013, 2015 Red Hat, Inc.
|
||||
#
|
||||
# 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 unittest
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2013 Red Hat, Inc.
|
||||
#
|
||||
# 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 fileinput
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2017 Red Hat, Inc.
|
||||
#
|
||||
# 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 os
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2013 Red Hat, Inc.
|
||||
#
|
||||
# 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 os
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Copyright (C) 2013 Red Hat, Inc.
|
||||
#
|
||||
# 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 os.path
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2013 Red Hat, Inc.
|
||||
#
|
||||
# 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 unittest
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2013 Red Hat, Inc.
|
||||
#
|
||||
# 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2013, 2014 Red Hat, Inc.
|
||||
#
|
||||
# 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.
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2013 Red Hat, Inc.
|
||||
#
|
||||
# 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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 os
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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 datetime
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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 tests
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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.
|
||||
|
||||
from tests.uitests import utils as uiutils
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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.
|
||||
|
||||
from tests.uitests import utils as uiutils
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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.
|
||||
|
||||
from tests.uitests import utils as uiutils
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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.
|
||||
|
||||
from tests.uitests import utils as uiutils
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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.
|
||||
|
||||
from tests.uitests import utils as uiutils
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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.
|
||||
|
||||
from tests.uitests import utils as uiutils
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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.
|
||||
|
||||
from tests.uitests import utils as uiutils
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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.
|
||||
|
||||
from tests.uitests import utils as uiutils
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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.
|
||||
|
||||
from tests.uitests import utils as uiutils
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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.
|
||||
|
||||
from tests.uitests import utils as uiutils
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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 dogtail.rawinput
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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.
|
||||
|
||||
from tests.uitests import utils as uiutils
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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 time
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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.
|
||||
|
||||
from tests.uitests import utils as uiutils
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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.
|
||||
|
||||
from tests.uitests import utils as uiutils
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2015 Red Hat, Inc.
|
||||
#
|
||||
# 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 unittest
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2013, 2014 Red Hat, Inc.
|
||||
#
|
||||
# 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 difflib
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2013 Red Hat, Inc.
|
||||
#
|
||||
# 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 io
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2013, 2014 Red Hat, Inc.
|
||||
#
|
||||
# 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 os
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2013, 2014 Red Hat, Inc.
|
||||
#
|
||||
# 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 glob
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Copyright(c) FUJITSU Limited 2007.
|
||||
#
|
||||
# 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.
|
||||
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
|
||||
# Use is subject to license terms.
|
||||
#
|
||||
# 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 sys
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Copyright 2005-2014 Red Hat, Inc.
|
||||
#
|
||||
# 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 argparse
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Copyright (C) 2006, 2014 Red Hat, Inc.
|
||||
# Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com>
|
||||
#
|
||||
# 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 argparse
|
||||
|
2
virt-xml
2
virt-xml
@ -3,7 +3,7 @@
|
||||
# Copyright 2013-2014 Red Hat, Inc.
|
||||
# Cole Robinson <crobinso@redhat.com>
|
||||
#
|
||||
# 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 difflib
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Copyright (C) 2006, 2013 Red Hat, Inc.
|
||||
# Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com>
|
||||
#
|
||||
# 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.
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2006, 2013 Red Hat, Inc.
|
||||
# Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2006-2007, 2012-2015 Red Hat, Inc.
|
||||
# Copyright (C) 2006 Hugh O. Brock <hbrock@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2014 Red Hat, Inc.
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2006, 2013 Red Hat, Inc.
|
||||
# Copyright (C) 2006 Hugh O. Brock <hbrock@redhat.com>
|
||||
#
|
||||
# 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 threading
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2010, 2013 Red Hat, Inc.
|
||||
# Copyright (C) 2010 Cole Robinson <crobinso@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2006, 2013, 2014 Red Hat, Inc.
|
||||
# Copyright (C) 2006 Hugh O. Brock <hbrock@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2009, 2013 Red Hat, Inc.
|
||||
# Copyright (C) 2009 Cole Robinson <crobinso@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2006, 2012-2015 Red Hat, Inc.
|
||||
# Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com>
|
||||
#
|
||||
# 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 os
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2006, 2013 Red Hat, Inc.
|
||||
# Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com>
|
||||
#
|
||||
# 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 glob
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2012-2013 Red Hat, Inc.
|
||||
# Copyright (C) 2012 Cole Robinson <crobinso@redhat.com>
|
||||
#
|
||||
# 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 collections
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2006, 2013, 2014, 2015 Red Hat, Inc.
|
||||
# Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2018 Red Hat, Inc.
|
||||
#
|
||||
# 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
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com>
|
||||
# Copyright (C) 2010 Marc-Andre Lureau <marcandre.lureau@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2008, 2013, 2014, 2015 Red Hat, Inc.
|
||||
# Copyright (C) 2008 Cole Robinson <crobinso@redhat.com>
|
||||
#
|
||||
# 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 io
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2008, 2013 Red Hat, Inc.
|
||||
# Copyright (C) 2008 Cole Robinson <crobinso@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2006-2007, 2013 Red Hat, Inc.
|
||||
# Copyright (C) 2006 Hugh O. Brock <hbrock@redhat.com>
|
||||
#
|
||||
# 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 ipaddress
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2008, 2013, 2014 Red Hat, Inc.
|
||||
# Copyright (C) 2008 Cole Robinson <crobinso@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2008, 2013, 2014 Red Hat, Inc.
|
||||
# Copyright (C) 2008 Cole Robinson <crobinso@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2009, 2012-2014 Red Hat, Inc.
|
||||
# Copyright (C) 2009 Cole Robinson <crobinso@redhat.com>
|
||||
#
|
||||
# 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 os
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2006-2008, 2013, 2014 Red Hat, Inc.
|
||||
# Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2006, 2013, 2014 Red Hat, Inc.
|
||||
# Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2006, 2013-2014 Red Hat, Inc.
|
||||
# Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2007, 2013-2014 Red Hat, Inc.
|
||||
#
|
||||
# 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
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Copyright (C) 2006 Hugh O. Brock <hbrock@redhat.com>
|
||||
# Copyright (C) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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.
|
||||
|
||||
from gi.repository import Gtk
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Copyright (C) 2006 Hugh O. Brock <hbrock@redhat.com>
|
||||
# Copyright (C) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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.
|
||||
|
||||
from gi.repository import Gtk
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2013, 2014 Red Hat, Inc.
|
||||
#
|
||||
# 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.
|
||||
|
||||
from gi.repository import GObject
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2007, 2013-2014 Red Hat, Inc.
|
||||
# Copyright (C) 2007 Daniel P. Berrange <berrange@redhat.com>
|
||||
#
|
||||
# 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 functools
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2011, 2013 Red Hat, Inc.
|
||||
#
|
||||
# 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 functools
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2009, 2013 Red Hat, Inc.
|
||||
# Copyright (C) 2009 Cole Robinson <crobinso@redhat.com>
|
||||
#
|
||||
# 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.
|
||||
|
||||
from virtinst import Interface
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2006, 2013 Red Hat, Inc.
|
||||
# Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2018 Red Hat, Inc.
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2010, 2013 Red Hat, Inc.
|
||||
# Copyright (C) 2010 Cole Robinson <crobinso@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2006-2008, 2013-2014 Red Hat, Inc.
|
||||
# Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2014 Red Hat, Inc.
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2009, 2013 Red Hat, Inc.
|
||||
# Copyright (C) 2009 Cole Robinson <crobinso@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2011, 2013 Red Hat, Inc.
|
||||
# Copyright (C) 2011 Cole Robinson <crobinso@redhat.com>
|
||||
#
|
||||
# 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.
|
||||
|
||||
# This module provides a simple way to trace any activity on a specific
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2014 Red Hat, Inc.
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2006, 2013-2014 Red Hat, Inc.
|
||||
# Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com>
|
||||
#
|
||||
# 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 ipaddress
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2011, 2013 Red Hat, Inc.
|
||||
# Copyright (C) 2011 Cole Robinson <crobinso@redhat.com>
|
||||
#
|
||||
# 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.
|
||||
|
||||
from virtinst import NodeDevice
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2012-2013 Red Hat, Inc.
|
||||
# Copyright (C) 2012 Cole Robinson <crobinso@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2006, 2012-2013 Red Hat, Inc.
|
||||
# Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2006, 2013 Red Hat, Inc.
|
||||
# Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com>
|
||||
#
|
||||
# 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 os
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2013-2014 Red Hat, Inc.
|
||||
# Copyright (C) 2013 Cole Robinson <crobinso@redhat.com>
|
||||
#
|
||||
# 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 datetime
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2014, 2015 Red Hat, Inc.
|
||||
#
|
||||
# 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 functools
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2009, 2013, 2014 Red Hat, Inc.
|
||||
# Copyright (C) 2009 Cole Robinson <crobinso@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2015 Red Hat, Inc.
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2008, 2013 Red Hat, Inc.
|
||||
# Copyright (C) 2008 Cole Robinson <crobinso@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2009, 2013 Red Hat, Inc.
|
||||
# Copyright (C) 2009 Cole Robinson <crobinso@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2009, 2013, 2014 Red Hat, Inc.
|
||||
# Copyright (C) 2009 Cole Robinson <crobinso@redhat.com>
|
||||
#
|
||||
# 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.
|
||||
|
||||
from gi.repository import GObject
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com>
|
||||
# Copyright (C) 2010 Marc-Andre Lureau <marcandre.lureau@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) 2009, 2013, 2014 Red Hat, Inc.
|
||||
# Copyright (C) 2009 Cole Robinson <crobinso@redhat.com>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2013-2015 Red Hat, Inc.
|
||||
#
|
||||
# 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.
|
||||
|
||||
from .cliconfig import CLIConfig
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Copyright (C) 2013, 2014 Red Hat, Inc.
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
|
||||
# Use is subject to license terms.
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
|
||||
# Use is subject to license terms.
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user