Updated copyright

This commit is contained in:
Erik C. Thauvin 2024-01-30 23:17:01 -08:00
parent eda0df169c
commit cabaef9d2f
4 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright 2023 the original author or authors.
* Copyright 2023-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -137,4 +137,4 @@ class ExecOperationTest {
.fail(ExecFail.NORMAL)
.execute()).message().startsWith("Invalid working directory: ").endsWith(FOO);
}
}
}