You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by cd...@apache.org on 2021/02/09 12:59:53 UTC

[incubator-wayang] branch feature/asf-onboarding updated: - Added the missing Apache Headers

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

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


The following commit(s) were added to refs/heads/feature/asf-onboarding by this push:
     new 4712c98  - Added the missing Apache Headers
4712c98 is described below

commit 4712c987d0ff557adf68c1377ce10eb6795b5b02
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Tue Feb 9 13:59:44 2021 +0100

    - Added the missing Apache Headers
---
 .travis.yml                                           | 17 +++++++++++++++++
 bin/build.sh                                          | 19 +++++++++++++++++++
 bin/change-scala-version.sh                           | 19 +++++++++++++++++++
 bin/contains-scala-dependencies.sh                    | 19 +++++++++++++++++++
 bin/detect-scala-dependent-projects.sh                | 19 +++++++++++++++++++
 bin/rename_org.sh                                     | 19 +++++++++++++++++++
 bin/rm-pom-backups.sh                                 | 19 +++++++++++++++++++
 pom.xml                                               |  7 +++++++
 wayang-api/src/test/resources/wayang.properties       | 17 +++++++++++++++++
 .../main/resources/wayang-basic-defaults.properties   | 17 +++++++++++++++++
 .../main/resources/wayang-core-defaults.properties    | 17 +++++++++++++++++
 .../src/test/resources/simplelogger.properties        | 17 +++++++++++++++++
 .../src/test/resources/wayang.properties              | 17 +++++++++++++++++
 .../main/resources/wayang-flink-defaults.properties   | 17 +++++++++++++++++
 .../main/resources/wayang-giraph-defaults.properties  | 17 +++++++++++++++++
 .../resources/wayang-graphchi-defaults.properties     | 17 +++++++++++++++++
 .../main/resources/wayang-java-defaults.properties    | 17 +++++++++++++++++
 .../test/resources/wayang-hsqldb-defaults.properties  | 17 +++++++++++++++++
 .../resources/wayang-postgres-defaults.properties     | 17 +++++++++++++++++
 .../main/resources/wayang-spark-defaults.properties   | 17 +++++++++++++++++
 .../wayang-spark/src/test/resources/wayang.properties | 17 +++++++++++++++++
 .../main/resources/wayang-sqlite3-defaults.properties | 17 +++++++++++++++++
 wayang-tests/app.properties                           | 17 +++++++++++++++++
 .../src/test/resources/simplelogger.properties        | 17 +++++++++++++++++
 .../test/resources/wayang-hsqldb-defaults.properties  | 17 +++++++++++++++++
 wayang-tests/src/test/resources/wayang.properties     | 17 +++++++++++++++++
 26 files changed, 444 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index be25fc5..4358999 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,20 @@
+#
+# 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.
+#
+
 language: java
 
 notification:
diff --git a/bin/build.sh b/bin/build.sh
index b06c3a1..8bd6e8e 100755
--- a/bin/build.sh
+++ b/bin/build.sh
@@ -1,5 +1,24 @@
 #!/bin/bash
 
