Skip to content

Commit 117c1e4

Browse files
committed
Normalize all file headers to the expected Apache 2.0 license
\n\nCommit migrated from dotnet/extensions@cec6e75
1 parent bd806a9 commit 117c1e4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Caching/SqlServer/test/TestOptions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3+
14
using Microsoft.Extensions.Options;
25

36
namespace Microsoft.Extensions.Caching.SqlServer

src/Caching/samples/ProfilingSample/Program.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3+
14
using System;
25
using System.Collections.Generic;
36
using System.Threading.Tasks;

0 commit comments

Comments
 (0)