From ee9d52f222c1949d996884b9d7d394bb7cee23af Mon Sep 17 00:00:00 2001 From: Elliott Neil Clark Date: Thu, 9 Jan 2014 10:23:18 -0800 Subject: [PATCH] HBASE-10302 Fix rat check issues in hbase-native-client. --- hbase-native-client/cmake_modules/FindGTest.cmake | 13 +++++++++++++ hbase-native-client/cmake_modules/FindLibEv.cmake | 13 +++++++++++++ hbase-native-client/src/rpc/CMakeLists.txt | 13 +++++++++++++ pom.xml | 1 + 4 files changed, 40 insertions(+) diff --git a/hbase-native-client/cmake_modules/FindGTest.cmake b/hbase-native-client/cmake_modules/FindGTest.cmake index 2d7e3e9..1da6892 100644 --- a/hbase-native-client/cmake_modules/FindGTest.cmake +++ b/hbase-native-client/cmake_modules/FindGTest.cmake @@ -1,3 +1,16 @@ +# 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 +# +# 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. + + set( GTEST_INCLUDE_SEARCH ${CMAKE_SOURCE_DIR}/thirdparty/gtest/include ) diff --git a/hbase-native-client/cmake_modules/FindLibEv.cmake b/hbase-native-client/cmake_modules/FindLibEv.cmake index f61a2a5..9a40c17 100644 --- a/hbase-native-client/cmake_modules/FindLibEv.cmake +++ b/hbase-native-client/cmake_modules/FindLibEv.cmake @@ -1,3 +1,16 @@ +# 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 +# +# 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. + + set( LIBEV_INCLUDE_SEARCH ${CMAKE_SOURCE_DIR}/thirdparty/installed/include ) diff --git a/hbase-native-client/src/rpc/CMakeLists.txt b/hbase-native-client/src/rpc/CMakeLists.txt index e69de29..d9c0695 100644 --- a/hbase-native-client/src/rpc/CMakeLists.txt +++ b/hbase-native-client/src/rpc/CMakeLists.txt @@ -0,0 +1,13 @@ +# 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 +# +# 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. + + diff --git a/pom.xml b/pom.xml index 4173a19..bfe091e 100644 --- a/pom.xml +++ b/pom.xml @@ -659,6 +659,7 @@ **/*.iml **/target/** **/CHANGES.txt + **/README.md **/generated/** **/gen-*/** **/conf/* -- 1.8.4.3