diff --git a/zeebe/broker/src/main/java/io/camunda/zeebe/broker/exporter/context/ExporterConfigurationListDeserializer.java b/zeebe/broker/src/main/java/io/camunda/zeebe/broker/exporter/context/ExporterConfigurationListDeserializer.java index 45805e94d7be..c1809728cc24 100644 --- a/zeebe/broker/src/main/java/io/camunda/zeebe/broker/exporter/context/ExporterConfigurationListDeserializer.java +++ b/zeebe/broker/src/main/java/io/camunda/zeebe/broker/exporter/context/ExporterConfigurationListDeserializer.java @@ -2,8 +2,8 @@ * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH under * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. - * Licensed under the Camunda License 1.0. You may not use this file - * except in compliance with the Camunda License 1.0. + * Licensed under the Zeebe Community License 1.1. You may not use this file + * except in compliance with the Zeebe Community License 1.1. */ package io.camunda.zeebe.broker.exporter.context; diff --git a/zeebe/qa/integration-tests/src/test/java/io/camunda/zeebe/it/exporter/ExporterConfigInstantiationIT.java b/zeebe/qa/integration-tests/src/test/java/io/camunda/zeebe/it/exporter/ExporterConfigInstantiationIT.java index 198ad108534a..9cb292f65fc4 100644 --- a/zeebe/qa/integration-tests/src/test/java/io/camunda/zeebe/it/exporter/ExporterConfigInstantiationIT.java +++ b/zeebe/qa/integration-tests/src/test/java/io/camunda/zeebe/it/exporter/ExporterConfigInstantiationIT.java @@ -2,8 +2,8 @@ * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH under * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. - * Licensed under the Camunda License 1.0. You may not use this file - * except in compliance with the Camunda License 1.0. + * Licensed under the Zeebe Community License 1.1. You may not use this file + * except in compliance with the Zeebe Community License 1.1. */ package io.camunda.zeebe.it.exporter; diff --git a/zeebe/qa/integration-tests/src/test/java/io/camunda/zeebe/it/exporter/util/TestExporter.java b/zeebe/qa/integration-tests/src/test/java/io/camunda/zeebe/it/exporter/util/TestExporter.java index bf46f0406c0d..782c6d694620 100644 --- a/zeebe/qa/integration-tests/src/test/java/io/camunda/zeebe/it/exporter/util/TestExporter.java +++ b/zeebe/qa/integration-tests/src/test/java/io/camunda/zeebe/it/exporter/util/TestExporter.java @@ -2,8 +2,8 @@ * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH under * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. - * Licensed under the Camunda License 1.0. You may not use this file - * except in compliance with the Camunda License 1.0. + * Licensed under the Zeebe Community License 1.1. You may not use this file + * except in compliance with the Zeebe Community License 1.1. */ package io.camunda.zeebe.it.exporter.util; diff --git a/zeebe/qa/integration-tests/src/test/java/io/camunda/zeebe/it/exporter/util/TestExporterConfig.java b/zeebe/qa/integration-tests/src/test/java/io/camunda/zeebe/it/exporter/util/TestExporterConfig.java index 255dc916e46f..0e1f893a058f 100644 --- a/zeebe/qa/integration-tests/src/test/java/io/camunda/zeebe/it/exporter/util/TestExporterConfig.java +++ b/zeebe/qa/integration-tests/src/test/java/io/camunda/zeebe/it/exporter/util/TestExporterConfig.java @@ -2,8 +2,8 @@ * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH under * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. - * Licensed under the Camunda License 1.0. You may not use this file - * except in compliance with the Camunda License 1.0. + * Licensed under the Zeebe Community License 1.1. You may not use this file + * except in compliance with the Zeebe Community License 1.1. */ package io.camunda.zeebe.it.exporter.util;