From 3c49d861dfa75c196f9d161e3cf0472950697a52 Mon Sep 17 00:00:00 2001 From: rastala Date: Sun, 2 Dec 2018 21:47:13 -0500 Subject: [PATCH] license updates --- sdk-license/LICENSE.txt | 13 +++++++++++++ .../license.txt => sdk-preview-license/LICENSE.txt | 0 2 files changed, 13 insertions(+) create mode 100644 sdk-license/LICENSE.txt rename sdk-license/license.txt => sdk-preview-license/LICENSE.txt (100%) diff --git a/sdk-license/LICENSE.txt b/sdk-license/LICENSE.txt new file mode 100644 index 00000000..bb3bf887 --- /dev/null +++ b/sdk-license/LICENSE.txt @@ -0,0 +1,13 @@ +This software is made available to you on the condition that you agree to +[your agreement][1] governing your use of Azure. +If you do not have an existing agreement governing your use of Azure, you agree that +your agreement governing use of Azure is the [Microsoft Online Subscription Agreement][2] +(which incorporates the [Online Services Terms][3]). +By using the software you agree to these terms. This software may collect data +that is transmitted to Microsoft. Please see the [Microsoft Privacy Statement][4] +to learn more about how Microsoft processes personal data. + +[1]: https://azure.microsoft.com/en-us/support/legal/ +[2]: https://azure.microsoft.com/en-us/support/legal/subscription-agreement/ +[3]: http://www.microsoftvolumelicensing.com/DocumentSearch.aspx?Mode=3&DocumentTypeId=46 +[4]: http://go.microsoft.com/fwlink/?LinkId=248681 diff --git a/sdk-license/license.txt b/sdk-preview-license/LICENSE.txt similarity index 100% rename from sdk-license/license.txt rename to sdk-preview-license/LICENSE.txt