You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/05/27 16:41:00 UTC

[05/15] incubator-trafodion git commit: Added copyright header

Added copyright header


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

Branch: refs/heads/master
Commit: ccb6a7ef8a324e7efca2025cf2824adbd78af7c9
Parents: 908e242
Author: Anuradha Hegde <he...@edev05.esgyn.local>
Authored: Fri May 20 05:09:03 2016 +0000
Committer: Anuradha Hegde <he...@edev05.esgyn.local>
Committed: Fri May 20 05:09:03 2016 +0000

----------------------------------------------------------------------
 .../unixcli/package/runconnect_test.sh          | 21 ++++++++++++++++++++
 core/sqf/Makefile                               |  1 +
 2 files changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/ccb6a7ef/core/conn/unixodbc/odbc/odbcclient/unixcli/package/runconnect_test.sh
----------------------------------------------------------------------
diff --git a/core/conn/unixodbc/odbc/odbcclient/unixcli/package/runconnect_test.sh b/core/conn/unixodbc/odbc/odbcclient/unixcli/package/runconnect_test.sh
index d2e7f92..0d6f27c 100755
--- a/core/conn/unixodbc/odbc/odbcclient/unixcli/package/runconnect_test.sh
+++ b/core/conn/unixodbc/odbc/odbcclient/unixcli/package/runconnect_test.sh
@@ -1,4 +1,25 @@
 #!/bin/bash
+# @@@ START COPYRIGHT @@@
+#
+# 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.
+#
+# @@@ END COPYRIGHT @@@
+
 g++ -g connect_test.cpp -L${MY_SQROOT}/export/lib64 -I/usr/include/odbc -ltrafodbc64 -o connect_test
 
 ./connect_test -d Default_DataSource -u ss -p ss

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/ccb6a7ef/core/sqf/Makefile
----------------------------------------------------------------------
diff --git a/core/sqf/Makefile b/core/sqf/Makefile
index 551f649..e24f658 100644
--- a/core/sqf/Makefile
+++ b/core/sqf/Makefile
@@ -281,6 +281,7 @@ PKG_DCS_TEST_TAR ?= "../../${DISTRIBUTION_DIR}/${PKG_DCS}-tests.tgz"
 PKG_BIN_OBJS ?= export/bin$(SQ_MBTYPE) export/include export/lib export/lib$(SQ_MBTYPE) export/share gdb sql/scripts sqenvcom.sh opt tools conf hbase_utilities/backup_and_restore
 
 PKG_BIN_OBJS += trafci
+PKG_BIN_OBJS += samples
 PKG_BIN_OBJS += export/limited-support-tools
 PKG_BIN_OBJS += LICENSE NOTICE