Skip to content

Commit fe6a82c

Browse files
Add missing license in qemu_config.py
1 parent f320b36 commit fe6a82c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts/qemu/qemu_config.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
"""
2+
Copyright (C) 2023-2024 Intel Corporation
3+
4+
Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
5+
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+
"""
7+
18
import re
29
import subprocess # nosec
310
import sys

0 commit comments

Comments
 (0)