diff options
Diffstat (limited to 'tools/Sandcastle/Source/XmlCat/Program.cs')
-rw-r--r-- | tools/Sandcastle/Source/XmlCat/Program.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/Sandcastle/Source/XmlCat/Program.cs b/tools/Sandcastle/Source/XmlCat/Program.cs index b8608c3..7b0ab64 100644 --- a/tools/Sandcastle/Source/XmlCat/Program.cs +++ b/tools/Sandcastle/Source/XmlCat/Program.cs @@ -1,3 +1,8 @@ +// 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.IO; |