Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 694aff0

Browse files
author
Nikhil Bhoski
committed
Updated Copyright year in the file.
1 parent a03b5a9 commit 694aff0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/main/java/com/mathworks/ci/MatlabStepExecution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.mathworks.ci;
22

33
/**
4-
* Copyright 2019-2020 The MathWorks, Inc.
4+
* Copyright 2020 The MathWorks, Inc.
55
*
66
*/
77

src/main/java/com/mathworks/ci/RunMatlabTestsStep.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
package com.mathworks.ci;
2-
2+
/**
3+
* Copyright 2020 The MathWorks, Inc.
4+
*
5+
*/
36
import java.io.IOException;
47
import java.io.InputStream;
58

0 commit comments

Comments
 (0)