]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/utils/qemurunner: add comment and header
authorStefan Stanacar <stefanx.stanacar@intel.com>
Mon, 29 Jul 2013 21:45:53 +0000 (00:45 +0300)
committerSaul Wold <sgw@linux.intel.com>
Fri, 2 Aug 2013 04:57:52 +0000 (21:57 -0700)
One of the files was missing comment/header, unlike the others.

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/lib/oeqa/utils/qemurunner.py

index 1051b2b3d83e2c7238e638fca9756bc881eec4d8..02e0a4a11dada6d2c7bbf7220c609c10890e74ee 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (C) 2013 Intel Corporation
+#
+# Released under the MIT license (see COPYING.MIT)
+
+# This module provides a class for starting qemu images using runqemu.
+# It's used by testimage.bbclass.
+
 import subprocess
 import optparse
 import sys