Skip to content

Commit cbcb7e5

Browse files
committed
added copyright statements
1 parent 02f903c commit cbcb7e5

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

widgets/+wt/+utility/incrementVersionNumber.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
% 1.0.3
99
% 1.3.9.2019
1010

11+
% Copyright 2026 The MathWorks Inc.
12+
1113
arguments (Input)
1214
filePath (1,1) string {mustBeFile}
1315
end

widgets/+wt/+utility/readVersionNumber.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
% 1.0.3
99
% 1.3.9.2019
1010

11+
% Copyright 2026 The MathWorks Inc.
12+
1113
arguments (Input)
1214
filePath (1,1) string {mustBeFile}
1315
end

widgets/+wt/+utility/resolveFilePath.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
%
44
% Order of priority:
55
% 1. Full path provided
6-
% 2. If deployed, installation folder of the application
6+
% 2. If deployed, installation folder of the application
77
% (e.g. C:\Program Files\...)
88
% 3. Folder of the calling function, or the first non-namespace folder
99
% (@/+) up from the calling function's folder.
1010
% 4. MATLAB path (via "which" command)
1111

12+
% Copyright 2026 The MathWorks Inc.
13+
1214
arguments
1315
fileName (1,1) string
1416
end

0 commit comments

Comments
 (0)