Release v1.10.0:

Adds Apache license declaration to the new files.
Fixes pom.xml to pass mvn apache-rat:check.

Closes #100
diff --git a/configure b/configure
index 7164a94..be4126f 100755
--- a/configure
+++ b/configure
@@ -36,7 +36,7 @@
 	cat <<MAKEFILE >>Makefile
 install: extension-install
 # keep a tab to do nothing for install
-	
+
 extension-install:
 	\$(MAKE) -C build \$@
 MAKEFILE
diff --git a/pom.xml b/pom.xml
index 20d2e0d..3971820 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
   <groupId>org.apache.madlib</groupId>
   <artifactId>madlib</artifactId>
-  <version>1.9</version>
+  <version>1.10</version>
   <packaging>pom</packaging>
 
   <build>
@@ -643,8 +643,8 @@
               <exclude>src/ports/postgres/modules/utilities/admin.py_in</exclude>
               <exclude>src/ports/postgres/modules/utilities/control.py_in</exclude>
               <exclude>src/ports/postgres/modules/utilities/control_composite.py_in</exclude>
-              <exclude>src/ports/postgres/modules/utilities/data_preparation.py_in</exclude>
-              <exclude>src/ports/postgres/modules/utilities/data_preparation.sql_in</exclude>
+              <exclude>src/ports/postgres/modules/utilities/create_indicators.py_in</exclude>
+              <exclude>src/ports/postgres/modules/utilities/create_indicators.sql_in</exclude>
               <exclude>src/ports/postgres/modules/utilities/group_control.py_in</exclude>
               <exclude>src/ports/postgres/modules/utilities/in_mem_group_control.py_in</exclude>
               <exclude>src/ports/postgres/modules/utilities/math_utils.py_in</exclude>
diff --git a/src/madpack/changelist_1.9_1.10.yaml b/src/madpack/changelist_1.9_1.10.yaml
index 41082ad..8d1a773 100644
--- a/src/madpack/changelist_1.9_1.10.yaml
+++ b/src/madpack/changelist_1.9_1.10.yaml
@@ -1,3 +1,22 @@
+# ------------------------------------------------------------------------------
+# 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.
+# ------------------------------------------------------------------------------
+
 # Changelist for MADlib version 1.9 to 1.10
 
 # This file contains all changes that were introduced in a new version of
diff --git a/src/ports/greenplum/5/CMakeLists.txt b/src/ports/greenplum/5/CMakeLists.txt
index 015d76e..b93df9e 100644
--- a/src/ports/greenplum/5/CMakeLists.txt
+++ b/src/ports/greenplum/5/CMakeLists.txt
@@ -1 +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.
+#
 add_current_greenplum_version()
diff --git a/src/ports/greenplum/cmake/FindGreenplum_5.cmake b/src/ports/greenplum/cmake/FindGreenplum_5.cmake
index fe15861..c5ea28f 100644
--- a/src/ports/greenplum/cmake/FindGreenplum_5.cmake
+++ b/src/ports/greenplum/cmake/FindGreenplum_5.cmake
@@ -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.
+
 set(_FIND_PACKAGE_FILE "${CMAKE_CURRENT_LIST_FILE}")
 include("${CMAKE_CURRENT_LIST_DIR}/FindGreenplum.cmake")