summaryrefslogtreecommitdiff
path: root/src/vm/arm
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/arm')
-rw-r--r--src/vm/arm/CrtHelpers.asm7
-rw-r--r--src/vm/arm/PInvokeStubs.asm7
-rw-r--r--src/vm/arm/armsinglestepper.cpp7
-rw-r--r--src/vm/arm/asmconstants.h7
-rw-r--r--src/vm/arm/asmhelpers.S7
-rw-r--r--src/vm/arm/asmhelpers.asm7
-rw-r--r--src/vm/arm/asmmacros.h7
-rw-r--r--src/vm/arm/cgencpu.h7
-rw-r--r--src/vm/arm/crthelpers.S7
-rw-r--r--src/vm/arm/ehhelpers.S7
-rw-r--r--src/vm/arm/ehhelpers.asm7
-rw-r--r--src/vm/arm/exceparm.cpp7
-rw-r--r--src/vm/arm/excepcpu.h7
-rw-r--r--src/vm/arm/gmscpu.h7
-rw-r--r--src/vm/arm/jithelpersarm.cpp7
-rw-r--r--src/vm/arm/memcpy.S7
-rw-r--r--src/vm/arm/memcpy.asm7
-rw-r--r--src/vm/arm/memcpy_crt.asm7
-rw-r--r--src/vm/arm/patchedcode.S7
-rw-r--r--src/vm/arm/patchedcode.asm7
-rw-r--r--src/vm/arm/profiler.cpp7
-rw-r--r--src/vm/arm/stubs.cpp7
-rw-r--r--src/vm/arm/unixstubs.cpp7
-rw-r--r--src/vm/arm/virtualcallstubcpu.hpp7
24 files changed, 72 insertions, 96 deletions
diff --git a/src/vm/arm/CrtHelpers.asm b/src/vm/arm/CrtHelpers.asm
index e20b1bf0bf..6ba04b5971 100644
--- a/src/vm/arm/CrtHelpers.asm
+++ b/src/vm/arm/CrtHelpers.asm
@@ -1,7 +1,6 @@
-;
-; Copyright (c) Microsoft. All rights reserved.
-; Licensed under the MIT license. See LICENSE file in the project root for full license information.
-;
+; 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.
; ==++==
;
diff --git a/src/vm/arm/PInvokeStubs.asm b/src/vm/arm/PInvokeStubs.asm
index 6e0047a17f..791d66ab80 100644
--- a/src/vm/arm/PInvokeStubs.asm
+++ b/src/vm/arm/PInvokeStubs.asm
@@ -1,7 +1,6 @@
-;
-; Copyright (c) Microsoft. All rights reserved.
-; Licensed under the MIT license. See LICENSE file in the project root for full license information.
-;
+; 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.
;; ==++==
;;
diff --git a/src/vm/arm/armsinglestepper.cpp b/src/vm/arm/armsinglestepper.cpp
index 46df245243..e000959ef9 100644
--- a/src/vm/arm/armsinglestepper.cpp
+++ b/src/vm/arm/armsinglestepper.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// 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.
//
//
diff --git a/src/vm/arm/asmconstants.h b/src/vm/arm/asmconstants.h
index f121bdc224..e56cfc1a8d 100644
--- a/src/vm/arm/asmconstants.h
+++ b/src/vm/arm/asmconstants.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// 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.
// asmconstants.h -
//
// This header defines field offsets and constants used by assembly code
diff --git a/src/vm/arm/asmhelpers.S b/src/vm/arm/asmhelpers.S
index d625f6bbf5..2dcc817d6f 100644
--- a/src/vm/arm/asmhelpers.S
+++ b/src/vm/arm/asmhelpers.S
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// 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.
// ==++==
//
diff --git a/src/vm/arm/asmhelpers.asm b/src/vm/arm/asmhelpers.asm
index 82c38088d4..5a1a0b87a8 100644
--- a/src/vm/arm/asmhelpers.asm
+++ b/src/vm/arm/asmhelpers.asm
@@ -1,7 +1,6 @@
-;
-; Copyright (c) Microsoft. All rights reserved.
-; Licensed under the MIT license. See LICENSE file in the project root for full license information.
-;
+; 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.
;; ==++==
;;
diff --git a/src/vm/arm/asmmacros.h b/src/vm/arm/asmmacros.h
index a70d8f7906..cff79c259b 100644
--- a/src/vm/arm/asmmacros.h
+++ b/src/vm/arm/asmmacros.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// 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.
;; ==++==
;;
diff --git a/src/vm/arm/cgencpu.h b/src/vm/arm/cgencpu.h
index 362d86ebad..301118b144 100644
--- a/src/vm/arm/cgencpu.h
+++ b/src/vm/arm/cgencpu.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// 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.
//
diff --git a/src/vm/arm/crthelpers.S b/src/vm/arm/crthelpers.S
index 7ccf03a0ce..b561f2790c 100644
--- a/src/vm/arm/crthelpers.S
+++ b/src/vm/arm/crthelpers.S
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// 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.
// ==++==
//
diff --git a/src/vm/arm/ehhelpers.S b/src/vm/arm/ehhelpers.S
index a15f7cc4ac..dfe1b11e0d 100644
--- a/src/vm/arm/ehhelpers.S
+++ b/src/vm/arm/ehhelpers.S
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// 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.
// ==++==
//
diff --git a/src/vm/arm/ehhelpers.asm b/src/vm/arm/ehhelpers.asm
index fc7c55e801..ac26c7eaf4 100644
--- a/src/vm/arm/ehhelpers.asm
+++ b/src/vm/arm/ehhelpers.asm
@@ -1,7 +1,6 @@
-;
-; Copyright (c) Microsoft. All rights reserved.
-; Licensed under the MIT license. See LICENSE file in the project root for full license information.
-;
+; 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.
; ==++==
;
diff --git a/src/vm/arm/exceparm.cpp b/src/vm/arm/exceparm.cpp
index 4904229f5f..9b14d41c83 100644
--- a/src/vm/arm/exceparm.cpp
+++ b/src/vm/arm/exceparm.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// 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.
//
// File: ExcepArm.cpp
diff --git a/src/vm/arm/excepcpu.h b/src/vm/arm/excepcpu.h
index 6b8e16a972..fc0c44e5de 100644
--- a/src/vm/arm/excepcpu.h
+++ b/src/vm/arm/excepcpu.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// 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.
//
//
diff --git a/src/vm/arm/gmscpu.h b/src/vm/arm/gmscpu.h
index fdefb32749..d6fd83da65 100644
--- a/src/vm/arm/gmscpu.h
+++ b/src/vm/arm/gmscpu.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// 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.
/**************************************************************/
/* gmscpu.h */
diff --git a/src/vm/arm/jithelpersarm.cpp b/src/vm/arm/jithelpersarm.cpp
index aea707d3e7..40827dd712 100644
--- a/src/vm/arm/jithelpersarm.cpp
+++ b/src/vm/arm/jithelpersarm.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// 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.
// ===========================================================================
// File: JITHelpersARM.CPP
diff --git a/src/vm/arm/memcpy.S b/src/vm/arm/memcpy.S
index f5b2341c75..3ab403404e 100644
--- a/src/vm/arm/memcpy.S
+++ b/src/vm/arm/memcpy.S
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// 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.
#include "unixasmmacros.inc"
#include "asmconstants.h"
diff --git a/src/vm/arm/memcpy.asm b/src/vm/arm/memcpy.asm
index 8d4e60adec..65c662c2d7 100644
--- a/src/vm/arm/memcpy.asm
+++ b/src/vm/arm/memcpy.asm
@@ -1,7 +1,6 @@
-;
-; Copyright (c) Microsoft. All rights reserved.
-; Licensed under the MIT license. See LICENSE file in the project root for full license information.
-;
+; 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.
;
diff --git a/src/vm/arm/memcpy_crt.asm b/src/vm/arm/memcpy_crt.asm
index 34445217a3..5e3a97e3fa 100644
--- a/src/vm/arm/memcpy_crt.asm
+++ b/src/vm/arm/memcpy_crt.asm
@@ -1,7 +1,6 @@
-;
-; Copyright (c) Microsoft. All rights reserved.
-; Licensed under the MIT license. See LICENSE file in the project root for full license information.
-;
+; 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.
;
diff --git a/src/vm/arm/patchedcode.S b/src/vm/arm/patchedcode.S
index 97b202ccbd..9335fe65fc 100644
--- a/src/vm/arm/patchedcode.S
+++ b/src/vm/arm/patchedcode.S
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// 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.
// ==++==
//
diff --git a/src/vm/arm/patchedcode.asm b/src/vm/arm/patchedcode.asm
index 9c3191e23b..2ccda5810f 100644
--- a/src/vm/arm/patchedcode.asm
+++ b/src/vm/arm/patchedcode.asm
@@ -1,7 +1,6 @@
-;
-; Copyright (c) Microsoft. All rights reserved.
-; Licensed under the MIT license. See LICENSE file in the project root for full license information.
-;
+; 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.
;; ==++==
;;
diff --git a/src/vm/arm/profiler.cpp b/src/vm/arm/profiler.cpp
index 4ae5e41eea..d7ddd5ca7c 100644
--- a/src/vm/arm/profiler.cpp
+++ b/src/vm/arm/profiler.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// 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.
//
// FILE: profiler.cpp
//
diff --git a/src/vm/arm/stubs.cpp b/src/vm/arm/stubs.cpp
index 42f56a6da7..cd58f294c2 100644
--- a/src/vm/arm/stubs.cpp
+++ b/src/vm/arm/stubs.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// 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.
//
// File: stubs.cpp
//
diff --git a/src/vm/arm/unixstubs.cpp b/src/vm/arm/unixstubs.cpp
index 6369c8b12e..0cfb7c679b 100644
--- a/src/vm/arm/unixstubs.cpp
+++ b/src/vm/arm/unixstubs.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// 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.
#include "common.h"
diff --git a/src/vm/arm/virtualcallstubcpu.hpp b/src/vm/arm/virtualcallstubcpu.hpp
index 5a359d87fc..b16983f10a 100644
--- a/src/vm/arm/virtualcallstubcpu.hpp
+++ b/src/vm/arm/virtualcallstubcpu.hpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// 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.
//
// VirtualCallStubCpu.hpp
//