diff options
Diffstat (limited to 'tools/Sandcastle/Source/BuildAssembler/SyntaxComponents/XamlUsageSyntax.cs')
-rw-r--r-- | tools/Sandcastle/Source/BuildAssembler/SyntaxComponents/XamlUsageSyntax.cs | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/Sandcastle/Source/BuildAssembler/SyntaxComponents/XamlUsageSyntax.cs b/tools/Sandcastle/Source/BuildAssembler/SyntaxComponents/XamlUsageSyntax.cs index 99081c5..5a6b590 100644 --- a/tools/Sandcastle/Source/BuildAssembler/SyntaxComponents/XamlUsageSyntax.cs +++ b/tools/Sandcastle/Source/BuildAssembler/SyntaxComponents/XamlUsageSyntax.cs @@ -1,5 +1,8 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// +// Copyright © Microsoft Corporation. +// This source file is subject to the Microsoft Permissive License. +// See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx. +// All other rights reserved. + using System; using System.Collections.Generic; using System.Xml.XPath; @@ -15,7 +18,7 @@ namespace Microsoft.Ddue.Tools : base(configuration) { LoadConfigNode(configuration); - if (String.IsNullOrEmpty(language)) language = "XAML"; + if (String.IsNullOrEmpty(Language)) Language = "XAML"; } public override void WriteSyntax(XPathNavigator reflection, SyntaxWriter writer) |