You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by su...@apache.org on 2015/10/06 21:26:09 UTC

[02/31] incubator-trafodion git commit: Copyright changes part 3 and cleanup work in dcs

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/sqf/tools/check_hbase_available/CheckHBase.java
----------------------------------------------------------------------
diff --git a/core/sqf/tools/check_hbase_available/CheckHBase.java b/core/sqf/tools/check_hbase_available/CheckHBase.java
index 672c99e..181bc9d 100644
--- a/core/sqf/tools/check_hbase_available/CheckHBase.java
+++ b/core/sqf/tools/check_hbase_available/CheckHBase.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 import java.io.IOException;
 import java.io.ByteArrayOutputStream;
 import java.io.DataOutputStream;

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/sqf/tools/check_hbase_available/CheckIfHbaseAvailable.cpp
----------------------------------------------------------------------
diff --git a/core/sqf/tools/check_hbase_available/CheckIfHbaseAvailable.cpp b/core/sqf/tools/check_hbase_available/CheckIfHbaseAvailable.cpp
index 291fbf2..1abc9cc 100644
--- a/core/sqf/tools/check_hbase_available/CheckIfHbaseAvailable.cpp
+++ b/core/sqf/tools/check_hbase_available/CheckIfHbaseAvailable.cpp
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/sqf/tools/check_hbase_available/HBPerf.java
----------------------------------------------------------------------
diff --git a/core/sqf/tools/check_hbase_available/HBPerf.java b/core/sqf/tools/check_hbase_available/HBPerf.java
index 5f70450..346ae82 100644
--- a/core/sqf/tools/check_hbase_available/HBPerf.java
+++ b/core/sqf/tools/check_hbase_available/HBPerf.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 import java.io.IOException;
 import java.sql.Timestamp;
 import java.util.Date;

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/sqf/tools/check_hbase_available/HBPerfWrite.java
----------------------------------------------------------------------
diff --git a/core/sqf/tools/check_hbase_available/HBPerfWrite.java b/core/sqf/tools/check_hbase_available/HBPerfWrite.java
index be14d8c..41aab71 100644
--- a/core/sqf/tools/check_hbase_available/HBPerfWrite.java
+++ b/core/sqf/tools/check_hbase_available/HBPerfWrite.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 import java.io.IOException;
 import java.sql.Timestamp;
 import java.util.Date;

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/sqf/tools/check_hbase_available/HBPerf_agg_count.java
----------------------------------------------------------------------
diff --git a/core/sqf/tools/check_hbase_available/HBPerf_agg_count.java b/core/sqf/tools/check_hbase_available/HBPerf_agg_count.java
index b156e22..1a71bb7 100644
--- a/core/sqf/tools/check_hbase_available/HBPerf_agg_count.java
+++ b/core/sqf/tools/check_hbase_available/HBPerf_agg_count.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 import java.io.IOException;
 import java.util.*;
 

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/sqf/tools/check_hbase_available/HBPerf_counter.java
----------------------------------------------------------------------
diff --git a/core/sqf/tools/check_hbase_available/HBPerf_counter.java b/core/sqf/tools/check_hbase_available/HBPerf_counter.java
index ae4976a..0e6c535 100644
--- a/core/sqf/tools/check_hbase_available/HBPerf_counter.java
+++ b/core/sqf/tools/check_hbase_available/HBPerf_counter.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 import java.io.IOException;
 import java.util.*;
 

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/sqf/tools/check_hbase_available/HBTransPerf.java
----------------------------------------------------------------------
diff --git a/core/sqf/tools/check_hbase_available/HBTransPerf.java b/core/sqf/tools/check_hbase_available/HBTransPerf.java
index 2c622dd..1f123ac 100755
--- a/core/sqf/tools/check_hbase_available/HBTransPerf.java
+++ b/core/sqf/tools/check_hbase_available/HBTransPerf.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 import java.io.IOException;
 import java.sql.Timestamp;
 import java.util.Date;

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/sqf/tools/check_hbase_available/HelloWorld.java
----------------------------------------------------------------------
diff --git a/core/sqf/tools/check_hbase_available/HelloWorld.java b/core/sqf/tools/check_hbase_available/HelloWorld.java
index 639584c..6b88e38 100644
--- a/core/sqf/tools/check_hbase_available/HelloWorld.java
+++ b/core/sqf/tools/check_hbase_available/HelloWorld.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 import java.io.IOException;
 import java.io.ByteArrayOutputStream;
 import java.io.DataOutputStream;

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/sqf/tools/check_hbase_available/TestHBaseClient.java
----------------------------------------------------------------------
diff --git a/core/sqf/tools/check_hbase_available/TestHBaseClient.java b/core/sqf/tools/check_hbase_available/TestHBaseClient.java
index b5d2b7b..1c0e8cb 100644
--- a/core/sqf/tools/check_hbase_available/TestHBaseClient.java
+++ b/core/sqf/tools/check_hbase_available/TestHBaseClient.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 import java.io.IOException;
 
 import org.apache.hadoop.conf.Configuration;

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/sqf/tools/check_hbase_available/hbstatus
----------------------------------------------------------------------
diff --git a/core/sqf/tools/check_hbase_available/hbstatus b/core/sqf/tools/check_hbase_available/hbstatus
index 483350a..87fe895 100755
--- a/core/sqf/tools/check_hbase_available/hbstatus
+++ b/core/sqf/tools/check_hbase_available/hbstatus
@@ -1,4 +1,27 @@
 #
