Return-Path: X-Original-To: apmail-kudu-commits-archive@minotaur.apache.org Delivered-To: apmail-kudu-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 164F918CC5 for ; Thu, 7 Apr 2016 03:53:50 +0000 (UTC) Received: (qmail 80935 invoked by uid 500); 7 Apr 2016 03:53:50 -0000 Delivered-To: apmail-kudu-commits-archive@kudu.apache.org Received: (qmail 80916 invoked by uid 500); 7 Apr 2016 03:53:50 -0000 Mailing-List: contact commits-help@kudu.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kudu.incubator.apache.org Delivered-To: mailing list commits@kudu.incubator.apache.org Received: (qmail 80907 invoked by uid 99); 7 Apr 2016 03:53:50 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2016 03:53:50 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 9023EC0BC3 for ; Thu, 7 Apr 2016 03:53:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.221 X-Spam-Level: X-Spam-Status: No, score=-3.221 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id LDWjnKkg6eg7 for ; Thu, 7 Apr 2016 03:53:48 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 892A45FAD8 for ; Thu, 7 Apr 2016 03:53:47 +0000 (UTC) Received: (qmail 80872 invoked by uid 99); 7 Apr 2016 03:53:46 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2016 03:53:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 684F8E01E2; Thu, 7 Apr 2016 03:53:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: todd@apache.org To: commits@kudu.incubator.apache.org Message-Id: <9a3d3e10746b47d1b3a21836942765c1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-kudu git commit: Fix license headers for util/memory/overwrite.{cc, h} Date: Thu, 7 Apr 2016 03:53:46 +0000 (UTC) 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 Authored: Wed Apr 6 20:17:17 2016 -0700 Committer: Todd Lipcon 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