From: Brian Robbins Date: Tue, 28 Aug 2018 04:27:57 +0000 (-0700) Subject: Add missing license headers. (dotnet/coreclr#19693) X-Git-Tag: submit/tizen/20210909.063632~11030^2~4039 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a87c9973789a3bf1e44b5cc843a0e94c44217cc;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Add missing license headers. (dotnet/coreclr#19693) Commit migrated from https://github.com/dotnet/coreclr/commit/1b92bb4ccb7c3deed5c2d3dedd55669e9ba9dd37 --- diff --git a/src/coreclr/tests/src/tracing/common/Assert.cs b/src/coreclr/tests/src/tracing/common/Assert.cs index be147db..2bd5a2c 100755 --- a/src/coreclr/tests/src/tracing/common/Assert.cs +++ b/src/coreclr/tests/src/tracing/common/Assert.cs @@ -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 diff --git a/src/coreclr/tests/src/tracing/common/EtlFile.cs b/src/coreclr/tests/src/tracing/common/EtlFile.cs index f476ce2..07abbd6 100644 --- a/src/coreclr/tests/src/tracing/common/EtlFile.cs +++ b/src/coreclr/tests/src/tracing/common/EtlFile.cs @@ -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; diff --git a/src/coreclr/tests/src/tracing/common/NetPerfFile.cs b/src/coreclr/tests/src/tracing/common/NetPerfFile.cs index 0525cc8..d43ce0e 100644 --- a/src/coreclr/tests/src/tracing/common/NetPerfFile.cs +++ b/src/coreclr/tests/src/tracing/common/NetPerfFile.cs @@ -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; diff --git a/src/coreclr/tests/src/tracing/common/TraceConfiguration.cs b/src/coreclr/tests/src/tracing/common/TraceConfiguration.cs index 308bbe8..ad986c3 100644 --- a/src/coreclr/tests/src/tracing/common/TraceConfiguration.cs +++ b/src/coreclr/tests/src/tracing/common/TraceConfiguration.cs @@ -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; diff --git a/src/coreclr/tests/src/tracing/common/TraceControl.cs b/src/coreclr/tests/src/tracing/common/TraceControl.cs index 80d00c0..82790fc 100644 --- a/src/coreclr/tests/src/tracing/common/TraceControl.cs +++ b/src/coreclr/tests/src/tracing/common/TraceControl.cs @@ -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 diff --git a/src/coreclr/tests/src/tracing/eventactivityidcontrol/EventActivityIdControl.cs b/src/coreclr/tests/src/tracing/eventactivityidcontrol/EventActivityIdControl.cs index c650234..aca88cb 100755 --- a/src/coreclr/tests/src/tracing/eventactivityidcontrol/EventActivityIdControl.cs +++ b/src/coreclr/tests/src/tracing/eventactivityidcontrol/EventActivityIdControl.cs @@ -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; diff --git a/src/coreclr/tests/src/tracing/eventlistener/EventListener.cs b/src/coreclr/tests/src/tracing/eventlistener/EventListener.cs index dcadd62..1483e5c 100644 --- a/src/coreclr/tests/src/tracing/eventlistener/EventListener.cs +++ b/src/coreclr/tests/src/tracing/eventlistener/EventListener.cs @@ -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; diff --git a/src/coreclr/tests/src/tracing/eventsource/eventpipeandetw/EventPipeAndEtw.cs b/src/coreclr/tests/src/tracing/eventsource/eventpipeandetw/EventPipeAndEtw.cs index 71ef013..ee8ae83 100644 --- a/src/coreclr/tests/src/tracing/eventsource/eventpipeandetw/EventPipeAndEtw.cs +++ b/src/coreclr/tests/src/tracing/eventsource/eventpipeandetw/EventPipeAndEtw.cs @@ -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; diff --git a/src/coreclr/tests/src/tracing/eventsource/eventsourcetrace/EventSourceTrace.cs b/src/coreclr/tests/src/tracing/eventsource/eventsourcetrace/EventSourceTrace.cs index 78d53ce..de86172 100644 --- a/src/coreclr/tests/src/tracing/eventsource/eventsourcetrace/EventSourceTrace.cs +++ b/src/coreclr/tests/src/tracing/eventsource/eventsourcetrace/EventSourceTrace.cs @@ -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; diff --git a/src/coreclr/tests/src/tracing/runtimeeventsource/RuntimeEventSourceTest.cs b/src/coreclr/tests/src/tracing/runtimeeventsource/RuntimeEventSourceTest.cs index 18b78f4f..1d39bd7 100644 --- a/src/coreclr/tests/src/tracing/runtimeeventsource/RuntimeEventSourceTest.cs +++ b/src/coreclr/tests/src/tracing/runtimeeventsource/RuntimeEventSourceTest.cs @@ -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; diff --git a/src/coreclr/tests/src/tracing/tracevalidation/inducedgc/InducedGC.cs b/src/coreclr/tests/src/tracing/tracevalidation/inducedgc/InducedGC.cs index 5c06070..0649e82 100644 --- a/src/coreclr/tests/src/tracing/tracevalidation/inducedgc/InducedGC.cs +++ b/src/coreclr/tests/src/tracing/tracevalidation/inducedgc/InducedGC.cs @@ -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; diff --git a/src/coreclr/tests/src/tracing/tracevalidation/jittingstarted/JittingStarted.cs b/src/coreclr/tests/src/tracing/tracevalidation/jittingstarted/JittingStarted.cs index 12d5347..3b620d9 100644 --- a/src/coreclr/tests/src/tracing/tracevalidation/jittingstarted/JittingStarted.cs +++ b/src/coreclr/tests/src/tracing/tracevalidation/jittingstarted/JittingStarted.cs @@ -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; diff --git a/src/coreclr/tests/src/tracing/tracevalidation/rundown/Rundown.cs b/src/coreclr/tests/src/tracing/tracevalidation/rundown/Rundown.cs index bdd8edd..59d3a9b 100644 --- a/src/coreclr/tests/src/tracing/tracevalidation/rundown/Rundown.cs +++ b/src/coreclr/tests/src/tracing/tracevalidation/rundown/Rundown.cs @@ -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; diff --git a/src/coreclr/tests/src/tracing/tracevalidation/tracelogging/EventSourceTest.cs b/src/coreclr/tests/src/tracing/tracevalidation/tracelogging/EventSourceTest.cs index 79969ea..e3332ce 100644 --- a/src/coreclr/tests/src/tracing/tracevalidation/tracelogging/EventSourceTest.cs +++ b/src/coreclr/tests/src/tracing/tracevalidation/tracelogging/EventSourceTest.cs @@ -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; diff --git a/src/coreclr/tests/src/tracing/tracevalidation/tracelogging/TraceLogging.cs b/src/coreclr/tests/src/tracing/tracevalidation/tracelogging/TraceLogging.cs index 19a8ea4..ab7f10f 100644 --- a/src/coreclr/tests/src/tracing/tracevalidation/tracelogging/TraceLogging.cs +++ b/src/coreclr/tests/src/tracing/tracevalidation/tracelogging/TraceLogging.cs @@ -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;