You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/04/07 05:19:46 UTC

[kudu-CR] Fix license headers for util/memory/overwrite.{cc,h}

Hello Jean-Daniel Cryans,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/2729

to review the following change.

Change subject: Fix license headers for util/memory/overwrite.{cc,h}
......................................................................

Fix license headers for util/memory/overwrite.{cc,h}

One had a mistaken Cloudera copyright. The other had a mistaken Google
copyright. I traced back the git log and found that I added the current
implementation of the function in this file in
f5546effc66281f48f8c2625a30d3ab9fb50fa75, so it's fine to license to
ASF rather than Google.

Thanks to Justin Mclean for the spot.

Change-Id: I3387a0842356ceef9b76a5242206d6f5021bbb58
---
M src/kudu/util/memory/overwrite.cc
M src/kudu/util/memory/overwrite.h
2 files changed, 14 insertions(+), 12 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/29/2729/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2729
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3387a0842356ceef9b76a5242206d6f5021bbb58
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Jean-Daniel Cryans