Updated copyright

This commit is contained in:
Erik C. Thauvin 2024-01-21 13:24:39 -08:00
parent cfaf68c56b
commit e90ee76be6
14 changed files with 294 additions and 87 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.
@ -538,4 +538,4 @@ public class PmdOperation extends AbstractOperation<PmdOperation> {
inputUri_ = inputUri;
return this;
}
}
}