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/Xslt/XsltCompiler
parent7c8c77dbfa7fc5b5f138aafc3839226d76ad554f (diff)
Add or fix ~30 license headers
Diffstat (limited to 'src/System.Private.Xml/tests/Xslt/XsltCompiler')
-rw-r--r--src/System.Private.Xml/tests/Xslt/XsltCompiler/Program.cs6
1 files changed, 5 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;