+# @@@ 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 @@@
+#
+
+#
 # Gets the HBase detailed status and writes it to the file hbase_status_detailed.out
 #
 hbase shell <<EOF > hbase_status_detailed.out

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/sqf/tools/check_hbase_available/log4j.util.config
----------------------------------------------------------------------
diff --git a/core/sqf/tools/check_hbase_available/log4j.util.config b/core/sqf/tools/check_hbase_available/log4j.util.config
index a54e0bc..0278472 100644
--- a/core/sqf/tools/check_hbase_available/log4j.util.config
+++ b/core/sqf/tools/check_hbase_available/log4j.util.config
@@ -1,3 +1,26 @@
+#
+# @@@ 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 @@@
+#
+
 # Define some default values that can be overridden by system properties
 hbase.root.logger=INFO,hbaseclient
 hbase.log.dir=.

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/sql/nskgmake/flexstep.awk
----------------------------------------------------------------------
diff --git a/core/sql/nskgmake/flexstep.awk b/core/sql/nskgmake/flexstep.awk
index f6fabcf..c9387c4 100644
--- a/core/sql/nskgmake/flexstep.awk
+++ b/core/sql/nskgmake/flexstep.awk
@@ -1,2 +1,25 @@
+#
+# @@@ 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 @@@
+#
+
 /<unistd.h>/ { print "// ",$0; next; }
 			{ gsub(/yy/,arkstr); print $0; }

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/sql/parser/StmtDDLAlterTableAlterColumn.cpp
----------------------------------------------------------------------
diff --git a/core/sql/parser/StmtDDLAlterTableAlterColumn.cpp b/core/sql/parser/StmtDDLAlterTableAlterColumn.cpp
index fbca8ab..cf994d2 100644
--- a/core/sql/parser/StmtDDLAlterTableAlterColumn.cpp
+++ b/core/sql/parser/StmtDDLAlterTableAlterColumn.cpp
@@ -1,4 +1,25 @@
-
+/**********************************************************************
+// @@@ 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 @@@
+//**********************************************************************/
 
 
 //----------------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/sql/regress/core/TESTRTS
----------------------------------------------------------------------
diff --git a/core/sql/regress/core/TESTRTS b/core/sql/regress/core/TESTRTS
index 10d7dfb..d2ac392 100755
--- a/core/sql/regress/core/TESTRTS
+++ b/core/sql/regress/core/TESTRTS
@@ -4,7 +4,27 @@
 -- Expected files: EXPECTEDRTS, EXPECTEDRTS.MX EXPECTEDRTS.MP
 -- Table created: TSTAT
 -- Limitations:
