Skip to content

Commit 14b844c

Browse files
authored
Add copyright info to eventpipe files (#82232)
1 parent b171cda commit 14b844c

File tree

14 files changed

+42
-4
lines changed

14 files changed

+42
-4
lines changed

src/coreclr/nativeaot/Runtime/EventPipeInterface.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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+
34
#ifndef __EVENTPIPE_INTERFACE_H__
45
#define __EVENTPIPE_INTERFACE_H__
56

src/coreclr/nativeaot/Runtime/eventpipe/ds-rt-aot.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
// Implementation of ds-rt.h targeting AOT runtime.
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+
4+
// Implementation of ds-rt.h targeting NativeAOT runtime.
25
#ifndef __DIAGNOSTICS_RT_AOT_H__
36
#define __DIAGNOSTICS_RT_AOT_H__
47

src/coreclr/nativeaot/Runtime/eventpipe/ds-rt-types-aot.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
// Implementation of ds-rt-types.h targeting CoreCLR runtime.
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+
4+
// Implementation of ds-rt-types.h targeting NativeAOT runtime.
25
#ifndef __DIAGNOSTICS_RT_TYPES_AOT_H__
36
#define __DIAGNOSTICS_RT_TYPES_AOT_H__
47

src/coreclr/nativeaot/Runtime/eventpipe/ep-rt-aot.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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+
14
#include <eventpipe/ep-rt-config.h>
25

36
#ifdef ENABLE_PERFTRACING

src/coreclr/nativeaot/Runtime/eventpipe/ep-rt-aot.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
// Implementation of ep-rt.h targeting CoreCLR runtime.
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+
4+
// Implementation of ep-rt.h targeting NativeAOT runtime.
25
#ifndef __EVENTPIPE_RT_AOT_H__
36
#define __EVENTPIPE_RT_AOT_H__
47

src/coreclr/nativeaot/Runtime/eventpipe/ep-rt-config-aot.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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+
14
#ifndef __EVENTPIPE_RT_CONFIG_AOT_H__
25
#define __EVENTPIPE_RT_CONFIG_AOT_H__
36

src/coreclr/nativeaot/Runtime/eventpipe/ep-rt-types-aot.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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+
14
// Implementation of ep-rt-types.h targeting AOT runtime.
25
#ifndef __EVENTPIPE_RT_TYPES_AOT_H__
36
#define __EVENTPIPE_RT_TYPES_AOT_H__

src/coreclr/nativeaot/System.Private.CoreLib/src/System/Diagnostics/Eventing/EventPipe.NativeAot.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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+
34
using System.Runtime;
45
using System.Runtime.InteropServices;
56

src/coreclr/vm/eventing/eventpipe/ds-rt-coreclr.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
// Implementation of ds-rt.h targeting Mono runtime.
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+
4+
// Implementation of ds-rt.h targeting CoreCLR runtime.
25
#ifndef __DIAGNOSTICS_RT_MONO_H__
36
#define __DIAGNOSTICS_RT_MONO_H__
47

src/coreclr/vm/eventing/eventpipe/ds-rt-types-coreclr.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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+
14
// Implementation of ds-rt-types.h targeting CoreCLR runtime.
25
#ifndef __DIAGNOSTICS_RT_TYPES_CORECLR_H__
36
#define __DIAGNOSTICS_RT_TYPES_CORECLR_H__

0 commit comments

Comments
 (0)