This is an automated email from the ASF dual-hosted git repository. zghao pushed a commit to branch HBASE-14850 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit d912ef2f2003b6975ca8a6036cfe94accb96b3a3 Author: Sudeep Sunthankar <[email protected]> AuthorDate: Thu Jun 2 20:22:37 2016 +1000 HBASE-15926 Added ASF headers which were missed in last commit Signed-off-by: Elliott Clark <[email protected]> --- hbase-native-client/Makefile | 17 +++++++++++++++++ hbase-native-client/Makefile.protos | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/hbase-native-client/Makefile b/hbase-native-client/Makefile index 7e68b6a..64cef06 100644 --- a/hbase-native-client/Makefile +++ b/hbase-native-client/Makefile @@ -1,3 +1,20 @@ +# 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. + #use "gcc" to compile source files CC:=g++ LD:=g++ diff --git a/hbase-native-client/Makefile.protos b/hbase-native-client/Makefile.protos index 4f1727a..2c6316b 100644 --- a/hbase-native-client/Makefile.protos +++ b/hbase-native-client/Makefile.protos @@ -1,3 +1,20 @@ +# 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. + #use "gcc" to compile source files CC:=g++ LD:=g++
