From cabaef9d2f813afcff7481199913900fd24e4e05 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 30 Jan 2024 23:17:01 -0800 Subject: [PATCH] Updated copyright --- .idea/copyright/Apache_License.xml | 4 ++-- src/main/java/rife/bld/extension/ExecFail.java | 2 +- src/main/java/rife/bld/extension/ExecOperation.java | 4 ++-- src/test/java/rife/bld/extension/ExecOperationTest.java | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.idea/copyright/Apache_License.xml b/.idea/copyright/Apache_License.xml index 15687f4..ade80da 100644 --- a/.idea/copyright/Apache_License.xml +++ b/.idea/copyright/Apache_License.xml @@ -1,6 +1,6 @@ - - \ No newline at end of file + diff --git a/src/main/java/rife/bld/extension/ExecFail.java b/src/main/java/rife/bld/extension/ExecFail.java index 7811a0b..a6221b6 100644 --- a/src/main/java/rife/bld/extension/ExecFail.java +++ b/src/main/java/rife/bld/extension/ExecFail.java @@ -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. diff --git a/src/main/java/rife/bld/extension/ExecOperation.java b/src/main/java/rife/bld/extension/ExecOperation.java index 9efffb7..07743c3 100644 --- a/src/main/java/rife/bld/extension/ExecOperation.java +++ b/src/main/java/rife/bld/extension/ExecOperation.java @@ -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. @@ -190,4 +190,4 @@ public ExecOperation workDir(String dir) { workDir_ = dir; return this; } -} \ No newline at end of file +} diff --git a/src/test/java/rife/bld/extension/ExecOperationTest.java b/src/test/java/rife/bld/extension/ExecOperationTest.java index 1310726..0746988 100644 --- a/src/test/java/rife/bld/extension/ExecOperationTest.java +++ b/src/test/java/rife/bld/extension/ExecOperationTest.java @@ -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 @@ void testWorkDir() { .fail(ExecFail.NORMAL) .execute()).message().startsWith("Invalid working directory: ").endsWith(FOO); } -} \ No newline at end of file +}