Skip to content

Commit 12e5980

Browse files
committed
Updating license
1 parent d5166bb commit 12e5980

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

Microsoft.Identity.Web/TokenAcquisition.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License.
3+
34
using Microsoft.AspNetCore.Authentication.AzureAD.UI;
45
using Microsoft.AspNetCore.Authentication.OpenIdConnect;
56
using Microsoft.AspNetCore.Http;

Microsoft.Identity.Web/TokenCacheProviders/IMsalTokenCacheProvider .cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using Microsoft.Identity.Client;
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
4+
using Microsoft.Identity.Client;
25
using System.Threading.Tasks;
36

47
namespace Microsoft.Identity.Web.TokenCacheProviders

Microsoft.Identity.Web/TokenCacheProviders/InMemory/MsalMemoryTokenCacheProvider.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System.Threading.Tasks;
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
4+
using System.Threading.Tasks;
25
using Microsoft.AspNetCore.Authentication.AzureAD.UI;
36
using Microsoft.AspNetCore.Http;
47
using Microsoft.Extensions.Caching.Memory;

Microsoft.Identity.Web/TokenCacheProviders/MsalAbstractTokenCacheProvider.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
using System;
2-
using System.Threading.Tasks;
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
34
using Microsoft.AspNetCore.Authentication.AzureAD.UI;
45
using Microsoft.AspNetCore.Http;
56
using Microsoft.Extensions.Options;
67
using Microsoft.Identity.Client;
8+
using System.Threading.Tasks;
79

810
namespace Microsoft.Identity.Web.TokenCacheProviders
911
{

Microsoft.Identity.Web/TokenCacheProviders/Session/MsalSessionTokenCacheProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License.
3+
34
using System;
45
using Microsoft.AspNetCore.Authentication.AzureAD.UI;
56
using Microsoft.AspNetCore.Http;

Microsoft.Identity.Web/TokenCacheProviders/Sql/MsalSqlTokenCacheProvider.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using Microsoft.AspNetCore.Authentication.AzureAD.UI;
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
4+
using Microsoft.AspNetCore.Authentication.AzureAD.UI;
25
using Microsoft.AspNetCore.DataProtection;
36
using Microsoft.AspNetCore.Http;
47
using Microsoft.EntityFrameworkCore;

0 commit comments

Comments
 (0)