summaryrefslogtreecommitdiff
path: root/tests/src/CoreMangLib/cti/system/text/unicodeencoding
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/text/unicodeencoding
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/text/unicodeencoding')
-rw-r--r--tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodingctor1.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodingequals.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytecount1.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytecount2.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytes2.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetcharcount.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetchars.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetdecoder.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetencoder.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggethashcode.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetmaxbytecount.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetmaxcharcount.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetpreamble.cs3
-rw-r--r--tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetstring.cs3
14 files changed, 42 insertions, 0 deletions
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodingctor1.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodingctor1.cs
index 6d56bd907a..fc69327638 100644
--- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodingctor1.cs
+++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodingctor1.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.Text;
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodingequals.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodingequals.cs
index b21ec9e4c6..9dfd3bab85 100644
--- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodingequals.cs
+++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodingequals.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.Text;
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytecount1.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytecount1.cs
index d715f63940..4bc7f40c0e 100644
--- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytecount1.cs
+++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytecount1.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.Text;
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytecount2.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytecount2.cs
index 30dc33a6ba..141a22eb78 100644
--- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytecount2.cs
+++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytecount2.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.Text;
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytes2.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytes2.cs
index 86e58d9ee2..f19dc8a9bb 100644
--- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytes2.cs
+++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytes2.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.Text;
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetcharcount.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetcharcount.cs
index 91a34d177e..21d959b8b5 100644
--- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetcharcount.cs
+++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetcharcount.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.Text;
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetchars.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetchars.cs
index 309b215bd4..634329c677 100644
--- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetchars.cs
+++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetchars.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.Text;
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetdecoder.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetdecoder.cs
index e79aefc1c8..993ca10531 100644
--- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetdecoder.cs
+++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetdecoder.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.Text;
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetencoder.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetencoder.cs
index 871917ad39..2f061cc2b9 100644
--- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetencoder.cs
+++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetencoder.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.Text;
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggethashcode.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggethashcode.cs
index c6e05b9923..02a4c26da0 100644
--- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggethashcode.cs
+++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggethashcode.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.Text;
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetmaxbytecount.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetmaxbytecount.cs
index f048b49d95..55850ae97c 100644
--- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetmaxbytecount.cs
+++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetmaxbytecount.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.Text;
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetmaxcharcount.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetmaxcharcount.cs
index bec09b77eb..007fa6e137 100644
--- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetmaxcharcount.cs
+++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetmaxcharcount.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.Text;
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetpreamble.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetpreamble.cs
index 2dfab4a489..ea8b408f62 100644
--- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetpreamble.cs
+++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetpreamble.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.Text;
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetstring.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetstring.cs
index 2d23d1f48a..1e83741668 100644
--- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetstring.cs
+++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetstring.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.Text;