You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by ka...@apache.org on 2018/06/06 03:44:19 UTC

[6/8] metamodel git commit: Added license headers to test files

Added license headers to test files

Project: http://git-wip-us.apache.org/repos/asf/metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/metamodel/commit/cdb2b5b2
Tree: http://git-wip-us.apache.org/repos/asf/metamodel/tree/cdb2b5b2
Diff: http://git-wip-us.apache.org/repos/asf/metamodel/diff/cdb2b5b2

Branch: refs/heads/master
Commit: cdb2b5b21f0e3d8f1a779d830ad4b738a06c5d46
Parents: 0e7545e
Author: Kasper Sørensen <i....@gmail.com>
Authored: Sun Jan 28 15:56:41 2018 -0800
Committer: Kasper Sørensen <i....@gmail.com>
Committed: Sun Jan 28 15:56:41 2018 -0800

----------------------------------------------------------------------
 .../kafka/KafkaDataContextIntegrationTest.java    | 18 ++++++++++++++++++
 .../metamodel/kafka/KafkaDataContextTest.java     | 18 ++++++++++++++++++
 .../apache/metamodel/kafka/KafkaTestServer.java   | 18 ++++++++++++++++++
 3 files changed, 54 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/metamodel/blob/cdb2b5b2/kafka/src/test/java/org/apache/metamodel/kafka/KafkaDataContextIntegrationTest.java
----------------------------------------------------------------------
diff --git a/kafka/src/test/java/org/apache/metamodel/kafka/KafkaDataContextIntegrationTest.java b/kafka/src/test/java/org/apache/metamodel/kafka/KafkaDataContextIntegrationTest.java
index ffc4075..03ae256 100644
--- a/kafka/src/test/java/org/apache/metamodel/kafka/KafkaDataContextIntegrationTest.java
+++ b/kafka/src/test/java/org/apache/metamodel/kafka/KafkaDataContextIntegrationTest.java
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 org.apache.metamodel.kafka;
 
 import java.util.Arrays;

http://git-wip-us.apache.org/repos/asf/metamodel/blob/cdb2b5b2/kafka/src/test/java/org/apache/metamodel/kafka/KafkaDataContextTest.java
----------------------------------------------------------------------
diff --git a/kafka/src/test/java/org/apache/metamodel/kafka/KafkaDataContextTest.java b/kafka/src/test/java/org/apache/metamodel/kafka/KafkaDataContextTest.java
index 491c96d..58ebea1 100644
--- a/kafka/src/test/java/org/apache/metamodel/kafka/KafkaDataContextTest.java
+++ b/kafka/src/test/java/org/apache/metamodel/kafka/KafkaDataContextTest.java
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 org.apache.metamodel.kafka;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/metamodel/blob/cdb2b5b2/kafka/src/test/java/org/apache/metamodel/kafka/KafkaTestServer.java
----------------------------------------------------------------------
diff --git a/kafka/src/test/java/org/apache/metamodel/kafka/KafkaTestServer.java b/kafka/src/test/java/org/apache/metamodel/kafka/KafkaTestServer.java
index 28a4754..96376ed 100644
--- a/kafka/src/test/java/org/apache/metamodel/kafka/KafkaTestServer.java
+++ b/kafka/src/test/java/org/apache/metamodel/kafka/KafkaTestServer.java
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 org.apache.metamodel.kafka;
 
 import java.io.File;