Skip to content

Commit ad23004

Browse files
committed
add missing copyright statements
1 parent a1c7661 commit ad23004

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

test/+wt/+test/ProjectIntegrityChecks.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
classdef ProjectIntegrityChecks < matlab.unittest.TestCase
22
% Implements a unit test that runs the Project Integrity Checks
33

4+
% Copyright 2025 The MathWorks Inc.
5+
46

57
methods(Test)
68
function runProjectChecks(testCase)

widgets/+wt/+dialog/Login.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
classdef Login < wt.abstract.BaseInternalDialog
22
% Implements a simple login dialog
33

4+
% Copyright 2025 The MathWorks Inc.
5+
46

57
%% Internal Properties
68
properties (Transient, NonCopyable, Hidden, SetAccess = private)

widgets/+wt/+mixin/BoundMultiTimeAxes.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
classdef BoundMultiTimeAxes < handle
22
% Mixin that binds axes properties for a chartcontainer subclass
33

4+
% Copyright 2025 The MathWorks Inc.
5+
46
%% Protected properties
57

68
properties (Access = protected)

widgets/+wt/+mixin/BoundSingleTimeAxes.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
classdef BoundSingleTimeAxes < handle
22
% Mixin that binds axes properties for a chartcontainer subclass
33

4+
% Copyright 2025 The MathWorks Inc.
5+
46
%% Protected properties
57

68
properties (Transient, NonCopyable, Access = protected)

widgets/+wt/+mixin/BoundTitleText.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
classdef BoundTitleText < handle
22
% Mixin that binds title properties for primitive text object(s)
33

4+
% Copyright 2025 The MathWorks Inc.
5+
46
%% Protected properties
57

68
properties (Access = protected)

0 commit comments

Comments
 (0)