Skip to content

Commit 024df3a

Browse files
committed
Add license header to build_binary_tar_gz.py
1 parent 4d68516 commit 024df3a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/release/macos/build_binary_tar_gz.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/usr/bin/env python3
2+
# --------------------------------------------------------------------------------------------
3+
# Copyright (c) Microsoft Corporation. All rights reserved.
4+
# Licensed under the MIT License. See License.txt in the project root for license information.
5+
# --------------------------------------------------------------------------------------------
26
"""Build Azure CLI tar.gz using Homebrew Python (no bundled Python).
37
48
This build produces a lightweight tar.gz with:

0 commit comments

Comments
 (0)