Skip to content

Commit 80363d6

Browse files
committed
Reference license in each source file
1 parent ba21afd commit 80363d6

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Tvl.VisualStudio.MouseFastScroll/FastScrollProcessor.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
namespace Tvl.VisualStudio.MouseFastScroll
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE.txt in the project root for license information.
3+
4+
namespace Tvl.VisualStudio.MouseFastScroll
25
{
36
using ITextView = Microsoft.VisualStudio.Text.Editor.ITextView;
47
using Keyboard = System.Windows.Input.Keyboard;

Tvl.VisualStudio.MouseFastScroll/FastScrollProvider.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
namespace Tvl.VisualStudio.MouseFastScroll
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE.txt in the project root for license information.
3+
4+
namespace Tvl.VisualStudio.MouseFastScroll
25
{
36
using System.ComponentModel.Composition;
47
using Microsoft.VisualStudio.Text.Editor;

Tvl.VisualStudio.MouseFastScroll/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE.txt in the project root for license information.
3+
4+
using System;
25
using System.Reflection;
36
using System.Runtime.InteropServices;
47

0 commit comments

Comments
 (0)