diff --git a/engine/src/main/java/org/camunda/bpm/engine/impl/persistence/entity/TimerEntity.java b/engine/src/main/java/org/camunda/bpm/engine/impl/persistence/entity/TimerEntity.java index ece0b5ca6cd..5f78a30e36f 100644 --- a/engine/src/main/java/org/camunda/bpm/engine/impl/persistence/entity/TimerEntity.java +++ b/engine/src/main/java/org/camunda/bpm/engine/impl/persistence/entity/TimerEntity.java @@ -1,5 +1,5 @@ /* - * Copyright © 2013-2018 camunda services GmbH and various authors (info@camunda.com) + * Copyright © 2013-2019 camunda services GmbH and various authors (info@camunda.com) * * 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/engine/src/test/java/org/camunda/bpm/engine/test/bpmn/event/timer/BoundaryTimerNonInterruptingEventTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/bpmn/event/timer/BoundaryTimerNonInterruptingEventTest.java index bd6068a3a80..f02fa2450c4 100644 --- a/engine/src/test/java/org/camunda/bpm/engine/test/bpmn/event/timer/BoundaryTimerNonInterruptingEventTest.java +++ b/engine/src/test/java/org/camunda/bpm/engine/test/bpmn/event/timer/BoundaryTimerNonInterruptingEventTest.java @@ -1,5 +1,5 @@ /* - * Copyright © 2013-2018 camunda services GmbH and various authors (info@camunda.com) + * Copyright © 2013-2019 camunda services GmbH and various authors (info@camunda.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.