Skip to content

Commit 7cc3992

Browse files
authored
Adjust header (#5863)
1 parent 75a71be commit 7cc3992

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/build-tools/src/repoPolicyCheck/handlers/copyrightFileHeader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
writeFile,
1111
} from "../common";
1212

13-
const copyrightText = "Copyright (c) Microsoft Corporation. All rights reserved." + newline + "Licensed under the MIT License.";
13+
const copyrightText = "Copyright (c) Microsoft Corporation and contributors. All rights reserved." + newline + "Licensed under the MIT License.";
1414
const autoGenText = newline + "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY";
1515

1616
interface IFileConfig {

tools/build-tools/src/repoPolicyCheck/handlers/npmPackages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
const PJV = require("package-json-validator").PJV;
1717

1818
const licenseId = 'MIT';
19-
const author = 'Microsoft';
19+
const author = 'Microsoft and contributors';
2020
const repository = 'https://github.com/microsoft/FluidFramework';
2121
const homepage = 'https://fluidframework.com';
2222
const trademark = `

0 commit comments

Comments
 (0)