Skip to content

Commit 15f6e47

Browse files
committed
Add license detection test
Reference: #3532 Reported-by: Omair Majid @omajid Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 2cd6ad4 commit 15f6e47

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
4+
using System.Security.Claims;
5+
using BenchmarkDotNet.Attributes;
6+
using Microsoft.IdentityModel.JsonWebTokens;
7+
using Microsoft.IdentityModel.TestUtils;
8+
using Microsoft.IdentityModel.Tokens;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
license_expressions:
2+
- mit

0 commit comments

Comments
 (0)