From 9efe50a3b2eae8602b8469d5077fc2d75f779363 Mon Sep 17 00:00:00 2001 From: Hovsep Mkrtchyan Date: Tue, 31 May 2016 15:01:23 -0700 Subject: [PATCH] Added license header to CertificateAuthenticationProvider cs file. --- .../CertificateAuthenticationProvider.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Authentication/CertificateAuthenticationProvider.cs b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Authentication/CertificateAuthenticationProvider.cs index ac3e34037f83d..f619dc5e85ed5 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Authentication/CertificateAuthenticationProvider.cs +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Authentication/CertificateAuthenticationProvider.cs @@ -1,4 +1,7 @@ -using System; +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. + +using System; using System.Threading.Tasks; using Microsoft.IdentityModel.Clients.ActiveDirectory;