Skip to content

Commit

Permalink
Add license header on the manual test code
Browse files Browse the repository at this point in the history
  • Loading branch information
noahfalk committed Nov 12, 2024
1 parent 672bb8f commit 45e1987
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Collections.Generic;
using System.Linq;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Collections.Generic;

namespace Allocate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Collections.Generic;

namespace Allocate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#pragma warning disable CS0169 // Remove unused private members
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#pragma warning disable CS0169 // Remove unused private members
#pragma warning disable IDE0049 // Simplify Names

using System;
Expand Down Expand Up @@ -177,4 +180,4 @@ internal class Object144 : Object0
}
}
#pragma warning restore IDE0049 // Simplify Names
#pragma warning restore CS0169 // Remove unused private members
#pragma warning restore CS0169 // Remove unused private members
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System.Diagnostics.Tracing;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System.Diagnostics.Tracing;

namespace Allocate
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

namespace Allocate
{
public interface IAllocations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Diagnostics;

namespace Allocate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#pragma warning disable CS0169 // Remove unused private members
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#pragma warning disable CS0169 // Remove unused private members
#pragma warning disable IDE0049 // Simplify Names

using System;
Expand Down Expand Up @@ -173,4 +176,4 @@ internal class Object96 : Object0


#pragma warning restore IDE0049 // Simplify Names
#pragma warning restore CS0169 // Remove unused private members
#pragma warning restore CS0169 // Remove unused private members
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using Microsoft.Diagnostics.NETCore.Client;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using Microsoft.Diagnostics.NETCore.Client;
using Microsoft.Diagnostics.Tracing.Parsers;
using Microsoft.Diagnostics.Tracing;
using System.Diagnostics.Tracing;
Expand Down

0 comments on commit 45e1987

Please sign in to comment.