Skip to content

Commit bae77e4

Browse files
committed
Adding OSS copyright banners for source files
1 parent 7d29cdb commit bae77e4

File tree

161 files changed

+480
-21
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+480
-21
lines changed

apps/rush-lib/src/data/VersionMismatchFinder.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 RushConfigurationProject from './RushConfigurationProject';
25

36
/**

apps/rush-lib/src/data/test/EventHooks.test.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
// <reference types='mocha' />
25

36
import { assert } from 'chai';

apps/rush-lib/src/data/test/RushConfiguration.test.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
/// <reference types='mocha' />
25

36
import { assert } from 'chai';

apps/rush-lib/src/data/test/VersionMismatchFinder.test.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
/// <reference types='mocha' />
25

36
import { assert } from 'chai';

apps/rush-lib/src/utilities/Npm.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 Utilities from './Utilities';
25
import * as semver from 'semver';
36

apps/rush-lib/src/utilities/test/Npm.test.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
/// <reference types='mocha' />
25

36
import { assert } from 'chai';

apps/rush-lib/typings/tsd.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
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
/// <reference path="jju/jju.d.ts" />
25
/// <reference path="rimraf/rimraf.d.ts" />

apps/rush/src/actions/CheckAction.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
/**
2-
* @Copyright (c) Microsoft Corporation. All rights reserved.
3-
*/
1+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2+
// See LICENSE in the project root for license information.
43

54
import * as colors from 'colors';
65
import * as os from 'os';

apps/rush/src/utilities/InstallManager.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 * as glob from 'glob';
25
import * as colors from 'colors';
36
import * as os from 'os';

apps/rush/src/utilities/PackageChangeAnalyzer.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 * as path from 'path';
25

36
import {

0 commit comments

Comments
 (0)