Repository: incubator-trafodion Updated Branches: refs/heads/master e1c12dd31 -> 19f236f25
Update uncomment_string add copyright Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/2155c3dd Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/2155c3dd Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/2155c3dd Branch: refs/heads/master Commit: 2155c3dd1d9d48ddfb3cd86ec28dafcb4d3f3233 Parents: e314529 Author: mashengchen <[email protected]> Authored: Tue Mar 1 09:41:32 2016 +0800 Committer: mashengchen <[email protected]> Committed: Tue Mar 1 09:41:32 2016 +0800 ---------------------------------------------------------------------- .../sqf/src/seatrans/hbase-trx/uncomment_string | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/2155c3dd/core/sqf/src/seatrans/hbase-trx/uncomment_string ---------------------------------------------------------------------- diff --git a/core/sqf/src/seatrans/hbase-trx/uncomment_string b/core/sqf/src/seatrans/hbase-trx/uncomment_string index dffcd83..a36d80f 100755 --- a/core/sqf/src/seatrans/hbase-trx/uncomment_string +++ b/core/sqf/src/seatrans/hbase-trx/uncomment_string @@ -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 @@@ +# #!/bin/bash if [[ -z $1 ]]; then
