add copyright comments
This commit is contained in:
Родитель
0aa21cd78a
Коммит
f1914617c4
|
@ -1,5 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Copyright (c) Microsoft Corporation.
|
||||
# Licensed under the MIT license.
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
VMID_FILE="/var/local/vmid"
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
"""Python module to easily allow for reporting ready to Azure."""
|
||||
|
||||
# Copyright (c) Microsoft Corporation.
|
||||
# Licensed under the MIT license.
|
||||
|
||||
import http.client
|
||||
from xml.etree import ElementTree
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче