You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by be...@apache.org on 2021/02/06 17:28:07 UTC

[incubator-wayang] 16/16: Add header licence to files in wayang-test

This is an automated email from the ASF dual-hosted git repository.

bertty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git

commit 086f6a049a33d3fcdb30f38c3d93f358cfe50b6a
Author: Bertty Contreras-Rojas <be...@scalytics.io>
AuthorDate: Sat Feb 6 14:26:59 2021 -0300

    Add header licence to files in wayang-test
---
 pom.xml                                                | 11 +++++++++++
 wayang-tests/pom.xml                                   | 11 +++++++++++
 .../org/apache/wayang/tests/FlinkIntegrationIT.java    | 18 ++++++++++++++++++
 .../org/apache/wayang/tests/FullIntegrationIT.java     | 18 ++++++++++++++++++
 .../org/apache/wayang/tests/GiraphIntegrationIT.java   | 18 ++++++++++++++++++
 .../org/apache/wayang/tests/GraphChiIntegrationIT.java | 18 ++++++++++++++++++
 .../org/apache/wayang/tests/JavaIntegrationIT.java     | 18 ++++++++++++++++++
 .../org/apache/wayang/tests/PostgresIntegrationIT.java | 18 ++++++++++++++++++
 .../java/org/apache/wayang/tests/RegressionIT.java     | 18 ++++++++++++++++++
 .../org/apache/wayang/tests/SparkIntegrationIT.java    | 18 ++++++++++++++++++
 .../test/java/org/apache/wayang/tests/WayangPlans.java | 18 ++++++++++++++++++
 .../org/apache/wayang/tests/WayangPlansOperators.java  | 18 ++++++++++++++++++
 .../test/java/org/apache/wayang/tests/WordCountIT.java | 18 ++++++++++++++++++
 .../apache/wayang/tests/platform/MyMadeUpPlatform.java | 18 ++++++++++++++++++
 14 files changed, 238 insertions(+)

diff --git a/pom.xml b/pom.xml
index c51482a..cce4739 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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. See accompanying LICENSE file.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/wayang-tests/pom.xml b/wayang-tests/pom.xml
index 0da801b..a3758aa 100644
--- a/wayang-tests/pom.xml
+++ b/wayang-tests/pom.xml
@@ -1,4 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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. See accompanying LICENSE file.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>wayang</artifactId>
diff --git a/wayang-tests/src/test/java/org/apache/wayang/tests/FlinkIntegrationIT.java b/wayang-tests/src/test/java/org/apache/wayang/tests/FlinkIntegrationIT.java
index bc4abdb..6698750 100644
--- a/wayang-tests/src/test/java/org/apache/wayang/tests/FlinkIntegrationIT.java
+++ b/wayang-tests/src/test/java/org/apache/wayang/tests/FlinkIntegrationIT.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.wayang.tests;
 
 import org.junit.Assert;
diff --git a/wayang-tests/src/test/java/org/apache/wayang/tests/FullIntegrationIT.java b/wayang-tests/src/test/java/org/apache/wayang/tests/FullIntegrationIT.java
index 114d9e0..51cf036 100644
--- a/wayang-tests/src/test/java/org/apache/wayang/tests/FullIntegrationIT.java
+++ b/wayang-tests/src/test/java/org/apache/wayang/tests/FullIntegrationIT.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.wayang.tests;
 
 import org.junit.Assert;
diff --git a/wayang-tests/src/test/java/org/apache/wayang/tests/GiraphIntegrationIT.java b/wayang-tests/src/test/java/org/apache/wayang/tests/GiraphIntegrationIT.java
index 3b5db6c..54b2658 100644
--- a/wayang-tests/src/test/java/org/apache/wayang/tests/GiraphIntegrationIT.java
+++ b/wayang-tests/src/test/java/org/apache/wayang/tests/GiraphIntegrationIT.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.wayang.tests;
 
 import org.junit.Assert;
diff --git a/wayang-tests/src/test/java/org/apache/wayang/tests/GraphChiIntegrationIT.java b/wayang-tests/src/test/java/org/apache/wayang/tests/GraphChiIntegrationIT.java
index 9edaba7..997f44a 100644
--- a/wayang-tests/src/test/java/org/apache/wayang/tests/GraphChiIntegrationIT.java
+++ b/wayang-tests/src/test/java/org/apache/wayang/tests/GraphChiIntegrationIT.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.wayang.tests;
 
 import org.junit.Assert;
