Skip to content

Commit 9b1cf95

Browse files
committed
Add copyright headers
1 parent 7fd977c commit 9b1cf95

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

src/DefaultBuilder/test/Microsoft.AspNetCore.TrimmingTests/SlimBuilderDoesNotDependOnX509Test.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
14
using Microsoft.AspNetCore.Builder;
25

36
var builder = WebApplication.CreateSlimBuilder(args);

src/DefaultBuilder/test/Microsoft.AspNetCore.TrimmingTests/UseHttpsDoesDependOnX509Test.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
14
using System;
25
using System.Security.Cryptography.X509Certificates;
36
using Microsoft.AspNetCore.Builder;

src/DefaultBuilder/test/Microsoft.AspNetCore.TrimmingTests/X509Utilities.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
14
using System;
25
using System.Diagnostics.CodeAnalysis;
36
using System.Linq;

0 commit comments

Comments
 (0)