Skip to content

Commit b376aa8

Browse files
committed
Fix license header in several code files
***NO_CI***
1 parent f90160c commit b376aa8

5 files changed

+13
-36
lines changed

src/CLR/CorLib/corlib_native_System_Threading_Interlocked.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
44
// See LICENSE file in the project root for full license information.
55
//
6+
67
#include "CorLib.h"
78

89
HRESULT Library_corlib_native_System_Threading_Interlocked::Increment___STATIC__I4__BYREF_I4(CLR_RT_StackFrame &stack)

src/CLR/CorLib/corlib_native_System_Threading_SpinWait.cpp

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
//-----------------------------------------------------------------------------
21
//
3-
// ** WARNING! **
4-
// This file was generated automatically by a tool.
5-
// Re-running the tool will overwrite this file.
6-
// You should copy this file to a custom location
7-
// before adding any customization in the copy to
8-
// prevent loss of your changes when the tool is
9-
// re-run.
2+
// Copyright (c) .NET Foundation and Contributors
3+
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
4+
// See LICENSE file in the project root for full license information.
105
//
11-
//-----------------------------------------------------------------------------
126

137
#include "corlib_native.h"
148

src/DeviceInterfaces/Networking.Sntp/nf_networking_sntp_nanoFramework_Networking_Sntp_stubs.cpp

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
//-----------------------------------------------------------------------------
21
//
3-
// ** WARNING! **
4-
// This file was generated automatically by a tool.
5-
// Re-running the tool will overwrite this file.
6-
// You should copy this file to a custom location
7-
// before adding any customization in the copy to
8-
// prevent loss of your changes when the tool is
9-
// re-run.
2+
// Copyright (c) .NET Foundation and Contributors
3+
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
4+
// See LICENSE file in the project root for full license information.
105
//
11-
//-----------------------------------------------------------------------------
126

137
#include "nf_networking_sntp.h"
148

src/System.Device.Adc/sys_dev_adc_native_System_Device_Adc_AdcChannel_stubs.cpp

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
//-----------------------------------------------------------------------------
21
//
3-
// ** WARNING! **
4-
// This file was generated automatically by a tool.
5-
// Re-running the tool will overwrite this file.
6-
// You should copy this file to a custom location
7-
// before adding any customization in the copy to
8-
// prevent loss of your changes when the tool is
9-
// re-run.
2+
// Copyright (c) .NET Foundation and Contributors
3+
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
4+
// See LICENSE file in the project root for full license information.
105
//
11-
//-----------------------------------------------------------------------------
126

137
#include "sys_dev_adc_native.h"
148

src/System.Device.Adc/sys_dev_adc_native_System_Device_Adc_AdcController_stubs.cpp

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
//-----------------------------------------------------------------------------
21
//
3-
// ** WARNING! **
4-
// This file was generated automatically by a tool.
5-
// Re-running the tool will overwrite this file.
6-
// You should copy this file to a custom location
7-
// before adding any customization in the copy to
8-
// prevent loss of your changes when the tool is
9-
// re-run.
2+
// Copyright (c) .NET Foundation and Contributors
3+
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
4+
// See LICENSE file in the project root for full license information.
105
//
11-
//-----------------------------------------------------------------------------
126

137
#include "sys_dev_adc_native.h"
148

0 commit comments

Comments
 (0)