summaryrefslogtreecommitdiff
path: root/tests/vmtests/test_basic.py
diff options
authorScott Moser <[email protected]>2018-01-19 10:16:46 -0500
committerScott Moser <[email protected]>2018-01-19 14:58:37 -0500
commit855ab0cab0a15ba1bfd5fcd8158db0e6e559a1ef (patch)
tree644a5465ba325c87cb80371bc7de981e37a40a32 /tests/vmtests/test_basic.py
parenta4c9636bcf90d5ac7d0dbcbe64666c06b2c7a5be (diff)
Make license headers and file footers consistent and simplify.
There is no actual code change here. The changes are a.) move LICENSE file to LICENSE-AGPLv3 b.) put short form of AGPL-v3 license in LICENSE file, and mention Copyright info there. c.) remove license headers in python or shell files. d.) put a single line header in all python or shell files. e.) put a single footer line in all python or shell files. There is a change here from "AGPLv3 or later" to just "AGPLv3".
Diffstat (limited to 'tests/vmtests/test_basic.py')
-rw-r--r--tests/vmtests/test_basic.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/vmtests/test_basic.py b/tests/vmtests/test_basic.py
index 711c18fc..2d985141 100644
--- a/tests/vmtests/test_basic.py
+++ b/tests/vmtests/test_basic.py
@@ -1,3 +1,5 @@
+# This file is part of curtin. See LICENSE file for copyright and license info.
+
from . import (
VMBaseClass,
get_apt_proxy)
@@ -290,3 +292,5 @@ class ArtfulTestScsiBasic(relbase.artful, TestBasicScsiAbs):
class BionicTestScsiBasic(relbase.bionic, TestBasicScsiAbs):
__test__ = True
+
+# vi: ts=4 expandtab syntax=python