Skip to content

Commit

Permalink
license
Browse files Browse the repository at this point in the history
  • Loading branch information
astubbs committed Jul 28, 2021
1 parent 6e5f905 commit e7ecdff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package io.confluent.parallelconsumer;

/*-
* Copyright (C) 2020 Confluent, Inc.
* Copyright (C) 2020-2021 Confluent, Inc.
*/

import io.confluent.csid.utils.Java8StreamUtils;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package io.confluent.parallelconsumer;

/*-
* Copyright (C) 2020-2021 Confluent, Inc.
*/

import io.confluent.parallelconsumer.internal.AbstractParallelEoSStreamProcessor;
import lombok.SneakyThrows;
import lombok.extern.slf4j.Slf4j;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package io.confluent.parallelconsumer.integrationTests;

/*-
* Copyright (C) 2020 Confluent, Inc.
* Copyright (C) 2020-2021 Confluent, Inc.
*/
package io.confluent.parallelconsumer.integrationTests;

import io.confluent.csid.utils.ProgressBarUtils;
import io.confluent.parallelconsumer.ParallelConsumerOptions;
Expand Down

0 comments on commit e7ecdff

Please sign in to comment.