Skip to content

Commit fd6c8a8

Browse files
committed
Add missing copyright banners
1 parent 437e0e6 commit fd6c8a8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

libraries/rushell/src/ParseError.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2+
// See LICENSE in the project root for license information.
3+
14
import { TextRange, ITextLocation } from './TextRange';
25

36
/**

libraries/rushell/src/TextRange.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2+
// See LICENSE in the project root for license information.
3+
14
/**
25
* Text coordinates represented as a line number and column number.
36
*

0 commit comments

Comments
 (0)