You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/02/17 01:03:16 UTC

[kudu-CR] Add ASL2.0 license headers to files missing it

Jean-Daniel Cryans has submitted this change and it was merged.

Change subject: Add ASL2.0 license headers to files missing it
......................................................................


Add ASL2.0 license headers to files missing it

Ran RAT manually and these were the files missing ASL that were not
licensed under some other license, such as BSD or MIT, and that were of
a file format that supports adding comments.

I'm working on integrating RAT but I didn't want to block these fixes or
the release on that.

Change-Id: I6ace596ce1fec648cc42edaed8fbca1d2bd941e0
Reviewed-on: http://gerrit.cloudera.org:8080/2178
Reviewed-by: Jean-Daniel Cryans
Tested-by: Kudu Jenkins
---
M .gitignore
M build-support/jenkins/dummy-junit.xml
M build-support/tools/kudu-lint/.gitignore
M cmake_modules/FindBitshuffle.cmake
M cmake_modules/FindCrcutil.cmake
M cmake_modules/FindGFlags.cmake
M cmake_modules/FindGLog.cmake
M cmake_modules/FindGPerf.cmake
M cmake_modules/FindLibEv.cmake
M cmake_modules/FindLz4.cmake
M cmake_modules/FindProtobuf.cmake
M cmake_modules/FindSnappy.cmake
M cmake_modules/FindVmem.cmake
M cmake_modules/FindZlib.cmake
M docs/.gitignore
D docs/images/.gitignore
M docs/support/scripts/Gemfile
M docs/transaction_semantics.adoc
M docs/whitepaper/.gitignore
M docs/whitepaper/kudu.tex
M docs/whitepaper/ycsb-data/combine-data.sh
M docs/whitepaper/ycsb-data/log-to-tsv.pl
M docs/whitepaper/ycsb-data/plots.R
M docs/whitepaper/ycsb-data/uniform-hbase.sh
M docs/whitepaper/ycsb-data/uniform-kudu.sh
M docs/whitepaper/ycsb-data/zipf-hbase.sh
M docs/whitepaper/ycsb-data/zipfian-kudu.sh
M java/.gitignore
M java/kudu-client/.gitignore
M python/.gitignore
M python/kudu/tests/__init__.py
M src/kudu/client/clientConfig.cmake.in
M src/kudu/scripts/ensure_cpu_scaling.sh
M thirdparty/.gitignore
M www/index.html
35 files changed, 580 insertions(+), 13 deletions(-)

Approvals:
  Jean-Daniel Cryans: Looks good to me, approved
  Kudu Jenkins: Verified



-- 
To view, visit http://gerrit.cloudera.org:8080/2178
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6ace596ce1fec648cc42edaed8fbca1d2bd941e0
Gerrit-PatchSet: 4
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Mike Percy <mp...@apache.org>
Gerrit-Reviewer: Jean-Daniel Cryans
Gerrit-Reviewer: Kudu Jenkins