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:
Daniel P. Berrangé 2018-04-04 14:35:41 +01:00 committed by Cole Robinson
parent 24a8b66b35
commit 48e32b429d
166 changed files with 166 additions and 166 deletions

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.
#

View File

@ -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.
#

View File

@ -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