-
+-- @@@ 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 @@@
+--
 
 ?section create_insert
 cqd hist_on_demand_stats_size '10000';

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/sql/regress/seabase/TEST026
----------------------------------------------------------------------
diff --git a/core/sql/regress/seabase/TEST026 b/core/sql/regress/seabase/TEST026
index 7c8223e..fcc27f8 100644
--- a/core/sql/regress/seabase/TEST026
+++ b/core/sql/regress/seabase/TEST026
@@ -1,3 +1,24 @@
+-- @@@ 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 @@@
+--
 -- tests for cleanup command
 
 set schema trafodion.sch026;

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/sql/regress/seabase/TEST027
----------------------------------------------------------------------
diff --git a/core/sql/regress/seabase/TEST027 b/core/sql/regress/seabase/TEST027
index f7450d5..f20fecb 100644
--- a/core/sql/regress/seabase/TEST027
+++ b/core/sql/regress/seabase/TEST027
@@ -1,3 +1,24 @@
+-- @@@ 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 @@@
+--
 -- tests for support of multiple column families
 
 create schema trafodion.sch027;

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/sql/regress/tools/run_rts.ksh
----------------------------------------------------------------------
diff --git a/core/sql/regress/tools/run_rts.ksh b/core/sql/regress/tools/run_rts.ksh
index 3485b73..a2a3997 100755
--- a/core/sql/regress/tools/run_rts.ksh
+++ b/core/sql/regress/tools/run_rts.ksh
@@ -1,3 +1,27 @@
+#! /bin/sh
+#######################################################################
+# @@@ 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 @@@
+#######################################################################
+
 if [ "$1" = "QID" ]; then
    QID=`grep "QID is" QIDOUT | awk '{print $3}'`
    echo "SET SESSION DEFAULT PARENT_QID '$QID';" > PQIDOUT  

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/dcs/conf/log4j.properties
----------------------------------------------------------------------
diff --git a/dcs/conf/log4j.properties b/dcs/conf/log4j.properties
index fc8ea5e..1b7f9d6 100644
--- a/dcs/conf/log4j.properties
+++ b/dcs/conf/log4j.properties
@@ -1,3 +1,24 @@
+# @@@ 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 @@@
+
 # Define some default values that can be overridden by system properties
 dcs.root.logger=INFO, console
 dcs.security.logger=INFO, console

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/dcs/src/main/java/org/trafodion/dcs/master/QueryPlanModel.java
----------------------------------------------------------------------
diff --git a/dcs/src/main/java/org/trafodion/dcs/master/QueryPlanModel.java b/dcs/src/main/java/org/trafodion/dcs/master/QueryPlanModel.java
index ef02724..f2d803f 100644
--- a/dcs/src/main/java/org/trafodion/dcs/master/QueryPlanModel.java
+++ b/dcs/src/main/java/org/trafodion/dcs/master/QueryPlanModel.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 package org.trafodion.dcs.master;
 
 import java.sql.ResultSet;

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/dcs/src/main/java/org/trafodion/dcs/master/QueryPlanResponse.java
----------------------------------------------------------------------
diff --git a/dcs/src/main/java/org/trafodion/dcs/master/QueryPlanResponse.java b/dcs/src/main/java/org/trafodion/dcs/master/QueryPlanResponse.java
index 36cb801..3127ca8 100644
--- a/dcs/src/main/java/org/trafodion/dcs/master/QueryPlanResponse.java
+++ b/dcs/src/main/java/org/trafodion/dcs/master/QueryPlanResponse.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 package org.trafodion.dcs.master;
 import java.util.ArrayList;
 import java.util.Hashtable;

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/dcs/src/test/pytests/.config.ini.tmpl
----------------------------------------------------------------------
diff --git a/dcs/src/test/pytests/.config.ini.tmpl b/dcs/src/test/pytests/.config.ini.tmpl
index c820a77..df5716f 100644
--- a/dcs/src/test/pytests/.config.ini.tmpl
+++ b/dcs/src/test/pytests/.config.ini.tmpl
@@ -1,3 +1,24 @@
+# @@@ 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 @@@
+
 [pytest]
 catalog=TEMPLATE_CATALOG
 schema=TEMPLATE_SCHEMA

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/dcs/src/test/pytests/.env.sh.tmpl
----------------------------------------------------------------------
diff --git a/dcs/src/test/pytests/.env.sh.tmpl b/dcs/src/test/pytests/.env.sh.tmpl
index 7ada720..6e7ca18 100644
--- a/dcs/src/test/pytests/.env.sh.tmpl
+++ b/dcs/src/test/pytests/.env.sh.tmpl
@@ -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 @@@
+
 
 #--------------------------------------------------------------------
 # General enviroment variables

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/dcs/src/test/pytests/.odbc.ini.tmpl
----------------------------------------------------------------------
diff --git a/dcs/src/test/pytests/.odbc.ini.tmpl b/dcs/src/test/pytests/.odbc.ini.tmpl
index 1efcaf5..2783af0 100644
--- a/dcs/src/test/pytests/.odbc.ini.tmpl
+++ b/dcs/src/test/pytests/.odbc.ini.tmpl
@@ -1,3 +1,24 @@
+# @@@ 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 @@@
+
 [ODBC Data Sources]
 TDM_Default_DataSource      = Trafodion
 traf                        = Trafodion

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/dcs/src/test/pytests/.odbcinst.ini.tmpl
----------------------------------------------------------------------
diff --git a/dcs/src/test/pytests/.odbcinst.ini.tmpl b/dcs/src/test/pytests/.odbcinst.ini.tmpl
index 9b05977..fcc5023 100644
--- a/dcs/src/test/pytests/.odbcinst.ini.tmpl
+++ b/dcs/src/test/pytests/.odbcinst.ini.tmpl
@@ -1,3 +1,24 @@
+# @@@ 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 @@@
+
 [Trafodion]
 Description=Trafodion ODBC Stand Alone Driver
 Driver=TEMPLATE_PATH_TO_DRIVER/libtrafodbc_drvr64.so

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/dcs/src/test/pytests/.testr.conf
----------------------------------------------------------------------
diff --git a/dcs/src/test/pytests/.testr.conf b/dcs/src/test/pytests/.testr.conf
index 3b2386d..e42cab9 100644
--- a/dcs/src/test/pytests/.testr.conf
+++ b/dcs/src/test/pytests/.testr.conf
@@ -1,3 +1,24 @@
+# @@@ 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 @@@
+
 [DEFAULT]
 test_command=${PYTHON:-python} -m subunit.run discover . $LISTOPT $IDOPTION
 test_id_option=--load-list $IDFILE

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/dcs/src/test/pytests/.tox.ini.tmpl
----------------------------------------------------------------------
diff --git a/dcs/src/test/pytests/.tox.ini.tmpl b/dcs/src/test/pytests/.tox.ini.tmpl
index 5895887..45238c0 100644
--- a/dcs/src/test/pytests/.tox.ini.tmpl
+++ b/dcs/src/test/pytests/.tox.ini.tmpl
@@ -1,3 +1,45 @@
+# @@@ 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 @@@
+
+# @@@ 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 @@@
+
 [tox]
 minversion = 1.6
 envlist = py27,pep8

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/dcs/src/test/pytests/README.rst
----------------------------------------------------------------------
diff --git a/dcs/src/test/pytests/README.rst b/dcs/src/test/pytests/README.rst
index 38d61fb..d9aa6f0 100644
--- a/dcs/src/test/pytests/README.rst
+++ b/dcs/src/test/pytests/README.rst
@@ -1,3 +1,24 @@
+# @@@ 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 @@@
+
 ===============================
 Python ODBC Tests for Trafodion
 ===============================

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/dcs/src/test/pytests/config.sh
----------------------------------------------------------------------
diff --git a/dcs/src/test/pytests/config.sh b/dcs/src/test/pytests/config.sh
index 168fba0..7cc11f7 100755
--- a/dcs/src/test/pytests/config.sh
+++ b/dcs/src/test/pytests/config.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 @@@
+
 #
 #------------------------------------------------------------------------------------
 # @(#) config.sh

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/dcs/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/dcs/src/test/resources/log4j.properties b/dcs/src/test/resources/log4j.properties
index 093f86e..5d557f4 100644
--- a/dcs/src/test/resources/log4j.properties
+++ b/dcs/src/test/resources/log4j.properties
@@ -1,3 +1,24 @@
+# @@@ 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 @@@
+
 # Define some default values that can be overridden by system properties
 dcs.root.logger=INFO, console
 dcs.security.logger=INFO, console

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/docs/client_install/ODBC_Sample_Programs/basicsql.cpp
----------------------------------------------------------------------
diff --git a/docs/client_install/ODBC_Sample_Programs/basicsql.cpp b/docs/client_install/ODBC_Sample_Programs/basicsql.cpp
index 77a0f8b..6b50e2c 100755
--- a/docs/client_install/ODBC_Sample_Programs/basicsql.cpp
+++ b/docs/client_install/ODBC_Sample_Programs/basicsql.cpp
@@ -1,18 +1,21 @@
 // @@@ START COPYRIGHT @@@
 //
