Skip to content

Commit e3b93c3

Browse files
committed
update copyrights
1 parent 8c09232 commit e3b93c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/+testframework/TestResultsSummaryPlugin.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
classdef TestResultsSummaryPlugin < matlab.unittest.plugins.TestRunnerPlugin
2-
% Copyright 2025 The MathWorks, Inc.
2+
% Copyright 2025-26 The MathWorks, Inc.
33

44
methods (Access=protected)
55
function reportFinalizedSuite(plugin, pluginData)

src/testResultsSummary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 The MathWorks, Inc.
1+
// Copyright 2025-26 The MathWorks, Inc.
22

33
import { readFileSync, unlinkSync, existsSync } from "fs";
44
import * as path from "path";

0 commit comments

Comments
 (0)