Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/Def/ContentType/IContentTypeRegistryService.cs')
-rw-r--r--src/Core/Def/ContentType/IContentTypeRegistryService.cs10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/Core/Def/ContentType/IContentTypeRegistryService.cs b/src/Core/Def/ContentType/IContentTypeRegistryService.cs
index 2e85c4f..0cc1a47 100644
--- a/src/Core/Def/ContentType/IContentTypeRegistryService.cs
+++ b/src/Core/Def/ContentType/IContentTypeRegistryService.cs
@@ -1,11 +1,9 @@
-// ****************************************************************************
-// IContentTypeRegistryService.cs
-// Copyright (C) Microsoft Corporation. All Rights Reserved.
-// ****************************************************************************
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for license information.
+//
using System;
using System.Collections.Generic;
-using System.IO;
-using System.ComponentModel.Composition;
namespace Microsoft.VisualStudio.Utilities
{