-// (C) Copyright 2010-2014 Hewlett-Packard Development Company, L.P.
+// 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
 //
-//  Licensed 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
 //
-//      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.
+// 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 @@@
 

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/docs/client_install/ODBC_Sample_Programs/build.bat
----------------------------------------------------------------------
diff --git a/docs/client_install/ODBC_Sample_Programs/build.bat b/docs/client_install/ODBC_Sample_Programs/build.bat
index ba70753..8fde588 100755
--- a/docs/client_install/ODBC_Sample_Programs/build.bat
+++ b/docs/client_install/ODBC_Sample_Programs/build.bat
@@ -1,3 +1,25 @@
+@echo off
+REM @@@ START COPYRIGHT @@@
+REM
+REM Licensed to the Apache Software Foundation (ASF) under one
+REM or more contributor license agreements.  See the NOTICE file
+REM distributed with this work for additional information
+REM regarding copyright ownership.  The ASF licenses this file
+REM to you under the Apache License, Version 2.0 (the
+REM "License"); you may not use this file except in compliance
+REM with the License.  You may obtain a copy of the License at
+REM
+REM   http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM Unless required by applicable law or agreed to in writing,
+REM software distributed under the License is distributed on an
+REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM KIND, either express or implied.  See the License for the
+REM specific language governing permissions and limitations
+REM under the License.
+REM
+REM @@@ END COPYRIGHT @@@
+
 CL /c /Zi /nologo /W3 /WX- /O2 /D "NDEBUG" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /Gm /EHsc /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"./" /Gd /errorReport:queue basicsql.cpp 
 
