diff --git a/src/az-python/__init__.py b/src/az-python/__init__.py index 1be8fc66..90d6cfbf 100644 --- a/src/az-python/__init__.py +++ b/src/az-python/__init__.py @@ -1 +1,6 @@ +# ------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See LICENSE in project root for information. +# ------------------------------------------------------------- +"""Collection of Python Libraries for use on Azure""" __version__="1.0.2"