diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1cdd12a5..36011b50 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [0.1.1](https://github.com/googleapis/java-pubsub-group-kafka-connector/compare/v0.1.0...v0.1.1) (2022-09-29)
+
+
+### Bug Fixes
+
+* Update groupId, parent, description in pom.xml and license headers ([#135](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/135)) ([f849afe](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/f849afeedc714d79bf86b8aa74b8683a55942eff))
+
+
+### Dependencies
+
+* Update protobuf-java.vesion to v3.21.7 ([#137](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/137)) ([dd047ae](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/dd047aefcd001300c67ee73af50f5fdd427fb8d1))
+
## 0.1.0 (2022-09-28)
`com.google.cloud:pubsub-group-kafka-connector` 0.1.0 release
diff --git a/pom.xml b/pom.xml
index e6b050fc..de57f20d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,11 +2,23 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
- com.google.pubsub.kafka.connect
+ com.google.cloud
pubsub-group-kafka-connector
0.1.0-SNAPSHOT
- Archetype - kafka-connector
- http://maven.apache.org
+ jar
+ Pub/Sub Group Kafka Connector
+ https://github.com/googleapis/java-pubsub-group-kafka-connector
+
+ This library provides Google Cloud Platform (GCP) first-party connectors for
+ Pub/Sub products with Kafka Connect.
+
+
+
+ com.google.cloud
+ google-cloud-shared-config
+ 1.5.3
+
+
1.8
1.8
@@ -15,7 +27,7 @@
1.120.18
1.7.0
1.12.1
- 3.21.6
+ 3.21.7
2.19.1
2.0.3
diff --git a/src/main/java/com/google/pubsub/kafka/common/ConnectorCredentialsProvider.java b/src/main/java/com/google/pubsub/kafka/common/ConnectorCredentialsProvider.java
index 43584856..4c36a2ad 100644
--- a/src/main/java/com/google/pubsub/kafka/common/ConnectorCredentialsProvider.java
+++ b/src/main/java/com/google/pubsub/kafka/common/ConnectorCredentialsProvider.java
@@ -1,18 +1,18 @@
-// Copyright 2018 Google Inc.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-////////////////////////////////////////////////////////////////////////////////
+/*
+ * Copyright 2018 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package com.google.pubsub.kafka.common;
import com.google.api.gax.core.CredentialsProvider;
diff --git a/src/main/java/com/google/pubsub/kafka/common/ConnectorUtils.java b/src/main/java/com/google/pubsub/kafka/common/ConnectorUtils.java
index 399742a7..597ff5ef 100644
--- a/src/main/java/com/google/pubsub/kafka/common/ConnectorUtils.java
+++ b/src/main/java/com/google/pubsub/kafka/common/ConnectorUtils.java
@@ -1,18 +1,18 @@
-// Copyright 2016 Google Inc.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-////////////////////////////////////////////////////////////////////////////////
+/*
+ * Copyright 2016 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package com.google.pubsub.kafka.common;
import com.google.common.util.concurrent.ThreadFactoryBuilder;
diff --git a/src/main/java/com/google/pubsub/kafka/sink/CloudPubSubSinkConnector.java b/src/main/java/com/google/pubsub/kafka/sink/CloudPubSubSinkConnector.java
index d5e21320..7b083d44 100644
--- a/src/main/java/com/google/pubsub/kafka/sink/CloudPubSubSinkConnector.java
+++ b/src/main/java/com/google/pubsub/kafka/sink/CloudPubSubSinkConnector.java
@@ -1,18 +1,18 @@
-// Copyright 2016 Google Inc.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-////////////////////////////////////////////////////////////////////////////////
+/*
+ * Copyright 2016 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package com.google.pubsub.kafka.sink;
import com.google.pubsub.kafka.common.ConnectorUtils;
diff --git a/src/main/java/com/google/pubsub/kafka/sink/CloudPubSubSinkTask.java b/src/main/java/com/google/pubsub/kafka/sink/CloudPubSubSinkTask.java
index bf37252e..5c31a9d8 100644
--- a/src/main/java/com/google/pubsub/kafka/sink/CloudPubSubSinkTask.java
+++ b/src/main/java/com/google/pubsub/kafka/sink/CloudPubSubSinkTask.java
@@ -1,18 +1,18 @@
-// Copyright 2016 Google Inc.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-////////////////////////////////////////////////////////////////////////////////
+/*
+ * Copyright 2016 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package com.google.pubsub.kafka.sink;
import static com.google.pubsub.kafka.common.ConnectorUtils.getSystemExecutor;
diff --git a/src/main/java/com/google/pubsub/kafka/source/AckBatchingSubscriber.java b/src/main/java/com/google/pubsub/kafka/source/AckBatchingSubscriber.java
index 8fb7c3fc..088e399c 100644
--- a/src/main/java/com/google/pubsub/kafka/source/AckBatchingSubscriber.java
+++ b/src/main/java/com/google/pubsub/kafka/source/AckBatchingSubscriber.java
@@ -1,18 +1,18 @@
-// Copyright 2016 Google Inc.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-////////////////////////////////////////////////////////////////////////////////
+/*
+ * Copyright 2016 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package com.google.pubsub.kafka.source;
import com.google.api.core.ApiFuture;
diff --git a/src/main/java/com/google/pubsub/kafka/source/CloudPubSubGRPCSubscriber.java b/src/main/java/com/google/pubsub/kafka/source/CloudPubSubGRPCSubscriber.java
index 028b81a2..470abcb8 100644
--- a/src/main/java/com/google/pubsub/kafka/source/CloudPubSubGRPCSubscriber.java
+++ b/src/main/java/com/google/pubsub/kafka/source/CloudPubSubGRPCSubscriber.java
@@ -1,18 +1,18 @@
-// Copyright 2016 Google Inc.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-////////////////////////////////////////////////////////////////////////////////
+/*
+ * Copyright 2016 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package com.google.pubsub.kafka.source;
import com.google.api.core.ApiFuture;
diff --git a/src/main/java/com/google/pubsub/kafka/source/CloudPubSubRoundRobinSubscriber.java b/src/main/java/com/google/pubsub/kafka/source/CloudPubSubRoundRobinSubscriber.java
index 96a0a765..d6bfcd6d 100644
--- a/src/main/java/com/google/pubsub/kafka/source/CloudPubSubRoundRobinSubscriber.java
+++ b/src/main/java/com/google/pubsub/kafka/source/CloudPubSubRoundRobinSubscriber.java
@@ -1,18 +1,18 @@
-// Copyright 2016 Google Inc.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-////////////////////////////////////////////////////////////////////////////////
+/*
+ * Copyright 2016 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package com.google.pubsub.kafka.source;
import com.google.api.core.ApiFuture;
diff --git a/src/main/java/com/google/pubsub/kafka/source/CloudPubSubSourceConnector.java b/src/main/java/com/google/pubsub/kafka/source/CloudPubSubSourceConnector.java
index e5abaedf..4fd649c2 100644
--- a/src/main/java/com/google/pubsub/kafka/source/CloudPubSubSourceConnector.java
+++ b/src/main/java/com/google/pubsub/kafka/source/CloudPubSubSourceConnector.java
@@ -1,18 +1,18 @@
-// Copyright 2016 Google Inc.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-////////////////////////////////////////////////////////////////////////////////
+/*
+ * Copyright 2016 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package com.google.pubsub.kafka.source;
import com.google.api.gax.core.CredentialsProvider;
diff --git a/src/main/java/com/google/pubsub/kafka/source/CloudPubSubSourceTask.java b/src/main/java/com/google/pubsub/kafka/source/CloudPubSubSourceTask.java
index 7cd71e11..7319cea1 100644
--- a/src/main/java/com/google/pubsub/kafka/source/CloudPubSubSourceTask.java
+++ b/src/main/java/com/google/pubsub/kafka/source/CloudPubSubSourceTask.java
@@ -1,18 +1,18 @@
-// Copyright 2016 Google Inc.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-////////////////////////////////////////////////////////////////////////////////
+/*
+ * Copyright 2016 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package com.google.pubsub.kafka.source;
import static com.google.pubsub.kafka.common.ConnectorUtils.getSystemExecutor;
diff --git a/src/main/java/com/google/pubsub/kafka/source/CloudPubSubSubscriber.java b/src/main/java/com/google/pubsub/kafka/source/CloudPubSubSubscriber.java
index afd988f1..9308d687 100644
--- a/src/main/java/com/google/pubsub/kafka/source/CloudPubSubSubscriber.java
+++ b/src/main/java/com/google/pubsub/kafka/source/CloudPubSubSubscriber.java
@@ -1,18 +1,18 @@
-// Copyright 2016 Google Inc.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-////////////////////////////////////////////////////////////////////////////////
+/*
+ * Copyright 2016 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package com.google.pubsub.kafka.source;
import com.google.api.core.ApiFuture;
diff --git a/src/main/java/com/google/pubsub/kafka/source/StreamingPullSubscriberFactory.java b/src/main/java/com/google/pubsub/kafka/source/StreamingPullSubscriberFactory.java
index c8c4c5da..bf3145d4 100644
--- a/src/main/java/com/google/pubsub/kafka/source/StreamingPullSubscriberFactory.java
+++ b/src/main/java/com/google/pubsub/kafka/source/StreamingPullSubscriberFactory.java
@@ -1,18 +1,18 @@
-// Copyright 2016 Google Inc.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-////////////////////////////////////////////////////////////////////////////////
+/*
+ * Copyright 2016 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package com.google.pubsub.kafka.source;
diff --git a/src/test/java/com/google/pubsub/kafka/sink/CloudPubSubSinkConnectorTest.java b/src/test/java/com/google/pubsub/kafka/sink/CloudPubSubSinkConnectorTest.java
index 9ea562a8..71203b31 100644
--- a/src/test/java/com/google/pubsub/kafka/sink/CloudPubSubSinkConnectorTest.java
+++ b/src/test/java/com/google/pubsub/kafka/sink/CloudPubSubSinkConnectorTest.java
@@ -1,18 +1,18 @@
-// Copyright 2016 Google Inc.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-////////////////////////////////////////////////////////////////////////////////
+/*
+ * Copyright 2016 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package com.google.pubsub.kafka.sink;
import static org.junit.Assert.assertEquals;
diff --git a/src/test/java/com/google/pubsub/kafka/sink/CloudPubSubSinkTaskTest.java b/src/test/java/com/google/pubsub/kafka/sink/CloudPubSubSinkTaskTest.java
index 6c311290..e1d4cb6d 100644
--- a/src/test/java/com/google/pubsub/kafka/sink/CloudPubSubSinkTaskTest.java
+++ b/src/test/java/com/google/pubsub/kafka/sink/CloudPubSubSinkTaskTest.java
@@ -1,18 +1,18 @@
-// Copyright 2016 Google Inc.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-////////////////////////////////////////////////////////////////////////////////
+/*
+ * Copyright 2016 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package com.google.pubsub.kafka.sink;
import static org.junit.Assert.assertEquals;
diff --git a/src/test/java/com/google/pubsub/kafka/source/AckBatchingSubscriberTest.java b/src/test/java/com/google/pubsub/kafka/source/AckBatchingSubscriberTest.java
index a5c4772c..69531847 100644
--- a/src/test/java/com/google/pubsub/kafka/source/AckBatchingSubscriberTest.java
+++ b/src/test/java/com/google/pubsub/kafka/source/AckBatchingSubscriberTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2016 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package com.google.pubsub.kafka.source;
import static com.google.common.truth.Truth.assertThat;
diff --git a/src/test/java/com/google/pubsub/kafka/source/CloudPubSubSourceConnectorTest.java b/src/test/java/com/google/pubsub/kafka/source/CloudPubSubSourceConnectorTest.java
index 962b52d4..6d31a018 100644
--- a/src/test/java/com/google/pubsub/kafka/source/CloudPubSubSourceConnectorTest.java
+++ b/src/test/java/com/google/pubsub/kafka/source/CloudPubSubSourceConnectorTest.java
@@ -1,18 +1,18 @@
-// Copyright 2016 Google Inc.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-////////////////////////////////////////////////////////////////////////////////
+/*
+ * Copyright 2016 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package com.google.pubsub.kafka.source;
import static org.junit.Assert.assertEquals;
diff --git a/src/test/java/com/google/pubsub/kafka/source/CloudPubSubSourceTaskTest.java b/src/test/java/com/google/pubsub/kafka/source/CloudPubSubSourceTaskTest.java
index 3b535b88..1e1be8e6 100644
--- a/src/test/java/com/google/pubsub/kafka/source/CloudPubSubSourceTaskTest.java
+++ b/src/test/java/com/google/pubsub/kafka/source/CloudPubSubSourceTaskTest.java
@@ -1,18 +1,18 @@
-// Copyright 2016 Google Inc.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-////////////////////////////////////////////////////////////////////////////////
+/*
+ * Copyright 2016 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package com.google.pubsub.kafka.source;
import static org.junit.Assert.assertArrayEquals;
diff --git a/src/test/java/com/google/pubsub/kafka/source/StreamingPullSubscriberTest.java b/src/test/java/com/google/pubsub/kafka/source/StreamingPullSubscriberTest.java
index 7000d83b..29522306 100644
--- a/src/test/java/com/google/pubsub/kafka/source/StreamingPullSubscriberTest.java
+++ b/src/test/java/com/google/pubsub/kafka/source/StreamingPullSubscriberTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2016 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package com.google.pubsub.kafka.source;
import static com.google.common.truth.Truth.assertThat;
diff --git a/src/test/java/com/google/pubsublite/kafka/sink/PubSubLiteSinkTaskTest.java b/src/test/java/com/google/pubsublite/kafka/sink/PubSubLiteSinkTaskTest.java
index f47d97dc..d64d5582 100644
--- a/src/test/java/com/google/pubsublite/kafka/sink/PubSubLiteSinkTaskTest.java
+++ b/src/test/java/com/google/pubsublite/kafka/sink/PubSubLiteSinkTaskTest.java
@@ -1,18 +1,18 @@
-// Copyright 2016 Google Inc.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-////////////////////////////////////////////////////////////////////////////////
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package com.google.pubsublite.kafka.sink;
import static org.junit.Assert.assertNotNull;
diff --git a/src/test/java/com/google/pubsublite/kafka/sink/SchemasTest.java b/src/test/java/com/google/pubsublite/kafka/sink/SchemasTest.java
index f0b747c2..cc7f4082 100644
--- a/src/test/java/com/google/pubsublite/kafka/sink/SchemasTest.java
+++ b/src/test/java/com/google/pubsublite/kafka/sink/SchemasTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package com.google.pubsublite.kafka.sink;
import static com.google.common.truth.Truth.assertThat;
diff --git a/src/test/java/com/google/pubsublite/kafka/source/PollerImplTest.java b/src/test/java/com/google/pubsublite/kafka/source/PollerImplTest.java
index b1bd7718..a310b38f 100644
--- a/src/test/java/com/google/pubsublite/kafka/source/PollerImplTest.java
+++ b/src/test/java/com/google/pubsublite/kafka/source/PollerImplTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package com.google.pubsublite.kafka.source;
import static com.google.cloud.pubsublite.internal.testing.UnitTestExamples.example;
diff --git a/src/test/java/com/google/pubsublite/kafka/source/PubSubLiteSourceTaskTest.java b/src/test/java/com/google/pubsublite/kafka/source/PubSubLiteSourceTaskTest.java
index c127a279..e94bee6d 100644
--- a/src/test/java/com/google/pubsublite/kafka/source/PubSubLiteSourceTaskTest.java
+++ b/src/test/java/com/google/pubsublite/kafka/source/PubSubLiteSourceTaskTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package com.google.pubsublite.kafka.source;
import static com.google.common.truth.Truth.assertThat;
diff --git a/versions.txt b/versions.txt
index b5b62509..659f13d5 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-pubsub-group-kafka-connector:0.1.0:0.1.0
+pubsub-group-kafka-connector:0.1.1:0.1.1