Skip to content

Commit

Permalink
Update copyright to 2025 🎉 (#1659)
Browse files Browse the repository at this point in the history
* Update copyright to 2025 🎉

* Many linting tweaks

Adds regexp linter.  Addresses many issues reported by CodeQL and regexp linter.
  • Loading branch information
lauckhart authored Jan 25, 2025
1 parent d2a9104 commit cef7ec3
Show file tree
Hide file tree
Showing 2,505 changed files with 2,714 additions and 2,747 deletions.
136 changes: 0 additions & 136 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .vscode/matter.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"body": [
"/**",
" * @license",
" * Copyright 2022-2023 Project CHIP Authors",
" * Copyright 2022-2025 Project CHIP Authors",
" * SPDX-License-Identifier: Apache-2.0",
" */",
"",
Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/AllClustersTestApp.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/AllClustersTestAppLegacy.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/AllClustersTestInstance.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/AllClustersTestInstanceLegacy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/BridgeTestApp.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/
import "@matter/nodejs";
Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/BridgeTestAppLegacy.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/
// logger.info("mDNS service published:");
Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/BridgeTestInstance.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @licensepart
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/BridgeTestInstanceLegacy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/GenericTestApp.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/NamedPipeCommandHandler.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/NodeTestInstance.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/TvTestApp.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/
import "@matter/nodejs";
Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/TvTestInstance.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/
import { ActivatedCarbonFilterMonitoringServer } from "@matter/main/behaviors/activated-carbon-filter-monitoring";
Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/cluster/TestGeneralDiagnosticsServer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/
import { Logger } from "@matter/general";
Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/cluster/TestHEPAFilterMonitoringServer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/
import { HepaFilterMonitoringServer } from "@matter/main/behaviors/hepa-filter-monitoring";
Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/cluster/TestIdentifyServer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/
import { Logger } from "@matter/general";
Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/cluster/TestLevelControlServer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/
import { Logger } from "@matter/main";
Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/cluster/TestLowPowerServer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/
import { Logger } from "@matter/main";
Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/cluster/TestWindowCoveringServer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/
import { Logger, Time, Timer } from "@matter/main";
Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/simulators/SwitchSimulator.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/storage/StorageBackendAsyncJsonFile.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion chip-testing/src/storage/StorageBackendSyncJsonFile.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion chip-testing/test/app-fast/ACFREMON.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion chip-testing/test/app-fast/AIRQUAL.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion chip-testing/test/app-fast/APBSC.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion chip-testing/test/app-fast/BOOL.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion chip-testing/test/app-fast/CDOCONC.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion chip-testing/test/app-fast/CMOCONC.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion chip-testing/test/app-fast/FLABEL.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion chip-testing/test/app-fast/FLDCONC.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2022-2024 Matter.js Authors
* Copyright 2022-2025 Matter.js Authors
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
Loading

0 comments on commit cef7ec3

Please sign in to comment.