You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@madlib.apache.org by ok...@apache.org on 2017/02/27 17:28:41 UTC

incubator-madlib git commit: Update the copyright year. Add the licese headers for create indicators files.

Repository: incubator-madlib
Updated Branches:
  refs/heads/master b3495c50b -> 0b8415e7e


Update the copyright year.
Add the licese headers for create indicators files.

Closes #104


Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/0b8415e7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/0b8415e7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-madlib/diff/0b8415e7

Branch: refs/heads/master
Commit: 0b8415e7eec5c9ebb83fbf22923c69a99b0056ef
Parents: b3495c5
Author: Satoshi Nagayasu <sn...@uptime.jp>
Authored: Fri Feb 17 16:06:37 2017 +0900
Committer: Orhan Kislal <ok...@pivotal.io>
Committed: Tue Feb 21 15:31:31 2017 -0800

----------------------------------------------------------------------
 NOTICE                                          |  2 +-
 pom.xml                                         |  2 --
 .../modules/utilities/create_indicators.py_in   | 19 +++++++++++++++++++
 .../modules/utilities/create_indicators.sql_in  | 20 +++++++++++++++++++-
 4 files changed, 39 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/0b8415e7/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index f366252..27d5610 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache MADlib (incubating)
-Copyright 2016 The Apache Software Foundation.
+Copyright 2016-2017 The Apache Software Foundation.
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/0b8415e7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3971820..e4eefc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -643,8 +643,6 @@
               <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/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>

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/0b8415e7/src/ports/postgres/modules/utilities/create_indicators.py_in
----------------------------------------------------------------------
diff --git a/src/ports/postgres/modules/utilities/create_indicators.py_in b/src/ports/postgres/modules/utilities/create_indicators.py_in
index dbbc923..fae4fe1 100644
--- a/src/ports/postgres/modules/utilities/create_indicators.py_in
+++ b/src/ports/postgres/modules/utilities/create_indicators.py_in
@@ -1,3 +1,22 @@
+# coding=utf-8
+#
+# 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.
+
 """
 @file create_indicators.py_in
 

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/0b8415e7/src/ports/postgres/modules/utilities/create_indicators.sql_in
----------------------------------------------------------------------
diff --git a/src/ports/postgres/modules/utilities/create_indicators.sql_in b/src/ports/postgres/modules/utilities/create_indicators.sql_in
index 249aa17..0054e0a 100644
--- a/src/ports/postgres/modules/utilities/create_indicators.sql_in
+++ b/src/ports/postgres/modules/utilities/create_indicators.sql_in
@@ -1,4 +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.
+ *
  *
  * @file create_indicators.sql_in
  *