-link /OUT:"./basicsql.exe" /NOLOGO "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "odbc32.lib" "odbccp32.lib" /TLBID:1 /DYNAMICBASE /NXCOMPAT /MACHINE:X64 /ERRORREPORT:QUEUE basicsql.obj
\ No newline at end of file
+link /OUT:"./basicsql.exe" /NOLOGO "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "odbc32.lib" "odbccp32.lib" /TLBID:1 /DYNAMICBASE /NXCOMPAT /MACHINE:X64 /ERRORREPORT:QUEUE basicsql.obj

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/docs/client_install/ODBC_Sample_Programs/run.bat
----------------------------------------------------------------------
diff --git a/docs/client_install/ODBC_Sample_Programs/run.bat b/docs/client_install/ODBC_Sample_Programs/run.bat
index 76dff54..98997b9 100755
--- a/docs/client_install/ODBC_Sample_Programs/run.bat
+++ b/docs/client_install/ODBC_Sample_Programs/run.bat
@@ -1 +1,23 @@
-basicsql.exe Default_Datasource user1 pwd1
\ No newline at end of file
+@echo off
+REM @@@ START COPYRIGHT @@@
+REM
+REM Licensed to the Apache Software Foundation (ASF) under one
+REM or more contributor license agreements.  See the NOTICE file
+REM distributed with this work for additional information
+REM regarding copyright ownership.  The ASF licenses this file
+REM to you under the Apache License, Version 2.0 (the
+REM "License"); you may not use this file except in compliance
+REM with the License.  You may obtain a copy of the License at
+REM
+REM   http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM Unless required by applicable law or agreed to in writing,
+REM software distributed under the License is distributed on an
+REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM KIND, either express or implied.  See the License for the
+REM specific language governing permissions and limitations
+REM under the License.
+REM
+REM @@@ END COPYRIGHT @@@
+
+basicsql.exe Default_Datasource user1 pwd1

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/docs/client_install/source/Trafodion_Client_Installation_Guide.xml
----------------------------------------------------------------------
diff --git a/docs/client_install/source/Trafodion_Client_Installation_Guide.xml b/docs/client_install/source/Trafodion_Client_Installation_Guide.xml
index 8b341f2..85ac48b 100755
--- a/docs/client_install/source/Trafodion_Client_Installation_Guide.xml
+++ b/docs/client_install/source/Trafodion_Client_Installation_Guide.xml
@@ -1,5 +1,28 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet href="xdocbook.css" type="text/css"?>
+<!-- 
+* @@@ 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 @@@
+-->
+
 <!--Arbortext, Inc., 1988-2014, v.4002-->
 <!DOCTYPE book PUBLIC "-//Hewlett-Packard ESS//DTD DocBook Extension//EN"
  "ess.dtd">

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/docs/client_install/source/xml-profile.xml
----------------------------------------------------------------------
diff --git a/docs/client_install/source/xml-profile.xml b/docs/client_install/source/xml-profile.xml
index f37f5d9..0e9b317 100755
--- a/docs/client_install/source/xml-profile.xml
+++ b/docs/client_install/source/xml-profile.xml
@@ -1,4 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+* @@@ 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 @@@
+-->
+
 <!--Arbortext, Inc., 1988-2014, v.4002-->
 <!DOCTYPE xidi:xidi PUBLIC "-//Hewlett-Packard//DTD XIDI Specifications V1.0//EN"
  "xidi-xidi.dtd">

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/docs/command_interface/source/Trafodion_Command_Interface_Guide.xml
----------------------------------------------------------------------
diff --git a/docs/command_interface/source/Trafodion_Command_Interface_Guide.xml b/docs/command_interface/source/Trafodion_Command_Interface_Guide.xml
index e3a554e..bb668ee 100755
--- a/docs/command_interface/source/Trafodion_Command_Interface_Guide.xml
+++ b/docs/command_interface/source/Trafodion_Command_Interface_Guide.xml
@@ -1,5 +1,28 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet href="xdocbook.css" type="text/css"?>
+<!-- 
+* @@@ 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 @@@
+-->
+
 <!--Arbortext, Inc., 1988-2014, v.4002-->
 <!DOCTYPE book PUBLIC "-//Hewlett-Packard ESS//DTD DocBook Extension//EN"
  "ess.dtd">

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/docs/command_interface/source/xml-profile.xml
----------------------------------------------------------------------
diff --git a/docs/command_interface/source/xml-profile.xml b/docs/command_interface/source/xml-profile.xml
index f37f5d9..0e9b317 100755
--- a/docs/command_interface/source/xml-profile.xml
+++ b/docs/command_interface/source/xml-profile.xml
@@ -1,4 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+* @@@ 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 @@@
+-->
+
 <!--Arbortext, Inc., 1988-2014, v.4002-->
 <!DOCTYPE xidi:xidi PUBLIC "-//Hewlett-Packard//DTD XIDI Specifications V1.0//EN"
  "xidi-xidi.dtd">

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/docs/sql_reference/source/Trafodion_SQL_Reference_Manual.xml
----------------------------------------------------------------------
diff --git a/docs/sql_reference/source/Trafodion_SQL_Reference_Manual.xml b/docs/sql_reference/source/Trafodion_SQL_Reference_Manual.xml
index 78a4cdd..f29b34e 100755
--- a/docs/sql_reference/source/Trafodion_SQL_Reference_Manual.xml
+++ b/docs/sql_reference/source/Trafodion_SQL_Reference_Manual.xml
@@ -1,4 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+* @@@ 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 @@@
+-->
+
 <!--Arbortext, Inc., 1988-2014, v.4002-->
 <!DOCTYPE book PUBLIC "-//Hewlett-Packard ESS//DTD DocBook Extension//EN"
  "ess.dtd">

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/docs/sql_reference/source/xml-profile.xml
----------------------------------------------------------------------
diff --git a/docs/sql_reference/source/xml-profile.xml b/docs/sql_reference/source/xml-profile.xml
index ea3d8b2..c4c5340 100755
--- a/docs/sql_reference/source/xml-profile.xml
+++ b/docs/sql_reference/source/xml-profile.xml
@@ -1,4 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+* @@@ 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 @@@
+-->
+
 <!--Arbortext, Inc., 1988-2014, v.4002-->
 <!DOCTYPE xidi:xidi PUBLIC "-//Hewlett-Packard//DTD XIDI Specifications V1.0//EN"
  "xidi-xidi.dtd">

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/docs/src/site/resources/css/site.css
----------------------------------------------------------------------
diff --git a/docs/src/site/resources/css/site.css b/docs/src/site/resources/css/site.css
index 595691f..44b5f1e 100644
--- a/docs/src/site/resources/css/site.css
+++ b/docs/src/site/resources/css/site.css
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@ 
+ */
+
 /* Theme Trafodian
 - for use with the Trafodian project hosted on and by Apache */
 

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/install/installer/traf_getHadoopNodes
----------------------------------------------------------------------
diff --git a/install/installer/traf_getHadoopNodes b/install/installer/traf_getHadoopNodes
index 7eadecb..787901a 100755
--- a/install/installer/traf_getHadoopNodes
+++ b/install/installer/traf_getHadoopNodes
@@ -1,3 +1,26 @@
+#
+# @@@ 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 @@@
+#
+
 #!/bin/bash
 
 source /etc/trafodion/trafodion_config

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/tests/phx/.pep8
----------------------------------------------------------------------
diff --git a/tests/phx/.pep8 b/tests/phx/.pep8
index 5c0df0d..fcc5a56 100644
--- a/tests/phx/.pep8
+++ b/tests/phx/.pep8
@@ -1,2 +1,25 @@
+#
+# @@@ 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 @@@
+#
+
 [pep8]
 max-line-length = 100

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/wms/bin/scripts/hp_default_service.py
----------------------------------------------------------------------
diff --git a/wms/bin/scripts/hp_default_service.py b/wms/bin/scripts/hp_default_service.py
index f90f434..ce6b210 100644
--- a/wms/bin/scripts/hp_default_service.py
+++ b/wms/bin/scripts/hp_default_service.py
@@ -1,3 +1,25 @@
+#/**
+#* @@@ 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 @@@
+# */
 from java.lang import System
 from org.trafodion.wms.thrift.generated import Action 
 from org.trafodion.wms.thrift.generated import Operation
