Add missing license headers. (dotnet/coreclr#19693)
authorBrian Robbins <brianrob@microsoft.com>
Tue, 28 Aug 2018 04:27:57 +0000 (21:27 -0700)
committerJan Kotas <jkotas@microsoft.com>
Tue, 28 Aug 2018 04:27:57 +0000 (21:27 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/1b92bb4ccb7c3deed5c2d3dedd55669e9ba9dd37

15 files changed:
src/coreclr/tests/src/tracing/common/Assert.cs
src/coreclr/tests/src/tracing/common/EtlFile.cs
src/coreclr/tests/src/tracing/common/NetPerfFile.cs
src/coreclr/tests/src/tracing/common/TraceConfiguration.cs
src/coreclr/tests/src/tracing/common/TraceControl.cs
src/coreclr/tests/src/tracing/eventactivityidcontrol/EventActivityIdControl.cs
src/coreclr/tests/src/tracing/eventlistener/EventListener.cs
src/coreclr/tests/src/tracing/eventsource/eventpipeandetw/EventPipeAndEtw.cs
src/coreclr/tests/src/tracing/eventsource/eventsourcetrace/EventSourceTrace.cs
src/coreclr/tests/src/tracing/runtimeeventsource/RuntimeEventSourceTest.cs
src/coreclr/tests/src/tracing/tracevalidation/inducedgc/InducedGC.cs
src/coreclr/tests/src/tracing/tracevalidation/jittingstarted/JittingStarted.cs
src/coreclr/tests/src/tracing/tracevalidation/rundown/Rundown.cs
src/coreclr/tests/src/tracing/tracevalidation/tracelogging/EventSourceTest.cs
src/coreclr/tests/src/tracing/tracevalidation/tracelogging/TraceLogging.cs

index be147db..2bd5a2c 100755 (executable)
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
 using System;
 
 namespace Tracing.Tests.Common
index f476ce2..07abbd6 100644 (file)
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
 using System;
 using System.IO;
 
index 0525cc8..d43ce0e 100644 (file)
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
 using System;
 using System.IO;
 
index 308bbe8..ad986c3 100644 (file)
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
 using System;
 using System.Reflection;
 
index 80d00c0..82790fc 100644 (file)
@@ -1,4 +1,8 @@
-using System;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+using System;
 using System.Reflection;
 
 namespace Tracing.Tests.Common
index c650234..aca88cb 100755 (executable)
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
 using System;
 using System.Reflection;
 using System.Threading;
index dcadd62..1483e5c 100644 (file)
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
 using System;
 using System.IO;
 using System.Diagnostics.Tracing;
index 71ef013..ee8ae83 100644 (file)
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
 using System;
 using System.IO;
 using System.Collections.Generic;
index 78d53ce..de86172 100644 (file)
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
 using System;
 using System.IO;
 using System.Collections.Generic;
index 18b78f4..1d39bd7 100644 (file)
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
 using System;
 using System.IO;
 using System.Diagnostics.Tracing;
index 5c06070..0649e82 100644 (file)
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
 using System;
 using System.IO;
 using Tracing.Tests.Common;
index 12d5347..3b620d9 100644 (file)
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
 using System;
 using System.IO;
 using System.Reflection;
index bdd8edd..59d3a9b 100644 (file)
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
 using System;
 using System.Collections.Generic;
 using Microsoft.Diagnostics.Tracing;
index 79969ea..e3332ce 100644 (file)
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
 using System;
 using System.Collections.Generic;
 using System.Diagnostics.Tracing;
index 19a8ea4..ab7f10f 100644 (file)
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
 using System;
 using System.IO;
 using System.Collections.Generic;