Repository: kudu
Updated Branches:
refs/heads/master 637b6c226 -> 3975c1d3d
Fix RAT issues for 1.1
* Adds x509_check_host.{cc,h} to the RAT exclude list. These files are
copied from OpenSSL which has a compatible license, and which has been
noted already in the top-level LICENSE/NOTICE files.
* Adds an Apache license header to the sample README.adoc.
Change-Id: I107b6c9e3c8e928c74a10e6e08ef7b9cad066806
Reviewed-on: http://gerrit.cloudera.org:8080/5075
Reviewed-by: Jean-Daniel Cryans <[email protected]>
Tested-by: Todd Lipcon <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/3975c1d3
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/3975c1d3
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/3975c1d3
Branch: refs/heads/master
Commit: 3975c1d3dc6857c072c16ede91762d8be26f8770
Parents: 637b6c2
Author: Todd Lipcon <[email protected]>
Authored: Mon Nov 14 14:18:42 2016 -0800
Committer: Todd Lipcon <[email protected]>
Committed: Mon Nov 14 22:43:57 2016 +0000
----------------------------------------------------------------------
build-support/release/rat_exclude_files.txt | 2 ++
src/kudu/client/samples/README.adoc | 16 ++++++++++++++++
2 files changed, 18 insertions(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/kudu/blob/3975c1d3/build-support/release/rat_exclude_files.txt
----------------------------------------------------------------------
diff --git a/build-support/release/rat_exclude_files.txt
b/build-support/release/rat_exclude_files.txt
index 54e4654..d1a9b03 100644
--- a/build-support/release/rat_exclude_files.txt
+++ b/build-support/release/rat_exclude_files.txt
@@ -163,6 +163,8 @@ src/kudu/util/status.cc
src/kudu/util/status.h
src/kudu/util/sync_point.cc
src/kudu/util/sync_point.h
+src/kudu/util/x509_check_host.cc
+src/kudu/util/x509_check_host.h
src/kudu/util/debug/trace_event.h
src/kudu/util/debug/trace_event_impl.cc
src/kudu/util/debug/trace_event_impl.h
http://git-wip-us.apache.org/repos/asf/kudu/blob/3975c1d3/src/kudu/client/samples/README.adoc
----------------------------------------------------------------------
diff --git a/src/kudu/client/samples/README.adoc
b/src/kudu/client/samples/README.adoc
index 7e82829..f65723c 100644
--- a/src/kudu/client/samples/README.adoc
+++ b/src/kudu/client/samples/README.adoc
@@ -1,3 +1,19 @@
+// 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.
= Kudu {cpp} client sample README
:author: Kudu Team
:homepage: https://kudu.apache.org/