@@ -41,4 +63,4 @@ def start():
 #######################################################################
 print 'Rcvd request[%s]' % request
 start()
-print 'Send response:[%s]' % response
\ No newline at end of file
+print 'Send response:[%s]' % response

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/wms/bin/scripts/sys_shell.py
----------------------------------------------------------------------
diff --git a/wms/bin/scripts/sys_shell.py b/wms/bin/scripts/sys_shell.py
index be9bcf3..14c3827 100755
--- a/wms/bin/scripts/sys_shell.py
+++ b/wms/bin/scripts/sys_shell.py
@@ -1,5 +1,5 @@
 #/**
-* @@@ START COPYRIGHT @@@
+#* @@@ START COPYRIGHT @@@
 #
 #Licensed to the Apache Software Foundation (ASF) under one
 #or more contributor license agreements.  See the NOTICE file
@@ -18,7 +18,7 @@
 #specific language governing permissions and limitations
 #under the License.
 #
-* @@@ END COPYRIGHT @@@
+#* @@@ END COPYRIGHT @@@
 # */
 #
 
@@ -44,4 +44,4 @@ if scriptcontext.isDebug() == True  :
 start()
 
 if scriptcontext.isDebug() == True  :
-    print 'End script[%s]' % scriptcontext.getScriptName()
\ No newline at end of file
+    print 'End script[%s]' % scriptcontext.getScriptName()

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/wms/build.xml
----------------------------------------------------------------------
diff --git a/wms/build.xml b/wms/build.xml
index c3b8f60..f1f6177 100644
--- a/wms/build.xml
+++ b/wms/build.xml
@@ -1,4 +1,24 @@
 <?xml version="1.0"?>
