summaryrefslogtreecommitdiff
path: root/tests/src/CoreMangLib/cti/system/intptr
diff options
context:
space:
mode:
authorSean Gillespie <sean.william.g@gmail.com>2016-02-26 22:37:01 -0800
committerSean Gillespie <sean.william.g@gmail.com>2016-02-26 22:37:01 -0800
commit3ac97ffe15312ead86cb90220c0f945820abfa2e (patch)
tree0c5d585575a1d772b00bdb698a110c671c2e4f63 /tests/src/CoreMangLib/cti/system/intptr
parent4dcc5e5e307e98811f599c5bdb245e7d13795c82 (diff)
downloadcoreclr-3ac97ffe15312ead86cb90220c0f945820abfa2e.tar.gz
coreclr-3ac97ffe15312ead86cb90220c0f945820abfa2e.tar.bz2
coreclr-3ac97ffe15312ead86cb90220c0f945820abfa2e.zip
Fix license header for test files
Diffstat (limited to 'tests/src/CoreMangLib/cti/system/intptr')
-rw-r--r--tests/src/CoreMangLib/cti/system/intptr/intptrctor_int32.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/intptr/intptrctor_int64.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/intptr/intptrctor_void.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/intptr/intptrequals.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/intptr/intptrgethashcode.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/intptr/intptrtoint32.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/intptr/intptrtoint64.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/intptr/intptrtopointer.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/intptr/intptrtostring.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/intptr/intptrzero.cs3
10 files changed, 30 insertions, 0 deletions
diff --git a/tests/src/CoreMangLib/cti/system/intptr/intptrctor_int32.cs b/tests/src/CoreMangLib/cti/system/intptr/intptrctor_int32.cs
index 7f492ea6c6..44115a527d 100644
--- a/tests/src/CoreMangLib/cti/system/intptr/intptrctor_int32.cs
+++ b/tests/src/CoreMangLib/cti/system/intptr/intptrctor_int32.cs
@@ -1,3 +1,6 @@
+// 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;
public class IntPtrCtor_Int32
diff --git a/tests/src/CoreMangLib/cti/system/intptr/intptrctor_int64.cs b/tests/src/CoreMangLib/cti/system/intptr/intptrctor_int64.cs
index 2ac4b59609..280bca3d47 100644
--- a/tests/src/CoreMangLib/cti/system/intptr/intptrctor_int64.cs
+++ b/tests/src/CoreMangLib/cti/system/intptr/intptrctor_int64.cs
@@ -1,3 +1,6 @@
+// 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;
public class IntPtrCtor_Int64
diff --git a/tests/src/CoreMangLib/cti/system/intptr/intptrctor_void.cs b/tests/src/CoreMangLib/cti/system/intptr/intptrctor_void.cs
index a91fd64625..5297bf4f45 100644
--- a/tests/src/CoreMangLib/cti/system/intptr/intptrctor_void.cs
+++ b/tests/src/CoreMangLib/cti/system/intptr/intptrctor_void.cs
@@ -1,3 +1,6 @@
+// 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.Security;
diff --git a/tests/src/CoreMangLib/cti/system/intptr/intptrequals.cs b/tests/src/CoreMangLib/cti/system/intptr/intptrequals.cs
index e16d147bb4..592fd0af5c 100644
--- a/tests/src/CoreMangLib/cti/system/intptr/intptrequals.cs
+++ b/tests/src/CoreMangLib/cti/system/intptr/intptrequals.cs
@@ -1,3 +1,6 @@
+// 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.Security;
diff --git a/tests/src/CoreMangLib/cti/system/intptr/intptrgethashcode.cs b/tests/src/CoreMangLib/cti/system/intptr/intptrgethashcode.cs
index 0d88c54e7e..dd32ebe7fe 100644
--- a/tests/src/CoreMangLib/cti/system/intptr/intptrgethashcode.cs
+++ b/tests/src/CoreMangLib/cti/system/intptr/intptrgethashcode.cs
@@ -1,3 +1,6 @@
+// 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.Security;
diff --git a/tests/src/CoreMangLib/cti/system/intptr/intptrtoint32.cs b/tests/src/CoreMangLib/cti/system/intptr/intptrtoint32.cs
index c5281d5fb2..bd9e3d867b 100644
--- a/tests/src/CoreMangLib/cti/system/intptr/intptrtoint32.cs
+++ b/tests/src/CoreMangLib/cti/system/intptr/intptrtoint32.cs
@@ -1,3 +1,6 @@
+// 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.Text;
diff --git a/tests/src/CoreMangLib/cti/system/intptr/intptrtoint64.cs b/tests/src/CoreMangLib/cti/system/intptr/intptrtoint64.cs
index db77a85253..c853bcbe07 100644
--- a/tests/src/CoreMangLib/cti/system/intptr/intptrtoint64.cs
+++ b/tests/src/CoreMangLib/cti/system/intptr/intptrtoint64.cs
@@ -1,3 +1,6 @@
+// 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.Text;
diff --git a/tests/src/CoreMangLib/cti/system/intptr/intptrtopointer.cs b/tests/src/CoreMangLib/cti/system/intptr/intptrtopointer.cs
index ca561d9378..10105ecefe 100644
--- a/tests/src/CoreMangLib/cti/system/intptr/intptrtopointer.cs
+++ b/tests/src/CoreMangLib/cti/system/intptr/intptrtopointer.cs
@@ -1,3 +1,6 @@
+// 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.Text;
diff --git a/tests/src/CoreMangLib/cti/system/intptr/intptrtostring.cs b/tests/src/CoreMangLib/cti/system/intptr/intptrtostring.cs
index 0287ab47aa..09c2bd4d8c 100644
--- a/tests/src/CoreMangLib/cti/system/intptr/intptrtostring.cs
+++ b/tests/src/CoreMangLib/cti/system/intptr/intptrtostring.cs
@@ -1,3 +1,6 @@
+// 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.Text;
diff --git a/tests/src/CoreMangLib/cti/system/intptr/intptrzero.cs b/tests/src/CoreMangLib/cti/system/intptr/intptrzero.cs
index bad0221f1b..4b907b7a7e 100644
--- a/tests/src/CoreMangLib/cti/system/intptr/intptrzero.cs
+++ b/tests/src/CoreMangLib/cti/system/intptr/intptrzero.cs
@@ -1,3 +1,6 @@
+// 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;
public class IntPtrZero