Updated copyright

This commit is contained in:
Erik C. Thauvin 2024-01-30 23:29:16 -08:00
parent 6a1dc286da
commit b3dfc0980b
4 changed files with 209 additions and 5 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.
@ -243,4 +243,4 @@ public class GeneratedVersionOperation extends AbstractOperation<GeneratedVersio
generatedVersion.setProjectName(projectName);
return this;
}
}
}

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.