From e5da05d7100a64ab1d98c865436a1fb8b0ddd507 Mon Sep 17 00:00:00 2001 From: Jon Hanna Date: Fri, 22 Dec 2017 18:51:37 +0000 Subject: Add license headers. (#26009) Any *.cs file found without the usual license header has it added except: 1. Files that note they are auto-generated. 2. Files with a different header (unless it is very close to the usual, in which case adjust for typos and old versions). 3. FxCopBaseline.cs files. --- .../tests/Xslt/XslCompiledTransformApi/XslCompilerTests.cs | 6 +++++- src/System.Private.Xml/tests/Xslt/XslTransformApi/CXslTransform.cs | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'src/System.Private.Xml') diff --git a/src/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/XslCompilerTests.cs b/src/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/XslCompilerTests.cs index ca26f84c93..9e862ce469 100644 --- a/src/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/XslCompilerTests.cs +++ b/src/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/XslCompilerTests.cs @@ -1,4 +1,8 @@ -using System.IO; +// 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.IO; using System.Xml.Xsl; using Xunit; diff --git a/src/System.Private.Xml/tests/Xslt/XslTransformApi/CXslTransform.cs b/src/System.Private.Xml/tests/Xslt/XslTransformApi/CXslTransform.cs index b0df559ead..0a8ecb612c 100644 --- a/src/System.Private.Xml/tests/Xslt/XslTransformApi/CXslTransform.cs +++ b/src/System.Private.Xml/tests/Xslt/XslTransformApi/CXslTransform.cs @@ -1,4 +1,3 @@ - // 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. -- cgit v1.2.3