Skip to content

Commit cd3c8a8

Browse files
authored
Policy-Check: Pick up and apply ^0.2.22453 (#5868)
1 parent 3e81c6c commit cd3c8a8

File tree

2,665 files changed

+2698
-2703
lines changed

Some content is hidden

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

2,665 files changed

+2698
-2703
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation. All rights reserved.
1+
# Copyright (c) Microsoft Corporation and contributors. All rights reserved.
22
# Licensed under the MIT License.
33

44
# Fluid Development Container based on "docker-from-docker" template:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) Microsoft Corporation. All rights reserved.
1+
Copyright (c) Microsoft Corporation and contributors. All rights reserved.
22

33
MIT License
44

common/build/build-common/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) Microsoft Corporation. All rights reserved.
1+
Copyright (c) Microsoft Corporation and contributors. All rights reserved.
22

33
MIT License
44

common/build/build-common/gen_version.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (c) Microsoft Corporation. All rights reserved.
2+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
33
* Licensed under the MIT License.
44
*/
55

@@ -27,7 +27,7 @@ if (!fs.existsSync(outDir)) {
2727
// The code to write to packageVersion.ts
2828
const output =
2929
`/*!
30-
* Copyright (c) Microsoft Corporation. All rights reserved.
30+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3131
*${license}
3232
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
3333
*/

common/build/build-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://fluidframework.com",
66
"repository": "https://github.com/microsoft/FluidFramework",
77
"license": "MIT",
8-
"author": "Microsoft",
8+
"author": "Microsoft and contributors",
99
"sideEffects": false,
1010
"bin": {
1111
"gen-version": "bin/gen-version"

common/build/eslint-config-fluid/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) Microsoft Corporation. All rights reserved.
1+
Copyright (c) Microsoft Corporation and contributors. All rights reserved.
22

33
MIT License
44

common/build/eslint-config-fluid/eslint7.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (c) Microsoft Corporation. All rights reserved.
2+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
33
* Licensed under the MIT License.
44
*/
55

common/build/eslint-config-fluid/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (c) Microsoft Corporation. All rights reserved.
2+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
33
* Licensed under the MIT License.
44
*/
55

common/build/eslint-config-fluid/no-tslint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (c) Microsoft Corporation. All rights reserved.
2+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
33
* Licensed under the MIT License.
44
*/
55

common/build/eslint-config-fluid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://fluidframework.com",
66
"repository": "https://github.com/microsoft/FluidFramework",
77
"license": "MIT",
8-
"author": "Microsoft",
8+
"author": "Microsoft and contributors",
99
"main": "index.js",
1010
"scripts": {},
1111
"dependencies": {

0 commit comments

Comments
 (0)