Skip to content

Commit cc67873

Browse files
authored
Standardize on two-line license header (#3066)
1 parent 61090a4 commit cc67873

File tree

621 files changed

+34
-622
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

621 files changed

+34
-622
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ indent_size = 2
3333
dotnet_separate_import_directive_groups = false
3434
dotnet_sort_system_directives_first = false
3535
dotnet_diagnostic.IDE0005.severity = warning
36-
file_header_template = Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the MIT license.\nSee the LICENSE file in the project root for more information.
36+
file_header_template = Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the MIT license.
3737

3838
# this. and Me. preferences
3939
dotnet_style_qualification_for_event = false

CONTRIBUTING.md

-1

src/Microsoft.Diagnostics.Monitoring.Options/AuthenticationOptions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.Diagnostics.Monitoring.WebApi;
65
using System.ComponentModel.DataAnnotations;

src/Microsoft.Diagnostics.Monitoring.Options/AzureBlobEgressProviderOptions.Validate.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.Diagnostics.Monitoring.WebApi;
65
using System.Collections.Generic;

src/Microsoft.Diagnostics.Monitoring.Options/AzureBlobEgressProviderOptions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.Diagnostics.Monitoring.WebApi;
65
using System;

src/Microsoft.Diagnostics.Monitoring.Options/CollectionRuleFinishedStates.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
namespace Microsoft.Diagnostics.Monitoring.WebApi
65
{

src/Microsoft.Diagnostics.Monitoring.Options/CollectionRuleMetadata.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
namespace Microsoft.Diagnostics.Monitoring.WebApi
65
{

src/Microsoft.Diagnostics.Monitoring.Options/CollectionRuleState.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
namespace Microsoft.Diagnostics.Monitoring.WebApi
65
{

src/Microsoft.Diagnostics.Monitoring.Options/CorsConfigurationOptions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using System.ComponentModel.DataAnnotations;
65

src/Microsoft.Diagnostics.Monitoring.Options/DiagnosticPortConnectionMode.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
namespace Microsoft.Diagnostics.Monitoring.WebApi
65
{

src/Microsoft.Diagnostics.Monitoring.Options/DiagnosticPortOptions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using System.ComponentModel;
65
using System.ComponentModel.DataAnnotations;

src/Microsoft.Diagnostics.Monitoring.Options/DiagnosticPortOptionsDefaults.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
namespace Microsoft.Diagnostics.Monitoring.WebApi
65
{

src/Microsoft.Diagnostics.Monitoring.Options/DiagnosticPortOptionsExtensions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
namespace Microsoft.Diagnostics.Monitoring.WebApi
65
{

src/Microsoft.Diagnostics.Monitoring.Options/EgressOptions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.Diagnostics.Monitoring.WebApi;
65
using Microsoft.Diagnostics.Tools.Monitor.Egress.AzureBlob;

src/Microsoft.Diagnostics.Monitoring.Options/ExperimentalAttribute.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using System;
65

src/Microsoft.Diagnostics.Monitoring.Options/FileSystemEgressProviderOptions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.Diagnostics.Monitoring.WebApi;
65
using System.ComponentModel.DataAnnotations;

src/Microsoft.Diagnostics.Monitoring.Options/GlobalCounterOptions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using System;
65
using System.ComponentModel;

src/Microsoft.Diagnostics.Monitoring.Options/GlobalCounterOptionsDefaults.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
namespace Microsoft.Diagnostics.Monitoring.WebApi
65
{

src/Microsoft.Diagnostics.Monitoring.Options/IEgressProviderCommonOptions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
namespace Microsoft.Diagnostics.Tools.Monitor.Egress
65
{

src/Microsoft.Diagnostics.Monitoring.Options/InProcessFeaturesOptions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.Diagnostics.Monitoring.WebApi;
65
using System.ComponentModel;

src/Microsoft.Diagnostics.Monitoring.Options/InProcessFeaturesOptionsDefaults.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
namespace Microsoft.Diagnostics.Monitoring.Options
65
{

src/Microsoft.Diagnostics.Monitoring.Options/InProcessFeaturesOptionsExtensions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
namespace Microsoft.Diagnostics.Monitoring.Options
65
{

src/Microsoft.Diagnostics.Monitoring.Options/LogFormat.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
namespace Microsoft.Diagnostics.Monitoring.Options
65
{

src/Microsoft.Diagnostics.Monitoring.Options/MetricsOptions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using System.Collections.Generic;
65
using System.ComponentModel;

src/Microsoft.Diagnostics.Monitoring.Options/MetricsOptionsDefaults.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
namespace Microsoft.Diagnostics.Monitoring.WebApi
65
{

src/Microsoft.Diagnostics.Monitoring.Options/MetricsOptionsExtensions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
namespace Microsoft.Diagnostics.Monitoring.WebApi
65
{

src/Microsoft.Diagnostics.Monitoring.Options/MonitorApiKeyOptions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.Diagnostics.Monitoring.WebApi;
65
using System.ComponentModel.DataAnnotations;

src/Microsoft.Diagnostics.Monitoring.Options/ProcessFilterOptions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using System.Collections.Generic;
65
using System.ComponentModel;

src/Microsoft.Diagnostics.Monitoring.Options/S3StorageEgressProviderOptions.Validate.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.Diagnostics.Monitoring.WebApi;
65
using System.Collections.Generic;

src/Microsoft.Diagnostics.Monitoring.Options/S3StorageEgressProviderOptions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.Diagnostics.Monitoring.WebApi;
65
using System;

src/Microsoft.Diagnostics.Monitoring.Options/StorageOptions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.Diagnostics.Monitoring.Options;
65
using System.ComponentModel.DataAnnotations;

src/Microsoft.Diagnostics.Monitoring.WebApi/ActionContextExtensions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.AspNetCore.Http.Features;
65
using Microsoft.AspNetCore.Mvc;

src/Microsoft.Diagnostics.Monitoring.WebApi/ArtifactMetadataNames.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
namespace Microsoft.Diagnostics.Monitoring.WebApi
65
{

src/Microsoft.Diagnostics.Monitoring.WebApi/ArtifactOperationExetensions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using System.IO;
65
using System.Threading;

src/Microsoft.Diagnostics.Monitoring.WebApi/AssemblyExtensions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using System.Reflection;
65

src/Microsoft.Diagnostics.Monitoring.WebApi/Auth/AuthConstants.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54

65
namespace Microsoft.Diagnostics.Monitoring.WebApi

src/Microsoft.Diagnostics.Monitoring.WebApi/CancellationTokenSourceExtensions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using System.Threading;
65

src/Microsoft.Diagnostics.Monitoring.WebApi/CollectionRulePipelineState.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using System;
65
using System.Collections.Generic;

src/Microsoft.Diagnostics.Monitoring.WebApi/CommandLineHelper.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using System.Text;
65

src/Microsoft.Diagnostics.Monitoring.WebApi/ConfigurationHelper.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using System;
65

src/Microsoft.Diagnostics.Monitoring.WebApi/ContentTypeUtilities.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.Net.Http.Headers;
65
using System;

src/Microsoft.Diagnostics.Monitoring.WebApi/ContentTypes.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
namespace Microsoft.Diagnostics.Monitoring.WebApi
65
{

src/Microsoft.Diagnostics.Monitoring.WebApi/Controllers/DiagController.Metrics.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.AspNetCore.Http;
65
using Microsoft.AspNetCore.Mvc;

src/Microsoft.Diagnostics.Monitoring.WebApi/Controllers/DiagController.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.AspNetCore.Authorization;
65
using Microsoft.AspNetCore.Http;

src/Microsoft.Diagnostics.Monitoring.WebApi/Controllers/DiagControllerExtensions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.AspNetCore.Http;
65
using Microsoft.AspNetCore.Mvc;

src/Microsoft.Diagnostics.Monitoring.WebApi/Controllers/MetricsController.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.AspNetCore.Http;
65
using Microsoft.AspNetCore.Mvc;

src/Microsoft.Diagnostics.Monitoring.WebApi/Controllers/OperationsController.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.AspNetCore.Authorization;
65
using Microsoft.AspNetCore.Http;

src/Microsoft.Diagnostics.Monitoring.WebApi/DiagProcessFilter.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using System;
65
using System.Collections.Generic;

src/Microsoft.Diagnostics.Monitoring.WebApi/DiagnosticServices.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.Extensions.Logging;
65
using Microsoft.Extensions.Options;

src/Microsoft.Diagnostics.Monitoring.WebApi/DumpService.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.Diagnostics.NETCore.Client;
65
using Microsoft.Extensions.Options;

src/Microsoft.Diagnostics.Monitoring.WebApi/EgressOutputConfiguration.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
namespace Microsoft.Diagnostics.Monitoring.WebApi
65
{

src/Microsoft.Diagnostics.Monitoring.WebApi/EgressValidationAttribute.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.AspNetCore.Http;
65
using Microsoft.AspNetCore.Mvc;

src/Microsoft.Diagnostics.Monitoring.WebApi/EncodingCache.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using System.Text;
65

src/Microsoft.Diagnostics.Monitoring.WebApi/EndpointInfo/IEndpointInfoExtensions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using System;
65

src/Microsoft.Diagnostics.Monitoring.WebApi/EndpointInfo/IEndpointInfoSource.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.Diagnostics.NETCore.Client;
65
using System;

src/Microsoft.Diagnostics.Monitoring.WebApi/EventMonitoringPassthroughStream.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using Microsoft.Diagnostics.Tracing;
65
using System;

0 commit comments

Comments
 (0)