From 486492e4e434d6f39c36a2870f85e44d51ed16bb Mon Sep 17 00:00:00 2001 From: Sudeep Sunthankar Date: Thu, 2 Jun 2016 20:22:37 +1000 Subject: [PATCH 2/2] Added ASF headers which were missed in last commit --- 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..1c35eae 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..2512b75 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++ -- 1.8.3.1