diff --git a/wayang-tests/src/test/java/org/apache/wayang/tests/JavaIntegrationIT.java b/wayang-tests/src/test/java/org/apache/wayang/tests/JavaIntegrationIT.java
index c0ee652..deafb00 100644
--- a/wayang-tests/src/test/java/org/apache/wayang/tests/JavaIntegrationIT.java
+++ b/wayang-tests/src/test/java/org/apache/wayang/tests/JavaIntegrationIT.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.wayang.tests;
 
 import org.junit.Assert;
diff --git a/wayang-tests/src/test/java/org/apache/wayang/tests/PostgresIntegrationIT.java b/wayang-tests/src/test/java/org/apache/wayang/tests/PostgresIntegrationIT.java
index adb2ec5..721f27b 100644
--- a/wayang-tests/src/test/java/org/apache/wayang/tests/PostgresIntegrationIT.java
+++ b/wayang-tests/src/test/java/org/apache/wayang/tests/PostgresIntegrationIT.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.wayang.tests;
 
 import org.junit.AfterClass;
diff --git a/wayang-tests/src/test/java/org/apache/wayang/tests/RegressionIT.java b/wayang-tests/src/test/java/org/apache/wayang/tests/RegressionIT.java
index c18d110..59b48cd 100644
--- a/wayang-tests/src/test/java/org/apache/wayang/tests/RegressionIT.java
+++ b/wayang-tests/src/test/java/org/apache/wayang/tests/RegressionIT.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.wayang.tests;
 
 import org.junit.Assert;
diff --git a/wayang-tests/src/test/java/org/apache/wayang/tests/SparkIntegrationIT.java b/wayang-tests/src/test/java/org/apache/wayang/tests/SparkIntegrationIT.java
index 8c8bd8e..7323f8d 100644
--- a/wayang-tests/src/test/java/org/apache/wayang/tests/SparkIntegrationIT.java
+++ b/wayang-tests/src/test/java/org/apache/wayang/tests/SparkIntegrationIT.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.wayang.tests;
 
 import org.junit.Assert;
diff --git a/wayang-tests/src/test/java/org/apache/wayang/tests/WayangPlans.java b/wayang-tests/src/test/java/org/apache/wayang/tests/WayangPlans.java
index 102220a..3062afb 100644
--- a/wayang-tests/src/test/java/org/apache/wayang/tests/WayangPlans.java
+++ b/wayang-tests/src/test/java/org/apache/wayang/tests/WayangPlans.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.wayang.tests;
 
 import org.apache.wayang.api.DataQuantaBuilder;
diff --git a/wayang-tests/src/test/java/org/apache/wayang/tests/WayangPlansOperators.java b/wayang-tests/src/test/java/org/apache/wayang/tests/WayangPlansOperators.java
index 78bf29b..1dc5179 100644
--- a/wayang-tests/src/test/java/org/apache/wayang/tests/WayangPlansOperators.java
+++ b/wayang-tests/src/test/java/org/apache/wayang/tests/WayangPlansOperators.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.wayang.tests;
 
 import org.apache.wayang.basic.data.Tuple2;
diff --git a/wayang-tests/src/test/java/org/apache/wayang/tests/WordCountIT.java b/wayang-tests/src/test/java/org/apache/wayang/tests/WordCountIT.java
index 2983122..0175ae5 100644
--- a/wayang-tests/src/test/java/org/apache/wayang/tests/WordCountIT.java
+++ b/wayang-tests/src/test/java/org/apache/wayang/tests/WordCountIT.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.wayang.tests;
 
 import org.junit.Assert;
diff --git a/wayang-tests/src/test/java/org/apache/wayang/tests/platform/MyMadeUpPlatform.java b/wayang-tests/src/test/java/org/apache/wayang/tests/platform/MyMadeUpPlatform.java
index 12cf539..bc93d30 100644
--- a/wayang-tests/src/test/java/org/apache/wayang/tests/platform/MyMadeUpPlatform.java
+++ b/wayang-tests/src/test/java/org/apache/wayang/tests/platform/MyMadeUpPlatform.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.wayang.tests.platform;
 
 import org.apache.wayang.core.api.Configuration;