+################################################################################
+##
+##  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.
+##
+################################################################################
+
 basedir="$(cd "$(dirname "$0")/.."; pwd)"
 
 if [ $# -eq 0 ]; then
diff --git a/bin/change-scala-version.sh b/bin/change-scala-version.sh
index b52189e..79f4a32 100755
--- a/bin/change-scala-version.sh
+++ b/bin/change-scala-version.sh
@@ -1,5 +1,24 @@
 #!/bin/bash
 
+################################################################################
+##
+##  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.
+##
+################################################################################
+
 if [ $# -eq 0 ]; then
 	>&2 echo "No parameters given."
 	echo "This script changes the Scala version used in this project."
diff --git a/bin/contains-scala-dependencies.sh b/bin/contains-scala-dependencies.sh
index 608c494..819f030 100755
--- a/bin/contains-scala-dependencies.sh
+++ b/bin/contains-scala-dependencies.sh
@@ -1,5 +1,24 @@
 #!/bin/bash
 
+################################################################################
+##
+##  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.
+##
+################################################################################
+
 verbose=false
 
 if [ $# -ne 1 ]; then
diff --git a/bin/detect-scala-dependent-projects.sh b/bin/detect-scala-dependent-projects.sh
index 341dfb4..b776733 100755
--- a/bin/detect-scala-dependent-projects.sh
+++ b/bin/detect-scala-dependent-projects.sh
@@ -1,5 +1,24 @@
 #!/bin/bash
 
+################################################################################
+##
+##  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.
+##
+################################################################################
+
 echo "This scripts heuristically determines all (sub-)projects that seem to depend on Scala-dependencies and should therefore be sensitive w.r.t. the Scala version."
 
 basedir="$(cd "$(dirname "$0")/.."; pwd)"
diff --git a/bin/rename_org.sh b/bin/rename_org.sh
index cb25580..f2df1f1 100755
--- a/bin/rename_org.sh
+++ b/bin/rename_org.sh
@@ -1,5 +1,24 @@
 #!/bin/bash
 
+################################################################################
+##
+##  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.
+##
+################################################################################
+
 function rename_structure {
   pattern="s#/$1\$##"
   for f in $(ls -R ./ | grep ":$" | sed "s/:$//" | grep "$1$" | sed $pattern ) ; do
diff --git a/bin/rm-pom-backups.sh b/bin/rm-pom-backups.sh
index 77f5175..b7826af 100755
--- a/bin/rm-pom-backups.sh
+++ b/bin/rm-pom-backups.sh
@@ -1,5 +1,24 @@
 #!/bin/bash
 
+################################################################################
+##
+##  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.
+##
+################################################################################
+
 basedir="$(cd "$(dirname "$0")/.."; pwd)"
 
 find "$basedir" -name "pom.xml.*" -exec rm {} \;
diff --git a/pom.xml b/pom.xml
index 72fe631..ceb034d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,6 +177,13 @@
                         <!-- IntelliJ related files -->
                         <exclude>**/.idea/**</exclude>
                         <exclude>**/*.iml</exclude>
+
+                        <exclude>**/*.yaml</exclude>
+
+                        <!-- TODO: I am pretty sure we need to remove this and replace it with a different text -->
+                        <exclude>src/test/resources/ulysses.txt</exclude>
+                        <exclude>src/test/resources/test.edgelist</exclude>
+                        <exclude>src/test/resources/*.txt</exclude>
                     </excludes>
                 </configuration>
             </plugin>
diff --git a/wayang-api/src/test/resources/wayang.properties b/wayang-api/src/test/resources/wayang.properties
index a8e076d..b296279 100644
--- a/wayang-api/src/test/resources/wayang.properties
+++ b/wayang-api/src/test/resources/wayang.properties
@@ -1 +1,18 @@
+#
+# 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.
+#
+
 spark.driver.host = localhost
diff --git a/wayang-basic/src/main/resources/wayang-basic-defaults.properties b/wayang-basic/src/main/resources/wayang-basic-defaults.properties
index bec43b1..a7e7620 100644
--- a/wayang-basic/src/main/resources/wayang-basic-defaults.properties
+++ b/wayang-basic/src/main/resources/wayang-basic-defaults.properties
@@ -1 +1,18 @@
+#
+# 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.
+#
+
 wayang.basic.tempdir = file:///tmp
diff --git a/wayang-core/src/main/resources/wayang-core-defaults.properties b/wayang-core/src/main/resources/wayang-core-defaults.properties
index 21749d0..bddf20c 100644
--- a/wayang-core/src/main/resources/wayang-core-defaults.properties
+++ b/wayang-core/src/main/resources/wayang-core-defaults.properties
@@ -1,3 +1,20 @@
+#
+# 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.
+#
+
 # Configure plan enumeration pruning.
 wayang.core.optimizer.pruning.strategies = org.apache.wayang.core.optimizer.enumeration.LatentOperatorPruningStrategy
 # wayang.core.optimizer.pruning.strategies = org.apache.wayang.core.optimizer.enumeration.TopKPruningStrategy
diff --git a/wayang-core/src/test/resources/simplelogger.properties b/wayang-core/src/test/resources/simplelogger.properties
index 718ff36..ae7d63d 100644
--- a/wayang-core/src/test/resources/simplelogger.properties
+++ b/wayang-core/src/test/resources/simplelogger.properties
@@ -1,2 +1,19 @@
+#
+# 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.
+#
+
 org.slf4j.simpleLogger.logFile = System.out
 org.slf4j.simpleLogger.defaultLogLevel = info
diff --git a/wayang-extensions/wayang-iejoin/src/test/resources/wayang.properties b/wayang-extensions/wayang-iejoin/src/test/resources/wayang.properties
index a8e076d..b296279 100644
--- a/wayang-extensions/wayang-iejoin/src/test/resources/wayang.properties
+++ b/wayang-extensions/wayang-iejoin/src/test/resources/wayang.properties
@@ -1 +1,18 @@
+#
+# 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.
+#
+
 spark.driver.host = localhost
diff --git a/wayang-platforms/wayang-flink/src/main/resources/wayang-flink-defaults.properties b/wayang-platforms/wayang-flink/src/main/resources/wayang-flink-defaults.properties
index dd130a0..a84458d 100644
--- a/wayang-platforms/wayang-flink/src/main/resources/wayang-flink-defaults.properties
+++ b/wayang-platforms/wayang-flink/src/main/resources/wayang-flink-defaults.properties
@@ -1,3 +1,20 @@
+#
+# 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.
+#
+
 wayang.flink.cpu.mhz = 2700
 wayang.flink.hdfs.ms-per-mb = 2.7
 wayang.flink.network.ms-per-mb = 8.6
diff --git a/wayang-platforms/wayang-giraph/src/main/resources/wayang-giraph-defaults.properties b/wayang-platforms/wayang-giraph/src/main/resources/wayang-giraph-defaults.properties
index 80e5b6f..2044847 100644
--- a/wayang-platforms/wayang-giraph/src/main/resources/wayang-giraph-defaults.properties
+++ b/wayang-platforms/wayang-giraph/src/main/resources/wayang-giraph-defaults.properties
@@ -1,3 +1,20 @@
+#
+# 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.
+#
+
 wayang.giraph.cpu.mhz = 2700
 wayang.giraph.cores = 2
 wayang.giraph.hdfs.ms-per-mb = 2.7
diff --git a/wayang-platforms/wayang-graphchi/src/main/resources/wayang-graphchi-defaults.properties b/wayang-platforms/wayang-graphchi/src/main/resources/wayang-graphchi-defaults.properties
index 8dfb3e7..f4c3ca9 100644
--- a/wayang-platforms/wayang-graphchi/src/main/resources/wayang-graphchi-defaults.properties
+++ b/wayang-platforms/wayang-graphchi/src/main/resources/wayang-graphchi-defaults.properties
@@ -1,3 +1,20 @@
+#
+# 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.
+#
+
 wayang.graphchi.cpu.mhz = 2700
 wayang.graphchi.cores = 2
 wayang.graphchi.hdfs.ms-per-mb = 2.7
diff --git a/wayang-platforms/wayang-java/src/main/resources/wayang-java-defaults.properties b/wayang-platforms/wayang-java/src/main/resources/wayang-java-defaults.properties
index af9be5a..040ec4e 100644
--- a/wayang-platforms/wayang-java/src/main/resources/wayang-java-defaults.properties
+++ b/wayang-platforms/wayang-java/src/main/resources/wayang-java-defaults.properties
@@ -1,3 +1,20 @@
+#
+# 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.
+#
+
 wayang.java.cpu.mhz = 2700
 wayang.java.cores = 1
 wayang.java.hdfs.ms-per-mb = 2.7
diff --git a/wayang-platforms/wayang-jdbc-template/src/test/resources/wayang-hsqldb-defaults.properties b/wayang-platforms/wayang-jdbc-template/src/test/resources/wayang-hsqldb-defaults.properties
index 0044330..a6acb4b 100644
--- a/wayang-platforms/wayang-jdbc-template/src/test/resources/wayang-hsqldb-defaults.properties
+++ b/wayang-platforms/wayang-jdbc-template/src/test/resources/wayang-hsqldb-defaults.properties
@@ -1,3 +1,20 @@
+#
+# 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.
+#
+
 # Use in-memory HSQLDB to avoid messing with files in the tests.
 wayang.hsqldb.jdbc.url = jdbc:hsqldb:mem:testdb
 wayang.hsqldb.costs.fix = 0.0
diff --git a/wayang-platforms/wayang-postgres/src/main/resources/wayang-postgres-defaults.properties b/wayang-platforms/wayang-postgres/src/main/resources/wayang-postgres-defaults.properties
index 97906f8..f5786ce 100644
--- a/wayang-platforms/wayang-postgres/src/main/resources/wayang-postgres-defaults.properties
+++ b/wayang-platforms/wayang-postgres/src/main/resources/wayang-postgres-defaults.properties
@@ -1,3 +1,20 @@
+#
+# 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.
+#
+
 # wayang.postgres.jdbc.url = ...
 
 # Cost function parameters
diff --git a/wayang-platforms/wayang-spark/src/main/resources/wayang-spark-defaults.properties b/wayang-platforms/wayang-spark/src/main/resources/wayang-spark-defaults.properties
index 9fcdd59..4c52ea9 100644
--- a/wayang-platforms/wayang-spark/src/main/resources/wayang-spark-defaults.properties
+++ b/wayang-platforms/wayang-spark/src/main/resources/wayang-spark-defaults.properties
@@ -1,3 +1,20 @@
+#
+# 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.
+#
+
 spark.master = local[1]
 spark.app.name = Wayang App
 spark.ui.showConsoleProgress = false
diff --git a/wayang-platforms/wayang-spark/src/test/resources/wayang.properties b/wayang-platforms/wayang-spark/src/test/resources/wayang.properties
index a8e076d..b296279 100644
--- a/wayang-platforms/wayang-spark/src/test/resources/wayang.properties
+++ b/wayang-platforms/wayang-spark/src/test/resources/wayang.properties
@@ -1 +1,18 @@
+#
+# 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.
+#
+
 spark.driver.host = localhost
diff --git a/wayang-platforms/wayang-sqlite3/src/main/resources/wayang-sqlite3-defaults.properties b/wayang-platforms/wayang-sqlite3/src/main/resources/wayang-sqlite3-defaults.properties
index 3f56997..0c4675c 100644
--- a/wayang-platforms/wayang-sqlite3/src/main/resources/wayang-sqlite3-defaults.properties
+++ b/wayang-platforms/wayang-sqlite3/src/main/resources/wayang-sqlite3-defaults.properties
@@ -1,3 +1,20 @@
+#
+# 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.
+#
+
 # wayang.sqlite3.jdbc.url = jdbc:sqlite:...
 wayang.sqlite3.cpu.mhz = 2700
 wayang.sqlite3.cores = 2
diff --git a/wayang-tests/app.properties b/wayang-tests/app.properties
index 43cb9d1..240d954 100644
--- a/wayang-tests/app.properties
+++ b/wayang-tests/app.properties
@@ -1,3 +1,20 @@
+#
+# 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.
+#
+
 #spark.master = local
 #spark.appName= Wayang-Integration-Tests
 #spark.jars= a.jar,b.jar
diff --git a/wayang-tests/src/test/resources/simplelogger.properties b/wayang-tests/src/test/resources/simplelogger.properties
index efd938c..5e3d980 100644
--- a/wayang-tests/src/test/resources/simplelogger.properties
+++ b/wayang-tests/src/test/resources/simplelogger.properties
@@ -1,3 +1,20 @@
+#
+# 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.
+#
+
 org.slf4j.simpleLogger.logFile = System.out
 org.slf4j.simpleLogger.defaultLogLevel = info
 org.slf4j.simpleLogger.showThreadName = false
diff --git a/wayang-tests/src/test/resources/wayang-hsqldb-defaults.properties b/wayang-tests/src/test/resources/wayang-hsqldb-defaults.properties
index c572550..1b640c6 100644
--- a/wayang-tests/src/test/resources/wayang-hsqldb-defaults.properties
+++ b/wayang-tests/src/test/resources/wayang-hsqldb-defaults.properties
@@ -1,2 +1,19 @@
+#
+# 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.
+#
+
 wayang.hsqldb.costs.fix = 0.0
 wayang.hsqldb.costs.per-ms = 1.0
diff --git a/wayang-tests/src/test/resources/wayang.properties b/wayang-tests/src/test/resources/wayang.properties
index c7c0804..104f465 100644
--- a/wayang-tests/src/test/resources/wayang.properties
+++ b/wayang-tests/src/test/resources/wayang.properties
@@ -1,2 +1,19 @@
+#
+# 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.
+#
+
 spark.driver.host = localhost
 wayang.giraph.hdfs.tempdir = file:///tmp/result/