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:27:53 UTC

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

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 7f71ec5ee56274b940188a408ea65e6dd459294d
Author: Bertty Contreras-Rojas <be...@scalytics.io>
AuthorDate: Sat Feb 6 13:50:27 2021 -0300

    Add header licence to files in wayang-api
---
 wayang-api/pom.xml                                     | 12 ++++++++++++
 .../main/scala/org/apache/wayang/api/DataQuanta.scala  | 18 ++++++++++++++++++
 .../org/apache/wayang/api/DataQuantaBuilder.scala      | 18 ++++++++++++++++++
 .../scala/org/apache/wayang/api/JavaPlanBuilder.scala  | 18 ++++++++++++++++++
 .../main/scala/org/apache/wayang/api/PlanBuilder.scala | 18 ++++++++++++++++++
 .../scala/org/apache/wayang/api/RecordDataQuanta.scala | 18 ++++++++++++++++++
 .../apache/wayang/api/RecordDataQuantaBuilder.scala    | 18 ++++++++++++++++++
 .../main/scala/org/apache/wayang/api/graph/Edge.scala  | 18 ++++++++++++++++++
 .../org/apache/wayang/api/graph/EdgeDataQuanta.scala   | 18 ++++++++++++++++++
 .../wayang/api/graph/EdgeDataQuantaBuilder.scala       | 18 ++++++++++++++++++
 .../scala/org/apache/wayang/api/graph/package.scala    | 18 ++++++++++++++++++
 .../src/main/scala/org/apache/wayang/api/package.scala | 18 ++++++++++++++++++
 .../wayang/api/util/DataQuantaBuilderCache.scala       | 18 ++++++++++++++++++
 .../wayang/api/util/DataQuantaBuilderDecorator.scala   | 18 ++++++++++++++++++
 .../scala/org/apache/wayang/api/util/TypeTrap.scala    | 18 ++++++++++++++++++
 .../test/java/org/apache/wayang/api/JavaApiTest.java   | 18 ++++++++++++++++++
 .../src/test/scala/org/apache/wayang/api/ApiTest.scala | 18 ++++++++++++++++++
 17 files changed, 300 insertions(+)

diff --git a/wayang-api/pom.xml b/wayang-api/pom.xml
index fb9fba9..8b68431 100644
--- a/wayang-api/pom.xml
+++ b/wayang-api/pom.xml
@@ -1,4 +1,16 @@
 <?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-api/src/main/scala/org/apache/wayang/api/DataQuanta.scala b/wayang-api/src/main/scala/org/apache/wayang/api/DataQuanta.scala
index ab5ca33..89722cc 100644
--- a/wayang-api/src/main/scala/org/apache/wayang/api/DataQuanta.scala
+++ b/wayang-api/src/main/scala/org/apache/wayang/api/DataQuanta.scala
@@ -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.api
 
 import _root_.java.lang.{Iterable => JavaIterable}
diff --git a/wayang-api/src/main/scala/org/apache/wayang/api/DataQuantaBuilder.scala b/wayang-api/src/main/scala/org/apache/wayang/api/DataQuantaBuilder.scala
index 573661e..a590795 100644
--- a/wayang-api/src/main/scala/org/apache/wayang/api/DataQuantaBuilder.scala
+++ b/wayang-api/src/main/scala/org/apache/wayang/api/DataQuantaBuilder.scala
@@ -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.api
 
 
diff --git a/wayang-api/src/main/scala/org/apache/wayang/api/JavaPlanBuilder.scala b/wayang-api/src/main/scala/org/apache/wayang/api/JavaPlanBuilder.scala
index 1f01888..dc9f6be 100644
--- a/wayang-api/src/main/scala/org/apache/wayang/api/JavaPlanBuilder.scala
+++ b/wayang-api/src/main/scala/org/apache/wayang/api/JavaPlanBuilder.scala
@@ -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.api
 
 import java.util.{Collection => JavaCollection}
diff --git a/wayang-api/src/main/scala/org/apache/wayang/api/PlanBuilder.scala b/wayang-api/src/main/scala/org/apache/wayang/api/PlanBuilder.scala
index d1971ce..8600e23 100644
--- a/wayang-api/src/main/scala/org/apache/wayang/api/PlanBuilder.scala
+++ b/wayang-api/src/main/scala/org/apache/wayang/api/PlanBuilder.scala
@@ -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.api
 
 import de.hpi.isg.profiledb.store.model.Experiment
diff --git a/wayang-api/src/main/scala/org/apache/wayang/api/RecordDataQuanta.scala b/wayang-api/src/main/scala/org/apache/wayang/api/RecordDataQuanta.scala
index aa8dd6b..cc95e39 100644
--- a/wayang-api/src/main/scala/org/apache/wayang/api/RecordDataQuanta.scala
+++ b/wayang-api/src/main/scala/org/apache/wayang/api/RecordDataQuanta.scala
@@ -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.api
 
 import org.apache.wayang.basic.data.Record
diff --git a/wayang-api/src/main/scala/org/apache/wayang/api/RecordDataQuantaBuilder.scala b/wayang-api/src/main/scala/org/apache/wayang/api/RecordDataQuantaBuilder.scala
index a4ef9ad..5af271f 100644
--- a/wayang-api/src/main/scala/org/apache/wayang/api/RecordDataQuantaBuilder.scala
+++ b/wayang-api/src/main/scala/org/apache/wayang/api/RecordDataQuantaBuilder.scala
@@ -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.api
 
 import org.apache.wayang.api.util.DataQuantaBuilderDecorator
