Skip to content

Commit 045aeb7

Browse files
committed
Added missing file headers
1 parent aeb8fd5 commit 045aeb7

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-6
lines changed

Microsoft.Toolkit.HighPerformance/Streams/MemoryStream.ThrowExceptions.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
using System;
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+
// See the LICENSE file in the project root for more information.
4+
5+
using System;
26
using System.IO;
37

48
namespace Microsoft.Toolkit.HighPerformance.Streams

Microsoft.Toolkit.HighPerformance/Streams/MemoryStream.Validate.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
using System.IO;
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+
// See the LICENSE file in the project root for more information.
4+
5+
using System.IO;
26
using System.Runtime.CompilerServices;
37

48
namespace Microsoft.Toolkit.HighPerformance.Streams

Microsoft.Toolkit.HighPerformance/Streams/MemoryStream.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
using System;
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+
// See the LICENSE file in the project root for more information.
4+
5+
using System;
26
using System.Buffers;
37
using System.Diagnostics.Contracts;
48
using System.IO;

Microsoft.Toolkit.HighPerformance/Streams/Sources/ArrayOwner.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
using System;
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+
// See the LICENSE file in the project root for more information.
4+
5+
using System;
26
using System.Runtime.CompilerServices;
37
using System.Runtime.InteropServices;
48
using Microsoft.Toolkit.HighPerformance.Extensions;

Microsoft.Toolkit.HighPerformance/Streams/Sources/Interfaces/ISpanOwner.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
using System;
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+
// See the LICENSE file in the project root for more information.
4+
5+
using System;
26

37
namespace Microsoft.Toolkit.HighPerformance.Streams
48
{

Microsoft.Toolkit.HighPerformance/Streams/Sources/MemoryManagerOwner.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
using System;
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+
// See the LICENSE file in the project root for more information.
4+
5+
using System;
26
using System.Buffers;
37
using System.Runtime.CompilerServices;
48
using System.Runtime.InteropServices;

0 commit comments

Comments
 (0)