From 26a038561198d41eee06a24da221ebef0c892682 Mon Sep 17 00:00:00 2001 From: juhoautio Date: Mon, 19 Apr 2021 12:24:37 +0300 Subject: [PATCH] Add generated copyright headers --- examples/rovio-ingest-maven-example/pom.xml | 17 +++++++++++++++++ .../src/main/java/RovioIngestSampleJob.java | 15 +++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/examples/rovio-ingest-maven-example/pom.xml b/examples/rovio-ingest-maven-example/pom.xml index 5ebb1ff..7c71af9 100644 --- a/examples/rovio-ingest-maven-example/pom.xml +++ b/examples/rovio-ingest-maven-example/pom.xml @@ -1,4 +1,21 @@ + diff --git a/examples/rovio-ingest-maven-example/src/main/java/RovioIngestSampleJob.java b/examples/rovio-ingest-maven-example/src/main/java/RovioIngestSampleJob.java index 689f54f..94d43d3 100644 --- a/examples/rovio-ingest-maven-example/src/main/java/RovioIngestSampleJob.java +++ b/examples/rovio-ingest-maven-example/src/main/java/RovioIngestSampleJob.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021 Rovio Entertainment Corporation + * + * 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. + */ import com.rovio.ingest.DruidSource; import com.rovio.ingest.WriterContext.ConfKeys; import com.rovio.ingest.extensions.java.DruidDatasetExtensions;