You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2019/07/19 09:15:16 UTC

[libcloud] branch trunk updated (81599c5 -> 25777a9)

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.


    from 81599c5  Add changelog entry for #1205.
     new 28d9963  Add script for checking that python files contain apache license headers, hook it up to the tox target.
     new 90b33c6  Add license headers to the files which were missing it.
     new 25777a9  Merge pull request #1316 from Kami/license_check_plugin

The 6653 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 demos/example_openstack.py                    |  15 ++++
 integration/__main__.py                       |  15 ++++
 libcloud/common/luadns.py                     |  15 ++++
 libcloud/common/maxihost.py                   |  15 ++++
 libcloud/common/nsone.py                      |  15 ++++
 libcloud/common/onapp.py                      |  15 ++++
 libcloud/common/vultr.py                      |  15 ++++
 libcloud/compute/__init__.py                  |  15 ++++
 libcloud/compute/constants.py                 |  15 ++++
 libcloud/compute/drivers/maxihost.py          |  15 ++++
 libcloud/compute/drivers/onapp.py             |  15 ++++
 libcloud/container/drivers/gke.py             |  15 ++++
 libcloud/dns/drivers/luadns.py                |  15 ++++
 libcloud/storage/__init__.py                  |  15 ++++
 libcloud/test/compute/test_gce.py             |   2 +-
 libcloud/test/compute/test_maxihost.py        |  15 ++++
 libcloud/test/compute/test_nttcis.py          |  15 ++++
 libcloud/test/compute/test_onapp.py           |  15 ++++
 libcloud/test/compute/test_types.py           |  15 ++++
 libcloud/test/conftest.py                     |  15 ++++
 libcloud/test/dns/test_buddyns.py             |  15 ++++
 libcloud/test/dns/test_dnsimple.py            |   2 +
 libcloud/test/dns/test_dnspod.py              |  15 ++++
 libcloud/test/dns/test_luadns.py              |  15 ++++
 libcloud/test/dns/test_nsone.py               |  15 ++++
 libcloud/test/loadbalancer/test_cloudstack.py |  15 ++++
 libcloud/test/loadbalancer/test_ninefold.py   |  15 ++++
 libcloud/test/storage/test_dummy.py           |  15 ++++
 scripts/check_asf_license_headers.py          | 102 ++++++++++++++++++++++++++
 tox.ini                                       |   5 +-
 30 files changed, 499 insertions(+), 2 deletions(-)
 create mode 100755 scripts/check_asf_license_headers.py