
- put a brief description of license in LICENSE file - put full license versions in LICENSE-GPLv3 and LICENSE-Apache2.0 - simplify the per-file header to reference LICENSE - also, tox.ini: work around httpretty issue Change-Id: I259ed23767472047da823c1a67085e47afc561d8
10 lines
214 B
Python
10 lines
214 B
Python
# Copyright 2015 Canonical Ltd.
|
|
# Copyright 2015 Cloudbase Solutions Srl
|
|
# This file is part of cloud-init. See LICENCE file for license information.
|
|
|
|
|
|
def main():
|
|
print("Hello World\n")
|
|
|
|
# vi: ts=4 expandtab
|