You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@madlib.apache.org by ri...@apache.org on 2018/07/18 23:31:01 UTC

madlib git commit: Cols2Vec: Add Apache License header

Repository: madlib
Updated Branches:
  refs/heads/master 4349e7722 -> ebd453cbb


Cols2Vec: Add Apache License header


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

Branch: refs/heads/master
Commit: ebd453cbbfaaed1f06308d8f10f108337da5a783
Parents: 4349e77
Author: Rahul Iyer <ri...@apache.org>
Authored: Wed Jul 18 16:30:57 2018 -0700
Committer: Rahul Iyer <ri...@apache.org>
Committed: Wed Jul 18 16:30:57 2018 -0700

----------------------------------------------------------------------
 .../postgres/modules/utilities/cols2vec.py_in    | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/madlib/blob/ebd453cb/src/ports/postgres/modules/utilities/cols2vec.py_in
----------------------------------------------------------------------
diff --git a/src/ports/postgres/modules/utilities/cols2vec.py_in b/src/ports/postgres/modules/utilities/cols2vec.py_in
index b38b3d6..4f2b1c9 100644
--- a/src/ports/postgres/modules/utilities/cols2vec.py_in
+++ b/src/ports/postgres/modules/utilities/cols2vec.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 cols2vec.py_in