diff options
Diffstat (limited to 'tools/Sandcastle/Source/BuildAssembler/SyntaxComponents/ScriptSharpDeclarationSyntax.cs')
-rw-r--r-- | tools/Sandcastle/Source/BuildAssembler/SyntaxComponents/ScriptSharpDeclarationSyntax.cs | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/Sandcastle/Source/BuildAssembler/SyntaxComponents/ScriptSharpDeclarationSyntax.cs b/tools/Sandcastle/Source/BuildAssembler/SyntaxComponents/ScriptSharpDeclarationSyntax.cs index e0f3c07..6958df6 100644 --- a/tools/Sandcastle/Source/BuildAssembler/SyntaxComponents/ScriptSharpDeclarationSyntax.cs +++ b/tools/Sandcastle/Source/BuildAssembler/SyntaxComponents/ScriptSharpDeclarationSyntax.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.Xml.XPath; using System.Globalization; @@ -18,7 +21,7 @@ namespace Microsoft.Ddue.Tools { /// </summary> /// <param name="configuration"></param> public ScriptSharpDeclarationSyntaxGenerator(XPathNavigator configuration) : base(configuration) { - if (String.IsNullOrEmpty(language)) language = "JavaScript"; + if (String.IsNullOrEmpty(Language)) Language = "JavaScript"; } /// <summary> |