fixing up copyright headers
This commit is contained in:
Родитель
ca4facfd43
Коммит
644b7dd663
|
@ -1,4 +1,6 @@
|
|||
Imports System.IO
|
||||
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
Imports System.IO
|
||||
Imports System.Text
|
||||
Imports Microsoft.Build.Framework
|
||||
Imports Microsoft.Build.Utilities
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using EnvDTE;
|
||||
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
using EnvDTE;
|
||||
using VSLangProj;
|
||||
|
||||
public class RoslynSDKAnalyzerTemplateWizard : RoslynSDKChildTemplateWizard
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using System;
|
||||
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Reflection;
|
||||
using EnvDTE;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using System.Collections.Generic;
|
||||
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
using System.Collections.Generic;
|
||||
using EnvDTE;
|
||||
using Microsoft.VisualStudio.TemplateWizard;
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using System.Collections.Generic;
|
||||
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
using System.Collections.Generic;
|
||||
using EnvDTE;
|
||||
using Microsoft.VisualStudio.TemplateWizard;
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using System.Collections.Generic;
|
||||
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
using System.Collections.Generic;
|
||||
using EnvDTE;
|
||||
using Microsoft.VisualStudio.TemplateWizard;
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using EnvDTE;
|
||||
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
using EnvDTE;
|
||||
using VSLangProj;
|
||||
|
||||
public class RoslynSDKTestTemplateWizard : RoslynSDKChildTemplateWizard
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using EnvDTE;
|
||||
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
using EnvDTE;
|
||||
|
||||
public class RoslynSDKVsixTemplateWizardSecondProject : RoslynSDKTestTemplateWizard
|
||||
{
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using EnvDTE;
|
||||
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
using EnvDTE;
|
||||
|
||||
public class RoslynSDKVsixTemplateWizardThirdProject : RoslynSDKTestTemplateWizard
|
||||
{
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
using System;
|
||||
|
||||
namespace Roslyn.SyntaxVisualizer.Extension
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using System;
|
||||
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
using System;
|
||||
using Microsoft.VisualStudio;
|
||||
using Microsoft.VisualStudio.Editor;
|
||||
using Microsoft.VisualStudio.Shell;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
namespace Roslyn.SyntaxVisualizer.Extension
|
||||
{
|
||||
internal static class PkgCmdIDList
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
|
||||
<UserControl x:Class="Roslyn.SyntaxVisualizer.Extension.SyntaxVisualizerContainer"
|
||||
x:ClassModifier="internal"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using System;
|
||||
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Windows;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using System;
|
||||
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.Design;
|
||||
using System.Diagnostics;
|
||||
using System.Globalization;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using System;
|
||||
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualStudio.Shell;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче