Skip to content

Commit 71e9a00

Browse files
Update license to License (including lint rule) (#3588)
1 parent f0d5862 commit 71e9a00

1,000 files changed

Lines changed: 1100 additions & 1024 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "none",
3+
"area": "fix",
4+
"workstream": "KTLO",
5+
"comment": "Update license to License (including lint rule)",
6+
"packageName": "@azure/communication-react",
7+
"email": "2684369+JamesBurnside@users.noreply.github.com",
8+
"dependentChangeType": "none"
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "none",
3+
"area": "fix",
4+
"workstream": "KTLO",
5+
"comment": "Update license to License (including lint rule)",
6+
"packageName": "@azure/communication-react",
7+
"email": "2684369+JamesBurnside@users.noreply.github.com",
8+
"dependentChangeType": "none"
9+
}

common/config/jest/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Microsoft Corporation.
2-
// Licensed under the MIT license.
2+
// Licensed under the MIT License.
33

44
/*
55
* For a detailed explanation regarding each configuration property and type check, visit:

common/config/jest/jestSetup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Microsoft Corporation.
2-
// Licensed under the MIT license.
2+
// Licensed under the MIT License.
33

44
// Ensure console errors fail tests
55
console.error = (...args) => {

common/config/rollup/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Microsoft Corporation.
2-
// Licensed under the MIT license.
2+
// Licensed under the MIT License.
33

44
import commonjs from '@rollup/plugin-commonjs';
55
import json from '@rollup/plugin-json';

common/config/webpack/sampleapp.webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Microsoft Corporation.
2-
// Licensed under the MIT license.
2+
// Licensed under the MIT License.
33

44
const path = require('path');
55
const webpack = require('webpack');

common/config/workflows/coverage-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Microsoft Corporation.
2-
// Licensed under the MIT license.
2+
// Licensed under the MIT License.
33

44
const core = require('@actions/core');
55
const fs = require('fs');

common/scripts/changelog/change.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Microsoft Corporation.
2-
// Licensed under the MIT license.
2+
// Licensed under the MIT License.
33

44
/**
55
* Script to generate change files for changes in this repository.

common/scripts/changelog/changelog.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Microsoft Corporation.
2-
// Licensed under the MIT license.
2+
// Licensed under the MIT License.
33

44
/**
55
* A helper module to generate CHANGELOG files without bumping packlet versions.

common/scripts/changelog/check.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Microsoft Corporation.
2-
// Licensed under the MIT license.
2+
// Licensed under the MIT License.
33

44
/**
55
* Script to check that changefile has been generated for each Pull Request.

0 commit comments

Comments
 (0)