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/Text/Def/TextLogic/EditorOptions/IEditorOptionsFactoryService.cs')
-rw-r--r--src/Text/Def/TextLogic/EditorOptions/IEditorOptionsFactoryService.cs9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/Text/Def/TextLogic/EditorOptions/IEditorOptionsFactoryService.cs b/src/Text/Def/TextLogic/EditorOptions/IEditorOptionsFactoryService.cs
index 81aaade..340ad44 100644
--- a/src/Text/Def/TextLogic/EditorOptions/IEditorOptionsFactoryService.cs
+++ b/src/Text/Def/TextLogic/EditorOptions/IEditorOptionsFactoryService.cs
@@ -1,10 +1,9 @@
-// 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.
+//
namespace Microsoft.VisualStudio.Text.Editor
{
- using System;
- using System.ComponentModel.Composition;
using Microsoft.VisualStudio.Utilities;