You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sa...@apache.org on 2016/01/08 20:11:35 UTC

[10/13] incubator-trafodion git commit: added copyrights to new testdriver files

added copyrights to new testdriver files


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

Branch: refs/heads/master
Commit: 13f897e8f6600138fd4a73594847a40faa328e40
Parents: fd80e81
Author: Sandhya Sundaresan <sa...@apache.org>
Authored: Tue Jan 5 21:42:39 2016 +0000
Committer: Sandhya Sundaresan <sa...@apache.org>
Committed: Tue Jan 5 21:42:39 2016 +0000

----------------------------------------------------------------------
 core/sql/clitest/blobtest.cpp | 33 +++++++++++++++++++++++++++++++++
 core/sql/clitest/blobtest.h   | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 67 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/13f897e8/core/sql/clitest/blobtest.cpp
----------------------------------------------------------------------
diff --git a/core/sql/clitest/blobtest.cpp b/core/sql/clitest/blobtest.cpp
index d92674f..bd787f5 100644
--- a/core/sql/clitest/blobtest.cpp
+++ b/core/sql/clitest/blobtest.cpp
@@ -1,3 +1,36 @@
+/**********************************************************************
+// @@@ 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 @@@
+**********************************************************************/
+/* -*-C++-*-
+****************************************************************************
+*
+* File:         Helper functions for use by bin/clitest.cpp
+* Description:  Test driver useing exe util cli interface
+*
+*
+*
+*
+****************************************************************************
+*/
 #include "blobtest.h"
 
 Int32 extractLengthOfLobColumn(CliGlobals *cliglob, char *lobHandle, 

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/13f897e8/core/sql/clitest/blobtest.h
----------------------------------------------------------------------
diff --git a/core/sql/clitest/blobtest.h b/core/sql/clitest/blobtest.h
index 3832ee6..4faa4b3 100644
--- a/core/sql/clitest/blobtest.h
+++ b/core/sql/clitest/blobtest.h
@@ -1,3 +1,37 @@
+/**********************************************************************
+// @@@ 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 @@@
+**********************************************************************/
+/* -*-C++-*-
+****************************************************************************
+*
+* File:         Healper functions for use in bin/clitest.cpp
+* Description:  Test driver functions useing exe util cli interface
+*
+*
+*
+*
+****************************************************************************
+*/
+
 #include <iostream>
 #include <stdio.h>
 #include <stdlib.h>