diff --git a/wayang-api/src/main/scala/org/apache/wayang/api/graph/Edge.scala b/wayang-api/src/main/scala/org/apache/wayang/api/graph/Edge.scala
index 8552036..1c67c21 100644
--- a/wayang-api/src/main/scala/org/apache/wayang/api/graph/Edge.scala
+++ b/wayang-api/src/main/scala/org/apache/wayang/api/graph/Edge.scala
@@ -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.api.graph
 
 /**
diff --git a/wayang-api/src/main/scala/org/apache/wayang/api/graph/EdgeDataQuanta.scala b/wayang-api/src/main/scala/org/apache/wayang/api/graph/EdgeDataQuanta.scala
index 697755f..6ac73ac 100644
--- a/wayang-api/src/main/scala/org/apache/wayang/api/graph/EdgeDataQuanta.scala
+++ b/wayang-api/src/main/scala/org/apache/wayang/api/graph/EdgeDataQuanta.scala
@@ -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.api.graph
 
 import org.apache.wayang.api._
diff --git a/wayang-api/src/main/scala/org/apache/wayang/api/graph/EdgeDataQuantaBuilder.scala b/wayang-api/src/main/scala/org/apache/wayang/api/graph/EdgeDataQuantaBuilder.scala
index 00428ce..17f5e32 100644
--- a/wayang-api/src/main/scala/org/apache/wayang/api/graph/EdgeDataQuantaBuilder.scala
+++ b/wayang-api/src/main/scala/org/apache/wayang/api/graph/EdgeDataQuantaBuilder.scala
@@ -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.api.graph
 
 import org.apache.wayang.api.util.DataQuantaBuilderDecorator
diff --git a/wayang-api/src/main/scala/org/apache/wayang/api/graph/package.scala b/wayang-api/src/main/scala/org/apache/wayang/api/graph/package.scala
index 2ce793b..e43fe81 100644
--- a/wayang-api/src/main/scala/org/apache/wayang/api/graph/package.scala
+++ b/wayang-api/src/main/scala/org/apache/wayang/api/graph/package.scala
@@ -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.api
 
 import org.apache.wayang.basic.data.{Tuple2 => T2}
diff --git a/wayang-api/src/main/scala/org/apache/wayang/api/package.scala b/wayang-api/src/main/scala/org/apache/wayang/api/package.scala
index cd2852f..f17f5a5 100644
--- a/wayang-api/src/main/scala/org/apache/wayang/api/package.scala
+++ b/wayang-api/src/main/scala/org/apache/wayang/api/package.scala
@@ -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
 
 import _root_.java.lang.{Class => JavaClass, Iterable => JavaIterable}
diff --git a/wayang-api/src/main/scala/org/apache/wayang/api/util/DataQuantaBuilderCache.scala b/wayang-api/src/main/scala/org/apache/wayang/api/util/DataQuantaBuilderCache.scala
index 01f2fe3..21decc2 100644
--- a/wayang-api/src/main/scala/org/apache/wayang/api/util/DataQuantaBuilderCache.scala
+++ b/wayang-api/src/main/scala/org/apache/wayang/api/util/DataQuantaBuilderCache.scala
@@ -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.api.util
 
 import org.apache.wayang.api.DataQuanta
diff --git a/wayang-api/src/main/scala/org/apache/wayang/api/util/DataQuantaBuilderDecorator.scala b/wayang-api/src/main/scala/org/apache/wayang/api/util/DataQuantaBuilderDecorator.scala
index 86b7953..8ea3dd2 100644
--- a/wayang-api/src/main/scala/org/apache/wayang/api/util/DataQuantaBuilderDecorator.scala
+++ b/wayang-api/src/main/scala/org/apache/wayang/api/util/DataQuantaBuilderDecorator.scala
@@ -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.api.util
 
 import de.hpi.isg.profiledb.store.model.Experiment
diff --git a/wayang-api/src/main/scala/org/apache/wayang/api/util/TypeTrap.scala b/wayang-api/src/main/scala/org/apache/wayang/api/util/TypeTrap.scala
index ee0ff48..d928fb5 100644
--- a/wayang-api/src/main/scala/org/apache/wayang/api/util/TypeTrap.scala
+++ b/wayang-api/src/main/scala/org/apache/wayang/api/util/TypeTrap.scala
@@ -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.api.util
 
 import org.apache.wayang.core.types.DataSetType
diff --git a/wayang-api/src/test/java/org/apache/wayang/api/JavaApiTest.java b/wayang-api/src/test/java/org/apache/wayang/api/JavaApiTest.java
index 2381b90..2d4bb6c 100644
--- a/wayang-api/src/test/java/org/apache/wayang/api/JavaApiTest.java
+++ b/wayang-api/src/test/java/org/apache/wayang/api/JavaApiTest.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.api;
 
 import org.junit.Assert;
diff --git a/wayang-api/src/test/scala/org/apache/wayang/api/ApiTest.scala b/wayang-api/src/test/scala/org/apache/wayang/api/ApiTest.scala
index aac908b..cc05bd2 100644
--- a/wayang-api/src/test/scala/org/apache/wayang/api/ApiTest.scala
+++ b/wayang-api/src/test/scala/org/apache/wayang/api/ApiTest.scala
@@ -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.api
 
 import java.io.File