+<!--
+/**
+ * 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.
+ */
+-->
+
 <project name="wms" basedir="." default="jar">
     <property name="Name" value="wms" />
     <property name="name" value="wms" />

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/wms/conf/log4j.properties
----------------------------------------------------------------------
diff --git a/wms/conf/log4j.properties b/wms/conf/log4j.properties
index 61c6e20..396d3a4 100644
--- a/wms/conf/log4j.properties
+++ b/wms/conf/log4j.properties
@@ -1,3 +1,25 @@
+#/**
+#* @@@ 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 @@@
+# */
 # Define some default values that can be overridden by system properties
 wms.root.logger=INFO, console
 wms.security.logger=INFO, console

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/wms/src/main/java/org/trafodion/wms/rest/GetStatusResponse.java
----------------------------------------------------------------------
diff --git a/wms/src/main/java/org/trafodion/wms/rest/GetStatusResponse.java b/wms/src/main/java/org/trafodion/wms/rest/GetStatusResponse.java
index aed5e11..5d09462 100644
--- a/wms/src/main/java/org/trafodion/wms/rest/GetStatusResponse.java
+++ b/wms/src/main/java/org/trafodion/wms/rest/GetStatusResponse.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 package org.trafodion.wms.rest;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/wms/src/main/java/org/trafodion/wms/rest/RESTServlet.java
----------------------------------------------------------------------
diff --git a/wms/src/main/java/org/trafodion/wms/rest/RESTServlet.java b/wms/src/main/java/org/trafodion/wms/rest/RESTServlet.java
index 05e5b60..e953d77 100644
--- a/wms/src/main/java/org/trafodion/wms/rest/RESTServlet.java
+++ b/wms/src/main/java/org/trafodion/wms/rest/RESTServlet.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 package org.trafodion.wms.rest;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/wms/src/main/java/org/trafodion/wms/rest/ResourceBase.java
----------------------------------------------------------------------
diff --git a/wms/src/main/java/org/trafodion/wms/rest/ResourceBase.java b/wms/src/main/java/org/trafodion/wms/rest/ResourceBase.java
index 23b15af..6be21fb 100644
--- a/wms/src/main/java/org/trafodion/wms/rest/ResourceBase.java
+++ b/wms/src/main/java/org/trafodion/wms/rest/ResourceBase.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 /*
  * Copyright 2010 The Apache Software Foundation
  *

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/wms/src/main/java/org/trafodion/wms/rest/ResourceConfig.java
----------------------------------------------------------------------
diff --git a/wms/src/main/java/org/trafodion/wms/rest/ResourceConfig.java b/wms/src/main/java/org/trafodion/wms/rest/ResourceConfig.java
index b709426..ec78eea 100644
--- a/wms/src/main/java/org/trafodion/wms/rest/ResourceConfig.java
+++ b/wms/src/main/java/org/trafodion/wms/rest/ResourceConfig.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 package org.trafodion.wms.rest;
 
 import com.sun.jersey.api.core.PackagesResourceConfig;

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/wms/src/main/java/org/trafodion/wms/rest/RestConstants.java
----------------------------------------------------------------------
diff --git a/wms/src/main/java/org/trafodion/wms/rest/RestConstants.java b/wms/src/main/java/org/trafodion/wms/rest/RestConstants.java
index 9344710..9562813 100644
--- a/wms/src/main/java/org/trafodion/wms/rest/RestConstants.java
+++ b/wms/src/main/java/org/trafodion/wms/rest/RestConstants.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 package org.trafodion.wms.rest;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/wms/src/main/java/org/trafodion/wms/rest/RestHandler.java
----------------------------------------------------------------------
diff --git a/wms/src/main/java/org/trafodion/wms/rest/RestHandler.java b/wms/src/main/java/org/trafodion/wms/rest/RestHandler.java
index 505cd9f..c3be45d 100644
--- a/wms/src/main/java/org/trafodion/wms/rest/RestHandler.java
+++ b/wms/src/main/java/org/trafodion/wms/rest/RestHandler.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 /*
  * 
  * package org.trafodion.wms.rest;

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/wms/src/main/java/org/trafodion/wms/rest/RestServer.java
----------------------------------------------------------------------
diff --git a/wms/src/main/java/org/trafodion/wms/rest/RestServer.java b/wms/src/main/java/org/trafodion/wms/rest/RestServer.java
index 9c2f3f2..3c503f4 100644
--- a/wms/src/main/java/org/trafodion/wms/rest/RestServer.java
+++ b/wms/src/main/java/org/trafodion/wms/rest/RestServer.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 /*
 package org.trafodion.wms.rest;
 

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/wms/src/main/java/org/trafodion/wms/rest/RootResource.java
----------------------------------------------------------------------
diff --git a/wms/src/main/java/org/trafodion/wms/rest/RootResource.java b/wms/src/main/java/org/trafodion/wms/rest/RootResource.java
index db07a6f..9b93029 100644
--- a/wms/src/main/java/org/trafodion/wms/rest/RootResource.java
+++ b/wms/src/main/java/org/trafodion/wms/rest/RootResource.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 package org.trafodion.wms.rest;
 
 import java.io.*;

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/wms/src/main/java/org/trafodion/wms/rest/RuleResource.java
----------------------------------------------------------------------
diff --git a/wms/src/main/java/org/trafodion/wms/rest/RuleResource.java b/wms/src/main/java/org/trafodion/wms/rest/RuleResource.java
index c1f786f..5672b56 100644
--- a/wms/src/main/java/org/trafodion/wms/rest/RuleResource.java
+++ b/wms/src/main/java/org/trafodion/wms/rest/RuleResource.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 /*
  * Copyright 2010 The Apache Software Foundation
  *

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/wms/src/main/java/org/trafodion/wms/rest/ServerListResource.java
----------------------------------------------------------------------
diff --git a/wms/src/main/java/org/trafodion/wms/rest/ServerListResource.java b/wms/src/main/java/org/trafodion/wms/rest/ServerListResource.java
index 71d23b2..ae84eea 100644
--- a/wms/src/main/java/org/trafodion/wms/rest/ServerListResource.java
+++ b/wms/src/main/java/org/trafodion/wms/rest/ServerListResource.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 package org.trafodion.wms.rest;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/wms/src/main/java/org/trafodion/wms/rest/ServiceResource.java
----------------------------------------------------------------------
diff --git a/wms/src/main/java/org/trafodion/wms/rest/ServiceResource.java b/wms/src/main/java/org/trafodion/wms/rest/ServiceResource.java
index 14271a3..09d1242 100644
--- a/wms/src/main/java/org/trafodion/wms/rest/ServiceResource.java
+++ b/wms/src/main/java/org/trafodion/wms/rest/ServiceResource.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 /*
  * Copyright 2010 The Apache Software Foundation
  *

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/wms/src/main/java/org/trafodion/wms/rest/VersionResource.java
----------------------------------------------------------------------
diff --git a/wms/src/main/java/org/trafodion/wms/rest/VersionResource.java b/wms/src/main/java/org/trafodion/wms/rest/VersionResource.java
index 9d2f422..258feef 100644
--- a/wms/src/main/java/org/trafodion/wms/rest/VersionResource.java
+++ b/wms/src/main/java/org/trafodion/wms/rest/VersionResource.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 /*
  * Copyright 2010 The Apache Software Foundation
  *

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/wms/src/main/java/org/trafodion/wms/rest/WmsRest.java
----------------------------------------------------------------------
diff --git a/wms/src/main/java/org/trafodion/wms/rest/WmsRest.java b/wms/src/main/java/org/trafodion/wms/rest/WmsRest.java
index 170df26..578345d 100644
--- a/wms/src/main/java/org/trafodion/wms/rest/WmsRest.java
+++ b/wms/src/main/java/org/trafodion/wms/rest/WmsRest.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 //package org.apache.hadoop.hbase.rest;
 package org.trafodion.wms.rest;
 

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/wms/src/main/java/org/trafodion/wms/rest/model/RuleListModel.java
----------------------------------------------------------------------
diff --git a/wms/src/main/java/org/trafodion/wms/rest/model/RuleListModel.java b/wms/src/main/java/org/trafodion/wms/rest/model/RuleListModel.java
index 13f5d64..a3b7d27 100644
--- a/wms/src/main/java/org/trafodion/wms/rest/model/RuleListModel.java
+++ b/wms/src/main/java/org/trafodion/wms/rest/model/RuleListModel.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 package org.trafodion.wms.rest.model;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/wms/src/main/java/org/trafodion/wms/rest/model/RuleModel.java
----------------------------------------------------------------------
diff --git a/wms/src/main/java/org/trafodion/wms/rest/model/RuleModel.java b/wms/src/main/java/org/trafodion/wms/rest/model/RuleModel.java
index c9ebd2e..3c6c265 100644
--- a/wms/src/main/java/org/trafodion/wms/rest/model/RuleModel.java
+++ b/wms/src/main/java/org/trafodion/wms/rest/model/RuleModel.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 package org.trafodion.wms.rest.model;
 
 import java.io.Serializable;

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/wms/src/main/java/org/trafodion/wms/rest/model/ServerListModel.java
----------------------------------------------------------------------
diff --git a/wms/src/main/java/org/trafodion/wms/rest/model/ServerListModel.java b/wms/src/main/java/org/trafodion/wms/rest/model/ServerListModel.java
index b9a2cbd..8df6afd 100644
--- a/wms/src/main/java/org/trafodion/wms/rest/model/ServerListModel.java
+++ b/wms/src/main/java/org/trafodion/wms/rest/model/ServerListModel.java
@@ -1,3 +1,26 @@
+/**
+* @@@ 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 @@@
+**/
+
 package org.trafodion.wms.rest.model;
 
 import java.io.IOException;