Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2016-09-15 14:43:17 +0300
committerStephen Toub <stoub@microsoft.com>2016-09-15 14:49:44 +0300
commitd0169252899ce9c2f277452af735fda6a7fef6a8 (patch)
treea4dd45464ee034655cf6742f861d21233e8172e6 /src/System.Private.Xml/tests
parent7c8c77dbfa7fc5b5f138aafc3839226d76ad554f (diff)
Add or fix ~30 license headers
Diffstat (limited to 'src/System.Private.Xml/tests')
-rw-r--r--src/System.Private.Xml/tests/Xslt/XsltCompiler/Program.cs6
-rw-r--r--src/System.Private.Xml/tests/Xslt/XsltScenarios/AspNet.cs4
-rw-r--r--src/System.Private.Xml/tests/Xslt/XsltScenarios/XsltScenarios.cs4
3 files changed, 13 insertions, 1 deletions
diff --git a/src/System.Private.Xml/tests/Xslt/XsltCompiler/Program.cs b/src/System.Private.Xml/tests/Xslt/XsltCompiler/Program.cs
index ad95ecb35a..0d8bfc4be1 100644
--- a/src/System.Private.Xml/tests/Xslt/XsltCompiler/Program.cs
+++ b/src/System.Private.Xml/tests/Xslt/XsltCompiler/Program.cs
@@ -1,4 +1,8 @@
-using ModuleCore;
+// 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 ModuleCore;
using System;
using System.IO;
diff --git a/src/System.Private.Xml/tests/Xslt/XsltScenarios/AspNet.cs b/src/System.Private.Xml/tests/Xslt/XsltScenarios/AspNet.cs
index f5e2fda852..a05bd82a0c 100644
--- a/src/System.Private.Xml/tests/Xslt/XsltScenarios/AspNet.cs
+++ b/src/System.Private.Xml/tests/Xslt/XsltScenarios/AspNet.cs
@@ -1,3 +1,7 @@
+// 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 OLEDB.Test.ModuleCore;
using System.IO;
using System.Net;
diff --git a/src/System.Private.Xml/tests/Xslt/XsltScenarios/XsltScenarios.cs b/src/System.Private.Xml/tests/Xslt/XsltScenarios/XsltScenarios.cs
index e8ba34dbe6..7d73d57551 100644
--- a/src/System.Private.Xml/tests/Xslt/XsltScenarios/XsltScenarios.cs
+++ b/src/System.Private.Xml/tests/Xslt/XsltScenarios/XsltScenarios.cs
@@ -1,3 +1,7 @@
+// 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 Xunit;
using Xunit.Abstractions;
using System;