diff --git a/engine/src/main/java/org/camunda/bpm/engine/impl/cmd/StartProcessInstanceAtActivitiesCmd.java b/engine/src/main/java/org/camunda/bpm/engine/impl/cmd/StartProcessInstanceAtActivitiesCmd.java index f3f529a54e1..2084534b8e4 100644 --- a/engine/src/main/java/org/camunda/bpm/engine/impl/cmd/StartProcessInstanceAtActivitiesCmd.java +++ b/engine/src/main/java/org/camunda/bpm/engine/impl/cmd/StartProcessInstanceAtActivitiesCmd.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/main/java/org/camunda/bpm/engine/impl/cmd/StartProcessInstanceCmd.java b/engine/src/main/java/org/camunda/bpm/engine/impl/cmd/StartProcessInstanceCmd.java index 8ef376857cf..b28e692607a 100644 --- a/engine/src/main/java/org/camunda/bpm/engine/impl/cmd/StartProcessInstanceCmd.java +++ b/engine/src/main/java/org/camunda/bpm/engine/impl/cmd/StartProcessInstanceCmd.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/api/authorization/history/UserOperationIdTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/api/authorization/history/UserOperationIdTest.java index 1e3389c322a..1366f99b878 100644 --- a/engine/src/test/java/org/camunda/bpm/engine/test/api/authorization/history/UserOperationIdTest.java +++ b/engine/src/test/java/org/camunda/bpm/engine/test/api/authorization/history/UserOperationIdTest.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/api/authorization/history/UserOperationLogAuthorizationTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/api/authorization/history/UserOperationLogAuthorizationTest.java index a77306df182..8e4135f9b67 100644 --- a/engine/src/test/java/org/camunda/bpm/engine/test/api/authorization/history/UserOperationLogAuthorizationTest.java +++ b/engine/src/test/java/org/camunda/bpm/engine/test/api/authorization/history/UserOperationLogAuthorizationTest.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/api/runtime/ModificationUserOperationLogTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/api/runtime/ModificationUserOperationLogTest.java index 9cff665a347..0cbdc4a5356 100644 --- a/engine/src/test/java/org/camunda/bpm/engine/test/api/runtime/ModificationUserOperationLogTest.java +++ b/engine/src/test/java/org/camunda/bpm/engine/test/api/runtime/ModificationUserOperationLogTest.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/api/runtime/migration/SetProcessDefinitionVersionCmdTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/api/runtime/migration/SetProcessDefinitionVersionCmdTest.java index e8b18eae802..0f0ccf3df57 100644 --- a/engine/src/test/java/org/camunda/bpm/engine/test/api/runtime/migration/SetProcessDefinitionVersionCmdTest.java +++ b/engine/src/test/java/org/camunda/bpm/engine/test/api/runtime/migration/SetProcessDefinitionVersionCmdTest.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/history/useroperationlog/LegacyUserOperationLogTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/history/useroperationlog/LegacyUserOperationLogTest.java index d5bd3286d20..68af0adca68 100644 --- a/engine/src/test/java/org/camunda/bpm/engine/test/history/useroperationlog/LegacyUserOperationLogTest.java +++ b/engine/src/test/java/org/camunda/bpm/engine/test/history/useroperationlog/LegacyUserOperationLogTest.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/history/useroperationlog/UserOperationLogDeletionTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/history/useroperationlog/UserOperationLogDeletionTest.java index 41f38e145a1..a36c0857fa4 100644 --- a/engine/src/test/java/org/camunda/bpm/engine/test/history/useroperationlog/UserOperationLogDeletionTest.java +++ b/engine/src/test/java/org/camunda/bpm/engine/test/history/useroperationlog/UserOperationLogDeletionTest.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/history/useroperationlog/UserOperationLogJobDefinitionTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/history/useroperationlog/UserOperationLogJobDefinitionTest.java index 8c2e1ea10f9..3f17591c28f 100644 --- a/engine/src/test/java/org/camunda/bpm/engine/test/history/useroperationlog/UserOperationLogJobDefinitionTest.java +++ b/engine/src/test/java/org/camunda/bpm/engine/test/history/useroperationlog/UserOperationLogJobDefinitionTest.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/history/useroperationlog/UserOperationLogJobTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/history/useroperationlog/UserOperationLogJobTest.java index d625632abff..fa3615608f3 100644 --- a/engine/src/test/java/org/camunda/bpm/engine/test/history/useroperationlog/UserOperationLogJobTest.java +++ b/engine/src/test/java/org/camunda/bpm/engine/test/history/useroperationlog/UserOperationLogJobTest.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/history/useroperationlog/UserOperationLogTaskTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/history/useroperationlog/UserOperationLogTaskTest.java index bff1fc3602d..81ee0b4ee68 100644 --- a/engine/src/test/java/org/camunda/bpm/engine/test/history/useroperationlog/UserOperationLogTaskTest.java +++ b/engine/src/test/java/org/camunda/bpm/engine/test/history/useroperationlog/UserOperationLogTaskTest.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.