File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tools/build-tools/src/repoPolicyCheck/handlers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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." ;
1414const autoGenText = newline + "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY" ;
1515
1616interface IFileConfig {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import {
1616const PJV = require ( "package-json-validator" ) . PJV ;
1717
1818const licenseId = 'MIT' ;
19- const author = 'Microsoft' ;
19+ const author = 'Microsoft and contributors ' ;
2020const repository = 'https://github.com/microsoft/FluidFramework' ;
2121const homepage = 'https://fluidframework.com' ;
2222const trademark = `
You can’t perform that action at this time.
0 commit comments