You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by to...@apache.org on 2016/04/07 05:53:46 UTC

incubator-kudu git commit: Fix license headers for util/memory/overwrite.{cc, h}

Repository: incubator-kudu
Updated Branches:
  refs/heads/master 4c4c3ae59 -> 3339ce06b


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
Reviewed-on: http://gerrit.cloudera.org:8080/2729
Reviewed-by: Jean-Daniel Cryans
Tested-by: Kudu Jenkins


Project: http://git-wip-us.apache.org/repos/asf/incubator-kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kudu/commit/3339ce06
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kudu/tree/3339ce06
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kudu/diff/3339ce06

Branch: refs/heads/master
Commit: 3339ce06b0d8212fc5e3a2fa1ff5605bbca1d76a
Parents: 4c4c3ae
Author: Todd Lipcon <to...@apache.org>
Authored: Wed Apr 6 20:17:17 2016 -0700
Committer: Todd Lipcon <to...@apache.org>
Committed: Thu Apr 7 03:53:30 2016 +0000

----------------------------------------------------------------------
 src/kudu/util/memory/overwrite.cc |  2 --
 src/kudu/util/memory/overwrite.h  | 24 ++++++++++++++----------
 2 files changed, 14 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/3339ce06/src/kudu/util/memory/overwrite.cc
----------------------------------------------------------------------
diff --git a/src/kudu/util/memory/overwrite.cc b/src/kudu/util/memory/overwrite.cc
index 9680c0d..c70cf4a 100644
--- a/src/kudu/util/memory/overwrite.cc
+++ b/src/kudu/util/memory/overwrite.cc
@@ -1,5 +1,3 @@
-// Copyright 2010 Google Inc.  All Rights Reserved
-//
 // 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

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/3339ce06/src/kudu/util/memory/overwrite.h
----------------------------------------------------------------------
diff --git a/src/kudu/util/memory/overwrite.h b/src/kudu/util/memory/overwrite.h
index 6db4db5..04286ed 100644
--- a/src/kudu/util/memory/overwrite.h
+++ b/src/kudu/util/memory/overwrite.h
@@ -1,15 +1,19 @@
-// Copyright (c) 2015, Cloudera, inc.
-// 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
+// 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
+//   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.
+// 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.
 #ifndef KUDU_MEMORY_OVERWRITE_H
 #define KUDU_MEMORY_OVERWRITE_H